Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / mmdb / diskhash / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/08/21 15:59:19 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  = 
27 INCLUDES = $(CXXDEPENDINCLUDES) -I$(DTMMDBSRC)/diskhash -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES)
28
29 LinkSourceFile(disk_bucket.C,$(DTMMDBSRC)/diskhash)
30 LinkSourceFile(bucket_array.C,$(DTMMDBSRC)/diskhash)
31 LinkSourceFile(disk_hash.C,$(DTMMDBSRC)/diskhash)
32
33 SRCS = disk_bucket.C bucket_array.C disk_hash.C
34 OBJS = $(SRCS:.C=.o)
35
36 #include <Library.tmpl>
37
38 SubdirLibraryRule($(OBJS))
39
40 DependTarget()