subdir.mk 1.5 KB

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