nbproject/Makefile-Debug.mk
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Aug 2018 18:16:53 +0200
branchv_0
changeset 14 e8de089f95dd
parent 11 83c3cf486bdf
child 15 09ca53671b28
permissions -rw-r--r--
refactoring, move files, use TypeId instead of integer_t
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
#
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
# Generated Makefile - do not edit!
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
#
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
# Edit the Makefile in the project folder instead (../Makefile). Each target
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
# has a -pre and a -post target defined where you can add customized code.
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
#
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
# This makefile implements configuration specific macros and targets.
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
# Environment
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
MKDIR=mkdir
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
CP=cp
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
GREP=grep
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
NM=nm
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
CCADMIN=CCadmin
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
RANLIB=ranlib
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
CC=gcc
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
CCC=g++
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
CXX=g++
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
FC=gfortran
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
AS=as
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
# Macros
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
CND_PLATFORM=GNU-Linux
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
CND_DLIB_EXT=so
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
CND_CONF=Debug
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
CND_DISTDIR=dist
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
CND_BUILDDIR=build
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
# Include project Makefile
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
include Makefile
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
# Object Directory
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    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: 11
diff changeset
    39
	${OBJECTDIR}/src/Factory.o
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
# C Compiler Flags
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
CFLAGS=
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
# CC Compiler Flags
11
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    46
CCFLAGS=-fsanitize=address
83c3cf486bdf add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
    47
CXXFLAGS=-fsanitize=address
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
# Fortran Compiler Flags
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
FFLAGS=
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
# Assembler Flags
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
ASFLAGS=
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    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: 11
diff changeset
    56
LDLIBSOPTIONS=`pkg-config --libs relpipe-lib-protocol.cpp`  
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
# Build Targets
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
.build-conf: ${BUILD_SUBPROJECTS}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    60
	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-reader.cpp.${CND_DLIB_EXT}: ${OBJECTFILES}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    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: 11
diff changeset
    69
	$(COMPILE.cc) -g `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: 11
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: 11
diff changeset
    74
	$(COMPILE.cc) -g `pkg-config --cflags relpipe-lib-protocol.cpp`   -fPIC  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/Factory.o src/Factory.cpp
0
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
# Subprojects
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
.build-subprojects:
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
# Clean Targets
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
.clean-conf: ${CLEAN_SUBPROJECTS}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
# Subprojects
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
.clean-subprojects:
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
# Enable dependency checking
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
.dep.inc: .depcheck-impl
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
5cb459cb2e58 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
include .dep.inc