32 lines
1.1 KiB
Makefile
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 += \
|
|
../utility/RuleCheck.cpp
|
|
|
|
CPP_DEPS += \
|
|
./utility/RuleCheck.d
|
|
|
|
OBJS += \
|
|
./utility/RuleCheck.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
utility/%.o: ../utility/%.cpp utility/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-utility
|
|
|
|
clean-utility:
|
|
-$(RM) ./utility/RuleCheck.d ./utility/RuleCheck.o
|
|
|
|
.PHONY: clean-utility
|
|
|