alsa-utils/Makefile.am

15 lines
416 B
Makefile
Raw Normal View History

1999-01-30 20:12:34 +01:00
INCLUDES=-I$(top_srcdir)/include
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
2000-05-09 19:25:41 +02:00
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile
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 \
2002-10-23 20:34:32 +02:00
$(AMTAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
2002-10-23 15:23:57 +02:00
else \
2002-10-23 20:34:32 +02:00
$(TAR) --create --verbose --bzip2 --file=$(distdir).tar.bz2 $(distdir); \
2002-10-23 15:23:57 +02:00
fi