]> Creatis software - creaCLI.git/blob - ModuleCall/nbproject/Makefile-Release.mk
All Slicer modules succesfully compiled into BBTK boxes :P
[creaCLI.git] / ModuleCall / nbproject / Makefile-Release.mk
1 #
2 # Generated Makefile - do not edit!
3 #
4 # Edit the Makefile in the project folder instead (../Makefile). Each target
5 # has a -pre and a -post target defined where you can add customized code.
6 #
7 # This makefile implements configuration specific macros and targets.
8
9
10 # Environment
11 MKDIR=mkdir
12 CP=cp
13 GREP=grep
14 NM=nm
15 CCADMIN=CCadmin
16 RANLIB=ranlib
17 CC=gcc
18 CCC=g++
19 CXX=g++
20 FC=gfortran
21 AS=as
22
23 # Macros
24 CND_PLATFORM=GNU-Linux-x86
25 CND_CONF=Release
26 CND_DISTDIR=dist
27 CND_BUILDDIR=build
28
29 # Include project Makefile
30 include Makefile
31
32 # Object Directory
33 OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
34
35 # Object Files
36 OBJECTFILES= \
37         ${OBJECTDIR}/main.o \
38         ${OBJECTDIR}/CreationTool.o
39
40
41 # C Compiler Flags
42 CFLAGS=
43
44 # CC Compiler Flags
45 CCFLAGS=-ldl -w
46 CXXFLAGS=-ldl -w
47
48 # Fortran Compiler Flags
49 FFLAGS=
50
51 # Assembler Flags
52 ASFLAGS=
53
54 # Link Libraries and Options
55 LDLIBSOPTIONS=
56
57 # Build Targets
58 .build-conf: ${BUILD_SUBPROJECTS}
59         "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/modulecall
60
61 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/modulecall: ${OBJECTFILES}
62         ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
63         ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/modulecall ${OBJECTFILES} ${LDLIBSOPTIONS} 
64
65 ${OBJECTDIR}/main.o: nbproject/Makefile-${CND_CONF}.mk main.cpp 
66         ${MKDIR} -p ${OBJECTDIR}
67         ${RM} $@.d
68         $(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/main.o main.cpp
69
70 ${OBJECTDIR}/CreationTool.o: nbproject/Makefile-${CND_CONF}.mk CreationTool.cxx 
71         ${MKDIR} -p ${OBJECTDIR}
72         ${RM} $@.d
73         $(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/CreationTool.o CreationTool.cxx
74
75 # Subprojects
76 .build-subprojects:
77
78 # Clean Targets
79 .clean-conf: ${CLEAN_SUBPROJECTS}
80         ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
81         ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/modulecall
82
83 # Subprojects
84 .clean-subprojects:
85
86 # Enable dependency checking
87 .dep.inc: .depcheck-impl
88
89 include .dep.inc