author | František Kučera <franta-hg@frantovo.cz> |
Sat, 25 Aug 2018 12:29:03 +0200 | |
branch | v_0 |
changeset 2 | 31ef97e63eb0 |
parent 1 | 3baaddffae5b |
child 3 | 9a4062b12fc9 |
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=Debug |
|
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 |
|
37 |
OBJECTFILES= |
|
38 |
||
39 |
||
40 |
# C Compiler Flags |
|
41 |
CFLAGS= |
|
42 |
||
43 |
# CC Compiler Flags |
|
1
3baaddffae5b
add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
44 |
CCFLAGS=-fsanitize=address |
3baaddffae5b
add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents:
0
diff
changeset
|
45 |
CXXFLAGS=-fsanitize=address |
0 | 46 |
|
47 |
# Fortran Compiler Flags |
|
48 |
FFLAGS= |
|
49 |
||
50 |
# Assembler Flags |
|
51 |
ASFLAGS= |
|
52 |
||
53 |
# Link Libraries and Options |
|
2
31ef97e63eb0
add cli and reader libraries
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
54 |
LDLIBSOPTIONS=`pkg-config --libs relpipe-lib-cli.cpp` `pkg-config --libs relpipe-lib-reader.cpp` |
0 | 55 |
|
56 |
# Build Targets |
|
57 |
.build-conf: ${BUILD_SUBPROJECTS} |
|
58 |
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/relpipe-out-tabular.cpp |
|
59 |
||
60 |
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/relpipe-out-tabular.cpp: ${OBJECTFILES} |
|
61 |
${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM} |
|
62 |
${LINK.c} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/relpipe-out-tabular.cpp ${OBJECTFILES} ${LDLIBSOPTIONS} |
|
63 |
||
64 |
# Subprojects |
|
65 |
.build-subprojects: |
|
66 |
||
67 |
# Clean Targets |
|
68 |
.clean-conf: ${CLEAN_SUBPROJECTS} |
|
69 |
${RM} -r ${CND_BUILDDIR}/${CND_CONF} |
|
70 |
||
71 |
# Subprojects |
|
72 |
.clean-subprojects: |
|
73 |
||
74 |
# Enable dependency checking |
|
75 |
.dep.inc: .depcheck-impl |
|
76 |
||
77 |
include .dep.inc |