franta-hg@28: # franta-hg@28: # Generated Makefile - do not edit! franta-hg@28: # franta-hg@28: # Edit the Makefile in the project folder instead (../Makefile). Each target franta-hg@28: # has a -pre and a -post target defined where you can add customized code. franta-hg@28: # franta-hg@28: # This makefile implements configuration specific macros and targets. franta-hg@28: franta-hg@28: franta-hg@28: # Environment franta-hg@28: MKDIR=mkdir franta-hg@28: CP=cp franta-hg@28: GREP=grep franta-hg@28: NM=nm franta-hg@28: CCADMIN=CCadmin franta-hg@28: RANLIB=ranlib franta-hg@28: CC=gcc franta-hg@28: CCC=g++ franta-hg@28: CXX=g++ franta-hg@28: FC=gfortran franta-hg@28: AS=as franta-hg@28: franta-hg@28: # Macros franta-hg@28: CND_PLATFORM=GNU-Linux franta-hg@28: CND_DLIB_EXT=so franta-hg@28: CND_CONF=Release franta-hg@28: CND_DISTDIR=dist franta-hg@28: CND_BUILDDIR=build franta-hg@28: franta-hg@28: # Include project Makefile franta-hg@28: include Makefile franta-hg@28: franta-hg@28: # Object Directory franta-hg@28: OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} franta-hg@28: franta-hg@28: # Object Files franta-hg@28: OBJECTFILES= \ franta-hg@28: ${OBJECTDIR}/domain-socket-bridge.o franta-hg@28: franta-hg@28: franta-hg@28: # C Compiler Flags franta-hg@28: CFLAGS= franta-hg@28: franta-hg@28: # CC Compiler Flags franta-hg@28: CCFLAGS= franta-hg@28: CXXFLAGS= franta-hg@28: franta-hg@28: # Fortran Compiler Flags franta-hg@28: FFLAGS= franta-hg@28: franta-hg@28: # Assembler Flags franta-hg@28: ASFLAGS= franta-hg@28: franta-hg@28: # Link Libraries and Options franta-hg@28: LDLIBSOPTIONS=`pkg-config --libs libevent` franta-hg@28: franta-hg@28: # Build Targets franta-hg@28: .build-conf: ${BUILD_SUBPROJECTS} franta-hg@28: "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/domain-socket-bridge franta-hg@28: franta-hg@28: ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/domain-socket-bridge: ${OBJECTFILES} franta-hg@28: ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} franta-hg@28: ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/domain-socket-bridge ${OBJECTFILES} ${LDLIBSOPTIONS} franta-hg@28: franta-hg@41: ${OBJECTDIR}/domain-socket-bridge.o: domain-socket-bridge.cpp franta-hg@28: ${MKDIR} -p ${OBJECTDIR} franta-hg@28: ${RM} "$@.d" franta-hg@41: $(COMPILE.cc) -O2 `pkg-config --cflags libevent` -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/domain-socket-bridge.o domain-socket-bridge.cpp franta-hg@28: franta-hg@28: # Subprojects franta-hg@28: .build-subprojects: franta-hg@28: franta-hg@28: # Clean Targets franta-hg@28: .clean-conf: ${CLEAN_SUBPROJECTS} franta-hg@28: ${RM} -r ${CND_BUILDDIR}/${CND_CONF} franta-hg@28: ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/domain-socket-bridge franta-hg@28: franta-hg@28: # Subprojects franta-hg@28: .clean-subprojects: franta-hg@28: franta-hg@28: # Enable dependency checking franta-hg@28: .dep.inc: .depcheck-impl franta-hg@28: franta-hg@28: include .dep.inc