]> andersk Git - moira.git/blob - util/imake.includes/Imake.tmpl
add RCS headers; move SRCTOP to config.Imakefile; add GLOBAL_CDEFS
[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 DEPEND=$(BUILDTOP)/util/makedepend/makedepend
20 IMAKE=$(BUILDTOP)/util/imake/imake -I$(BUILDTOP)/util/imake.includes
21
22 KRB_LIB=$(BUILDTOP)/lib/krb/libkrb.a
23 DES_LIB=$(BUILDTOP)/lib/des/libdes.a
24 KDB_LIB=$(BUILDTOP)/lib/kdb/libkdb.a
25
26 INCLUDE= -I$(BUILDTOP)/include
27 CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS)
28
29 #include "config.Imakefile"
30  
31 #include "Imake.rules"
32
33 #include INCLUDE_IMAKEFILE
34
35 #ifdef have_subdirs
36 do_subdirs($(SUBDIRS))
37 #endif
38
39 depend_target()
40 clean_target()
41 tags_target()
42 makefile_target()
43 print_target()
44 src_target()
45
46 install::
47
48 Makefiles::
49
50 /**/# DO NOT DELETE THIS LINE
51
This page took 0.037221 seconds and 5 git commands to generate.