WLG/API_log/subdir.mk
2024-10-19 16:02:41 +08:00

32 lines
1.1 KiB
Makefile

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CPP_SRCS += \
../API_log/SH_log.cpp
CPP_DEPS += \
./API_log/SH_log.d
OBJS += \
./API_log/SH_log.o
# Each subdirectory must supply rules for building sources it contributes
API_log/%.o: ../API_log/%.cpp API_log/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-API_log
clean-API_log:
-$(RM) ./API_log/SH_log.d ./API_log/SH_log.o
.PHONY: clean-API_log