summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/site-DEF.jm
blob: 4e9fab42a924e872941cf70d851ee5d56992fecc (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
# line 1 "site-DEF.ljm"
# line 8 "site-DEF.ljm"
/* 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 */
# line 36 "site-DEF.ljm"
#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