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-Release.mk 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. #
  2. # Generated Makefile - do not edit!
  3. #
  4. # Edit the Makefile in the project folder instead (../Makefile). Each target
  5. # has a -pre and a -post target defined where you can add customized code.
  6. #
  7. # This makefile implements configuration specific macros and targets.
  8. # Environment
  9. MKDIR=mkdir
  10. CP=cp
  11. GREP=grep
  12. NM=nm
  13. CCADMIN=CCadmin
  14. RANLIB=ranlib
  15. CC=gcc
  16. CCC=g++
  17. CXX=g++
  18. FC=gfortran
  19. AS=as
  20. # Macros
  21. CND_PLATFORM=GNU-Linux
  22. CND_DLIB_EXT=so
  23. CND_CONF=Release
  24. CND_DISTDIR=dist
  25. CND_BUILDDIR=build
  26. # Include project Makefile
  27. include ./Makefile
  28. # Object Directory
  29. OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
  30. # Object Files
  31. OBJECTFILES= \
  32. ${OBJECTDIR}/lib/base64/base64.o \
  33. ${OBJECTDIR}/lib/camera.o \
  34. ${OBJECTDIR}/lib/commonitor.o \
  35. ${OBJECTDIR}/lib/comrobot.o \
  36. ${OBJECTDIR}/lib/image.o \
  37. ${OBJECTDIR}/lib/img.o \
  38. ${OBJECTDIR}/lib/message.o \
  39. ${OBJECTDIR}/lib/messages.o \
  40. ${OBJECTDIR}/lib/monitor.o \
  41. ${OBJECTDIR}/lib/robot.o \
  42. ${OBJECTDIR}/lib/server.o \
  43. ${OBJECTDIR}/main.o \
  44. ${OBJECTDIR}/tasks.o \
  45. ${OBJECTDIR}/tasks_pthread.o
  46. # C Compiler Flags
  47. CFLAGS=
  48. # CC Compiler Flags
  49. CCFLAGS=
  50. CXXFLAGS=
  51. # Fortran Compiler Flags
  52. FFLAGS=
  53. # Assembler Flags
  54. ASFLAGS=
  55. # Link Libraries and Options
  56. LDLIBSOPTIONS=
  57. # Build Targets
  58. .build-conf: ${BUILD_SUBPROJECTS}
  59. "${MAKE}" -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/superviseur-robot
  60. ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/superviseur-robot: ${OBJECTFILES}
  61. ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
  62. ${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/superviseur-robot ${OBJECTFILES} ${LDLIBSOPTIONS}
  63. ${OBJECTDIR}/lib/base64/base64.o: lib/base64/base64.cpp
  64. ${MKDIR} -p ${OBJECTDIR}/lib/base64
  65. ${RM} "$@.d"
  66. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/base64/base64.o lib/base64/base64.cpp
  67. ${OBJECTDIR}/lib/camera.o: lib/camera.cpp
  68. ${MKDIR} -p ${OBJECTDIR}/lib
  69. ${RM} "$@.d"
  70. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/camera.o lib/camera.cpp
  71. ${OBJECTDIR}/lib/commonitor.o: lib/commonitor.cpp
  72. ${MKDIR} -p ${OBJECTDIR}/lib
  73. ${RM} "$@.d"
  74. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/commonitor.o lib/commonitor.cpp
  75. ${OBJECTDIR}/lib/comrobot.o: lib/comrobot.cpp
  76. ${MKDIR} -p ${OBJECTDIR}/lib
  77. ${RM} "$@.d"
  78. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/comrobot.o lib/comrobot.cpp
  79. ${OBJECTDIR}/lib/image.o: lib/image.cpp
  80. ${MKDIR} -p ${OBJECTDIR}/lib
  81. ${RM} "$@.d"
  82. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/image.o lib/image.cpp
  83. ${OBJECTDIR}/lib/img.o: lib/img.cpp
  84. ${MKDIR} -p ${OBJECTDIR}/lib
  85. ${RM} "$@.d"
  86. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/img.o lib/img.cpp
  87. ${OBJECTDIR}/lib/message.o: lib/message.cpp
  88. ${MKDIR} -p ${OBJECTDIR}/lib
  89. ${RM} "$@.d"
  90. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/message.o lib/message.cpp
  91. ${OBJECTDIR}/lib/messages.o: lib/messages.cpp
  92. ${MKDIR} -p ${OBJECTDIR}/lib
  93. ${RM} "$@.d"
  94. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/messages.o lib/messages.cpp
  95. ${OBJECTDIR}/lib/monitor.o: lib/monitor.cpp
  96. ${MKDIR} -p ${OBJECTDIR}/lib
  97. ${RM} "$@.d"
  98. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/monitor.o lib/monitor.cpp
  99. ${OBJECTDIR}/lib/robot.o: lib/robot.cpp
  100. ${MKDIR} -p ${OBJECTDIR}/lib
  101. ${RM} "$@.d"
  102. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/robot.o lib/robot.cpp
  103. ${OBJECTDIR}/lib/server.o: lib/server.cpp
  104. ${MKDIR} -p ${OBJECTDIR}/lib
  105. ${RM} "$@.d"
  106. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/lib/server.o lib/server.cpp
  107. ${OBJECTDIR}/main.o: main.cpp
  108. ${MKDIR} -p ${OBJECTDIR}
  109. ${RM} "$@.d"
  110. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/main.o main.cpp
  111. ${OBJECTDIR}/tasks.o: tasks.cpp
  112. ${MKDIR} -p ${OBJECTDIR}
  113. ${RM} "$@.d"
  114. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks.o tasks.cpp
  115. ${OBJECTDIR}/tasks_pthread.o: tasks_pthread.cpp
  116. ${MKDIR} -p ${OBJECTDIR}
  117. ${RM} "$@.d"
  118. $(COMPILE.cc) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/tasks_pthread.o tasks_pthread.cpp
  119. # Subprojects
  120. .build-subprojects:
  121. # Clean Targets
  122. .clean-conf: ${CLEAN_SUBPROJECTS}
  123. ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
  124. # Subprojects
  125. .clean-subprojects:
  126. # Enable dependency checking
  127. .dep.inc: .depcheck-impl
  128. include .dep.inc