nbproject/Makefile-Debug.mk
author František Kučera <franta-hg@frantovo.cz>
Sun, 08 Jul 2018 01:40:38 +0200
branchv_0
changeset 1 6e3494943c91
parent 0 ea747b9d46d0
child 2 1a574113da20
permissions -rw-r--r--
base classes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
#
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
# Generated Makefile - do not edit!
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
#
ea747b9d46d0 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
ea747b9d46d0 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.
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
#
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
# This makefile implements configuration specific macros and targets.
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     8
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     9
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
# Environment
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
MKDIR=mkdir
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    12
CP=cp
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    13
GREP=grep
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    14
NM=nm
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
CCADMIN=CCadmin
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
RANLIB=ranlib
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
CC=gcc
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    18
CCC=g++
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
CXX=g++
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
FC=gfortran
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
AS=as
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    22
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
# Macros
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
CND_PLATFORM=GNU-Linux
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
CND_DLIB_EXT=so
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
CND_CONF=Debug
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
CND_DISTDIR=dist
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
CND_BUILDDIR=build
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
# Include project Makefile
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    31
include Makefile
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    32
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    33
# Object Directory
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    34
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    35
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    36
# Object Files
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    37
OBJECTFILES= \
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    38
	${OBJECTDIR}/DataTypeWriter.o \
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    39
	${OBJECTDIR}/DataTypeWriterBase.o
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    40
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    41
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    42
# C Compiler Flags
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    43
CFLAGS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    44
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    45
# CC Compiler Flags
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    46
CCFLAGS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    47
CXXFLAGS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    48
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    49
# Fortran Compiler Flags
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    50
FFLAGS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    51
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    52
# Assembler Flags
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    53
ASFLAGS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    54
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    55
# Link Libraries and Options
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    56
LDLIBSOPTIONS=
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    57
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    58
# Build Targets
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    59
.build-conf: ${BUILD_SUBPROJECTS}
ea747b9d46d0 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-writer.cpp.${CND_DLIB_EXT}
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    61
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    62
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-writer.cpp.${CND_DLIB_EXT}: ${OBJECTFILES}
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    63
	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
1
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    64
	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/librelpipe-lib-writer.cpp.${CND_DLIB_EXT} ${OBJECTFILES} ${LDLIBSOPTIONS} -shared -fPIC
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    65
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    66
${OBJECTDIR}/DataTypeWriter.o: DataTypeWriter.cpp
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    67
	${MKDIR} -p ${OBJECTDIR}
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    68
	${RM} "$@.d"
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    69
	$(COMPILE.cc) -g -fPIC  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/DataTypeWriter.o DataTypeWriter.cpp
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    70
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    71
${OBJECTDIR}/DataTypeWriterBase.o: DataTypeWriterBase.cpp
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    72
	${MKDIR} -p ${OBJECTDIR}
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    73
	${RM} "$@.d"
6e3494943c91 base classes
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
    74
	$(COMPILE.cc) -g -fPIC  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/DataTypeWriterBase.o DataTypeWriterBase.cpp
0
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    75
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    76
# Subprojects
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    77
.build-subprojects:
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    78
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    79
# Clean Targets
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    80
.clean-conf: ${CLEAN_SUBPROJECTS}
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    81
	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    82
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    83
# Subprojects
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    84
.clean-subprojects:
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    85
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    86
# Enable dependency checking
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    87
.dep.inc: .depcheck-impl
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    88
ea747b9d46d0 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    89
include .dep.inc