储能工商业-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.

subdir.mk 773B

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