Blame Makefile.am

Packit Service a9274b
AM_CPPFLAGS=-I$(top_srcdir)/include
Packit Service a9274b
Packit Service a9274b
SUBDIRS = include alsactl utils m4 po alsa-info
Packit Service a9274b
if ALSAMIXER
Packit Service a9274b
SUBDIRS += alsamixer
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_MIXER
Packit Service a9274b
SUBDIRS += amixer
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_RAWMIDI
Packit Service a9274b
SUBDIRS += amidi
Packit Service a9274b
endif
Packit Service a9274b
if ALSACONF
Packit Service a9274b
SUBDIRS += alsaconf
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_PCM
Packit Service a9274b
SUBDIRS += aplay iecset speaker-test axfer
Packit Service a9274b
if ALSALOOP
Packit Service a9274b
SUBDIRS += alsaloop
Packit Service a9274b
endif
Packit Service a9274b
if BAT
Packit Service a9274b
SUBDIRS += bat
Packit Service a9274b
endif
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_SEQ
Packit Service a9274b
SUBDIRS += seq
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_UCM
Packit Service a9274b
SUBDIRS += alsaucm
Packit Service a9274b
endif
Packit Service a9274b
if HAVE_TOPOLOGY
Packit Service a9274b
SUBDIRS += topology
Packit Service a9274b
endif
Packit Service a9274b
Packit Service a9274b
EXTRA_DIST= config.rpath  README.md TODO gitcompile
Packit Service a9274b
AUTOMAKE_OPTIONS=foreign
Packit Service a9274b
ACLOCAL_AMFLAGS = -I m4
Packit Service a9274b
Packit Service a9274b
rpm: dist
Packit Service a9274b
	$(MAKE) -C $@
Packit Service a9274b
Packit Service a9274b
dist-hook:
Packit Service a9274b
	-chmod -R a+r $(distdir)
Packit Service a9274b
	@if ! test -z "$(AMTAR)"; then \
Packit Service a9274b
		$(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
Packit Service a9274b
	else \
Packit Service a9274b
		$(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
Packit Service a9274b
	fi
Packit Service a9274b
Packit Service a9274b
install-data-hook:
Packit Service a9274b
	$(MKDIR_P) -m 0755 $(DESTDIR)$(ASOUND_STATE_DIR)
Packit Service a9274b
Packit Service a9274b
DISTCHECK_CONFIGURE_FLAGS = \
Packit Service a9274b
        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)