]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
don't hardcode directory
[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
544898fb 17INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib
18CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
19LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
20
21#include "config.Imakefile"
22
446e5891 23#ifndef USELOCALTOOLS
f9d599c8 24/* The makedepend program */
b9be51ef 25DEPEND=$(BUILDTOP)/util/makedepend/makedepend
f9d599c8 26/* The Imake command line */
b9be51ef 27IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
446e5891 28#else
29DEPEND=makedepend
30IMAKE=imake -I$(BUILDTOP)/util/imake.includes
31#endif
b9be51ef 32
b9be51ef 33#include "Imake.rules"
34
35#include INCLUDE_IMAKEFILE
36
37#ifdef have_subdirs
38do_subdirs($(SUBDIRS))
39#endif
40
41depend_target()
42clean_target()
43tags_target()
44makefile_target()
45print_target()
46src_target()
47
48install::
49
50Makefiles::
51
52/**/# DO NOT DELETE THIS LINE
This page took 0.077002 seconds and 5 git commands to generate.