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