author | František Kučera <franta-hg@frantovo.cz> |
Sat, 25 Aug 2018 18:25:02 +0200 | |
branch | v_0 |
changeset 15 | 09ca53671b28 |
parent 14 | e8de089f95dd |
permissions | -rw-r--r-- |
0 | 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 |
|
25 |
CND_DLIB_EXT=so |
|
26 |
CND_CONF=Release |
|
27 |
CND_DISTDIR=dist |
|
28 |
CND_BUILDDIR=build |
|
29 |
||
30 |
# Include project Makefile |
|
31 |
include Makefile |
|
32 |
||
33 |
# Object Directory |
|
34 |
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM} |
|
35 |
||
36 |
# Object Files |
|
3
630c54da42c9
add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
37 |
OBJECTFILES= \ |
14
e8de089f95dd
refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents:
3
diff
changeset
|
38 |
${OBJECTDIR}/src/Factory.o |
0 | 39 |
|
40 |
||
41 |
# C Compiler Flags |
|
42 |
CFLAGS= |
|
43 |
||
44 |
# CC Compiler Flags |
|
45 |
CCFLAGS= |
|
46 |
CXXFLAGS= |
|
47 |
||
48 |
# Fortran Compiler Flags |
|
49 |
FFLAGS= |
|
50 |
||
51 |
# Assembler Flags |
|
52 |
ASFLAGS= |
|
53 |
||
54 |
# Link Libraries and Options |
|
14
e8de089f95dd
refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents:
3
diff
changeset
|
55 |
LDLIBSOPTIONS=`pkg-config --libs relpipe-lib-protocol.cpp` |
0 | 56 |
|
57 |
# Build Targets |
|
58 |
.build-conf: ${BUILD_SUBPROJECTS} |
|
59 |
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT} |
|
60 |
||
61 |
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT}: ${OBJECTFILES} |
|
62 |
${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} |
|
3
630c54da42c9
add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
63 |
${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT} ${OBJECTFILES} ${LDLIBSOPTIONS} -shared -fPIC |
630c54da42c9
add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
64 |
|
14
e8de089f95dd
refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents:
3
diff
changeset
|
65 |
${OBJECTDIR}/src/Factory.o: src/Factory.cpp |
3
630c54da42c9
add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
66 |
${MKDIR} -p ${OBJECTDIR}/src |
630c54da42c9
add new files to the project
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
67 |
${RM} "$@.d" |
14
e8de089f95dd
refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz>
parents:
3
diff
changeset
|
68 |
$(COMPILE.cc) -O2 `pkg-config --cflags relpipe-lib-protocol.cpp` -fPIC -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/Factory.o src/Factory.cpp |
0 | 69 |
|
70 |
# Subprojects |
|
71 |
.build-subprojects: |
|
72 |
||
73 |
# Clean Targets |
|
74 |
.clean-conf: ${CLEAN_SUBPROJECTS} |
|
75 |
${RM} -r ${CND_BUILDDIR}/${CND_CONF} |
|
76 |
||
77 |
# Subprojects |
|
78 |
.clean-subprojects: |
|
79 |
||
80 |
# Enable dependency checking |
|
81 |
.dep.inc: .depcheck-impl |
|
82 |
||
83 |
include .dep.inc |