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