2014-05-07 09:43:45 +02:00
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|
2009-01-29 15:41:31 +01:00
|
|
|
|
2015-01-14 15:44:19 +01:00
|
|
|
SUBDIRS = include alsactl utils m4 po alsa-info
|
2003-06-14 10:32:44 +02:00
|
|
|
if ALSAMIXER
|
2009-01-29 15:41:31 +01:00
|
|
|
SUBDIRS += alsamixer
|
|
|
|
endif
|
|
|
|
if HAVE_MIXER
|
|
|
|
SUBDIRS += amixer
|
|
|
|
endif
|
|
|
|
if HAVE_RAWMIDI
|
|
|
|
SUBDIRS += amidi
|
2003-06-14 10:32:44 +02:00
|
|
|
endif
|
2008-09-23 08:10:19 +02:00
|
|
|
if ALSACONF
|
2009-01-29 15:41:31 +01:00
|
|
|
SUBDIRS += alsaconf
|
2008-09-23 08:10:19 +02:00
|
|
|
endif
|
2009-01-29 15:41:31 +01:00
|
|
|
if HAVE_PCM
|
2018-11-13 07:41:13 +01:00
|
|
|
SUBDIRS += aplay iecset speaker-test axfer
|
2010-08-18 08:29:03 +02:00
|
|
|
if ALSALOOP
|
|
|
|
SUBDIRS += alsaloop
|
|
|
|
endif
|
2015-09-23 09:48:55 +02:00
|
|
|
if BAT
|
|
|
|
SUBDIRS += bat
|
|
|
|
endif
|
2009-01-29 15:41:31 +01:00
|
|
|
endif
|
|
|
|
if HAVE_SEQ
|
|
|
|
SUBDIRS += seq
|
|
|
|
endif
|
2015-01-14 15:44:19 +01:00
|
|
|
if HAVE_UCM
|
|
|
|
SUBDIRS += alsaucm
|
|
|
|
endif
|
2015-08-04 17:23:03 +02:00
|
|
|
if HAVE_TOPOLOGY
|
|
|
|
SUBDIRS += topology
|
|
|
|
endif
|
2023-05-16 15:38:24 +02:00
|
|
|
if NHLT
|
|
|
|
SUBDIRS += nhlt
|
|
|
|
endif
|
2009-01-29 15:41:31 +01:00
|
|
|
|
2019-01-07 14:57:55 +01:00
|
|
|
EXTRA_DIST= README.md TODO gitcompile
|
2004-02-25 12:25:26 +01:00
|
|
|
AUTOMAKE_OPTIONS=foreign
|
2004-12-29 17:10:47 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
1999-01-30 20:12:34 +01:00
|
|
|
|
|
|
|
rpm: dist
|
|
|
|
$(MAKE) -C $@
|
1999-01-31 14:15:00 +01:00
|
|
|
|
2000-02-16 22:28:33 +01:00
|
|
|
dist-hook:
|
|
|
|
-chmod -R a+r $(distdir)
|
2002-10-23 15:23:57 +02:00
|
|
|
@if ! test -z "$(AMTAR)"; then \
|
2002-10-23 20:58:04 +02:00
|
|
|
$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
|
2002-10-23 15:23:57 +02:00
|
|
|
else \
|
2002-10-24 13:44:18 +02:00
|
|
|
$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
|
2002-10-23 15:23:57 +02:00
|
|
|
fi
|
2010-11-23 01:45:08 +01:00
|
|
|
|
2010-11-23 02:59:18 +01:00
|
|
|
install-data-hook:
|
|
|
|
$(MKDIR_P) -m 0755 $(DESTDIR)$(ASOUND_STATE_DIR)
|
|
|
|
|
2010-11-23 01:45:08 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
|
|
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
|