| 12345678910111213141516171819202122232425262728293031 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
-
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../service/impl/ProtocolImpl.cpp
-
- CPP_DEPS += \
- ./service/impl/ProtocolImpl.d
-
- OBJS += \
- ./service/impl/ProtocolImpl.o
-
-
- # Each subdirectory must supply rules for building sources it contributes
- service/impl/%.o: ../service/impl/%.cpp service/impl/subdir.mk
- @echo 'Building file: $<'
- @echo 'Invoking: Cross G++ Compiler'
- arm-linux-gnueabihf-g++ -std=c++0x -O0 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
- clean: clean-service-2f-impl
-
- clean-service-2f-impl:
- -$(RM) ./service/impl/ProtocolImpl.d ./service/impl/ProtocolImpl.o
-
- .PHONY: clean-service-2f-impl
|