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