blob: 9e69ad7a460c114ac5d55cc4cc6ddb33cddbbff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL = cmd.exe
# Add inputs and outputs from these tool invocations to the build variables
CFG_SRCS += \
../Embedded.cfg
CMD_SRCS += \
../tm4c129xnczad.cmd
C_SRCS += \
../Main.c
GEN_CMDS += \
./configPkg/linker.cmd
GEN_FILES += \
./configPkg/linker.cmd \
./configPkg/compiler.opt
GEN_MISC_DIRS += \
./configPkg/
C_DEPS += \
./Main.d
GEN_OPTS += \
./configPkg/compiler.opt
OBJS += \
./Main.obj
GEN_MISC_DIRS__QUOTED += \
"configPkg\"
OBJS__QUOTED += \
"Main.obj"
C_DEPS__QUOTED += \
"Main.d"
GEN_FILES__QUOTED += \
"configPkg\linker.cmd" \
"configPkg\compiler.opt"
C_SRCS__QUOTED += \
"../Main.c"
|