seanhalle@50: # seanhalle@50: # Generated Makefile - do not edit! seanhalle@50: # seanhalle@50: # Edit the Makefile in the project folder instead (../Makefile). Each target seanhalle@50: # has a -pre and a -post target defined where you can add customized code. seanhalle@50: # seanhalle@50: # This makefile implements configuration specific macros and targets. seanhalle@50: seanhalle@50: seanhalle@50: # Environment seanhalle@50: MKDIR=mkdir seanhalle@50: CP=cp seanhalle@50: GREP=grep seanhalle@50: NM=nm seanhalle@50: CCADMIN=CCadmin seanhalle@50: RANLIB=ranlib seanhalle@50: CC=gcc seanhalle@50: CCC=gcc-4.6 seanhalle@50: CXX=gcc-4.6 seanhalle@50: FC=gfortran seanhalle@50: AS=as seanhalle@50: seanhalle@50: # Macros seanhalle@50: CND_PLATFORM=GNU-Linux-x86 seanhalle@50: CND_CONF=Debug seanhalle@50: CND_DISTDIR=dist seanhalle@50: CND_BUILDDIR=build seanhalle@50: seanhalle@50: # Include project Makefile seanhalle@50: include Makefile seanhalle@50: seanhalle@50: # Object Directory seanhalle@50: OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} seanhalle@50: seanhalle@50: # Object Files seanhalle@50: OBJECTFILES= \ seanhalle@50: ${OBJECTDIR}/_ext/1472/PrivateQueue.o \ seanhalle@50: ${OBJECTDIR}/_ext/1472/BlockingQueue.o seanhalle@50: seanhalle@50: seanhalle@50: # C Compiler Flags seanhalle@50: CFLAGS= seanhalle@50: seanhalle@50: # CC Compiler Flags seanhalle@50: CCFLAGS= seanhalle@50: CXXFLAGS= seanhalle@50: seanhalle@50: # Fortran Compiler Flags seanhalle@50: FFLAGS= seanhalle@50: seanhalle@50: # Assembler Flags seanhalle@50: ASFLAGS= seanhalle@50: seanhalle@50: # Link Libraries and Options seanhalle@50: LDLIBSOPTIONS= seanhalle@50: seanhalle@50: # Build Targets seanhalle@50: .build-conf: ${BUILD_SUBPROJECTS} seanhalle@50: "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a seanhalle@50: seanhalle@50: ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a: ${OBJECTFILES} seanhalle@50: ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} seanhalle@50: ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a seanhalle@50: ${AR} -rv ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a ${OBJECTFILES} seanhalle@50: $(RANLIB) ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a seanhalle@50: seanhalle@50: ${OBJECTDIR}/_ext/1472/PrivateQueue.o: ../PrivateQueue.c seanhalle@50: ${MKDIR} -p ${OBJECTDIR}/_ext/1472 seanhalle@50: ${RM} $@.d seanhalle@50: $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/PrivateQueue.o ../PrivateQueue.c seanhalle@50: seanhalle@50: ${OBJECTDIR}/_ext/1472/BlockingQueue.o: ../BlockingQueue.c seanhalle@50: ${MKDIR} -p ${OBJECTDIR}/_ext/1472 seanhalle@50: ${RM} $@.d seanhalle@50: $(COMPILE.c) -g -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1472/BlockingQueue.o ../BlockingQueue.c seanhalle@50: seanhalle@50: # Subprojects seanhalle@50: .build-subprojects: seanhalle@50: seanhalle@50: # Clean Targets seanhalle@50: .clean-conf: ${CLEAN_SUBPROJECTS} seanhalle@50: ${RM} -r ${CND_BUILDDIR}/${CND_CONF} seanhalle@50: ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/libprqueue.a seanhalle@50: seanhalle@50: # Subprojects seanhalle@50: .clean-subprojects: seanhalle@50: seanhalle@50: # Enable dependency checking seanhalle@50: .dep.inc: .depcheck-impl seanhalle@50: seanhalle@50: include .dep.inc