2009-04-08 09:22:16 +02:00
|
|
|
LIBRT = @LIBRT@
|
|
|
|
|
1999-01-30 20:12:34 +01:00
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
2009-04-08 09:22:16 +02:00
|
|
|
LDADD = $(LIBINTL) $(LIBRT)
|
1999-01-30 20:12:34 +01:00
|
|
|
|
2000-11-29 19:34:03 +01:00
|
|
|
# debug flags
|
|
|
|
#LDFLAGS = -static
|
|
|
|
#LDADD += -ldl
|
|
|
|
|
2002-01-06 11:17:28 +01:00
|
|
|
bin_PROGRAMS = aplay
|
2001-10-09 14:28:01 +02:00
|
|
|
man_MANS = aplay.1 arecord.1
|
1999-01-30 20:12:34 +01:00
|
|
|
noinst_HEADERS = formats.h
|
|
|
|
|
2001-11-06 08:51:48 +01:00
|
|
|
EXTRA_DIST = aplay.1 arecord.1
|
1999-01-30 20:12:34 +01:00
|
|
|
EXTRA_CLEAN = arecord
|
|
|
|
|
|
|
|
arecord: aplay
|
|
|
|
rm -f arecord
|
|
|
|
$(LN_S) $< $@
|
|
|
|
|
|
|
|
arecord.1: aplay.1
|
|
|
|
rm -f arecord.1
|
|
|
|
$(LN_S) $< $@
|
|
|
|
|
2002-01-06 11:17:28 +01:00
|
|
|
install-exec-hook: arecord
|
2001-11-08 14:29:50 +01:00
|
|
|
rm -f $(DESTDIR)$(bindir)/arecord
|
2000-11-04 13:16:28 +01:00
|
|
|
(cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
|
1999-01-30 20:12:34 +01:00
|
|
|
|
|
|
|
install-data-hook:
|
2001-11-08 14:29:50 +01:00
|
|
|
rm -f $(DESTDIR)$(mandir)/man1/arecord.1
|
2000-11-04 13:16:28 +01:00
|
|
|
(cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
|