OSDN Git Service

Next updates for automake..
[android-x86/external-alsa-utils.git] / Makefile.am
1 INCLUDES=-I$(top_srcdir)/include
2 SUBDIRS=include alsactl alsamixer amixer aplay utils
3
4 rpm: dist
5         $(MAKE) -C $@
6
7 pack: clean-recursive
8         chown -R root.root ../alsa-utils
9         mv ../alsa-utils ../alsa-utils-$(VERSION)
10         tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)
11         mv ../alsa-utils-$(VERSION) ../alsa-utils