File: Makefile.am

package info (click to toggle)
ezstream 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 9,693; sh: 4,967; xml: 398; makefile: 230
file content (19 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects

man_MANS	 = ezstream.1 ezstream-cfgmigrate.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-cfgmigrate.1: ezstream-cfgmigrate.1.in Makefile
	$(do_subst) < $(builddir)/ezstream-cfgmigrate.1.in > ezstream-cfgmigrate.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)