summaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 20:35:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 20:35:48 +0000
commit71f4a46b3a94a406530ef000420795e49d17ebf4 (patch)
tree6faf37fe516e3210ba949b1161edb606a52b52db /bindings/Makefile
parent795caf742657a42827502ee959cb0af4c5da9970 (diff)
downloadlibdom-71f4a46b3a94a406530ef000420795e49d17ebf4.tar.gz
libdom-71f4a46b3a94a406530ef000420795e49d17ebf4.tar.bz2
First cut at a port to the new buildsystem.
DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile52
1 files changed, 1 insertions, 51 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
index 67c3f25..26e4927 100644
--- a/bindings/Makefile
+++ b/bindings/Makefile
@@ -1,51 +1 @@
-# Makefile for libdom
-#
-# Toolchain is exported by top-level makefile
-#
-# Top-level makefile also exports the following variables:
-#
-# COMPONENT Name of component
-# EXPORT Absolute path of export directory
-# TOP Absolute path of source tree root
-#
-# The top-level makefile requires the following targets to exist:
-#
-# clean Clean source tree
-# debug Create a debug binary
-# distclean Fully clean source tree, back to pristine condition
-# export Export distributable components to ${EXPORT}
-# release Create a release binary
-# setup Perform any setup required prior to compilation
-# test Execute any test cases
-
-.PHONY: clean debug distclean export release setup test
-
-# 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
-
+include build/makefiles/Makefile.subdir