mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
d3151cd65a
the-fly. git-svn-id: https://svn.xiph.org/trunk/ezstream@16529 0101bb08-14d6-0310-b084-bc0e0c8e3800
17 lines
410 B
Makefile
17 lines
410 B
Makefile
AUTOMAKE_OPTIONS = 1.9 foreign
|
|
|
|
man_MANS = ezstream.1 ezstream-file.sh.1
|
|
|
|
do_subst = sed \
|
|
-e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g'
|
|
|
|
.PHONY: $(man_MANS)
|
|
|
|
ezstream.1: ezstream.1.in Makefile
|
|
$(do_subst) < $(builddir)/ezstream.1.in > ezstream.1
|
|
|
|
ezstream-file.sh.1: ezstream-file.sh.1.in Makefile
|
|
$(do_subst) < $(builddir)/ezstream-file.sh.1.in > ezstream-file.sh.1
|
|
|
|
CLEANFILES = *~ *.core core $(man_MANS)
|