c++/parameter-lister/nbproject/Makefile-Debug.mk
author František Kučera <franta-hg@frantovo.cz>
Sun, 03 May 2015 14:24:37 +0200
changeset 2 f32ce80b4be4
parent 0 7399cb02184b
child 5 1581a99ab33f
permissions -rw-r--r--
standard: C++11
franta-hg@0
     1
#
franta-hg@0
     2
# Generated Makefile - do not edit!
franta-hg@0
     3
#
franta-hg@0
     4
# Edit the Makefile in the project folder instead (../Makefile). Each target
franta-hg@0
     5
# has a -pre and a -post target defined where you can add customized code.
franta-hg@0
     6
#
franta-hg@0
     7
# This makefile implements configuration specific macros and targets.
franta-hg@0
     8
franta-hg@0
     9
franta-hg@0
    10
# Environment
franta-hg@0
    11
MKDIR=mkdir
franta-hg@0
    12
CP=cp
franta-hg@0
    13
GREP=grep
franta-hg@0
    14
NM=nm
franta-hg@0
    15
CCADMIN=CCadmin
franta-hg@0
    16
RANLIB=ranlib
franta-hg@0
    17
CC=gcc
franta-hg@0
    18
CCC=g++
franta-hg@0
    19
CXX=g++
franta-hg@0
    20
FC=gfortran
franta-hg@0
    21
AS=as
franta-hg@0
    22
franta-hg@0
    23
# Macros
franta-hg@0
    24
CND_PLATFORM=GNU-Linux-x86
franta-hg@0
    25
CND_DLIB_EXT=so
franta-hg@0
    26
CND_CONF=Debug
franta-hg@0
    27
CND_DISTDIR=dist
franta-hg@0
    28
CND_BUILDDIR=build
franta-hg@0
    29
franta-hg@0
    30
# Include project Makefile
franta-hg@0
    31
include Makefile
franta-hg@0
    32
franta-hg@0
    33
# Object Directory
franta-hg@0
    34
OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
franta-hg@0
    35
franta-hg@0
    36
# Object Files
franta-hg@0
    37
OBJECTFILES= \
franta-hg@0
    38
	${OBJECTDIR}/CLI.o
franta-hg@0
    39
franta-hg@0
    40
franta-hg@0
    41
# C Compiler Flags
franta-hg@0
    42
CFLAGS=
franta-hg@0
    43
franta-hg@0
    44
# CC Compiler Flags
franta-hg@0
    45
CCFLAGS=
franta-hg@0
    46
CXXFLAGS=
franta-hg@0
    47
franta-hg@0
    48
# Fortran Compiler Flags
franta-hg@0
    49
FFLAGS=
franta-hg@0
    50
franta-hg@0
    51
# Assembler Flags
franta-hg@0
    52
ASFLAGS=
franta-hg@0
    53
franta-hg@0
    54
# Link Libraries and Options
franta-hg@0
    55
LDLIBSOPTIONS=
franta-hg@0
    56
franta-hg@0
    57
# Build Targets
franta-hg@0
    58
.build-conf: ${BUILD_SUBPROJECTS}
franta-hg@0
    59
	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister
franta-hg@0
    60
franta-hg@0
    61
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister: ${OBJECTFILES}
franta-hg@0
    62
	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
franta-hg@0
    63
	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister ${OBJECTFILES} ${LDLIBSOPTIONS}
franta-hg@0
    64
franta-hg@0
    65
${OBJECTDIR}/CLI.o: CLI.cpp 
franta-hg@0
    66
	${MKDIR} -p ${OBJECTDIR}
franta-hg@0
    67
	${RM} "$@.d"
franta-hg@2
    68
	$(COMPILE.cc) -g -std=c++11 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLI.o CLI.cpp
franta-hg@0
    69
franta-hg@0
    70
# Subprojects
franta-hg@0
    71
.build-subprojects:
franta-hg@0
    72
franta-hg@0
    73
# Clean Targets
franta-hg@0
    74
.clean-conf: ${CLEAN_SUBPROJECTS}
franta-hg@0
    75
	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
franta-hg@0
    76
	${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/parameter-lister
franta-hg@0
    77
franta-hg@0
    78
# Subprojects
franta-hg@0
    79
.clean-subprojects:
franta-hg@0
    80
franta-hg@0
    81
# Enable dependency checking
franta-hg@0
    82
.dep.inc: .depcheck-impl
franta-hg@0
    83
franta-hg@0
    84
include .dep.inc