Mercurial > cgi-bin > hgwebdir.cgi > PR > PR_Integrations > javascript > SpiderMonkey
view CppApplication_1/nbproject/Makefile-Release.mk @ 1:4ac33e06cb09
This netbeans project for single thread application
it didn't work yet, may be the spidermonkey's version
is the reason and I'll try to solve this
| author | Sara |
|---|---|
| date | Sun, 05 Jan 2014 13:43:45 -0800 |
| parents | |
| children |
line source
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.
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
23 # Macros
24 CND_PLATFORM=GNU-Linux-x86
25 CND_CONF=Release
26 CND_DISTDIR=dist
27 CND_BUILDDIR=build
29 # Include project Makefile
30 include Makefile
32 # Object Directory
33 OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
35 # Object Files
36 OBJECTFILES= \
37 ${OBJECTDIR}/first.o
40 # C Compiler Flags
41 CFLAGS=
43 # CC Compiler Flags
44 CCFLAGS=
45 CXXFLAGS=
47 # Fortran Compiler Flags
48 FFLAGS=
50 # Assembler Flags
51 ASFLAGS=
53 # Link Libraries and Options
54 LDLIBSOPTIONS=
56 # Build Targets
57 .build-conf: ${BUILD_SUBPROJECTS}
58 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/cppapplication_1
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}
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
69 # Subprojects
70 .build-subprojects:
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
77 # Subprojects
78 .clean-subprojects:
80 # Enable dependency checking
81 .dep.inc: .depcheck-impl
83 include .dep.inc
