Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtinfo / mmdb / api / Imakefile
1 XCOMM $XConsortium: Imakefile /main/1 1996/08/21 15:59:01 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 = $(CXXDEPENDINCLUDES)
25
26 DEFINES  = 
27 INCLUDES = -I$(DTMMDBSRC)/api -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES) -I$(DTMMDBSRC)/misc
28
29 LinkSourceFile(base.C,$(DTMMDBSRC)/api)
30 LinkSourceFile(info_base.C,$(DTMMDBSRC)/api)
31 LinkSourceFile(info_lib.C,$(DTMMDBSRC)/api)
32 LinkSourceFile(smart_ptr.C,$(DTMMDBSRC)/api)
33 LinkSourceFile(transaction.C,$(DTMMDBSRC)/api)
34 LinkSourceFile(utility.C,$(DTMMDBSRC)/api)
35
36 SRCS = base.C info_base.C info_lib.C smart_ptr.C transaction.C utility.C
37 OBJS = $(SRCS:.C=.o)
38
39 #include <Library.tmpl>
40
41 SubdirLibraryRule($(OBJS))
42
43 DependTarget()