OSDN Git Service

Android: add makefile and config.h
[android-x86/external-alsa-utils.git] / Makefile.am
index 554617d..20dcfc8 100644 (file)
@@ -1,17 +1,38 @@
-INCLUDES=-I$(top_srcdir)/include
+AM_CPPFLAGS=-I$(top_srcdir)/include
+
+SUBDIRS = include alsactl utils m4 po alsa-info
 if ALSAMIXER
-ALSAMIXER_DIR=alsamixer
-else
-ALSAMIXER_DIR=
+SUBDIRS += alsamixer
+endif
+if HAVE_MIXER
+SUBDIRS += amixer
+endif
+if HAVE_RAWMIDI
+SUBDIRS += amidi
 endif
 if ALSACONF
-ALSACONF_DIR=alsaconf
-else
-ALSACONF_DIR=
+SUBDIRS += alsaconf
+endif
+if HAVE_PCM
+SUBDIRS += aplay iecset speaker-test axfer
+if ALSALOOP
+SUBDIRS += alsaloop
+endif
+if BAT
+SUBDIRS += bat
+endif
 endif
-SUBDIRS= include alsactl $(ALSACONF_DIR) $(ALSAMIXER_DIR) amidi amixer \
-        aplay iecset seq speaker-test utils m4 po
-EXTRA_DIST= TODO gitcompile
+if HAVE_SEQ
+SUBDIRS += seq
+endif
+if HAVE_UCM
+SUBDIRS += alsaucm
+endif
+if HAVE_TOPOLOGY
+SUBDIRS += topology
+endif
+
+EXTRA_DIST= README.md TODO gitcompile
 AUTOMAKE_OPTIONS=foreign
 ACLOCAL_AMFLAGS = -I m4
 
@@ -25,3 +46,9 @@ dist-hook:
        else \
                $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
        fi
+
+install-data-hook:
+       $(MKDIR_P) -m 0755 $(DESTDIR)$(ASOUND_STATE_DIR)
+
+DISTCHECK_CONFIGURE_FLAGS = \
+        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)