alsa-utils/Makefile.am

58 lines
1 KiB
Makefile
Raw Normal View History

AM_CPPFLAGS=-I$(top_srcdir)/include
SUBDIRS = include alsactl utils m4 po alsa-info
if ALSAMIXER
SUBDIRS += alsamixer
endif
if HAVE_MIXER
SUBDIRS += amixer
endif
if HAVE_RAWMIDI
SUBDIRS += amidi
endif
if ALSACONF
SUBDIRS += alsaconf
endif
if HAVE_PCM
SUBDIRS += aplay iecset speaker-test axfer
if ALSALOOP
SUBDIRS += alsaloop
endif
if BAT
SUBDIRS += bat
endif
endif
if HAVE_SEQ
SUBDIRS += seq
endif
if HAVE_UCM
SUBDIRS += alsaucm
endif
if HAVE_TOPOLOGY
SUBDIRS += topology
endif
if NHLT
SUBDIRS += nhlt
endif
EXTRA_DIST= README.md TODO gitcompile
2004-02-25 12:25:26 +01:00
AUTOMAKE_OPTIONS=foreign
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 \
$(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
install-data-hook:
$(MKDIR_P) -m 0755 $(DESTDIR)$(ASOUND_STATE_DIR)
DISTCHECK_CONFIGURE_FLAGS = \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)