储能工商业-261Kwh-功率计划曲线App
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031
  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/sys/System.cpp
  7. CPP_DEPS += \
  8. ./models/sys/System.d
  9. OBJS += \
  10. ./models/sys/System.o
  11. # Each subdirectory must supply rules for building sources it contributes
  12. models/sys/%.o: ../models/sys/%.cpp models/sys/subdir.mk
  13. @echo 'Building file: $<'
  14. @echo 'Invoking: Cross G++ Compiler'
  15. 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 "$@" "$<"
  16. @echo 'Finished building: $<'
  17. @echo ' '
  18. clean: clean-models-2f-sys
  19. clean-models-2f-sys:
  20. -$(RM) ./models/sys/System.d ./models/sys/System.o
  21. .PHONY: clean-models-2f-sys