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