-
Notifications
You must be signed in to change notification settings - Fork 5
/
Makefile.in
57 lines (48 loc) · 1.21 KB
/
Makefile.in
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
SHELL = /bin/sh
# root for installation
prefix = @prefix@
exec_prefix = @exec_prefix@
# executables
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
# data
datarootdir = @datarootdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
# misc
includedir = @includedir@
oldincludedir = @oldincludedir@
docdir = @docdir@
infodir = @infodir@
libdir = @libdir@
localedir = @localedir@
mandir = @mandir@
man1dir = $(mandir)/man1
man2dir = $(mandir)/man2
man3dir = $(mandir)/man3
man4dir = $(mandir)/man4
man5dir = $(mandir)/man5
man6dir = $(mandir)/man6
man7dir = $(mandir)/man7
man8dir = $(mandir)/man8
man9dir = $(mandir)/man9
manext = .1
srcdir = @srcdir@
SED = /bin/sed
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
PACKAGE = @PACKAGE@
PROG = @PROG@
VERSION = @VERSION@
BUGREPORT = @BUGREPORT@
URL = @URL@
BINDIR = @BINDIR@
CONFDIR = @CONFDIR@
EXECDIR = @EXECDIR@
SERVER_DIR = @DEFAULT_SERVER_DIR@
# controls actual build
include Makefile.inc