subdir.mk 999 B

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