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

SUBDIRS = oss mix $(JACKDIR) $(POLYPDIR) doc
EXTRA_DIST = cvscompile version
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