协能can协议
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.

12345678910111213141516171819202122232425262728293031
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../util/easylogger/port/elog_port.c
  7. C_DEPS += \
  8. ./util/easylogger/port/elog_port.d
  9. OBJS += \
  10. ./util/easylogger/port/elog_port.o
  11. # Each subdirectory must supply rules for building sources it contributes
  12. util/easylogger/port/%.o: ../util/easylogger/port/%.c util/easylogger/port/subdir.mk
  13. @echo 'Building file: $<'
  14. @echo 'Invoking: Cross GCC Compiler'
  15. arm-linux-gnueabihf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
  16. @echo 'Finished building: $<'
  17. @echo ' '
  18. clean: clean-util-2f-easylogger-2f-port
  19. clean-util-2f-easylogger-2f-port:
  20. -$(RM) ./util/easylogger/port/elog_port.d ./util/easylogger/port/elog_port.o
  21. .PHONY: clean-util-2f-easylogger-2f-port