subdir.mk 950 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. ../FactoryConfig.c \
  7. ../OutputTask.c \
  8. ../ReadCmdline.c \
  9. ../common.c \
  10. ../simulation.c \
  11. ../timeout.c
  12. OBJS += \
  13. ./FactoryConfig.o \
  14. ./OutputTask.o \
  15. ./ReadCmdline.o \
  16. ./common.o \
  17. ./simulation.o \
  18. ./timeout.o
  19. C_DEPS += \
  20. ./FactoryConfig.d \
  21. ./OutputTask.d \
  22. ./ReadCmdline.d \
  23. ./common.d \
  24. ./simulation.d \
  25. ./timeout.d
  26. # Each subdirectory must supply rules for building sources it contributes
  27. %.o: ../%.c
  28. @echo 'Building file: $<'
  29. @echo 'Invoking: Cross GCC Compiler'
  30. arm-linux-gnueabihf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
  31. @echo 'Finished building: $<'
  32. @echo ' '