xref: /third_party/alsa-utils/aplay/Makefile.am
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-utils/aplay/
1c72fcc34Sopenharmony_ciLIBRT = @LIBRT@
2c72fcc34Sopenharmony_ci
3c72fcc34Sopenharmony_ciAM_CPPFLAGS = -I$(top_srcdir)/include
4c72fcc34Sopenharmony_ciLDADD = $(LIBINTL) $(LIBRT)
5c72fcc34Sopenharmony_ci
6c72fcc34Sopenharmony_ci# debug flags
7c72fcc34Sopenharmony_ci#LDFLAGS = -static
8c72fcc34Sopenharmony_ci#LDADD += -ldl
9c72fcc34Sopenharmony_ci
10c72fcc34Sopenharmony_cibin_PROGRAMS = aplay
11c72fcc34Sopenharmony_ciman_MANS = aplay.1 arecord.1
12c72fcc34Sopenharmony_cinoinst_HEADERS = formats.h
13c72fcc34Sopenharmony_ci
14c72fcc34Sopenharmony_ciEXTRA_DIST = aplay.1 arecord.1
15c72fcc34Sopenharmony_ciEXTRA_CLEAN = arecord
16c72fcc34Sopenharmony_ci
17c72fcc34Sopenharmony_ciarecord: aplay
18c72fcc34Sopenharmony_ci	rm -f arecord
19c72fcc34Sopenharmony_ci	$(LN_S) $< $@
20c72fcc34Sopenharmony_ci
21c72fcc34Sopenharmony_ciarecord.1: aplay.1
22c72fcc34Sopenharmony_ci	rm -f arecord.1
23c72fcc34Sopenharmony_ci	$(LN_S) $< $@
24c72fcc34Sopenharmony_ci
25c72fcc34Sopenharmony_ciinstall-exec-hook: arecord
26c72fcc34Sopenharmony_ci	rm -f $(DESTDIR)$(bindir)/arecord
27c72fcc34Sopenharmony_ci	(cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord)
28c72fcc34Sopenharmony_ci
29c72fcc34Sopenharmony_ciinstall-data-hook:
30c72fcc34Sopenharmony_ci	rm -f $(DESTDIR)$(mandir)/man1/arecord.1
31c72fcc34Sopenharmony_ci	(cd $(DESTDIR)$(mandir)/man1 && $(LN_S) aplay.1 arecord.1)
32

Indexes created Thu Nov 07 10:32:03 CST 2024