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.

subdir.mk 931B

12345678910111213141516171819202122232425262728
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. CPP_SRCS += \
  6. ../lib/Robot.cpp \
  7. ../lib/Serial.cpp \
  8. ../lib/TcpServer.cpp \
  9. ../lib/message.cpp
  10. OBJS += \
  11. ./lib/Robot.o \
  12. ./lib/Serial.o \
  13. ./lib/TcpServer.o \
  14. ./lib/message.o
  15. CPP_DEPS += \
  16. ./lib/Robot.d \
  17. ./lib/Serial.d \
  18. ./lib/TcpServer.d \
  19. ./lib/message.d
  20. # Each subdirectory must supply rules for building sources it contributes
  21. lib/%.o: ../lib/%.cpp
  22. g++ -I"/home/dimercur/Documents/Travail/git/dumber/software/raspberry/superviseur-robot/example/lib" -I"/home/dimercur/Documents/Travail/git/dumber/software/raspberry/superviseur-robot/example/src" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"