Adding NetBeans project
Makefile should allow for building on *BSD
Showing
with
717 additions
and
0 deletions
.dep.inc
0 → 100644
Makefile
0 → 100644
nbproject/Makefile-Debug.mk
0 → 100644
# | ||
# 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=clang | ||
CCC=clang++ | ||
CXX=clang++ | ||
FC=gfortran | ||
AS=as | ||
# Macros | ||
CND_PLATFORM=CLang-MacOSX | ||
CND_DLIB_EXT=dylib | ||
CND_CONF=Debug | ||
CND_DISTDIR=dist | ||
CND_BUILDDIR=build | ||
# Include project Makefile | ||
include Makefile | ||
# Object Directory | ||
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} | ||
# Object Files | ||
OBJECTFILES= \ | ||
${OBJECTDIR}/unicoder/main.o | ||
# C Compiler Flags | ||
CFLAGS= | ||
# CC Compiler Flags | ||
CCFLAGS= | ||
CXXFLAGS= | ||
# Fortran Compiler Flags | ||
FFLAGS= | ||
# Assembler Flags | ||
ASFLAGS= | ||
# Link Libraries and Options | ||
LDLIBSOPTIONS= | ||
# Build Targets | ||
.build-conf: ${BUILD_SUBPROJECTS} | ||
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder | ||
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder: ${OBJECTFILES} | ||
${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} | ||
${LINK.c} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder ${OBJECTFILES} ${LDLIBSOPTIONS} | ||
${OBJECTDIR}/unicoder/main.o: unicoder/main.c | ||
${MKDIR} -p ${OBJECTDIR}/unicoder | ||
${RM} "[email protected]" | ||
$(COMPILE.c) -g -MMD -MP -MF "[email protected]" -o ${OBJECTDIR}/unicoder/main.o unicoder/main.c | ||
# Subprojects | ||
.build-subprojects: | ||
# Clean Targets | ||
.clean-conf: ${CLEAN_SUBPROJECTS} | ||
${RM} -r ${CND_BUILDDIR}/${CND_CONF} | ||
# Subprojects | ||
.clean-subprojects: | ||
# Enable dependency checking | ||
.dep.inc: .depcheck-impl | ||
include .dep.inc |
nbproject/Makefile-Release.mk
0 → 100644
# | ||
# 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=clang | ||
CCC=clang++ | ||
CXX=clang++ | ||
FC=gfortran | ||
AS=as | ||
# Macros | ||
CND_PLATFORM=CLang-MacOSX | ||
CND_DLIB_EXT=dylib | ||
CND_CONF=Release | ||
CND_DISTDIR=dist | ||
CND_BUILDDIR=build | ||
# Include project Makefile | ||
include Makefile | ||
# Object Directory | ||
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} | ||
# Object Files | ||
OBJECTFILES= \ | ||
${OBJECTDIR}/unicoder/main.o | ||
# C Compiler Flags | ||
CFLAGS= | ||
# CC Compiler Flags | ||
CCFLAGS= | ||
CXXFLAGS= | ||
# Fortran Compiler Flags | ||
FFLAGS= | ||
# Assembler Flags | ||
ASFLAGS= | ||
# Link Libraries and Options | ||
LDLIBSOPTIONS= | ||
# Build Targets | ||
.build-conf: ${BUILD_SUBPROJECTS} | ||
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder | ||
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder: ${OBJECTFILES} | ||
${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} | ||
${LINK.c} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/unicoder ${OBJECTFILES} ${LDLIBSOPTIONS} | ||
${OBJECTDIR}/unicoder/main.o: unicoder/main.c | ||
${MKDIR} -p ${OBJECTDIR}/unicoder | ||
${RM} "[email protected]" | ||
$(COMPILE.c) -O2 -MMD -MP -MF "[email protected]" -o ${OBJECTDIR}/unicoder/main.o unicoder/main.c | ||
# Subprojects | ||
.build-subprojects: | ||
# Clean Targets | ||
.clean-conf: ${CLEAN_SUBPROJECTS} | ||
${RM} -r ${CND_BUILDDIR}/${CND_CONF} | ||
# Subprojects | ||
.clean-subprojects: | ||
# Enable dependency checking | ||
.dep.inc: .depcheck-impl | ||
include .dep.inc |
nbproject/Makefile-impl.mk
0 → 100644
nbproject/Makefile-variables.mk
0 → 100644
nbproject/Package-Debug.bash
0 → 100644
nbproject/Package-Release.bash
0 → 100644
nbproject/configurations.xml
0 → 100644
nbproject/project.xml
0 → 100644
-
Please register or sign in to post a comment