]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
NOENCRYPTION changes.
[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$
7/**/# $Author$
8/**/# $Header$
9/**/#
b9be51ef 10
b9be51ef 11#ifndef NEW_TOP
12NEWTOP=.
13BUILDTOP=.
14#else
15NEWTOP=NEW_TOP
16BUILDTOP=NEW_TOP
17#endif
18
f9d599c8 19/* The makedepend program */
b9be51ef 20DEPEND=$(BUILDTOP)/util/makedepend/makedepend
f9d599c8 21/* The Imake command line */
b9be51ef 22IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
23
b9be51ef 24INCLUDE= -I$(BUILDTOP)/include
ca750404 25CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
f9d599c8 26LINTFLAGS=$(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
b9be51ef 27#include "config.Imakefile"
28
29#include "Imake.rules"
30
31#include INCLUDE_IMAKEFILE
32
33#ifdef have_subdirs
34do_subdirs($(SUBDIRS))
35#endif
36
37depend_target()
38clean_target()
39tags_target()
40makefile_target()
41print_target()
42src_target()
43
44install::
45
46Makefiles::
47
48/**/# DO NOT DELETE THIS LINE
49
This page took 0.077918 seconds and 5 git commands to generate.