]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
removed unused structure declarations
[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
7caabe5f 24KRB_ADM=$(BUILDTOP)/lib/kadm/libkadm.a
b9be51ef 25KDB_LIB=$(BUILDTOP)/lib/kdb/libkdb.a
7caabe5f 26COM_ERR=-lcom_err
b9be51ef 27
28INCLUDE= -I$(BUILDTOP)/include
ca750404 29CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
b9be51ef 30
31#include "config.Imakefile"
32
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
53
This page took 0.09042 seconds and 5 git commands to generate.