c++/parameter-lister/nbproject/Makefile-Debug.mk
changeset 0 7399cb02184b
child 2 f32ce80b4be4
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/c++/parameter-lister/nbproject/Makefile-Debug.mk	Sun May 03 01:25:03 2015 +0200
     1.3 @@ -0,0 +1,84 @@
     1.4 +#
     1.5 +# Generated Makefile - do not edit!
     1.6 +#
     1.7 +# Edit the Makefile in the project folder instead (../Makefile). Each target
     1.8 +# has a -pre and a -post target defined where you can add customized code.
     1.9 +#
    1.10 +# This makefile implements configuration specific macros and targets.
    1.11 +
    1.12 +
    1.13 +# Environment
    1.14 +MKDIR=mkdir
    1.15 +CP=cp
    1.16 +GREP=grep
    1.17 +NM=nm
    1.18 +CCADMIN=CCadmin
    1.19 +RANLIB=ranlib
    1.20 +CC=gcc
    1.21 +CCC=g++
    1.22 +CXX=g++
    1.23 +FC=gfortran
    1.24 +AS=as
    1.25 +
    1.26 +# Macros
    1.27 +CND_PLATFORM=GNU-Linux-x86
    1.28 +CND_DLIB_EXT=so
    1.29 +CND_CONF=Debug
    1.30 +CND_DISTDIR=dist
    1.31 +CND_BUILDDIR=build
    1.32 +
    1.33 +# Include project Makefile
    1.34 +include Makefile
    1.35 +
    1.36 +# Object Directory
    1.37 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
    1.38 +
    1.39 +# Object Files
    1.40 +OBJECTFILES= \
    1.41 +	${OBJECTDIR}/CLI.o
    1.42 +
    1.43 +
    1.44 +# C Compiler Flags
    1.45 +CFLAGS=
    1.46 +
    1.47 +# CC Compiler Flags
    1.48 +CCFLAGS=
    1.49 +CXXFLAGS=
    1.50 +
    1.51 +# Fortran Compiler Flags
    1.52 +FFLAGS=
    1.53 +
    1.54 +# Assembler Flags
    1.55 +ASFLAGS=
    1.56 +
    1.57 +# Link Libraries and Options
    1.58 +LDLIBSOPTIONS=
    1.59 +
    1.60 +# Build Targets
    1.61 +.build-conf: ${BUILD_SUBPROJECTS}
    1.62 +	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister
    1.63 +
    1.64 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister: ${OBJECTFILES}
    1.65 +	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
    1.66 +	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister ${OBJECTFILES} ${LDLIBSOPTIONS}
    1.67 +
    1.68 +${OBJECTDIR}/CLI.o: CLI.cpp 
    1.69 +	${MKDIR} -p ${OBJECTDIR}
    1.70 +	${RM} "$@.d"
    1.71 +	$(COMPILE.cc) -g -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp
    1.72 +
    1.73 +# Subprojects
    1.74 +.build-subprojects:
    1.75 +
    1.76 +# Clean Targets
    1.77 +.clean-conf: ${CLEAN_SUBPROJECTS}
    1.78 +	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
    1.79 +	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister
    1.80 +
    1.81 +# Subprojects
    1.82 +.clean-subprojects:
    1.83 +
    1.84 +# Enable dependency checking
    1.85 +.dep.inc: .depcheck-impl
    1.86 +
    1.87 +include .dep.inc