34 lines
682 B
Makefile
34 lines
682 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CMD_SRCS += \
|
|
../tm4c123gh6pm.cmd
|
|
|
|
C_SRCS += \
|
|
../main.c \
|
|
../tm4c123gh6pm_startup_ccs.c
|
|
|
|
C_DEPS += \
|
|
./main.d \
|
|
./tm4c123gh6pm_startup_ccs.d
|
|
|
|
OBJS += \
|
|
./main.obj \
|
|
./tm4c123gh6pm_startup_ccs.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"main.obj" \
|
|
"tm4c123gh6pm_startup_ccs.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"main.d" \
|
|
"tm4c123gh6pm_startup_ccs.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../main.c" \
|
|
"../tm4c123gh6pm_startup_ccs.c"
|
|
|
|
|