c++/domain-socket-bridge/nbproject/Makefile-variables.mk
author František Kučera <franta-hg@frantovo.cz>
Fri, 18 Nov 2016 21:41:23 +0100
changeset 28 1fec66105b8e
permissions -rw-r--r--
libevent: hello world
franta-hg@28
     1
#
franta-hg@28
     2
# Generated - do not edit!
franta-hg@28
     3
#
franta-hg@28
     4
# NOCDDL
franta-hg@28
     5
#
franta-hg@28
     6
CND_BASEDIR=`pwd`
franta-hg@28
     7
CND_BUILDDIR=build
franta-hg@28
     8
CND_DISTDIR=dist
franta-hg@28
     9
# Debug configuration
franta-hg@28
    10
CND_PLATFORM_Debug=GNU-Linux
franta-hg@28
    11
CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux
franta-hg@28
    12
CND_ARTIFACT_NAME_Debug=domain-socket-bridge
franta-hg@28
    13
CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/domain-socket-bridge
franta-hg@28
    14
CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
franta-hg@28
    15
CND_PACKAGE_NAME_Debug=domain-socket-bridge.tar
franta-hg@28
    16
CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/domain-socket-bridge.tar
franta-hg@28
    17
# Release configuration
franta-hg@28
    18
CND_PLATFORM_Release=GNU-Linux
franta-hg@28
    19
CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
franta-hg@28
    20
CND_ARTIFACT_NAME_Release=domain-socket-bridge
franta-hg@28
    21
CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/domain-socket-bridge
franta-hg@28
    22
CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
franta-hg@28
    23
CND_PACKAGE_NAME_Release=domain-socket-bridge.tar
franta-hg@28
    24
CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/domain-socket-bridge.tar
franta-hg@28
    25
#
franta-hg@28
    26
# include compiler specific variables
franta-hg@28
    27
#
franta-hg@28
    28
# dmake command
franta-hg@28
    29
ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
franta-hg@28
    30
	(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
franta-hg@28
    31
#
franta-hg@28
    32
# gmake command
franta-hg@28
    33
.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
franta-hg@28
    34
#
franta-hg@28
    35
include nbproject/private/Makefile-variables.mk