File: Makefile.am

package info (click to toggle)
tinc 1.0pre7-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,084 kB
  • ctags: 1,488
  • sloc: ansic: 13,459; sh: 3,464; makefile: 359; yacc: 318; perl: 232
file content (25 lines) | stat: -rw-r--r-- 734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Process this file with automake to get Makefile.in

SUBDIRS = es

info_TEXINFOS = tinc.texi

dyn_MANS =
man_aux = $(dyn_MANS:.8=.x)

man_MANS = tincd.8 tinc.conf.5 $(dyn_MANS)

PERL = @PERL@
HELP2MAN = help2man
MAINTAINERCLEANFILES = $(dyn_MANS)

EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
  Makefile.maint GNUmakefile Makefile.summ sample-config.tar.gz

# Use `ginstall' in the definition of man_MANS to avoid
# confusion with the `install' target.  The install rule transforms `ginstall'
# to install before applying any user-specified name transformations.
transform = s/ginstall/install/; @program_transform_name@

# For additional rules usually of interest only to the maintainer,
# see GNUmakefile and Makefile.maint.