# 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