Disable all code related to libXp
[oweals/cde.git] / cde / programs / dtinfo / DtMmdb / misc / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/08/21 15:56:22 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 DEFINES = -DPORTABLE_DB
26
27 SRCS = unique_id.c
28 OBJS = $(SRCS:.c=.o)
29
30 #include <Library.tmpl>
31
32 SubdirLibraryRule($(OBJS))
33
34 DependTarget()