mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 20:05:42 +01:00
14 lines
372 B
Makefile
14 lines
372 B
Makefile
INCLUDES=-I$(top_srcdir)/include
|
|
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
|
|
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile
|
|
|
|
rpm: dist
|
|
$(MAKE) -C $@
|
|
|
|
dist-hook:
|
|
-chmod -R a+r $(distdir)
|
|
@if ! test -z "$(AMTAR)"; then \
|
|
$(AMTAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
|
else \
|
|
$(TAR) cvf $(distdir).tar.bz2 --bzip2 $(distdir); \
|
|
fi
|