OpenIndiana and Solaris port
[oweals/cde.git] / cde / programs / dtinfo / mmdb / index / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/08/21 15:59:47 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  = -DPORTABLE_DB
27 INCLUDES = $(CXXDEPENDINCLUDES) -I$(DTMMDBSRC)/index -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES)
28
29 LinkSourceFile(btree_index.C,$(DTMMDBSRC)/index)
30 LinkSourceFile(dyn_disk_index.C,$(DTMMDBSRC)/index)
31 LinkSourceFile(dyn_index.C,$(DTMMDBSRC)/index)
32 LinkSourceFile(dyn_memory_index.C,$(DTMMDBSRC)/index)
33 LinkSourceFile(fast_mphf.C,$(DTMMDBSRC)/index)
34 LinkSourceFile(hash.C,$(DTMMDBSRC)/index)
35 LinkSourceFile(index.C,$(DTMMDBSRC)/index)
36 LinkSourceFile(inv_lists.C,$(DTMMDBSRC)/index)
37 LinkSourceFile(mphf_index.C,$(DTMMDBSRC)/index)
38
39 SRCS =  btree_index.C           dyn_disk_index.C        dyn_index.C \
40         dyn_memory_index.C      fast_mphf.C             hash.C \
41         index.C                 inv_lists.C             mphf_index.C
42 OBJS = $(SRCS:.C=.o)
43
44 #include <Library.tmpl>
45
46 SubdirLibraryRule($(OBJS))
47
48 DependTarget()