summaryrefslogtreecommitdiff
path: root/gnustandards.mk.in
blob: 0ec281db28914f9790e18675f6998ca2f7d3f4ce (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Programs that it's OK to hard-code, but you don't want to have to memorize
# this list.
AWK = awk
CAT = cat
CMP = cmp
CP = cp
DIFF = diff
ECHO = echo
EGREP = egrep
EXPR = expr
FALSE = false
GREP = grep
INSTALL_INFO = install-info
LN = ln
LS = ls
MKDIR = mkdir
MV = mv
PRINTF = printf
PWD = pwd
RM = rm
RMDIR = rmdir
SED = sed
SLEEP = sleep
SORT = sort
TAR = tar
TEST = test
TOUCH = touch
TR = tr
TRUE = true

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@

# Root for the installation
prefix = @prefix@
exec_prefix = @exec_prefix@
# Executable programs
bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
# Data files
datarootdir = @datarootdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
runstatedir = $(localstatedir)/run
# Specific types of files
includedir = @includedir@
oldincludedir = @oldincludedir@
docdir = @docdir@
infodir = @infodir@
htmldir = @htmldir@
dvidir = @dvidir@
pdfdir = @pdfdir@
psdir = @psdir@
libdir = @libdir@
lispdir = $(datarootdir)/emacs/site-lisp
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

manext = .1
man1ext = .1
man2ext = .2
man3ext = .3
man4ext = .4
man5ext = .5
man6ext = .6
man7ext = .7
man8ext = .8

#all
#install
#install-html
#install-dvi
#install-pdf
#install-ps
#uninstall
#install-strip
#clean
#distclean
#mostlyclean
#maintainer-clean
#TAGS
#info
#dvi
#html
#pdf
#ps
#dist
#check
#installcheck
#installdirs

PRE_INSTALL ?=
POST_INSTALL ?=
NORMAL_INSTALL ?=