if HAVE_JACK JACKDIR = jack endif if HAVE_PULSE PULSEDIR = pulse endif if HAVE_SAMPLERATE SAMPLERATEDIR = rate endif if HAVE_AVCODEC A52DIR = a52 LAVCRATEDIR = rate-lavc endif if HAVE_MAEMO_PLUGIN MAEMODIR = maemo endif if HAVE_PPH PPHDIR = pph endif SUBDIRS = oss mix $(PPHDIR) $(JACKDIR) $(PULSEDIR) $(SAMPLERATEDIR) $(A52DIR) $(LAVCRATEDIR) $(MAEMODIR) usb_stream doc EXTRA_DIST = gitcompile version COPYING.GPL m4/attributes.m4 AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 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