File: Makefile.am

package info (click to toggle)
haveged 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,076 kB
  • sloc: ansic: 7,224; sh: 3,912; makefile: 49
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in.

initdir       = /etc/init.d
init_SCRIPTS = haveged

EXTRA_DIST = lsb.in redhat.in

CLEANFILES = haveged

MAINTAINERCLEANFILES = Makefile.in

do_subst = sed -e 's,[@]SBIN_DIR[@],$(sbindir),g'
src_tmpl = @HA_DISTRO@

haveged:	$(src_tmpl) Makefile
			$(do_subst) < $(srcdir)/$(src_tmpl) > haveged