1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../can.cpp \
- ../cantiming.cpp \
- ../crc.cpp \
- ../database.cpp \
- ../dipoti.cpp \
- ../led.cpp \
- ../logger.cpp \
- ../main.cpp \
- ../mcp2510.cpp \
- ../monitor.cpp \
- ../node.cpp \
- ../spi.cpp \
- ../test.cpp \
- ../timer.cpp
- OBJS += \
- ./can.o \
- ./cantiming.o \
- ./crc.o \
- ./database.o \
- ./dipoti.o \
- ./led.o \
- ./logger.o \
- ./main.o \
- ./mcp2510.o \
- ./monitor.o \
- ./node.o \
- ./spi.o \
- ./test.o \
- ./timer.o
- OBJS2 += \
- ./can.o \
- ./cantiming.o \
- ./canspeed.o \
- ./crc.o \
- ./database.o \
- ./dipoti.o \
- ./led.o \
- ./logger.o \
- ./monitor.o \
- ./node.o \
- ./spi.o \
- ./test.o \
- ./timer.o \
- ./mcp2510.o \
- ./sqlite/sqlite3.o
- CPP_DEPS += \
- ./can.d \
- ./cantiming.d \
- ./crc.d \
- ./database.d \
- ./dipoti.d \
- ./led.d \
- ./logger.d \
- ./main.d \
- ./mcp2510.d \
- ./monitor.d \
- ./node.d \
- ./spi.d \
- ./test.d \
- ./timer.d
- # Each subdirectory must supply rules for building sources it contributes
- %.o: ../%.cpp
- @echo 'Building file: $<'
- @echo 'Invoking: G++ Compiler'
- 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 "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
|