储能工商业-261Kwh-功率计划曲线App
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

subdir.mk 781B

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