123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../crc.cpp \
- ../database.cpp \
- ../hal.cpp \
- ../lcd.cpp \
- ../logger.cpp \
- ../main.cpp \
- ../spi.cpp \
- ../stripe.cpp \
- ../timer.cpp \
- ../display.cpp \
- ../events.cpp \
- ../server.cpp
- OBJS += \
- ./crc.o \
- ./database.o \
- ./hal.o \
- ./lcd.o \
- ./logger.o \
- ./main.o \
- ./spi.o \
- ./stripe.o \
- ./timer.o \
- ./display.o \
- ./events.o \
- ./server.o
- CPP_DEPS += \
- ./crc.d \
- ./database.d \
- ./hal.d \
- ./lcd.d \
- ./logger.d \
- ./main.d \
- ./spi.d \
- ./stripe.d \
- ./timer.d \
- ./display.d \
- ./events.d \
- ./server.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 ' '
|