Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > DynArray
comparison nb__prdynarray_pic/nbproject/Makefile-Debug.mk @ 37:962fe26aca16
adding netbeans project directories to repository
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Fri, 14 Feb 2014 07:45:45 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e20ae2895587 |
|---|---|
| 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=gcc-4.6 | |
| 19 CXX=gcc-4.6 | |
| 20 FC=gfortran | |
| 21 AS=as | |
| 22 | |
| 23 # Macros | |
| 24 CND_PLATFORM=GNU-Linux-x86 | |
| 25 CND_CONF=Debug | |
| 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}/_ext/1472/DynArray.o | |
| 38 | |
| 39 | |
| 40 # C Compiler Flags | |
| 41 CFLAGS=-fPIC | |
| 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}/libprdynarray_pic.a | |
| 59 | |
| 60 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprdynarray_pic.a: ${OBJECTFILES} | |
| 61 ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} | |
| 62 ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprdynarray_pic.a | |
| 63 ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprdynarray_pic.a ${OBJECTFILES} | |
| 64 $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprdynarray_pic.a | |
| 65 | |
| 66 ${OBJECTDIR}/_ext/1472/DynArray.o: ../DynArray.c | |
| 67 ${MKDIR} -p ${OBJECTDIR}/_ext/1472 | |
| 68 ${RM} $@.d | |
| 69 $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/DynArray.o ../DynArray.c | |
| 70 | |
| 71 # Subprojects | |
| 72 .build-subprojects: | |
| 73 | |
| 74 # Clean Targets | |
| 75 .clean-conf: ${CLEAN_SUBPROJECTS} | |
| 76 ${RM} -r ${CND_BUILDDIR}/${CND_CONF} | |
| 77 ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprdynarray_pic.a | |
| 78 | |
| 79 # Subprojects | |
| 80 .clean-subprojects: | |
| 81 | |
| 82 # Enable dependency checking | |
| 83 .dep.inc: .depcheck-impl | |
| 84 | |
| 85 include .dep.inc |
