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