No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile-variables.mk 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Generated - do not edit!
  3. #
  4. # NOCDDL
  5. #
  6. CND_BASEDIR=`pwd`
  7. CND_BUILDDIR=build
  8. CND_DISTDIR=dist
  9. # Debug configuration
  10. CND_PLATFORM_Debug=GNU-Linux
  11. CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux
  12. CND_ARTIFACT_NAME_Debug=superviseur-robot
  13. CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/superviseur-robot
  14. CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
  15. CND_PACKAGE_NAME_Debug=superviseur-robot.tar
  16. CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/superviseur-robot.tar
  17. # Release configuration
  18. CND_PLATFORM_Release=GNU-Linux
  19. CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
  20. CND_ARTIFACT_NAME_Release=superviseur-robot
  21. CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/superviseur-robot
  22. CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
  23. CND_PACKAGE_NAME_Release=superviseur-robot.tar
  24. CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/superviseur-robot.tar
  25. # Debug__RPI_ configuration
  26. CND_PLATFORM_Debug__RPI_=GNU-Linux
  27. CND_ARTIFACT_DIR_Debug__RPI_=dist/Debug__RPI_/GNU-Linux
  28. CND_ARTIFACT_NAME_Debug__RPI_=superviseur-robot
  29. CND_ARTIFACT_PATH_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/superviseur-robot
  30. CND_PACKAGE_DIR_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/package
  31. CND_PACKAGE_NAME_Debug__RPI_=superviseur-robot.tar
  32. CND_PACKAGE_PATH_Debug__RPI_=dist/Debug__RPI_/GNU-Linux/package/superviseur-robot.tar
  33. # Debug__Pthread_ configuration
  34. CND_PLATFORM_Debug__Pthread_=GNU-Linux
  35. CND_ARTIFACT_DIR_Debug__Pthread_=dist/Debug__Pthread_/GNU-Linux
  36. CND_ARTIFACT_NAME_Debug__Pthread_=superviseur-robot
  37. CND_ARTIFACT_PATH_Debug__Pthread_=dist/Debug__Pthread_/GNU-Linux/superviseur-robot
  38. CND_PACKAGE_DIR_Debug__Pthread_=dist/Debug__Pthread_/GNU-Linux/package
  39. CND_PACKAGE_NAME_Debug__Pthread_=superviseur-robot.tar
  40. CND_PACKAGE_PATH_Debug__Pthread_=dist/Debug__Pthread_/GNU-Linux/package/superviseur-robot.tar
  41. #
  42. # include compiler specific variables
  43. #
  44. # dmake command
  45. ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
  46. (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
  47. #
  48. # gmake command
  49. .PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
  50. #
  51. include nbproject/private/Makefile-variables.mk