From 975de383a09510aae8d5a32f5fc97181fe2846a5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Nov 2007 02:08:05 +0000 Subject: 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 --- bindings/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bindings/Makefile') 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 -- cgit v1.2.3