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

123456789101112131415161718192021222324252627282930
  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. OBJS += \
  10. ./models/devices/Common.o \
  11. ./models/devices/Device.o \
  12. ./models/devices/ES.o
  13. CPP_DEPS += \
  14. ./models/devices/Common.d \
  15. ./models/devices/Device.d \
  16. ./models/devices/ES.d
  17. # Each subdirectory must supply rules for building sources it contributes
  18. models/devices/%.o: ../models/devices/%.cpp
  19. @echo 'Building file: $<'
  20. @echo 'Invoking: Cross G++ Compiler'
  21. arm-linux-gnueabihf-g++ -std=c++0x -O0 -g3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  22. @echo 'Finished building: $<'
  23. @echo ' '