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