alsa-utils/Makefile.am
Jaroslav Kysela 8e2b523a92 GTK mixer programs xamixer2 & gamix were removed.
The reason is the difficult maintaince.
2000-01-05 13:46:58 +00:00

15 lines
479 B
Makefile

INCLUDES=-I$(top_srcdir)/include
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
EXTRA_DIST=ChangeLog INSTALL README configure cvscompile
rpm: dist
$(MAKE) -C $@
pack: clean-recursive
rm -f config.log config.cache config.status
rm -rf `find . -name ".deps"`
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