1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
#
# Generated - do not edit!
#
# NOCDDL
#
CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# Debug configuration
CND_PLATFORM_Debug=GNU-Linux
CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux
CND_ARTIFACT_NAME_Debug=linuxpba
CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/linuxpba
CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
CND_PACKAGE_NAME_Debug=linuxpba.tar
CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/linuxpba.tar
# Release configuration
CND_PLATFORM_Release=GNU-Linux
CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
CND_ARTIFACT_NAME_Release=linuxpba
CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/linuxpba
CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
CND_PACKAGE_NAME_Release=linuxpba.tar
CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/linuxpba.tar
# Release_x86_64 configuration
CND_PLATFORM_Release_x86_64=GNU-Linux
CND_ARTIFACT_DIR_Release_x86_64=dist/Release_x86_64/GNU-Linux
CND_ARTIFACT_NAME_Release_x86_64=linuxpba
CND_ARTIFACT_PATH_Release_x86_64=dist/Release_x86_64/GNU-Linux/linuxpba
CND_PACKAGE_DIR_Release_x86_64=dist/Release_x86_64/GNU-Linux/package
CND_PACKAGE_NAME_Release_x86_64=linuxpba.tar
CND_PACKAGE_PATH_Release_x86_64=dist/Release_x86_64/GNU-Linux/package/linuxpba.tar
# Debug_x86_64 configuration
CND_PLATFORM_Debug_x86_64=GNU-Linux
CND_ARTIFACT_DIR_Debug_x86_64=dist/Debug_x86_64/GNU-Linux
CND_ARTIFACT_NAME_Debug_x86_64=linuxpba
CND_ARTIFACT_PATH_Debug_x86_64=dist/Debug_x86_64/GNU-Linux/linuxpba
CND_PACKAGE_DIR_Debug_x86_64=dist/Debug_x86_64/GNU-Linux/package
CND_PACKAGE_NAME_Debug_x86_64=linuxpba.tar
CND_PACKAGE_PATH_Debug_x86_64=dist/Debug_x86_64/GNU-Linux/package/linuxpba.tar
#
# include compiler specific variables
#
# dmake command
ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
#
# gmake command
.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
#
include nbproject/private/Makefile-variables.mk
|