Blame Makefile.am

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