]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
support for USELOCALTOOLS and include files in ~/lib
[moira.git] / util / imake.includes / Imake.tmpl
CommitLineData
b9be51ef 1/**/#
2/**/# This makefile is automatically generated by imake... do not modify
3/**/# or you may lose your changes when imake generates makefiles again.
4/**/# Ignore this message if you are not using imake.
5/**/#
ca750404 6/**/# $Source$
ca750404 7/**/#
b9be51ef 8
b9be51ef 9#ifndef NEW_TOP
10NEWTOP=.
11BUILDTOP=.
12#else
13NEWTOP=NEW_TOP
14BUILDTOP=NEW_TOP
15#endif
16
446e5891 17#ifndef USELOCALTOOLS
f9d599c8 18/* The makedepend program */
b9be51ef 19DEPEND=$(BUILDTOP)/util/makedepend/makedepend
f9d599c8 20/* The Imake command line */
b9be51ef 21IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
446e5891 22#else
23DEPEND=makedepend
24IMAKE=imake -I$(BUILDTOP)/util/imake.includes
25#endif
b9be51ef 26
446e5891 27INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib
ca750404 28CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
f9d599c8 29LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
b9be51ef 30#include "config.Imakefile"
31
32#include "Imake.rules"
33
34#include INCLUDE_IMAKEFILE
35
36#ifdef have_subdirs
37do_subdirs($(SUBDIRS))
38#endif
39
40depend_target()
41clean_target()
42tags_target()
43makefile_target()
44print_target()
45src_target()
46
47install::
48
49Makefiles::
50
51/**/# DO NOT DELETE THIS LINE
This page took 0.322508 seconds and 5 git commands to generate.