summaryrefslogtreecommitdiff
path: root/xsd/dist/examples/cxx/tree/streaming/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/dist/examples/cxx/tree/streaming/makefile')
-rw-r--r--xsd/dist/examples/cxx/tree/streaming/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/xsd/dist/examples/cxx/tree/streaming/makefile b/xsd/dist/examples/cxx/tree/streaming/makefile
index ed32b83..4c7acd2 100644
--- a/xsd/dist/examples/cxx/tree/streaming/makefile
+++ b/xsd/dist/examples/cxx/tree/streaming/makefile
@@ -9,12 +9,13 @@ override XSDFLAGS += --generate-serialization
# Build.
#
-driver: driver.o parser.o serializer.o position.o
+driver: driver.o parser.o serializer.o grammar-input-stream.o position.o
position.o: position.cxx position.hxx
driver.o: driver.cxx position.hxx parser.hxx serializer.hxx
parser.o: parser.cxx parser.hxx
serializer.o: serializer.cxx serializer.hxx
+grammar-input-stream.o: grammar-input-stream.cxx grammar-input-stream.hxx
position.cxx position.hxx: position.xsd
@@ -30,4 +31,4 @@ test: driver position.xml
#
.PHONY: clean
clean:
- rm -f position.o position.?xx parser.o serializer.o driver.o driver out.xml
+ rm -f position.o position.?xx parser.o serializer.o grammar-input-stream.o driver.o driver out.xml