changes for SSTopIncludes
authorJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:44:48 +0000 (18:44 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 9 Oct 1990 18:44:48 +0000 (18:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1196 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl

index 909d84e469833cf0f2d5c5624d7ad084d93eee3d..ed2deb230bce8f3145ad5e187897fc22984e5948 100644 (file)
 #ifndef ArAddCmd
 #define ArAddCmd ar cruv
 #endif
+#ifndef SSTopIncludes
+#ifdef UseSSInstalled
+#define SSTopIncludes /**/  
+#else /* not installed SS */
+#define SSTopIncludes -I$(TOP)
+#endif /* UseSSInstalled */
+#endif /* SSTopIncludes */
 #ifndef DesDefines
 #define DesDefines YouMustFigureOutYourDesDefines
 #endif
@@ -115,7 +122,8 @@ libdir/lib/**/libname.a:                                            @@\
  */
 
             ARADD = ArAddCmd
-     TOP_INCLUDES = -I$(TOP)/include $(STDC_TOP_INCLUDES)
+     TOP_INCLUDES = -I$(TOP)/include $(STDC_TOP_INCLUDES) $(SS_TOP_INCLUDES)
+  SS_TOP_INCLUDES = SSTopIncludes
         CONFIGSRC = $(TOP)/config
             ISODE = IsodeDir
          IMAKESRC = $(CONFIGSRC)