INCLUDES=-I$(top_srcdir)/include if ALSAMIXER ALSAMIXER_DIR=alsamixer else ALSAMIXER_DIR= endif SUBDIRS=include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq utils EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp rpm: dist $(MAKE) -C $@ 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