OpenIndiana and Solaris port
[oweals/cde.git] / cde / programs / dtinfo / mmdb / mgrs / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/08/21 15:59:50 drk $
2
3 XCOMM                         ** WARNING **
4 XCOMM 
5 XCOMM The files named here may appear in many different Imakefiles.
6 XCOMM If you add or remove a file, be sure to update all locations.
7 XCOMM It's unfortunate, but all this redundancy serves a purpose.
8 XCOMM
9 XCOMM Other possible locations are:
10 XCOMM           .../lib/DtMmdb/Imakefile
11 XCOMM           .../lib/DtMmdb/<subdir>/Imakefile
12 XCOMM           .../programs/dtinfo/mmdb/Imakefile
13 XCOMM           .../programs/dtinfo/mmdb/<subdir>/Imakefile
14
15 #define DoNormalLib     YES
16 #define DoSharedLib     NO
17 #define DoDebugLib      NO
18 #define DoProfileLib    NO
19 #define LibName         MMDB
20 #define LibHeaders      NO
21 #define LibCreate       NO
22
23 #define CplusplusSource YES
24 DEPEND_DEFINES = $(DEPENDDEFINES)
25
26 DEFINES  = -DCOMPACTED_DISK_REP -DPORTABLE_DB
27 INCLUDES = $(CXXDEPENDINCLUDES) -I$(DTMMDBSRC)/mgrs -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES)
28
29 LinkSourceFile(managers.C,$(DTMMDBSRC)/mgrs)
30 LinkSourceFile(misc.C,$(DTMMDBSRC)/mgrs)
31 LinkSourceFile(query_mgr.C,$(DTMMDBSRC)/mgrs)
32 LinkSourceFile(template_mgr.C,$(DTMMDBSRC)/mgrs)
33
34 SRCS = managers.C misc.C query_mgr.C template_mgr.C
35 OBJS = $(SRCS:.C=.o)
36
37 #include <Library.tmpl>
38
39 SubdirLibraryRule($(OBJS))
40
41 DependTarget()