2015-02-27 13:39:01 -05:00
|
|
|
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects
|
2007-02-24 15:52:57 -05:00
|
|
|
|
2018-01-22 19:51:48 -05:00
|
|
|
man_MANS = ezstream.1 ezstream-cfgmigrate.1 ezstream-file.sh.1
|
2007-02-24 15:52:57 -05:00
|
|
|
|
2009-03-17 14:32:39 -04:00
|
|
|
do_subst = sed \
|
2009-08-30 08:49:06 -04:00
|
|
|
-e 's|!!EXAMPLES_DIR!!|@EXAMPLES_DIR@|g'
|
|
|
|
|
|
|
|
.PHONY: $(man_MANS)
|
2007-02-24 15:52:57 -05:00
|
|
|
|
2009-03-15 20:08:31 -04:00
|
|
|
ezstream.1: ezstream.1.in Makefile
|
2009-08-30 08:49:06 -04:00
|
|
|
$(do_subst) < $(builddir)/ezstream.1.in > ezstream.1
|
|
|
|
|
2018-01-22 19:51:48 -05:00
|
|
|
ezstream-cfgmigrate.1: ezstream-cfgmigrate.1.in Makefile
|
|
|
|
$(do_subst) < $(builddir)/ezstream-cfgmigrate.1.in > ezstream-cfgmigrate.1
|
|
|
|
|
2009-08-30 08:49:06 -04:00
|
|
|
ezstream-file.sh.1: ezstream-file.sh.1.in Makefile
|
|
|
|
$(do_subst) < $(builddir)/ezstream-file.sh.1.in > ezstream-file.sh.1
|
2007-02-24 15:52:57 -05:00
|
|
|
|
2009-03-15 20:08:31 -04:00
|
|
|
CLEANFILES = *~ *.core core $(man_MANS)
|