diff CppApplication_1/nbproject/Makefile-Release.mk @ 3:b3ad79b3197c

This is a single thread application, it didn't work yet and I am working on fixing the problem,
author Sara
date Mon, 06 Jan 2014 10:08:37 -0800
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/CppApplication_1/nbproject/Makefile-Release.mk	Mon Jan 06 10:08:37 2014 -0800
     1.3 @@ -0,0 +1,83 @@
     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_CONF=Release
    1.29 +CND_DISTDIR=dist
    1.30 +CND_BUILDDIR=build
    1.31 +
    1.32 +# Include project Makefile
    1.33 +include Makefile
    1.34 +
    1.35 +# Object Directory
    1.36 +OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
    1.37 +
    1.38 +# Object Files
    1.39 +OBJECTFILES= \
    1.40 +	${OBJECTDIR}/first.o
    1.41 +
    1.42 +
    1.43 +# C Compiler Flags
    1.44 +CFLAGS=
    1.45 +
    1.46 +# CC Compiler Flags
    1.47 +CCFLAGS=
    1.48 +CXXFLAGS=
    1.49 +
    1.50 +# Fortran Compiler Flags
    1.51 +FFLAGS=
    1.52 +
    1.53 +# Assembler Flags
    1.54 +ASFLAGS=
    1.55 +
    1.56 +# Link Libraries and Options
    1.57 +LDLIBSOPTIONS=
    1.58 +
    1.59 +# Build Targets
    1.60 +.build-conf: ${BUILD_SUBPROJECTS}
    1.61 +	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1
    1.62 +
    1.63 +${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1: ${OBJECTFILES}
    1.64 +	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
    1.65 +	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1 ${OBJECTFILES} ${LDLIBSOPTIONS} 
    1.66 +
    1.67 +${OBJECTDIR}/first.o: first.cpp 
    1.68 +	${MKDIR} -p ${OBJECTDIR}
    1.69 +	${RM} $@.d
    1.70 +	$(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/first.o first.cpp
    1.71 +
    1.72 +# Subprojects
    1.73 +.build-subprojects:
    1.74 +
    1.75 +# Clean Targets
    1.76 +.clean-conf: ${CLEAN_SUBPROJECTS}
    1.77 +	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
    1.78 +	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1
    1.79 +
    1.80 +# Subprojects
    1.81 +.clean-subprojects:
    1.82 +
    1.83 +# Enable dependency checking
    1.84 +.dep.inc: .depcheck-impl
    1.85 +
    1.86 +include .dep.inc