mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 19:35:44 +01:00
10 lines
259 B
Makefile
10 lines
259 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)
|
|
$(TAR) cvIf $(distdir).tar.bz2 $(distdir)
|