summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-11-04 02:08:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-11-04 02:08:05 +0000
commit175fc45e28c1fdc30da99acbb969ce53272ad588 (patch)
tree081e9cd7931b54c03d46cadf312dad8dcf327844 /bindings/Makefile
parent3109ad033e095f41ca6e322121b0f96a70073abd (diff)
downloadlibdom-175fc45e28c1fdc30da99acbb969ce53272ad588.tar.gz
libdom-175fc45e28c1fdc30da99acbb969ce53272ad588.tar.bz2
Beginnings of a hubbub binding to libdom
Currently comprises a stubbed-out parser wrapper Todo: 1) Complete parser wrapper, such that it actually creates a DOM tree 2) Provide a hubbub-backed DOMImplementationSource svn path=/trunk/dom/; revision=3646
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
index e552f84..67c3f25 100644
--- a/bindings/Makefile
+++ b/bindings/Makefile
@@ -23,22 +23,29 @@
# Targets
release:
@${MAKE} -C xml release
+ @${MAKE} -C hubbub release
debug:
@${MAKE} -C xml debug
+ @${MAKE} -C hubbub debug
clean:
@${MAKE} -C xml clean
+ @${MAKE} -C hubbub clean
distclean:
@${MAKE} -C xml distclean
+ @${MAKE} -C hubbub distclean
setup:
@${MAKE} -C xml setup
+ @${MAKE} -C hubbub setup
export:
@${MAKE} -C xml export
+ @${MAKE} -C hubbub export
test:
@${MAKE} -C xml test
+ @${MAKE} -C hubbub test