mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 19:45:41 +01:00
12 lines
408 B
Makefile
12 lines
408 B
Makefile
INCLUDES=-I$(top_srcdir)/include
|
|
SUBDIRS=include alsactl alsamixer amixer aplay utils xamixer2
|
|
EXTRA_DIST=ChangeLog INSTALL README configure cvscompile
|
|
|
|
rpm: dist
|
|
$(MAKE) -C $@
|
|
|
|
pack: clean-recursive
|
|
chown -R root.root ../alsa-utils
|
|
mv ../alsa-utils ../alsa-utils-$(VERSION)
|
|
tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)
|
|
mv ../alsa-utils-$(VERSION) ../alsa-utils
|