-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.am
More file actions
31 lines (22 loc) · 804 Bytes
/
Copy pathMakefile.am
File metadata and controls
31 lines (22 loc) · 804 Bytes
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
SUBDIRS = awelib include samples etc
bin_PROGRAMS = sfxload asfxload aweset gusload agusload setfx sf2text text2sf sfxtest
LDADD = awelib/libawe.a
AUTOMAKE_OPTIONS = foreign
INCLUDES = -Iinclude
asfxload_SOURCES = asfxload.c alsa.c
asfxload_LDADD = awelib/libawe.a @ALSA_LIBS@
sfxload_SOURCES = sfxload.c seq.c
aweset_SOURCES = aweset.c seq.c
gusload_SOURCES = gusload.c seq.c
agusload_SOURCES = agusload.c alsa.c
agusload_LDADD = awelib/libawe.a @ALSA_LIBS@
sfxtest_SOURCES = sfxtest.c seq.c
setfx_SOURCES = setfx.c seq.c
sf2text_SOURCES = sf2text.c
text2sf_SOURCES = text2sf.c
noinst_HEADERS = seq.h guspatch.h
man_MANS = sfxload.1
EXTRA_DIST = sfxload.1 SBKtoSF2.txt
install-data-hook:
rm -f $(DESTDIR)$(mandir)/man1/asfxload.1
(cd $(DESTDIR)$(mandir)/man1 && $(LN_S) sfxload.1 asfxload.1)