File: Makefile.d

package info (click to toggle)
lsp-plugins 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 91,856 kB
  • sloc: cpp: 427,831; xml: 57,779; makefile: 9,961; php: 1,005; sh: 18
file content (636 lines) | stat: -rw-r--r-- 37,051 bytes parent folder | download
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
$(LSP_PLUGINS_TRIGGER_BIN)/main/meta/trigger.o: main/meta/trigger.cpp \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/meta/ports.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/const.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/const.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/meta/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/finally.h \
 $(LSP_PLUGINS_SHARED_INC)/lsp-plug.in/shared/meta/developers.h \
 $(LSP_PLUGINS_SHARED_INC)/lsp-plug.in/shared/version.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/meta/trigger.h
$(LSP_PLUGINS_TRIGGER_BIN)/main/plug/trigger_kernel.o: \
 main/plug/trigger_kernel.cpp \
 $(LSP_PLUGINS_TRIGGER_INC)/private/plugins/trigger_kernel.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/meta/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/finally.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/data.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/const.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/const.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/midi.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/version.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/forge.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/parse.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/pattern.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvas.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/Color.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/LSPString.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/types.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/version.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/spec.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvasFactory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IWrapper.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/core/KVTStorage.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/parray.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/darray.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IExecutor.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/ITask.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IRunnable.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/ILoader.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInSequence.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/Path.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/PrefixLoader.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Module.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/iface/IStateDumper.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Factory.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Toggle.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Bypass.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Blink.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Sample.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IOutAudioStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IInAudioStream.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/SamplePlayer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/batch.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/PlaySettings.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/Randomizer.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/meta/trigger.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/stdlib.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/atomic.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/arch/x86/atomic.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/units.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/misc/fade.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/coding.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/complex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/context.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/convolution.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/copy.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fastconv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fft.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/dynamic.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/static.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transfer.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transform.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/float.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/graphics.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hdotp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hsum.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/mix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/msmatrix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pcomplex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/abs_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/exp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/log.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/normalize.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/pow.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/resampling.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/iminmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/smath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation/linear.h
$(LSP_PLUGINS_TRIGGER_BIN)/main/plug/trigger.o: main/plug/trigger.cpp \
 $(LSP_PLUGINS_TRIGGER_INC)/private/plugins/trigger.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/meta/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/finally.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/data.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/const.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/const.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/midi.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/version.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/forge.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/parse.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/pattern.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvas.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/Color.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/LSPString.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/types.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/version.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/spec.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvasFactory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IWrapper.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/core/KVTStorage.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/parray.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/darray.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IExecutor.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/ITask.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IRunnable.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/ILoader.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInSequence.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/Path.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/PrefixLoader.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Module.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/iface/IStateDumper.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Factory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/core/IDBuffer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Toggle.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Bypass.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Blink.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/MeterGraph.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/ShiftBuffer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/Sidechain.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/Equalizer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/common.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/FilterBank.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/coding.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/complex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/context.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/convolution.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/copy.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fastconv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fft.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/dynamic.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/static.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transfer.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transform.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/float.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/graphics.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hdotp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hsum.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/mix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/msmatrix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pcomplex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/abs_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/exp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/log.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/normalize.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/pow.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/resampling.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/iminmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/smath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation/linear.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/Filter.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/meta/trigger.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/plugins/trigger_kernel.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Sample.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IOutAudioStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IInAudioStream.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/SamplePlayer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/batch.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/PlaySettings.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/Randomizer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/units.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
 $(LSP_PLUGINS_SHARED_INC)/lsp-plug.in/shared/id_colors.h
$(LSP_PLUGINS_TRIGGER_BIN)/main/ui/trigger.o: main/ui/trigger.cpp \
 $(LSP_PLUGINS_TRIGGER_INC)/private/plugins/trigger.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/meta/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/finally.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/data.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/const.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/const.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/midi.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/version.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/forge.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/parse.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/pattern.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/protocol/osc/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/debug.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvas.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/Color.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/LSPString.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/types.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/version.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/spec.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/ICanvasFactory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/IWrapper.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/core/KVTStorage.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/parray.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/darray.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IExecutor.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/ITask.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/IRunnable.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/ILoader.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInSequence.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IInStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/Path.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/PrefixLoader.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Module.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/iface/IStateDumper.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/version.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/plug/Factory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/core/IDBuffer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Toggle.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Bypass.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/ctl/Blink.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/MeterGraph.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/ShiftBuffer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/Sidechain.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/Equalizer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/common.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/FilterBank.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/3dmath/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/coding.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/complex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/context.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/convolution.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/copy.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fastconv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/fft.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/types.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/dynamic.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/static.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transfer.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/filters/transform.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/float.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/graphics.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hdotp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/hmath/hsum.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/mix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/msmatrix.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pcomplex.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/abs_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/exp.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/fmop_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/log.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/normalize.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_kx.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/op_vv.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/pmath/pow.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/resampling.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/iminmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/search/minmax.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/smath.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation.h \
 $(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/common/interpolation/linear.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/filters/Filter.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/meta/trigger.h \
 $(LSP_PLUGINS_TRIGGER_INC)/private/plugins/trigger_kernel.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Sample.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IOutAudioStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/mm/IInAudioStream.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/SamplePlayer.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/batch.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/helpers/playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/PlaySettings.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/sampling/Playback.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/util/Randomizer.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/const.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/IPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/IPortListener.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/IWrapper.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/resource/Environment.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/pphash.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/tk.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/version.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/types.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/types.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/types.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/types.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/ws.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/version.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/types.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/keycodes.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/Font.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IGradient.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IDataSink.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IDataSource.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IEventHandler.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/ISurface.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IDisplay.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/Library.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/Mutex.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/atomic.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/arch/x86/atomic.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/ipc/Thread.h \
 $(LSP_R3D_IFACE_INC)/lsp-plug.in/r3d/iface/backend.h \
 $(LSP_R3D_IFACE_INC)/lsp-plug.in/r3d/iface/version.h \
 $(LSP_R3D_IFACE_INC)/lsp-plug.in/r3d/iface/types.h \
 $(LSP_R3D_IFACE_INC)/lsp-plug.in/r3d/iface/factory.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IWindow.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/IR3DBackend.h \
 $(LSP_WS_LIB_INC)/lsp-plug.in/ws/factory.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/Listener.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/CollectionListener.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/IStyleListener.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/Property.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/variadic.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/Ptr.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/SimpleProperty.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/MultiProperty.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/Enum.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/BitEnum.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/base/Flags.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/ButtonMode.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/BorderStyle.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/FileDialogMode.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/GraphFrameFunction.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/MenuItemType.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/WindowPolicy.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/Pointer.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/Orientation.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/Scrolling.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/DrawMode.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/enum/TextAdjust.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/flags/Allocation.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/flags/WindowActions.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/simple/Boolean.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/simple/Integer.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/simple/Float.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/simple/PathPattern.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/PathPattern.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/simple/String.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/Parameters.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/Resolver.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/i18n/IDictionary.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Color.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/ColorRange.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/Tokenizer.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/token.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Embedding.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/FileMask.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Font.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Alignment.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Layout.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Arrangement.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Padding.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Position.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/RangeFloat.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Rectangle.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Shortcut.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Size.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/SizeConstraints.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/SizeRange.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/StepFloat.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/TextFitness.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/TextLayout.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/TextSelection.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/multi/Vector2D.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/ColorRanges.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/FileFilters.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/FloatArray.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/StringList.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/WidgetList.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/WidgetPtr.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/collection/WidgetSet.h \
 $(LSP_LLTL_LIB_INC)/lsp-plug.in/lltl/phashset.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/specific/GraphMeshData.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/prop/specific/GraphFrameData.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/StyleSheet.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/xml/PullParser.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/xml/const.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/Style.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/IStyleFactory.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/style/Schema.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/settings.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/Atoms.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/Slot.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/SlotSet.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/Timer.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/sys/Display.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/util/KeyboardHandler.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/util/TextCursor.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/util/TextDataSink.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/OutMemoryStream.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IOutStream.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/util/TextDataSource.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/util/URLSink.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/base/Widget.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/base/Registry.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/cast.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/base/WidgetContainer.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Bevel.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Button.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/CheckBox.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Edit.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Fader.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Hyperlink.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Indicator.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Knob.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Label.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Led.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/ListBoxItem.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/MenuItem.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/ProgressBar.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/RadioButton.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/ScrollBar.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Separator.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Switch.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/simple/Void.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Window.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/PopupWindow.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Align.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Box.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Grid.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Group.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/ScrollArea.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/MultiLabel.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/Tab.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/containers/TabControl.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/compound/Menu.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/compound/ListBox.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/compound/ComboBox.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/compound/ComboGroup.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/AudioChannel.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/AudioSample.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/FileButton.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/Fraction.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/LedMeter.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/LedMeterChannel.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/specific/RackEars.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/3d/Area3D.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphItem.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/Graph.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphAxis.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphDot.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphFrameBuffer.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphMarker.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphMesh.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphOrigin.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/graph/GraphText.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/dialogs/MessageBox.h \
 $(LSP_TK_LIB_INC)/lsp-plug.in/tk/widgets/dialogs/FileDialog.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/bookmarks.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/io/IOutSequence.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/runtime/system.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/Variables.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/Module.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/SwitchedPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/ValuePort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/IKVTListener.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/config/PullParser.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/config/types.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/fmt/config/Serializer.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/ISchemaListener.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/PortResolver.h \
 $(LSP_RUNTIME_LIB_INC)/lsp-plug.in/expr/Expression.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/IPlayListener.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/ControlPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/PathPort.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/Factory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/UIOverrides.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ui/UIContext.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/types.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/parse.h \
 $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/stdlib.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/helpers.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Property.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Integer.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Float.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Boolean.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/LCString.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Expression.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Color.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Embedding.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Padding.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Enum.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/util/Direction.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/Widget.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/Registry.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/Factory.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/Window.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/PluginWindow.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Void.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Bevel.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Edit.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Label.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Knob.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Button.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Led.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Switch.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Indicator.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Separator.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Hyperlink.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/Fader.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/ProgressBar.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/simple/CheckBox.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/Box.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/Align.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/Group.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/Grid.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/Cell.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/MultiLabel.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/containers/TabControl.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/compound/ComboBox.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/compound/ComboGroup.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Graph.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Origin.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Axis.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Marker.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Text.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Dot.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/Mesh.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/graph/FBuffer.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/types.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Area3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/view/types.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Object3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/bsp/context.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/Object3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/types.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/Scene3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/Allocator3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/bsp/types.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Origin3D.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Mesh3D.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Source3D.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/rt/types.h \
 $(LSP_DSP_UNITS_INC)/lsp-plug.in/dsp-units/3d/raytrace.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Capture3D.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/3d/Model3D.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/AudioSample.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/FileButton.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/Fraction.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/LedChannel.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/LedMeter.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/MidiNote.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/TempoTap.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/Rack.h \
 $(LSP_PLUGIN_FW_INC)/lsp-plug.in/plug-fw/ctl/specific/ThreadComboBox.h