mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
51 lines
1.3 KiB
Makefile
51 lines
1.3 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../src/Global_Variable.c \
|
|
../src/KATECK_Logic.c \
|
|
../src/board.c \
|
|
../src/can.c \
|
|
../src/main.c
|
|
|
|
OBJS += \
|
|
./src/Global_Variable.o \
|
|
./src/KATECK_Logic.o \
|
|
./src/board.o \
|
|
./src/can.o \
|
|
./src/main.o
|
|
|
|
C_DEPS += \
|
|
./src/Global_Variable.d \
|
|
./src/KATECK_Logic.d \
|
|
./src/board.d \
|
|
./src/can.d \
|
|
./src/main.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
src/%.o: ../src/%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: Standard S32DS C Compiler'
|
|
arm-none-eabi-gcc "@src/Global_Variable.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
src/can.o: ../src/can.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: Standard S32DS C Compiler'
|
|
arm-none-eabi-gcc "@src/can.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"src/can.d" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
src/main.o: ../src/main.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: Standard S32DS C Compiler'
|
|
arm-none-eabi-gcc "@src/main.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"src/main.d" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|