OSDN Git Service

update build tools.
[android-x86/external-alsa-utils.git] / Makefile.am
1 INCLUDES=-I$(top_srcdir)/include
2 if ALSAMIXER
3 ALSAMIXER_DIR=alsamixer
4 else
5 ALSAMIXER_DIR=
6 endif
7 SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
8 EXTRA_DIST= config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure cvscompile depcomp
9 AUTOMAKE_OPTIONS=foreign
10 ACLOCAL_AMFLAGS = -I m4
11
12 rpm: dist
13         $(MAKE) -C $@
14
15 dist-hook:
16         -chmod -R a+r $(distdir)
17         @if ! test -z "$(AMTAR)"; then \
18                 $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
19         else \
20                 $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
21         fi