freedreno: slurp in afuc
[mesa.git] / src / freedreno / afuc / Makefile
1 # CMAKE generated file: DO NOT EDIT!
2 # Generated by "Unix Makefiles" Generator, CMake Version 3.17
3
4 # Default target executed when no arguments are given to make.
5 default_target: all
6
7 .PHONY : default_target
8
9 # Allow only one "make -f Makefile2" at a time, but pass parallelism.
10 .NOTPARALLEL:
11
12
13 #=============================================================================
14 # Special targets provided by cmake.
15
16 # Disable implicit rules so canonical targets will work.
17 .SUFFIXES:
18
19
20 # Disable VCS-based implicit rules.
21 % : %,v
22
23
24 # Disable VCS-based implicit rules.
25 % : RCS/%
26
27
28 # Disable VCS-based implicit rules.
29 % : RCS/%,v
30
31
32 # Disable VCS-based implicit rules.
33 % : SCCS/s.%
34
35
36 # Disable VCS-based implicit rules.
37 % : s.%
38
39
40 .SUFFIXES: .hpux_make_needs_suffix_list
41
42
43 # Command-line flag to silence nested $(MAKE).
44 $(VERBOSE)MAKESILENT = -s
45
46 # Suppress display of executed commands.
47 $(VERBOSE).SILENT:
48
49
50 # A target that is always out of date.
51 cmake_force:
52
53 .PHONY : cmake_force
54
55 #=============================================================================
56 # Set environment variables for the build.
57
58 # The shell in which to execute make rules.
59 SHELL = /bin/sh
60
61 # The CMake executable.
62 CMAKE_COMMAND = /usr/bin/cmake
63
64 # The command to remove a file.
65 RM = /usr/bin/cmake -E rm -f
66
67 # Escaping for special characters.
68 EQUALS = =
69
70 # The top-level source directory on which CMake was run.
71 CMAKE_SOURCE_DIR = /home/robclark/src/envytools
72
73 # The top-level build directory on which CMake was run.
74 CMAKE_BINARY_DIR = /home/robclark/src/envytools
75
76 #=============================================================================
77 # Targets provided globally by CMake.
78
79 # Special rule for the target install/strip
80 install/strip: preinstall
81 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
82 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
83 .PHONY : install/strip
84
85 # Special rule for the target install/strip
86 install/strip/fast: preinstall/fast
87 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
88 /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
89 .PHONY : install/strip/fast
90
91 # Special rule for the target install/local
92 install/local: preinstall
93 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
94 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
95 .PHONY : install/local
96
97 # Special rule for the target install/local
98 install/local/fast: preinstall/fast
99 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
100 /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
101 .PHONY : install/local/fast
102
103 # Special rule for the target edit_cache
104 edit_cache:
105 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
106 /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
107 .PHONY : edit_cache
108
109 # Special rule for the target edit_cache
110 edit_cache/fast: edit_cache
111
112 .PHONY : edit_cache/fast
113
114 # Special rule for the target test
115 test:
116 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
117 /usr/bin/ctest --force-new-ctest-process $(ARGS)
118 .PHONY : test
119
120 # Special rule for the target test
121 test/fast: test
122
123 .PHONY : test/fast
124
125 # Special rule for the target install
126 install: preinstall
127 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
128 /usr/bin/cmake -P cmake_install.cmake
129 .PHONY : install
130
131 # Special rule for the target install
132 install/fast: preinstall/fast
133 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
134 /usr/bin/cmake -P cmake_install.cmake
135 .PHONY : install/fast
136
137 # Special rule for the target list_install_components
138 list_install_components:
139 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
140 .PHONY : list_install_components
141
142 # Special rule for the target list_install_components
143 list_install_components/fast: list_install_components
144
145 .PHONY : list_install_components/fast
146
147 # Special rule for the target rebuild_cache
148 rebuild_cache:
149 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
150 /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
151 .PHONY : rebuild_cache
152
153 # Special rule for the target rebuild_cache
154 rebuild_cache/fast: rebuild_cache
155
156 .PHONY : rebuild_cache/fast
157
158 # The main all target
159 all: cmake_check_build_system
160 cd /home/robclark/src/envytools && $(CMAKE_COMMAND) -E cmake_progress_start /home/robclark/src/envytools/CMakeFiles /home/robclark/src/envytools/afuc/CMakeFiles/progress.marks
161 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/all
162 $(CMAKE_COMMAND) -E cmake_progress_start /home/robclark/src/envytools/CMakeFiles 0
163 .PHONY : all
164
165 # The main clean target
166 clean:
167 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/clean
168 .PHONY : clean
169
170 # The main clean target
171 clean/fast: clean
172
173 .PHONY : clean/fast
174
175 # Prepare targets for installation.
176 preinstall: all
177 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/preinstall
178 .PHONY : preinstall
179
180 # Prepare targets for installation.
181 preinstall/fast:
182 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/preinstall
183 .PHONY : preinstall/fast
184
185 # clear depends
186 depend:
187 cd /home/robclark/src/envytools && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
188 .PHONY : depend
189
190 # Convenience name for target.
191 afuc/CMakeFiles/asm.dir/rule:
192 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/asm.dir/rule
193 .PHONY : afuc/CMakeFiles/asm.dir/rule
194
195 # Convenience name for target.
196 asm: afuc/CMakeFiles/asm.dir/rule
197
198 .PHONY : asm
199
200 # fast build rule for target.
201 asm/fast:
202 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/build
203 .PHONY : asm/fast
204
205 # Convenience name for target.
206 afuc/CMakeFiles/disasm.dir/rule:
207 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/disasm.dir/rule
208 .PHONY : afuc/CMakeFiles/disasm.dir/rule
209
210 # Convenience name for target.
211 disasm: afuc/CMakeFiles/disasm.dir/rule
212
213 .PHONY : disasm
214
215 # fast build rule for target.
216 disasm/fast:
217 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/disasm.dir/build.make afuc/CMakeFiles/disasm.dir/build
218 .PHONY : disasm/fast
219
220 asm.o: asm.c.o
221
222 .PHONY : asm.o
223
224 # target to build an object file
225 asm.c.o:
226 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/asm.c.o
227 .PHONY : asm.c.o
228
229 asm.i: asm.c.i
230
231 .PHONY : asm.i
232
233 # target to preprocess a source file
234 asm.c.i:
235 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/asm.c.i
236 .PHONY : asm.c.i
237
238 asm.s: asm.c.s
239
240 .PHONY : asm.s
241
242 # target to generate assembly for a file
243 asm.c.s:
244 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/asm.c.s
245 .PHONY : asm.c.s
246
247 disasm.o: disasm.c.o
248
249 .PHONY : disasm.o
250
251 # target to build an object file
252 disasm.c.o:
253 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/disasm.dir/build.make afuc/CMakeFiles/disasm.dir/disasm.c.o
254 .PHONY : disasm.c.o
255
256 disasm.i: disasm.c.i
257
258 .PHONY : disasm.i
259
260 # target to preprocess a source file
261 disasm.c.i:
262 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/disasm.dir/build.make afuc/CMakeFiles/disasm.dir/disasm.c.i
263 .PHONY : disasm.c.i
264
265 disasm.s: disasm.c.s
266
267 .PHONY : disasm.s
268
269 # target to generate assembly for a file
270 disasm.c.s:
271 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/disasm.dir/build.make afuc/CMakeFiles/disasm.dir/disasm.c.s
272 .PHONY : disasm.c.s
273
274 lexer.o: lexer.c.o
275
276 .PHONY : lexer.o
277
278 # target to build an object file
279 lexer.c.o:
280 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/lexer.c.o
281 .PHONY : lexer.c.o
282
283 lexer.i: lexer.c.i
284
285 .PHONY : lexer.i
286
287 # target to preprocess a source file
288 lexer.c.i:
289 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/lexer.c.i
290 .PHONY : lexer.c.i
291
292 lexer.s: lexer.c.s
293
294 .PHONY : lexer.s
295
296 # target to generate assembly for a file
297 lexer.c.s:
298 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/lexer.c.s
299 .PHONY : lexer.c.s
300
301 parser.o: parser.c.o
302
303 .PHONY : parser.o
304
305 # target to build an object file
306 parser.c.o:
307 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/parser.c.o
308 .PHONY : parser.c.o
309
310 parser.i: parser.c.i
311
312 .PHONY : parser.i
313
314 # target to preprocess a source file
315 parser.c.i:
316 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/parser.c.i
317 .PHONY : parser.c.i
318
319 parser.s: parser.c.s
320
321 .PHONY : parser.s
322
323 # target to generate assembly for a file
324 parser.c.s:
325 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/parser.c.s
326 .PHONY : parser.c.s
327
328 # Help Target
329 help:
330 @echo "The following are some of the valid targets for this Makefile:"
331 @echo "... all (the default if no target is provided)"
332 @echo "... clean"
333 @echo "... depend"
334 @echo "... edit_cache"
335 @echo "... install"
336 @echo "... install/local"
337 @echo "... install/strip"
338 @echo "... list_install_components"
339 @echo "... rebuild_cache"
340 @echo "... test"
341 @echo "... asm"
342 @echo "... disasm"
343 @echo "... asm.o"
344 @echo "... asm.i"
345 @echo "... asm.s"
346 @echo "... disasm.o"
347 @echo "... disasm.i"
348 @echo "... disasm.s"
349 @echo "... lexer.o"
350 @echo "... lexer.i"
351 @echo "... lexer.s"
352 @echo "... parser.o"
353 @echo "... parser.i"
354 @echo "... parser.s"
355 .PHONY : help
356
357
358
359 #=============================================================================
360 # Special targets to cleanup operation of make.
361
362 # Special rule to run CMake to check the build system integrity.
363 # No rule that depends on this can have commands that come from listfiles
364 # because they might be regenerated.
365 cmake_check_build_system:
366 cd /home/robclark/src/envytools && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
367 .PHONY : cmake_check_build_system
368