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
|
|
37 |
OBJECTFILES=
|
|
38 |
|
|
39 |
|
|
40 |
# C Compiler Flags
|
|
41 |
CFLAGS=
|
|
42 |
|
|
43 |
# CC Compiler Flags
|
|
44 |
CCFLAGS=
|
|
45 |
CXXFLAGS=
|
|
46 |
|
|
47 |
# Fortran Compiler Flags
|
|
48 |
FFLAGS=
|
|
49 |
|
|
50 |
# Assembler Flags
|
|
51 |
ASFLAGS=
|
|
52 |
|
|
53 |
# Link Libraries and Options
|
|
54 |
LDLIBSOPTIONS=
|
|
55 |
|
|
56 |
# Build Targets
|
|
57 |
.build-conf: ${BUILD_SUBPROJECTS}
|
|
58 |
"${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT}
|
|
59 |
|
|
60 |
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT}: ${OBJECTFILES}
|
|
61 |
${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
|
|
62 |
${LINK.c} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT} ${OBJECTFILES} ${LDLIBSOPTIONS} -shared -fPIC
|
|
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
|