2025-01-23 11:13:58 +08:00
|
|
|
################################################################################
|
|
|
|
|
# Automatically-generated file. Do not edit!
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
|
|
|
CPP_SRCS += \
|
|
|
|
|
../uart/*.cpp
|
|
|
|
|
|
|
|
|
|
CPP_DEPS += \
|
|
|
|
|
./uart/*.d
|
|
|
|
|
|
|
|
|
|
OBJS += \
|
|
|
|
|
./uart/*.o
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
|
|
|
uart/%.o: ../uart/%.cpp uart/subdir.mk
|
|
|
|
|
@echo 'Building file: $<'
|
|
|
|
|
@echo 'Invoking: Cross G++ Compiler'
|
|
|
|
|
arm-linux-gnueabihf-g++ -std=c++0x -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/boost/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/curl/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/fftw/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/jsoncpp/include -I/home/chaos/WorkSpace/Tools/GatewayThirdParty/sqlite/include -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
|
|
|
|
|
@echo 'Finished building: $<'
|
|
|
|
|
@echo ' '
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean: clean-uart
|
|
|
|
|
|
|
|
|
|
clean-uart:
|
|
|
|
|
-$(RM) ./uart/*.d ./uart/*.o
|
|
|
|
|
|
|
|
|
|
.PHONY: clean-uart
|
|
|
|
|
|