From: mar Date: Fri, 8 Mar 1991 11:32:44 +0000 (+0000) Subject: support for USELOCALTOOLS and include files in ~/lib X-Git-Tag: release77~705 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/446e58914e49c9a94066a4833c2b7b0aa8c3df31 support for USELOCALTOOLS and include files in ~/lib --- diff --git a/util/imake.includes/Imake.tmpl b/util/imake.includes/Imake.tmpl index 2b411182..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,12 +14,17 @@ 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 -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" @@ -46,4 +49,3 @@ install:: Makefiles:: /**/# DO NOT DELETE THIS LINE -