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