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