]> andersk Git - moira.git/blame - util/imake.includes/Imake.tmpl
Move around GDSS_INC to make sure we get the gdss.h with prototypes
[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
22be4ee6 17INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib $(COM_ERR_INC) $(GDSS_INC) -I/usr/athena/include $(OSINCLUDES) $(LOCAL_INCLUDES)
544898fb 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()
b9be51ef 43makefile_target()
b9be51ef 44
45install::
46
47Makefiles::
48
49/**/# DO NOT DELETE THIS LINE
This page took 0.132365 seconds and 5 git commands to generate.