X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/ca750404cad258c516f4fda02fe62a5656b39a71..446e58914e49c9a94066a4833c2b7b0aa8c3df31:/util/imake.includes/Imake.tmpl diff --git a/util/imake.includes/Imake.tmpl b/util/imake.includes/Imake.tmpl index 5c29c795..e99fc230 100644 --- a/util/imake.includes/Imake.tmpl +++ b/util/imake.includes/Imake.tmpl @@ -4,8 +4,6 @@ /**/# Ignore this message if you are not using imake. /**/# /**/# $Source$ -/**/# $Author$ -/**/# $Header$ /**/# #ifndef NEW_TOP @@ -16,16 +14,19 @@ NEWTOP=NEW_TOP BUILDTOP=NEW_TOP #endif +#ifndef USELOCALTOOLS +/* The makedepend program */ DEPEND=$(BUILDTOP)/util/makedepend/makedepend +/* The Imake command line */ IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes +#else +DEPEND=makedepend +IMAKE=imake -I$(BUILDTOP)/util/imake.includes +#endif -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 +INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS) - +LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS) #include "config.Imakefile" #include "Imake.rules" @@ -48,4 +49,3 @@ install:: Makefiles:: /**/# DO NOT DELETE THIS LINE -