| 123456789101112131415161718192021222324 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
-
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../util/iLOG/LOG.c
-
- OBJS += \
- ./util/iLOG/LOG.o
-
- C_DEPS += \
- ./util/iLOG/LOG.d
-
-
- # Each subdirectory must supply rules for building sources it contributes
- util/iLOG/%.o: ../util/iLOG/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- arm-linux-gnueabihf-gcc -O3 -Wall -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
|