summaryrefslogtreecommitdiff
path: root/build/CMakeFiles/Makefile2
blob: 9460fb6937b392d1bf2b4b1cd65f1c3b7d16b15b (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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.21

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/local/bin/cmake

# The command to remove a file.
RM = /usr/local/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/kate/documents/code/lib/c/mossrose

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/kate/documents/code/lib/c/mossrose/build

#=============================================================================
# Directory level rules for the build root directory

# The main recursive "all" target.
all: CMakeFiles/mossrose.dir/all
all: examples/all
.PHONY : all

# The main recursive "preinstall" target.
preinstall: examples/preinstall
.PHONY : preinstall

# The main recursive "clean" target.
clean: CMakeFiles/examples.dir/clean
clean: CMakeFiles/mossrose.dir/clean
clean: portaudio/clean
clean: examples/clean
.PHONY : clean

#=============================================================================
# Directory level rules for directory examples

# Recursive "all" directory target.
examples/all: examples/CMakeFiles/example.dir/all
.PHONY : examples/all

# Recursive "preinstall" directory target.
examples/preinstall:
.PHONY : examples/preinstall

# Recursive "clean" directory target.
examples/clean: examples/CMakeFiles/example.dir/clean
.PHONY : examples/clean

#=============================================================================
# Directory level rules for directory portaudio

# Recursive "all" directory target.
portaudio/all: portaudio/CMakeFiles/portaudio_static.dir/all
portaudio/all: portaudio/CMakeFiles/portaudio.dir/all
.PHONY : portaudio/all

# Recursive "preinstall" directory target.
portaudio/preinstall:
.PHONY : portaudio/preinstall

# Recursive "clean" directory target.
portaudio/clean: portaudio/CMakeFiles/uninstall.dir/clean
portaudio/clean: portaudio/CMakeFiles/portaudio_static.dir/clean
portaudio/clean: portaudio/CMakeFiles/portaudio.dir/clean
.PHONY : portaudio/clean

#=============================================================================
# Target rules for target CMakeFiles/examples.dir

# All Build rule for target.
CMakeFiles/examples.dir/all: examples/CMakeFiles/example.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/examples.dir/build.make CMakeFiles/examples.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/examples.dir/build.make CMakeFiles/examples.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num= "Built target examples"
.PHONY : CMakeFiles/examples.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/examples.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 19
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/examples.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : CMakeFiles/examples.dir/rule

# Convenience name for target.
examples: CMakeFiles/examples.dir/rule
.PHONY : examples

# clean rule for target.
CMakeFiles/examples.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/examples.dir/build.make CMakeFiles/examples.dir/clean
.PHONY : CMakeFiles/examples.dir/clean

#=============================================================================
# Target rules for target CMakeFiles/mossrose.dir

# All Build rule for target.
CMakeFiles/mossrose.dir/all: portaudio/CMakeFiles/portaudio.dir/all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mossrose.dir/build.make CMakeFiles/mossrose.dir/depend
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mossrose.dir/build.make CMakeFiles/mossrose.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=3,4 "Built target mossrose"
.PHONY : CMakeFiles/mossrose.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/mossrose.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 17
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/mossrose.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : CMakeFiles/mossrose.dir/rule

# Convenience name for target.
mossrose: CMakeFiles/mossrose.dir/rule
.PHONY : mossrose

# clean rule for target.
CMakeFiles/mossrose.dir/clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mossrose.dir/build.make CMakeFiles/mossrose.dir/clean
.PHONY : CMakeFiles/mossrose.dir/clean

#=============================================================================
# Target rules for target portaudio/CMakeFiles/uninstall.dir

# All Build rule for target.
portaudio/CMakeFiles/uninstall.dir/all:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/uninstall.dir/build.make portaudio/CMakeFiles/uninstall.dir/depend
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/uninstall.dir/build.make portaudio/CMakeFiles/uninstall.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num= "Built target uninstall"
.PHONY : portaudio/CMakeFiles/uninstall.dir/all

# Build rule for subdir invocation for target.
portaudio/CMakeFiles/uninstall.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 portaudio/CMakeFiles/uninstall.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : portaudio/CMakeFiles/uninstall.dir/rule

# Convenience name for target.
uninstall: portaudio/CMakeFiles/uninstall.dir/rule
.PHONY : uninstall

# clean rule for target.
portaudio/CMakeFiles/uninstall.dir/clean:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/uninstall.dir/build.make portaudio/CMakeFiles/uninstall.dir/clean
.PHONY : portaudio/CMakeFiles/uninstall.dir/clean

#=============================================================================
# Target rules for target portaudio/CMakeFiles/portaudio_static.dir

# All Build rule for target.
portaudio/CMakeFiles/portaudio_static.dir/all:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio_static.dir/build.make portaudio/CMakeFiles/portaudio_static.dir/depend
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio_static.dir/build.make portaudio/CMakeFiles/portaudio_static.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=20,21,22,23,24,25,26,27,28,29,30,31,32,33,34 "Built target portaudio_static"
.PHONY : portaudio/CMakeFiles/portaudio_static.dir/all

# Build rule for subdir invocation for target.
portaudio/CMakeFiles/portaudio_static.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 15
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 portaudio/CMakeFiles/portaudio_static.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : portaudio/CMakeFiles/portaudio_static.dir/rule

# Convenience name for target.
portaudio_static: portaudio/CMakeFiles/portaudio_static.dir/rule
.PHONY : portaudio_static

# clean rule for target.
portaudio/CMakeFiles/portaudio_static.dir/clean:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio_static.dir/build.make portaudio/CMakeFiles/portaudio_static.dir/clean
.PHONY : portaudio/CMakeFiles/portaudio_static.dir/clean

#=============================================================================
# Target rules for target portaudio/CMakeFiles/portaudio.dir

# All Build rule for target.
portaudio/CMakeFiles/portaudio.dir/all:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio.dir/build.make portaudio/CMakeFiles/portaudio.dir/depend
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio.dir/build.make portaudio/CMakeFiles/portaudio.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 "Built target portaudio"
.PHONY : portaudio/CMakeFiles/portaudio.dir/all

# Build rule for subdir invocation for target.
portaudio/CMakeFiles/portaudio.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 15
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 portaudio/CMakeFiles/portaudio.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : portaudio/CMakeFiles/portaudio.dir/rule

# Convenience name for target.
portaudio: portaudio/CMakeFiles/portaudio.dir/rule
.PHONY : portaudio

# clean rule for target.
portaudio/CMakeFiles/portaudio.dir/clean:
	$(MAKE) $(MAKESILENT) -f portaudio/CMakeFiles/portaudio.dir/build.make portaudio/CMakeFiles/portaudio.dir/clean
.PHONY : portaudio/CMakeFiles/portaudio.dir/clean

#=============================================================================
# Target rules for target examples/CMakeFiles/example.dir

# All Build rule for target.
examples/CMakeFiles/example.dir/all: CMakeFiles/mossrose.dir/all
examples/CMakeFiles/example.dir/all: portaudio/CMakeFiles/portaudio.dir/all
	$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/depend
	$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/build
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/home/kate/documents/code/lib/c/mossrose/build/CMakeFiles --progress-num=1,2 "Built target example"
.PHONY : examples/CMakeFiles/example.dir/all

# Build rule for subdir invocation for target.
examples/CMakeFiles/example.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 19
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/CMakeFiles/example.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/kate/documents/code/lib/c/mossrose/build/CMakeFiles 0
.PHONY : examples/CMakeFiles/example.dir/rule

# Convenience name for target.
example: examples/CMakeFiles/example.dir/rule
.PHONY : example

# clean rule for target.
examples/CMakeFiles/example.dir/clean:
	$(MAKE) $(MAKESILENT) -f examples/CMakeFiles/example.dir/build.make examples/CMakeFiles/example.dir/clean
.PHONY : examples/CMakeFiles/example.dir/clean

#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system