Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / object / Imakefile
1 XCOMM $XConsortium: Imakefile /main/10 1996/08/21 15:52:28 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 =  composite.C     compressed_pstring.C    cset.C \
33         dl_list.C       dl_list_cell.C          handler.C \
34         integer.C       long_pstring.C          oid.C \
35         oid_list.C      oid_t.C                 primitive.C \
36         pstring.C       random_gen.C            root.C \
37         short_list.C    tuple.C
38 OBJS = $(SRCS:.C=.o) 
39
40 #include <Library.tmpl>
41
42 SubdirLibraryRule($(OBJS))
43
44 DependTarget()