You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.5 KiB
Makefile
79 lines
1.5 KiB
Makefile
#
|
|
# Generated Makefile - do not edit!
|
|
#
|
|
# Edit the Makefile in the project folder instead (../Makefile). Each target
|
|
# has a -pre and a -post target defined where you can add customized code.
|
|
#
|
|
# This makefile implements configuration specific macros and targets.
|
|
|
|
|
|
# Environment
|
|
MKDIR=mkdir
|
|
CP=cp
|
|
GREP=grep
|
|
NM=nm
|
|
CCADMIN=CCadmin
|
|
RANLIB=ranlib
|
|
CC=gcc
|
|
CCC=g++
|
|
CXX=g++
|
|
FC=gfortran
|
|
AS=as
|
|
QMAKE=qmake
|
|
|
|
# Macros
|
|
CND_PLATFORM=GNU-Linux
|
|
CND_DLIB_EXT=so
|
|
CND_CONF=Release
|
|
CND_DISTDIR=dist
|
|
CND_BUILDDIR=build
|
|
|
|
# Include project Makefile
|
|
include Makefile
|
|
|
|
# Object Directory
|
|
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
|
|
|
|
# Object Files
|
|
OBJECTFILES=
|
|
|
|
|
|
# C Compiler Flags
|
|
CFLAGS=
|
|
|
|
# CC Compiler Flags
|
|
CCFLAGS=
|
|
CXXFLAGS=
|
|
|
|
# Fortran Compiler Flags
|
|
FFLAGS=
|
|
|
|
# Assembler Flags
|
|
ASFLAGS=
|
|
|
|
# Link Libraries and Options
|
|
LDLIBSOPTIONS=
|
|
|
|
nbproject/qt-${CND_CONF}.mk: nbproject/qt-${CND_CONF}.pro FORCE
|
|
${QMAKE} VPATH=. -o qttmp-${CND_CONF}.mk nbproject/qt-${CND_CONF}.pro
|
|
mv -f qttmp-${CND_CONF}.mk nbproject/qt-${CND_CONF}.mk
|
|
|
|
FORCE:
|
|
|
|
# Build Targets
|
|
.build-conf: ${BUILD_SUBPROJECTS} nbproject/qt-${CND_CONF}.mk
|
|
"${MAKE}" -f nbproject/qt-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/QtFFmpeg
|
|
|
|
${CND_BUILDDIR}/Release/%.o: nbproject/qt-${CND_CONF}.mk
|
|
${MAKE} -f nbproject/qt-${CND_CONF}.mk "$@"
|
|
|
|
# Subprojects
|
|
.build-subprojects:
|
|
|
|
# Clean Targets
|
|
.clean-conf: ${CLEAN_SUBPROJECTS} nbproject/qt-${CND_CONF}.mk
|
|
${MAKE} -f nbproject/qt-${CND_CONF}.mk distclean
|
|
|
|
# Subprojects
|
|
.clean-subprojects:
|