removed dependancies on DOM object files
git-svn-id: svn://10.0.0.236/trunk@70440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -11,25 +11,6 @@ EXPAT_TOKEN_PATH = xmltok
|
||||
INCLUDE_PATH = -I$(PARSER_PATH) -I$(BASE_PATH) -I$(DOM_PATH) \
|
||||
-I$(EXPAT_TOKEN_PATH) -I$(EXPAT_PARSER_PATH) -I-
|
||||
|
||||
BASE_OBJS = $(BASE_PATH)/String.o
|
||||
|
||||
DOM_OBJS = $(DOM_PATH)/NodeDefinition.o \
|
||||
$(DOM_PATH)/Document.o \
|
||||
$(DOM_PATH)/DocumentFragment.o \
|
||||
$(DOM_PATH)/NamedNodeMap.o \
|
||||
$(DOM_PATH)/NodeListDefinition.o \
|
||||
$(DOM_PATH)/Element.o \
|
||||
$(DOM_PATH)/Attr.o \
|
||||
$(DOM_PATH)/CharacterData.o \
|
||||
$(DOM_PATH)/Text.o \
|
||||
$(DOM_PATH)/Comment.o \
|
||||
$(DOM_PATH)/CDATASection.o \
|
||||
$(DOM_PATH)/ProcessingInstruction.o \
|
||||
$(DOM_PATH)/Notation.o \
|
||||
$(DOM_PATH)/Entity.o $(DOM_PATH)EntityReference.o \
|
||||
$(DOM_PATH)/DocumentType.o \
|
||||
$(DOM_PATH)/DOMImplementation.o
|
||||
|
||||
EXPAT_OBJS = $(EXPAT_TOKEN_PATH)/xmltok.o \
|
||||
$(EXPAT_TOKEN_PATH)/xmlrole.o \
|
||||
$(EXPAT_PARSER_PATH)/xmlparse.o \
|
||||
@@ -49,9 +30,3 @@ XMLParser.o: XMLParser.h XMLParser.cpp
|
||||
|
||||
$(EXPAT_OBJS):
|
||||
make -f expat.mk
|
||||
|
||||
$(DOM_OBJS):
|
||||
cd $(DOM_PATH); make
|
||||
|
||||
$(BASE_OBJS):
|
||||
cd $(BASE_PATH); make
|
||||
|
||||
Reference in New Issue
Block a user