subdir.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. ../crc.cpp \
  7. ../database.cpp \
  8. ../hal.cpp \
  9. ../lcd.cpp \
  10. ../logger.cpp \
  11. ../main.cpp \
  12. ../spi.cpp \
  13. ../stripe.cpp \
  14. ../timer.cpp \
  15. ../display.cpp \
  16. ../server.cpp
  17. OBJS += \
  18. ./crc.o \
  19. ./database.o \
  20. ./hal.o \
  21. ./lcd.o \
  22. ./logger.o \
  23. ./main.o \
  24. ./spi.o \
  25. ./stripe.o \
  26. ./timer.o \
  27. ./display.o \
  28. ./server.o
  29. CPP_DEPS += \
  30. ./crc.d \
  31. ./database.d \
  32. ./hal.d \
  33. ./lcd.d \
  34. ./logger.d \
  35. ./main.d \
  36. ./spi.d \
  37. ./stripe.d \
  38. ./timer.d \
  39. ./display.d \
  40. ./server.d
  41. # Each subdirectory must supply rules for building sources it contributes
  42. %.o: ../%.cpp
  43. @echo 'Building file: $<'
  44. @echo 'Invoking: G++ Compiler'
  45. arm-linux-gnueabihf-g++ -Os -g3 -Wall -c -fmessage-length=0 -std=c++11 -DTHREADSAFE=1 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
  46. @echo 'Finished building: $<'
  47. @echo ' '