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