зеркало из https://github.com/mozilla/pjs.git
updated to point to the root directory
This commit is contained in:
Родитель
46ffce9f31
Коммит
a238051179
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#ifndef PROJ_PATH
|
#ifndef PROJ_PATH
|
||||||
BASE_PATH = ../../base
|
BASE_PATH = ../../../base
|
||||||
DOM_PATH = .
|
DOM_PATH = .
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -9,22 +9,22 @@ INCLUDE_PATHS = -I$(BASE_PATH) -I. -I-
|
||||||
|
|
||||||
CC := $(CC) -g $(INCLUDE_PATHS)
|
CC := $(CC) -g $(INCLUDE_PATHS)
|
||||||
|
|
||||||
DOM_OBJS = NodeDefinition.o \
|
DOM_OBJS = NodeDefinition.o \
|
||||||
Document.o \
|
Document.o \
|
||||||
DocumentFragment.o \
|
DocumentFragment.o \
|
||||||
NamedNodeMap.o \
|
NamedNodeMap.o \
|
||||||
NodeListDefinition.o \
|
NodeListDefinition.o \
|
||||||
Element.o \
|
Element.o \
|
||||||
Attr.o \
|
Attr.o \
|
||||||
CharacterData.o \
|
CharacterData.o \
|
||||||
Text.o \
|
Text.o \
|
||||||
Comment.o \
|
Comment.o \
|
||||||
CDATASection.o \
|
CDATASection.o \
|
||||||
ProcessingInstruction.o \
|
ProcessingInstruction.o \
|
||||||
Notation.o \
|
Notation.o \
|
||||||
Entity.o \
|
Entity.o \
|
||||||
EntityReference.o \
|
EntityReference.o \
|
||||||
DocumentType.o \
|
DocumentType.o \
|
||||||
DOMImplementation.o
|
DOMImplementation.o
|
||||||
|
|
||||||
target: $(DOM_OBJS)
|
target: $(DOM_OBJS)
|
||||||
|
@ -79,3 +79,8 @@ DocumentType.o: DocumentType.cpp dom.h
|
||||||
|
|
||||||
DOMImplementation.o: DOMImplementation.cpp dom.h
|
DOMImplementation.o: DOMImplementation.cpp dom.h
|
||||||
$(CC) -c DOMImplementation.cpp
|
$(CC) -c DOMImplementation.cpp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче