summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6b9e37aa9c36aa7e10bbe43c1cc60b63378bc5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if HAVE_JACK
JACKDIR = jack
endif
if HAVE_POLYP
POLYPDIR = polyp
endif
if HAVE_SAMPLERATE
SAMPLERATEDIR = rate
endif

SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) $(SAMPLERATEDIR) doc
EXTRA_DIST = cvscompile version COPYING.GPL
AUTOMAKE_OPTIONS = foreign

dist-hook:
	-chmod -R a+r $(distdir)
	@if ! test -z "$(AMTAR)"; then \
		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	else \
		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
	fi