]> andersk Git - moira.git/blobdiff - util/imake.includes/Imake.tmpl
fix up handling of error tables in make clean and make depend.
[moira.git] / util / imake.includes / Imake.tmpl
index 138c7e585422081e0c09cd9c95485eb11e9c874b..2b411182af68c6f1b329351a205e22ebeb54a48c 100644 (file)
@@ -3,8 +3,11 @@
 /**/# or you may lose your changes when imake generates makefiles again.
 /**/# Ignore this message if you are not using imake.
 /**/#
+/**/#  $Source$
+/**/#  $Author$
+/**/#  $Header$
+/**/#
 
-SRCTOP=/mit/kerberos/src
 #ifndef NEW_TOP
 NEWTOP=.
 BUILDTOP=.
@@ -13,16 +16,14 @@ NEWTOP=NEW_TOP
 BUILDTOP=NEW_TOP
 #endif
 
+/* The makedepend program */
 DEPEND=$(BUILDTOP)/util/makedepend/makedepend
+/* The Imake command line */
 IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
 
-KRB_LIB=$(BUILDTOP)/lib/krb/libkrb.a
-DES_LIB=$(BUILDTOP)/lib/des/libdes.a
-KDB_LIB=$(BUILDTOP)/lib/kdb/libkdb.a
-
 INCLUDE= -I$(BUILDTOP)/include
-CFLAGS=$(DBG) $(INCLUDE) $(DEFINES)
-
+CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
+LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
 #include "config.Imakefile"
  
 #include "Imake.rules"
This page took 0.048247 seconds and 4 git commands to generate.