summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/site-DEF.ljm
blob: 368542dea0160d772d6b206468b98bf56b34fa8a (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
%************************************************************************
%*									*
\section[mkworld-site-GEN]{{\em Defaults} for site-selectable things}
%*									*
%************************************************************************

\begin{code}
/* TopDir and CurDir likely defined on command line */
#ifndef TopDir
#define TopDir .
#endif
TOP = TopDir

#ifndef TopDirPwd
#define TopDirPwd /
#endif
TOP_PWD = TopDirPwd /* absolute pathname of TOP */

#ifndef CurDir
#define CurDir .
#endif
CURRENT_DIR = CurDir

#ifndef TmpDir /* I do not know why this was /usr/tmp */
#define TmpDir /tmp
#endif
TMPDIR = TmpDir		/* temporary files */

#ifndef BootstrapCFlags
#define BootstrapCFlags /*none*/
#endif
BOOTSTRAPCFLAGS = BootstrapCFlags	/* set if cpp doesn't have uniq sym */
\end{code}

\begin{code}
#ifndef ManDirectoryRoot
#define ManDirectoryRoot	/usr/man
#endif

#ifndef DefaultInfoPath
#define DefaultInfoPath /usr/local/lib/info:.
#endif

#ifndef IncludeTestDirsInBuild
#define IncludeTestDirsInBuild	NO
#endif

/* Misc. misc. */

#ifndef RemoveTargetByMoving
#define RemoveTargetByMoving NO		/* affects Jmake.rules */
#endif
\end{code}