Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
41
cde/programs/dtinfo/mmdb/mgrs/Imakefile
Normal file
41
cde/programs/dtinfo/mmdb/mgrs/Imakefile
Normal file
@@ -0,0 +1,41 @@
|
||||
XCOMM $XConsortium: Imakefile /main/1 1996/08/21 15:59:50 drk $
|
||||
|
||||
XCOMM ** WARNING **
|
||||
XCOMM
|
||||
XCOMM The files named here may appear in many different Imakefiles.
|
||||
XCOMM If you add or remove a file, be sure to update all locations.
|
||||
XCOMM It's unfortunate, but all this redundancy serves a purpose.
|
||||
XCOMM
|
||||
XCOMM Other possible locations are:
|
||||
XCOMM .../lib/DtMmdb/Imakefile
|
||||
XCOMM .../lib/DtMmdb/<subdir>/Imakefile
|
||||
XCOMM .../programs/dtinfo/mmdb/Imakefile
|
||||
XCOMM .../programs/dtinfo/mmdb/<subdir>/Imakefile
|
||||
|
||||
#define DoNormalLib YES
|
||||
#define DoSharedLib NO
|
||||
#define DoDebugLib NO
|
||||
#define DoProfileLib NO
|
||||
#define LibName MMDB
|
||||
#define LibHeaders NO
|
||||
#define LibCreate NO
|
||||
|
||||
#define CplusplusSource YES
|
||||
DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
|
||||
DEFINES = -DCOMPACTED_DISK_REP -DPORTABLE_DB
|
||||
INCLUDES = -I$(DTMMDBSRC)/mgrs -I$(DTMMDBSRC) $(EXCEPTIONS_INCLUDES)
|
||||
|
||||
LinkSourceFile(managers.C,$(DTMMDBSRC)/mgrs)
|
||||
LinkSourceFile(misc.C,$(DTMMDBSRC)/mgrs)
|
||||
LinkSourceFile(query_mgr.C,$(DTMMDBSRC)/mgrs)
|
||||
LinkSourceFile(template_mgr.C,$(DTMMDBSRC)/mgrs)
|
||||
|
||||
SRCS = managers.C misc.C query_mgr.C template_mgr.C
|
||||
OBJS = $(SRCS:.C=.o)
|
||||
|
||||
#include <Library.tmpl>
|
||||
|
||||
SubdirLibraryRule($(OBJS))
|
||||
|
||||
DependTarget()
|
||||
Reference in New Issue
Block a user