45 lines
1.7 KiB
Makefile
45 lines
1.7 KiB
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
SHELL = cmd.exe
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
C_SRCS += \
|
||
|
C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/frame.c \
|
||
|
C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/kentec320x240x16_ssd2119.c \
|
||
|
C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/pinout.c \
|
||
|
C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/touch.c
|
||
|
|
||
|
C_DEPS += \
|
||
|
./drivers/frame.d \
|
||
|
./drivers/kentec320x240x16_ssd2119.d \
|
||
|
./drivers/pinout.d \
|
||
|
./drivers/touch.d
|
||
|
|
||
|
OBJS += \
|
||
|
./drivers/frame.obj \
|
||
|
./drivers/kentec320x240x16_ssd2119.obj \
|
||
|
./drivers/pinout.obj \
|
||
|
./drivers/touch.obj
|
||
|
|
||
|
OBJS__QUOTED += \
|
||
|
"drivers\frame.obj" \
|
||
|
"drivers\kentec320x240x16_ssd2119.obj" \
|
||
|
"drivers\pinout.obj" \
|
||
|
"drivers\touch.obj"
|
||
|
|
||
|
C_DEPS__QUOTED += \
|
||
|
"drivers\frame.d" \
|
||
|
"drivers\kentec320x240x16_ssd2119.d" \
|
||
|
"drivers\pinout.d" \
|
||
|
"drivers\touch.d"
|
||
|
|
||
|
C_SRCS__QUOTED += \
|
||
|
"C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/frame.c" \
|
||
|
"C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/kentec320x240x16_ssd2119.c" \
|
||
|
"C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/pinout.c" \
|
||
|
"C:/MojeProgramy/CodeComposerStudio/tivaware_c_series_2_1_4_178/examples/boards/dk-tm4c129x/drivers/touch.c"
|
||
|
|
||
|
|