.:
* Source/Makefile:
Source/WTF:
* Makefile: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110038
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-07 Mark Rowe <mrowe@apple.com>
+
+ Teach make to build WTF.
+
+ * Source/Makefile:
+
2012-03-06 Raphael Kubo da Costa <kubo@profusion.mobi>
[CMake] Make the removal of transitive library dependencies work with CMake < 2.8.7.
-MODULES = JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2
+MODULES = WTF JavaScriptCore ThirdParty/ANGLE WebCore WebKit WebKit2
all:
@for dir in $(MODULES); do ${MAKE} $@ -C $$dir; exit_status=$$?; \
+2012-03-07 Mark Rowe <mrowe@apple.com>
+
+ Teach make to build WTF.
+
+ * Makefile: Added.
+
2012-02-11 Filip Pizlo <fpizlo@apple.com>
It should be possible to send all JSC debug logging to a file
--- /dev/null
+include ../Makefile.shared