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