2010-08-26 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
https://bugs.webkit.org/show_bug.cgi?id=44624
Clean up GNUmakefile.am.
* GNUmakefile.am: Make the comments describing the global_* variables more readable and
correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
with the global CPP flags as well.
2010-08-26 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
https://bugs.webkit.org/show_bug.cgi?id=44624
Clean up GNUmakefile.am.
* GNUmakefile.am: Alphabetize the include order in javascriptcore_cppflags. Move
a couple include lines from the top-level GNUmakefile.am.
2010-08-26 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
https://bugs.webkit.org/show_bug.cgi?id=44624
Clean up GNUmakefile.am.
* GNUmakefile.am: Remove some WebKit includes from webcore_cppflags. These
includes are added to the build line by the top-level GNUmakefile.am, since
WebCore isn't build as an intermediate library.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@66108
268f45cc-cd09-0410-ab3c-
d52691b4dbfc