dtinfo subtree mmdb

This commit is contained in:
Ulrich Wilkens
2012-10-14 16:38:15 +02:00
committed by Jon Trulson
parent 8c8363f4a5
commit 8275485b4a
20 changed files with 54 additions and 23 deletions

View File

@@ -43,6 +43,13 @@ DONES = \
EXTRALIBRARYDEPS = $(DONES)
XCOMM redefine TopLevelProject to build DtInfo with standard CDE config dir
#undef TopLevelProject
#define TopLevelProject DtInfo
IMAKE_DEFINES = -DTopLevelProject=TopLevelProject \
-DProjectTmplFile='<DtInfo.tmpl>' \
-DProjectRulesFile='<DtInfo.rules>'
MakeSubdirs($(SUBDIRS))
ForceSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
@@ -229,6 +236,10 @@ OBJS = $(API_OBJS) $(BTREE_OBJS) \
#include <Library.tmpl>
XCOMM Variables to switch on debug mode temporarily
XCOMM CDEBUGFLAGS = -g -DDEBUG
XCOMM CXXDEBUGFLAGS = -g -DDEBUG
#if defined(SunArchitecture) && CplusplusCompilerMajorVersion > 3
AllTarget(libMMDBTemplates.a)