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