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