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