DtMmdb: prepare for building dtinfoge.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
using namespace std;
|
||||
|
||||
#include "SymTab.h"
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
|
||||
class Resolver;
|
||||
class Attribute;
|
||||
|
||||
31
cde/programs/dtinfo/DtMmdb/StyleSheet/Makefile.am
Normal file
31
cde/programs/dtinfo/DtMmdb/StyleSheet/Makefile.am
Normal 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
|
||||
@@ -26,7 +26,7 @@
|
||||
#define _Renderer_h 1
|
||||
|
||||
#include "Feature.h"
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
|
||||
/* **************************************************************
|
||||
* class Renderer
|
||||
|
||||
@@ -33,7 +33,7 @@ class ResolverStack;
|
||||
|
||||
#include "SSPath.h"
|
||||
#include "ResolverStack.h"
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
|
||||
|
||||
/* **************************************************************
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifndef _StyleSheetExceptions_h
|
||||
#define _StyleSheetExceptions_h
|
||||
|
||||
#include "Exceptions.hh"
|
||||
#include "dti_excs/Exceptions.hh"
|
||||
#include "SymTab.h"
|
||||
|
||||
#define CASTEXCEPT
|
||||
|
||||
Reference in New Issue
Block a user