OSDN Git Service

Remove off64_t as now it is defined in bionic.
[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 if ALSACONF
8 ALSACONF_DIR=alsaconf
9 else
10 ALSACONF_DIR=
11 endif
12 SUBDIRS= include alsactl $(ALSACONF_DIR) $(ALSAMIXER_DIR) amidi amixer \
13          aplay iecset seq speaker-test utils m4 po
14 EXTRA_DIST= config.rpath  TODO gitcompile
15 AUTOMAKE_OPTIONS=foreign
16 ACLOCAL_AMFLAGS = -I m4
17
18 rpm: dist
19         $(MAKE) -C $@
20
21 dist-hook:
22         -chmod -R a+r $(distdir)
23         @if ! test -z "$(AMTAR)"; then \
24                 $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
25         else \
26                 $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
27         fi