]> andersk Git - moira.git/blobdiff - util/imake.includes/Imake.tmpl
support for USELOCALTOOLS and include files in ~/lib
[moira.git] / util / imake.includes / Imake.tmpl
index 5c29c795b65bc3538ed68d491911be87be0eccb5..e99fc230175ce3197d95496b9620008b60315096 100644 (file)
@@ -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
-
This page took 0.03391 seconds and 4 git commands to generate.