Changeset 116 in tmcsimulator for branches/WorkingFEPSim/nbproject/Makefile-Debug.mk
- Timestamp:
- 10/14/2017 10:35:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WorkingFEPSim/nbproject/Makefile-Debug.mk
r115 r116 58 58 59 59 # Link Libraries and Options 60 LDLIBSOPTIONS= ../../tmcsimulator/branches/FEPSimulator/tinyxml/libosxtinyxml.a60 LDLIBSOPTIONS=tinyxml/tinyxml.a 61 61 62 62 # Build Targets 63 63 .build-conf: ${BUILD_SUBPROJECTS} 64 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ fepsimulator64 "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim 65 65 66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ fepsimulator: ../../tmcsimulator/branches/FEPSimulator/tinyxml/libosxtinyxml.a66 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim: tinyxml/tinyxml.a 67 67 68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ fepsimulator: ${OBJECTFILES}68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim: ${OBJECTFILES} 69 69 ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} 70 ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ fepsimulator${OBJECTFILES} ${LDLIBSOPTIONS}70 ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim ${OBJECTFILES} ${LDLIBSOPTIONS} 71 71 72 72 ${OBJECTDIR}/DataPacker.o: DataPacker.cpp … … 106 106 .clean-conf: ${CLEAN_SUBPROJECTS} 107 107 ${RM} -r ${CND_BUILDDIR}/${CND_CONF} 108 ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ fepsimulator108 ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/workingfepsim 109 109 110 110 # Subprojects
Note: See TracChangeset
for help on using the changeset viewer.
