forked from wimrijnders/V3DLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.mk
149 lines (145 loc) · 3.36 KB
/
sources.mk
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
#
# This file is generated! Editing it directly is a bad idea.
#
# Generated on: Sat 21 Aug 2021 06:39:39 AM CEST
#
###############################################################################
# Library Object files - only used for LIB
OBJ := \
Target/Subst.o \
Target/BufferObject.o \
Target/Pretty.o \
Target/instr/ALUOp.o \
Target/instr/RegOrImm.o \
Target/instr/Conditions.o \
Target/instr/Reg.o \
Target/instr/ALUInstruction.o \
Target/instr/Instr.o \
Target/instr/Label.o \
Target/instr/Imm.o \
Target/instr/Mnemonics.o \
Target/SmallLiteral.o \
Target/EmuSupport.o \
Target/Emulator.o \
Target/Satisfy.o \
BaseKernel.o \
Source/Lang.o \
Source/Cond.o \
Source/OpItems.o \
Source/Interpreter.o \
Source/Translate.o \
Source/Ptr.o \
Source/Pretty.o \
Source/BExpr.o \
Source/Int.o \
Source/Functions.o \
Source/gather.o \
Source/Op.o \
Source/Expr.o \
Source/StmtStack.o \
Source/CExpr.o \
Source/Float.o \
Source/Complex.o \
Source/Var.o \
Source/Stmt.o \
Support/debug.o \
Support/Timer.o \
Support/InstructionComment.o \
Support/basics.o \
Support/RegIdSet.o \
Support/pgm.o \
Support/Helpers.o \
Support/Platform.o \
Support/HeapManager.o \
SourceTranslate.o \
Common/SharedArray.o \
Common/BufferObject.o \
Common/CompileData.o \
Kernels/DotVector.o \
Kernels/Cursor.o \
Kernels/Rot3D.o \
Kernels/ComplexDotVector.o \
Kernels/Matrix.o \
Liveness/Range.o \
Liveness/LiveSet.o \
Liveness/UseDef.o \
Liveness/Optimizations.o \
Liveness/RegUsage.o \
Liveness/Liveness.o \
Liveness/CFG.o \
LibSettings.o \
v3d/PerformanceCounters.o \
v3d/v3d.o \
v3d/BufferObject.o \
v3d/SourceTranslate.o \
v3d/instr/Source.o \
v3d/instr/RFAddress.o \
v3d/instr/OpItems.o \
v3d/instr/Snippets.o \
v3d/instr/SmallImm.o \
v3d/instr/Encode.o \
v3d/instr/Register.o \
v3d/instr/Instr.o \
v3d/instr/Mnemonics.o \
v3d/Driver.o \
v3d/RegisterMapping.o \
v3d/KernelDriver.o \
vc4/PerformanceCounters.o \
vc4/Mailbox.o \
vc4/BufferObject.o \
vc4/SourceTranslate.o \
vc4/RegAlloc.o \
vc4/Invoke.o \
vc4/RegisterMap.o \
vc4/Instr.o \
vc4/DMA/Helpers.o \
vc4/DMA/DMA.o \
vc4/DMA/LoadStore.o \
vc4/DMA/Operations.o \
vc4/vc4.o \
vc4/KernelDriver.o \
KernelDriver.o \
v3d/instr/v3d_api.o \
vc4/dump_instr.o \
# All programs in the Examples *and Tools* directory
EXAMPLES := \
HeatMap \
OET \
Tri \
ID \
ReqRecv \
GCD \
Hello \
Mandelbrot \
DMA \
Rot3D \
Matrix \
detectPlatform \
# support files for examples
EXAMPLES_EXTRA := \
Examples/Support/Settings.o \
# support files for tests
TESTS_FILES := \
Tests/testRegMap.o \
Tests/testImmediates.o \
Tests/testBO.o \
Tests/testMatrix.o \
Tests/testFFT.o \
Tests/testV3d.o \
Tests/testRot3D.o \
Tests/testPrefetch.o \
Tests/testFunctions.o \
Tests/support/ProfileOutput.o \
Tests/support/disasm_kernel.o \
Tests/support/rotate_kernel.o \
Tests/support/support.o \
Tests/support/matrix_support.o \
Tests/support/summation_kernel.o \
Tests/support/dft_support.o \
Tests/testSFU.o \
Tests/testDFT.o \
Tests/testConditionCodes.o \
Tests/testMain.o \
Tests/testDSL.o \
Tests/testCmdLine.o \
Tests/support/qpu_disasm.o \