协能can协议
Вы не можете выбрать более 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. ../service/impl/ProtocolImpl.cpp
  7. CPP_DEPS += \
  8. ./service/impl/ProtocolImpl.d
  9. OBJS += \
  10. ./service/impl/ProtocolImpl.o
  11. # Each subdirectory must supply rules for building sources it contributes
  12. service/impl/%.o: ../service/impl/%.cpp service/impl/subdir.mk
  13. @echo 'Building file: $<'
  14. @echo 'Invoking: Cross G++ Compiler'
  15. arm-linux-gnueabihf-g++ -std=c++0x -O0 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
  16. @echo 'Finished building: $<'
  17. @echo ' '
  18. clean: clean-service-2f-impl
  19. clean-service-2f-impl:
  20. -$(RM) ./service/impl/ProtocolImpl.d ./service/impl/ProtocolImpl.o
  21. .PHONY: clean-service-2f-impl