-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
92 lines (88 loc) · 1.71 KB
/
Makefile
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
# Makefile for nusmuk_audio
lib.name = nusmuk-audio
class.sources = \
bq~.c \
tabosc4c~.c \
tabosci~.c \
tabread2d~.c \
tabread4c~.c \
${empty}
datafiles = \
bspline3.wav \
isinc.wav \
sinc.wav \
table_Isinc.txt \
LICENCE.txt \
README.txt \
1_band_analyse.pd \
echo~-help.pd \
1_band_eq.pd \
echo~.pd \
30_bands_stereo_analyse.pd \
filter~-help.pd \
30_bands_stereo_eq-help.pd \
_filter~.pd \
30_bands_stereo_eq.pd \
granulator~-help.pd \
ADSR-help.pd \
granulator~.pd \
ADSR.pd \
median~-help.pd \
bq_coef_bp_BW.pd \
median~.pd \
bq_coef_bp-help.pd \
nusmuk-audio-meta.pd \
bq_coef_bp.pd \
oscillo2~.pd \
bq_coef_highshelf-help.pd \
oscillo~-help.pd \
bq_coef_highshelf.pd \
oscillo~.pd \
bq_coef_hip-help.pd \
pwm~-help.pd \
bq_coef_hip.pd \
pwm~.pd \
bq_coef_lop-help.pd \
saw2~-help.pd \
bq_coef_lop.pd \
saw2~.pd \
bq_coef_lowshelf-help.pd \
saw2_table_generation.pd \
bq_coef_lowshelf.pd \
saw3~.pd \
bq_coef_notch-help.pd \
saw4~.pd \
bq_coef_notch.pd \
saw~-help.pd \
bq_coef_peak_BW-help.pd \
saw~.pd \
bq_coef_peak_BW.pd \
_sinh.pd \
bq_coef_peak-help.pd \
_sinh~.pd \
bq_coef_peak.pd \
spatialisation~-help.pd \
bq~-help.pd \
spatialisation~.pd \
bq_list~-help.pd \
table_saw4_gemeration.pd \
bq_list~.pd \
tabosc4c~-help.pd \
compress_limit~-help.pd \
tabosci~-help.pd \
compress_limit~.pd \
tabread2d~-help.pd \
compress_limit_sidechain~-help.pd \
tabread4c~-help.pd \
compress_limit_sidechain~.pd \
tabread4c.pd \
distortion2~-help.pd \
triangle~-help.pd \
distortion2~.pd \
triangle~.pd \
distortion~-help.pd \
triangle_table_generation.pd \
distortion~.pd \
${empty}
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder