summaryrefslogtreecommitdiffstats
path: root/alsa-utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-utils/Makefile.am')
-rw-r--r--alsa-utils/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/alsa-utils/Makefile.am b/alsa-utils/Makefile.am
deleted file mode 100644
index d28422a..0000000
--- a/alsa-utils/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-INCLUDES=-I$(top_srcdir)/include
-if ALSAMIXER
-ALSAMIXER_DIR=alsamixer
-else
-ALSAMIXER_DIR=
-endif
-if ALSACONF
-ALSACONF_DIR=alsaconf
-else
-ALSACONF_DIR=
-endif
-SUBDIRS= include alsactl $(ALSACONF_DIR) $(ALSAMIXER_DIR) amidi amixer \
- aplay iecset seq speaker-test utils m4 po
-EXTRA_DIST= config.rpath TODO gitcompile
-AUTOMAKE_OPTIONS=foreign
-ACLOCAL_AMFLAGS = -I m4
-
-rpm: dist
- $(MAKE) -C $@
-
-dist-hook:
- -chmod -R a+r $(distdir)
- @if ! test -z "$(AMTAR)"; then \
- $(AMTAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
- else \
- $(TAR) --create --verbose --file=- $(distdir) | bzip2 -c -9 > $(distdir).tar.bz2 ; \
- fi