subdir.mk 730 B

123456789101112131415161718192021222324
  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. ../sqlite/sqlite3.c
  7. OBJS += \
  8. ./sqlite/sqlite3.o
  9. C_DEPS += \
  10. ./sqlite/sqlite3.d
  11. # Each subdirectory must supply rules for building sources it contributes
  12. sqlite/%.o: ../sqlite/%.c
  13. @echo 'Building file: $<'
  14. @echo 'Invoking: GCC Compiler'
  15. arm-linux-gnueabihf-gcc -Os -g3 -Wall -c -fmessage-length=0 -std=c11 -DTHREADSAFE=1 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
  16. @echo 'Finished building: $<'
  17. @echo ' '