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