OpenIndiana and Solaris port
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / index / Imakefile
1 XCOMM $XConsortium: Imakefile /main/9 1996/08/21 15:52:16 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     NormalLibDtMmdb
16 #define DoSharedLib     SharedLibDtMmdb
17 #define DoDebugLib      DebugLibDtMmdb
18 #define DoProfileLib    ProfileLibDtMmdb
19 #define LibName         DtMmdb
20 #define SoRev           SODTMMDBREV
21 #define LibHeaders      NO
22 #define LibCreate       NO
23 #define LargePICTable   YES
24
25 #define CplusplusSource YES
26 DEPEND_DEFINES = $(DEPENDDEFINES)
27
28 XCOMM In DtMmdb we compile as C_API sources.
29 DEFINES  = -DC_API -DPORTABLE_DB
30 INCLUDES = $(CXXDEPENDINCLUDES) -I.. $(EXCEPTIONS_INCLUDES)
31
32 SRCS =  btree_index.C           dyn_disk_index.C        dyn_index.C  \
33         dyn_memory_index.C      fast_mphf.C             hash.C \
34         index.C                 inv_lists.C             mphf_index.C
35 OBJS = $(SRCS:.C=.o)
36
37 #include <Library.tmpl>
38
39 SubdirLibraryRule($(OBJS))
40
41 DependTarget()