| 12345678910111213141516171819202122232425262728293031 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
-
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../common/GUID.cpp
-
- CPP_DEPS += \
- ./common/GUID.d
-
- OBJS += \
- ./common/GUID.o
-
-
- # Each subdirectory must supply rules for building sources it contributes
- common/%.o: ../common/%.cpp common/subdir.mk
- @echo 'Building file: $<'
- @echo 'Invoking: Cross G++ Compiler'
- arm-linux-gnueabihf-g++ -std=c++0x -I"E:\25-0.5p\2-src\can-BMSer\can-BMSer\util\easylogger\inc" -I"E:\25-0.5p\2-src\can-BMSer\can-BMSer\util\easylogger\plugins\file" -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-
- clean: clean-common
-
- clean-common:
- -$(RM) ./common/GUID.d ./common/GUID.o
-
- .PHONY: clean-common
|