comparison CppApplication_1 (copy)/nbproject/Makefile-Release.mk @ 5:a6cc4a802db6

the code
author Sara
date Sat, 01 Feb 2014 08:51:00 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2bdd57d8f4b7
1 #
2 # Generated Makefile - do not edit!
3 #
4 # Edit the Makefile in the project folder instead (../Makefile). Each target
5 # has a -pre and a -post target defined where you can add customized code.
6 #
7 # This makefile implements configuration specific macros and targets.
8
9
10 # Environment
11 MKDIR=mkdir
12 CP=cp
13 GREP=grep
14 NM=nm
15 CCADMIN=CCadmin
16 RANLIB=ranlib
17 CC=gcc
18 CCC=g++
19 CXX=g++
20 FC=gfortran
21 AS=as
22
23 # Macros
24 CND_PLATFORM=GNU-Linux-x86
25 CND_CONF=Release
26 CND_DISTDIR=dist
27 CND_BUILDDIR=build
28
29 # Include project Makefile
30 include Makefile
31
32 # Object Directory
33 OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
34
35 # Object Files
36 OBJECTFILES= \
37 ${OBJECTDIR}/first.o
38
39
40 # C Compiler Flags
41 CFLAGS=
42
43 # CC Compiler Flags
44 CCFLAGS=
45 CXXFLAGS=
46
47 # Fortran Compiler Flags
48 FFLAGS=
49
50 # Assembler Flags
51 ASFLAGS=
52
53 # Link Libraries and Options
54 LDLIBSOPTIONS=
55
56 # Build Targets
57 .build-conf: ${BUILD_SUBPROJECTS}
58 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1
59
60 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1: ${OBJECTFILES}
61 ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
62 ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1 ${OBJECTFILES} ${LDLIBSOPTIONS}
63
64 ${OBJECTDIR}/first.o: first.cpp
65 ${MKDIR} -p ${OBJECTDIR}
66 ${RM} $@.d
67 $(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/first.o first.cpp
68
69 # Subprojects
70 .build-subprojects:
71
72 # Clean Targets
73 .clean-conf: ${CLEAN_SUBPROJECTS}
74 ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
75 ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1
76
77 # Subprojects
78 .clean-subprojects:
79
80 # Enable dependency checking
81 .dep.inc: .depcheck-impl
82
83 include .dep.inc