summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/site-DEF.jm
diff options
context:
space:
mode:
Diffstat (limited to 'web/glasgow/lit2x-0.16/mkworld/site-DEF.jm')
-rw-r--r--web/glasgow/lit2x-0.16/mkworld/site-DEF.jm45
1 files changed, 45 insertions, 0 deletions
diff --git a/web/glasgow/lit2x-0.16/mkworld/site-DEF.jm b/web/glasgow/lit2x-0.16/mkworld/site-DEF.jm
new file mode 100644
index 0000000000..4e9fab42a9
--- /dev/null
+++ b/web/glasgow/lit2x-0.16/mkworld/site-DEF.jm
@@ -0,0 +1,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