]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
add RCS headers; move SRCTOP to config.Imakefile; add GLOBAL_CDEFS
[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
19DEPEND=$(BUILDTOP)/util/makedepend/makedepend
20IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
21
22KRB_LIB=$(BUILDTOP)/lib/krb/libkrb.a
23DES_LIB=$(BUILDTOP)/lib/des/libdes.a
24KDB_LIB=$(BUILDTOP)/lib/kdb/libkdb.a
25
26INCLUDE= -I$(BUILDTOP)/include
ca750404 27CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
b9be51ef 28
29#include "config.Imakefile"
30
31#include "Imake.rules"
32
33#include INCLUDE_IMAKEFILE
34
35#ifdef have_subdirs
36do_subdirs($(SUBDIRS))
37#endif
38
39depend_target()
40clean_target()
41tags_target()
42makefile_target()
43print_target()
44src_target()
45
46install::
47
48Makefiles::
49
50/**/# DO NOT DELETE THIS LINE
51
This page took 0.069801 seconds and 5 git commands to generate.