subdir.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. ../events.cpp \
  17. ../server.cpp
  18. OBJS += \
  19. ./crc.o \
  20. ./database.o \
  21. ./hal.o \
  22. ./lcd.o \
  23. ./logger.o \
  24. ./main.o \
  25. ./spi.o \
  26. ./stripe.o \
  27. ./timer.o \
  28. ./display.o \
  29. ./events.o \
  30. ./server.o
  31. CPP_DEPS += \
  32. ./crc.d \
  33. ./database.d \
  34. ./hal.d \
  35. ./lcd.d \
  36. ./logger.d \
  37. ./main.d \
  38. ./spi.d \
  39. ./stripe.d \
  40. ./timer.d \
  41. ./display.d \
  42. ./events.d \
  43. ./server.d
  44. # Each subdirectory must supply rules for building sources it contributes
  45. %.o: ../%.cpp
  46. @echo 'Building file: $<'
  47. @echo 'Invoking: G++ Compiler'
  48. 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 "$@" "$<"
  49. @echo 'Finished building: $<'
  50. @echo ' '