-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
72 lines (66 loc) · 1.27 KB
/
Makefile
File metadata and controls
72 lines (66 loc) · 1.27 KB
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
# Makefile for nusmuk_audio
lib.name = nusmuk-utils
class.sources = \
line3.c \
pbank.c \
mtx_preset.c \
tab_downsample_max.c \
tab_downsample_min.c \
tab_downsample_average.c \
tab_downsample.c \
tab_upsample.c \
tab_upsample_copy.c \
tab_max.c \
tab_min.c \
tab_integrate.c \
tab_derivate.c
datafiles = \
between-help.pd \
line3-help.pd \
p.pd \
rnd_metro.pd \
between.pd \
many_bang-help.pd \
pps-help.pd \
tab_derivate-help.pd \
filtered_random-help.pd \
many_bang.pd \
pps.pd \
tab_downsample_average-help.pd \
filtered_random.pd \
_mtx_preset-help.pd \
preset_param.pd \
tab_downsample-help.pd \
fmod-help.pd \
mtx_preset-help.pd \
rand_diff-help.pd \
tab_downsample_max-help.pd \
fmod.pd \
_mtx_preset.pd \
rand_diff.pd \
tab_downsample_min-help.pd \
img2cnv.pd \
nusmuk-utils-meta.pd \
randn-help.pd \
tab_integrate-help.pd \
lb-help.pd \
once-help.pd \
randn.pd \
tab_max-help.pd \
lb.pd \
once.pd \
rnd_flow-help.pd \
tab_min-help.pd \
lfo-help.pd \
pbank-help.pd \
rnd_flow.pd \
tab_upsample_copy-help.pd \
lfo.pd \
p-help.pd \
rnd_metro-help.pd \
tab_upsample-help.pd \
LICENCE.txt \
README.txt \
bushmeat.pbank
PDLIBBUILDER_DIR=pd-lib-builder/
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder