| 12345678910111213141516171819202122232425262728293031323334 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
-
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../utils/DataBase.cpp \
- ../utils/Util.cpp
-
- CPP_DEPS += \
- ./utils/DataBase.d \
- ./utils/Util.d
-
- OBJS += \
- ./utils/DataBase.o \
- ./utils/Util.o
-
-
- # Each subdirectory must supply rules for building sources it contributes
- utils/%.o: ../utils/%.cpp utils/subdir.mk
- @echo 'Building file: $<'
- @echo 'Invoking: Cross G++ Compiler'
- arm-linux-gnueabihf-g++ -std=c++0x -I"E:\30-gongShangYe\src\ems_app_power_plan\utils\easylogger\inc" -I"E:\30-gongShangYe\src\ems_app_power_plan\utils\easylogger\plugins\file" -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
- clean: clean-utils
-
- clean-utils:
- -$(RM) ./utils/DataBase.d ./utils/DataBase.o ./utils/Util.d ./utils/Util.o
-
- .PHONY: clean-utils
|