DtMmdb: prepare for building dtinfoge.

This commit is contained in:
Liang Chang
2021-12-10 07:12:02 +08:00
parent 3697a3696b
commit ff439cb2f4
38 changed files with 150 additions and 78 deletions

View File

@@ -29,7 +29,7 @@
using namespace std;
#include "SymTab.h"
#include "Exceptions.hh"
#include "dti_excs/Exceptions.hh"
class Resolver;
class Attribute;

View File

@@ -0,0 +1,31 @@
MAINTAINERCLEANFILES = Makefile.in
noinst_LTLIBRARIES = libStyleSheet.la
libStyleSheet_la_CXXFLAGS = -DEXPAND_TEMPLATES -DCDE_NEXT -I..
libStyleSheet_la_SOURCES = Attribute.C \
AttributeList.C \
BitVector.C \
DocParser.C \
Element.C \
Expression.C \
Feature.C \
FeatureDefDictionary.C \
FeatureSet.C \
FeatureValue.C \
PathQualifier.C \
PathTable.C \
RendererHCV.C \
Resolver.C \
ResolverStack.C \
SSPath.C \
SSTemplates.C \
StyleSheet.C \
StyleSheetExceptions.C \
SymTab.C \
VariableTable.C \
defParser.C \
defToken.C \
style.C \
tokenStyle.C

View File

@@ -26,7 +26,7 @@
#define _Renderer_h 1
#include "Feature.h"
#include "Exceptions.hh"
#include "dti_excs/Exceptions.hh"
/* **************************************************************
* class Renderer

View File

@@ -33,7 +33,7 @@ class ResolverStack;
#include "SSPath.h"
#include "ResolverStack.h"
#include "Exceptions.hh"
#include "dti_excs/Exceptions.hh"
/* **************************************************************

View File

@@ -24,7 +24,7 @@
#ifndef _StyleSheetExceptions_h
#define _StyleSheetExceptions_h
#include "Exceptions.hh"
#include "dti_excs/Exceptions.hh"
#include "SymTab.h"
#define CASTEXCEPT