# # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a -pre and a -post target defined where you can add customized code. # # This makefile implements configuration specific macros and targets. # Environment MKDIR=mkdir CP=cp GREP=grep NM=nm CCADMIN=CCadmin RANLIB=ranlib CC=gcc CCC=g++ CXX=g++ FC= AS=as # Macros CND_PLATFORM=GNU-Linux-x86 CND_CONF=Debug CND_DISTDIR=dist # Include project Makefile include Makefile # Object Directory OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM} # Object Files OBJECTFILES= \ ${OBJECTDIR}/ptreelibre.o \ ${OBJECTDIR}/main.o \ ${OBJECTDIR}/support.o \ ${OBJECTDIR}/dataset.o \ ${OBJECTDIR}/algo.o # C Compiler Flags CFLAGS= # CC Compiler Flags CCFLAGS= CXXFLAGS= # Fortran Compiler Flags FFLAGS= # Assembler Flags ASFLAGS= # Link Libraries and Options LDLIBSOPTIONS=../../lib/util/dist/Release/GNU-Linux-x86/libutil.a ../../lib/struct/dist/Release/GNU-Linux-x86/libstruct.a ../../lib/ptreesortsimple/dist/Release/GNU-Linux-x86/libptreesortsimple.a ../../lib/interface/dist/Release/GNU-Linux-x86/libinterface.a # Build Targets .build-conf: ${BUILD_SUBPROJECTS} "${MAKE}" -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/bipwoc dist/Debug/GNU-Linux-x86/bipwoc: ../../lib/util/dist/Release/GNU-Linux-x86/libutil.a dist/Debug/GNU-Linux-x86/bipwoc: ../../lib/struct/dist/Release/GNU-Linux-x86/libstruct.a dist/Debug/GNU-Linux-x86/bipwoc: ../../lib/ptreesortsimple/dist/Release/GNU-Linux-x86/libptreesortsimple.a dist/Debug/GNU-Linux-x86/bipwoc: ../../lib/interface/dist/Release/GNU-Linux-x86/libinterface.a dist/Debug/GNU-Linux-x86/bipwoc: ${OBJECTFILES} ${MKDIR} -p dist/Debug/GNU-Linux-x86 ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/bipwoc ${OBJECTFILES} ${LDLIBSOPTIONS} ${OBJECTDIR}/ptreelibre.o: ptreelibre.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} $@.d $(COMPILE.cc) -g -I../../lib/util -I../../lib/struct -I../../lib/ptreesortsimple -I../../lib/interface -MMD -MP -MF $@.d -o ${OBJECTDIR}/ptreelibre.o ptreelibre.cpp ${OBJECTDIR}/main.o: main.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} $@.d $(COMPILE.cc) -g -I../../lib/util -I../../lib/struct -I../../lib/ptreesortsimple -I../../lib/interface -MMD -MP -MF $@.d -o ${OBJECTDIR}/main.o main.cpp ${OBJECTDIR}/support.o: support.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} $@.d $(COMPILE.cc) -g -I../../lib/util -I../../lib/struct -I../../lib/ptreesortsimple -I../../lib/interface -MMD -MP -MF $@.d -o ${OBJECTDIR}/support.o support.cpp ${OBJECTDIR}/dataset.o: dataset.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} $@.d $(COMPILE.cc) -g -I../../lib/util -I../../lib/struct -I../../lib/ptreesortsimple -I../../lib/interface -MMD -MP -MF $@.d -o ${OBJECTDIR}/dataset.o dataset.cpp ${OBJECTDIR}/algo.o: algo.cpp ${MKDIR} -p ${OBJECTDIR} ${RM} $@.d $(COMPILE.cc) -g -I../../lib/util -I../../lib/struct -I../../lib/ptreesortsimple -I../../lib/interface -MMD -MP -MF $@.d -o ${OBJECTDIR}/algo.o algo.cpp # Subprojects .build-subprojects: cd ../../lib/util && ${MAKE} -f Makefile CONF=Release cd ../../lib/struct && ${MAKE} -f Makefile CONF=Release cd ../../lib/ptreesortsimple && ${MAKE} -f Makefile CONF=Release cd ../../lib/interface && ${MAKE} -f Makefile CONF=Release # Clean Targets .clean-conf: ${CLEAN_SUBPROJECTS} ${RM} -r build/Debug ${RM} dist/Debug/GNU-Linux-x86/bipwoc # Subprojects .clean-subprojects: cd ../../lib/util && ${MAKE} -f Makefile CONF=Release clean cd ../../lib/struct && ${MAKE} -f Makefile CONF=Release clean cd ../../lib/ptreesortsimple && ${MAKE} -f Makefile CONF=Release clean cd ../../lib/interface && ${MAKE} -f Makefile CONF=Release clean # Enable dependency checking .dep.inc: .depcheck-impl include .dep.inc