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 838B

12345678910111213141516171819202122
  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. ../src/serialTest.cpp \
  7. ../src/serverTest.cpp
  8. OBJS += \
  9. ./src/serialTest.o \
  10. ./src/serverTest.o
  11. CPP_DEPS += \
  12. ./src/serialTest.d \
  13. ./src/serverTest.d
  14. # Each subdirectory must supply rules for building sources it contributes
  15. src/%.o: ../src/%.cpp
  16. 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 "$@" "$<"