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