alsa-utils/Makefile.am

22 lines
635 B
Makefile
Raw Normal View History

1999-01-30 20:12:34 +01:00
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 speaker-test utils m4 po
EXTRA_DIST= config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure cvscompile depcomp
2004-02-25 12:25:26 +01:00
AUTOMAKE_OPTIONS=foreign
ACLOCAL_AMFLAGS = -I m4
1999-01-30 20:12:34 +01:00
rpm: dist
$(MAKE) -C $@
1999-01-31 14:15:00 +01:00
2000-02-16 22:28:33 +01:00
dist-hook:
-chmod -R a+r $(distdir)
2002-10-23 15:23:57 +02:00
@if ! test -z "$(AMTAR)"; then \
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
2002-10-23 15:23:57 +02:00
else \
2002-10-24 13:44:18 +02:00
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
2002-10-23 15:23:57 +02:00
fi