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