subdir.mk 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. ../can.cpp \
  7. ../cantiming.cpp \
  8. ../crc.cpp \
  9. ../database.cpp \
  10. ../dipoti.cpp \
  11. ../led.cpp \
  12. ../logger.cpp \
  13. ../main.cpp \
  14. ../mcp2510.cpp \
  15. ../monitor.cpp \
  16. ../node.cpp \
  17. ../spi.cpp \
  18. ../test.cpp \
  19. ../timer.cpp
  20. OBJS += \
  21. ./can.o \
  22. ./cantiming.o \
  23. ./crc.o \
  24. ./database.o \
  25. ./dipoti.o \
  26. ./led.o \
  27. ./logger.o \
  28. ./main.o \
  29. ./mcp2510.o \
  30. ./monitor.o \
  31. ./node.o \
  32. ./spi.o \
  33. ./test.o \
  34. ./timer.o
  35. OBJS2 += \
  36. ./can.o \
  37. ./cantiming.o \
  38. ./canspeed.o \
  39. ./crc.o \
  40. ./database.o \
  41. ./dipoti.o \
  42. ./led.o \
  43. ./logger.o \
  44. ./monitor.o \
  45. ./node.o \
  46. ./spi.o \
  47. ./test.o \
  48. ./timer.o \
  49. ./mcp2510.o \
  50. ./sqlite/sqlite3.o
  51. CPP_DEPS += \
  52. ./can.d \
  53. ./cantiming.d \
  54. ./crc.d \
  55. ./database.d \
  56. ./dipoti.d \
  57. ./led.d \
  58. ./logger.d \
  59. ./main.d \
  60. ./mcp2510.d \
  61. ./monitor.d \
  62. ./node.d \
  63. ./spi.d \
  64. ./test.d \
  65. ./timer.d
  66. # Each subdirectory must supply rules for building sources it contributes
  67. %.o: ../%.cpp
  68. @echo 'Building file: $<'
  69. @echo 'Invoking: G++ Compiler'
  70. 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 "$@" "$<"
  71. @echo 'Finished building: $<'
  72. @echo ' '