储能工商业-261Kwh-功率计划曲线App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. CPP_SRCS += \
  6. ../models/devices/Common.cpp \
  7. ../models/devices/Device.cpp \
  8. ../models/devices/ES.cpp
  9. CPP_DEPS += \
  10. ./models/devices/Common.d \
  11. ./models/devices/Device.d \
  12. ./models/devices/ES.d
  13. OBJS += \
  14. ./models/devices/Common.o \
  15. ./models/devices/Device.o \
  16. ./models/devices/ES.o
  17. # Each subdirectory must supply rules for building sources it contributes
  18. models/devices/%.o: ../models/devices/%.cpp models/devices/subdir.mk
  19. @echo 'Building file: $<'
  20. @echo 'Invoking: Cross G++ Compiler'
  21. 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 "$@" "$<"
  22. @echo 'Finished building: $<'
  23. @echo ' '
  24. clean: clean-models-2f-devices
  25. clean-models-2f-devices:
  26. -$(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
  27. .PHONY: clean-models-2f-devices