diff options
Diffstat (limited to 'alsa-utils/aplay/Makefile.am')
-rw-r--r-- | alsa-utils/aplay/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/alsa-utils/aplay/Makefile.am b/alsa-utils/aplay/Makefile.am deleted file mode 100644 index 60811de..0000000 --- a/alsa-utils/aplay/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -INCLUDES = -I$(top_srcdir)/include -LDADD = $(LIBINTL) - -# debug flags -#LDFLAGS = -static -#LDADD += -ldl - -bin_PROGRAMS = aplay -man_MANS = aplay.1 arecord.1 -noinst_HEADERS = formats.h - -EXTRA_DIST = aplay.1 arecord.1 -EXTRA_CLEAN = arecord - -arecord: aplay - rm -f arecord - $(LN_S) $< $@ - -arecord.1: aplay.1 - rm -f arecord.1 - $(LN_S) $< $@ - -install-exec-hook: arecord - rm -f $(DESTDIR)$(bindir)/arecord - (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord) - -install-data-hook: - rm -f $(DESTDIR)$(mandir)/man1/arecord.1 - (cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1) |