2018-10-19 16:48:02 +02:00
|
|
|
#
|
|
|
|
# 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
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_ARTIFACT_NAME_Debug=superviseur-robot
|
|
|
|
CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/superviseur-robot
|
2018-10-19 16:48:02 +02:00
|
|
|
CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_PACKAGE_NAME_Debug=superviseur-robot.tar
|
|
|
|
CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/superviseur-robot.tar
|
2018-10-19 16:48:02 +02:00
|
|
|
# Release configuration
|
|
|
|
CND_PLATFORM_Release=GNU-Linux
|
|
|
|
CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_ARTIFACT_NAME_Release=superviseur-robot
|
|
|
|
CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/superviseur-robot
|
2018-10-19 16:48:02 +02:00
|
|
|
CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_PACKAGE_NAME_Release=superviseur-robot.tar
|
|
|
|
CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/superviseur-robot.tar
|
2018-11-12 10:14:43 +01:00
|
|
|
# Debug__RPI_ configuration
|
|
|
|
CND_PLATFORM_Debug__RPI_=GNU-Linux
|
|
|
|
CND_ARTIFACT_DIR_Debug__RPI_=dist/Debug__RPI_/GNU-Linux
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_ARTIFACT_NAME_Debug__RPI_=superviseur-robot
|
|
|
|
CND_ARTIFACT_PATH_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/superviseur-robot
|
2018-11-12 10:14:43 +01:00
|
|
|
CND_PACKAGE_DIR_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/package
|
2018-12-14 17:04:42 +01:00
|
|
|
CND_PACKAGE_NAME_Debug__RPI_=superviseur-robot.tar
|
|
|
|
CND_PACKAGE_PATH_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/package/superviseur-robot.tar
|
2018-10-19 16:48:02 +02:00
|
|
|
#
|
|
|
|
# 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
|