-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMakefile.am
69 lines (66 loc) · 1.8 KB
/
Makefile.am
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
SUBDIRS = help images lib-src po src tests
ACLOCAL_AMFLAGS = -I m4
dist_doc_DATA = LICENSE.txt README.txt
dist_pkgdata_DATA = presets/EQDefaultCurves.xml
nobase_dist_pkgdata_DATA = \
nyquist/bug.lsp \
nyquist/dspprims.lsp \
nyquist/envelopes.lsp \
nyquist/equalizer.lsp \
nyquist/evalenv.lsp \
nyquist/fileio.lsp \
nyquist/follow.lsp \
nyquist/init.lsp \
nyquist/misc.lsp \
nyquist/nyinit.lsp \
nyquist/nyqmisc.lsp \
nyquist/nyquist.lsp \
nyquist/nyquist-plot.txt \
nyquist/printrec.lsp \
nyquist/profile.lsp \
nyquist/sal.lsp \
nyquist/sal-parse.lsp \
nyquist/seqfnint.lsp \
nyquist/seq.lsp \
nyquist/seqmidi.lsp \
nyquist/sndfnint.lsp \
nyquist/stk.lsp \
nyquist/system.lsp \
nyquist/xlinit.lsp \
nyquist/xm.lsp \
nyquist/rawwaves/mand1.raw \
nyquist/rawwaves/mand2.raw \
nyquist/rawwaves/mand3.raw \
nyquist/rawwaves/mand4.raw \
nyquist/rawwaves/mand5.raw \
nyquist/rawwaves/mand6.raw \
nyquist/rawwaves/mand7.raw \
nyquist/rawwaves/mand8.raw \
nyquist/rawwaves/mand9.raw \
nyquist/rawwaves/mand10.raw \
nyquist/rawwaves/mand11.raw \
nyquist/rawwaves/mand12.raw \
nyquist/rawwaves/mandpluk.raw \
nyquist/rawwaves/marmstk1.raw \
nyquist/rawwaves/sinewave.raw \
plug-ins/adjustable-fade.ny \
plug-ins/beat.ny \
plug-ins/clicktrack.ny \
plug-ins/clipfix.ny \
plug-ins/crossfadein.ny \
plug-ins/crossfadeout.ny \
plug-ins/delay.ny \
plug-ins/equalabel.ny \
plug-ins/highpass.ny \
plug-ins/lowpass.ny \
plug-ins/notch.ny \
plug-ins/pluck.ny \
plug-ins/rissetdrum.ny \
plug-ins/sample-data-export.ny \
plug-ins/SilenceMarker.ny \
plug-ins/SoundFinder.ny \
plug-ins/StudioFadeOut.ny \
plug-ins/tremolo.ny \
plug-ins/vocalremover.ny \
plug-ins/vocoder.ny \
$(NULL)