Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / mmdb / schema / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/08/21 16:00:07 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)/schema -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES) -I$(DTMMDBSRC)/misc
28
29 LinkSourceFile(agent_desc.C,$(DTMMDBSRC)/schema)
30 LinkSourceFile(container_desc.C,$(DTMMDBSRC)/schema)
31 LinkSourceFile(desc.C,$(DTMMDBSRC)/schema)
32 LinkSourceFile(index_desc.C,$(DTMMDBSRC)/schema)
33 LinkSourceFile(inv_desc.C,$(DTMMDBSRC)/schema)
34 LinkSourceFile(object_dict.C,$(DTMMDBSRC)/schema)
35 LinkSourceFile(store_desc.C,$(DTMMDBSRC)/schema)
36 LinkSourceFile(stored_object_desc.C,$(DTMMDBSRC)/schema)
37
38 NORMAL_SRCS = \
39         agent_desc.C    container_desc.C        desc.C \
40         index_desc.C    inv_desc.C              object_dict.C \
41         store_desc.C    stored_object_desc.C
42
43 LinkSourceFile(sheet.C,$(DTMMDBSRC)/schema)
44 LinkSourceFile(token.C,$(DTMMDBSRC)/schema)
45
46 PARSER_SRCS = sheet.C token.C
47
48 SRCS = $(NORMAL_SRCS)       $(PARSER_SRCS)
49 OBJS = $(NORMAL_SRCS:.C=.o) $(PARSER_SRCS:.C=.o)
50
51 #include <Library.tmpl>
52
53 SubdirLibraryRule($(OBJS))
54
55 DependTarget()