1999-01-30 20:12:34 +01:00
|
|
|
INCLUDES=-I$(top_srcdir)/include
|
2009-01-29 15:41:31 +01:00
|
|
|
|
2009-09-30 21:12:17 +02:00
|
|
|
SUBDIRS = include alsactl alsaucm utils m4 po
|
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
|
|
|
|
SUBDIRS += aplay iecset speaker-test
|
2010-08-18 08:29:03 +02:00
|
|
|
if ALSALOOP
|
|
|
|
SUBDIRS += alsaloop
|
|
|
|
endif
|
2009-01-29 15:41:31 +01:00
|
|
|
endif
|
|
|
|
if HAVE_SEQ
|
|
|
|
SUBDIRS += seq
|
|
|
|
endif
|
|
|
|
|
2008-08-25 08:07:56 +02:00
|
|
|
EXTRA_DIST= 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)
|