IMAKE = imake /* assume BINDIR in path */
DEPEND = makedepend /* assume BINDIR in path */
MKDIRHIER = BourneShell $(BINDIR)/mkdirhier.sh
- COMPILE_ET = compile_et
- MK_CMDS = mk_cmds
- SSLIB = -lss
- COMERRLIB = -lcom_err
#else
IMAKE = $(IMAKESRC)/imake
DEPEND = DependCmd
MKDIRHIER = BourneShell $(SCRIPTSRC)/mkdirhier.sh
- COMPILE_ET = CompileEtCmd
- MK_CMDS = MkCmdsCmd
+#endif
+#ifdef UseSSInstalled
+ SSLIB = -lss
+ MK_CMDS = mk_cmds
+#else
SSLIB = SSLib
+ MK_CMDS = MkCmdsCmd
+#endif
+#ifdef UseComErrInstalled
+ COMERRLIB = -lcom_err
+ COMPILE_ET = compile_et
+#else
COMERRLIB = ComErrLib
+ COMPILE_ET = CompileEtCmd
#endif
-
#define IsodeLib /mit/isode/isode-6.0/@sys/lib/libisode.a
#define IsodeDir /mit/isode/isode-6.0
-/* #define HasVfprintf -- turn on if you have vfprintf/vsprintf in libc */
+/* #define HasVfprintf -- turn on if you have vfprintf/vsprintf in libc
+ (might want to be in the architecture-specific
+ configuration file) */
+
+#define UseSSInstalled /* -- turn on if you have the SS library &c installed */
+
+#define UseComErrInstalled /* -- turn on if you have the com_err library
+ &c installed */