top level:
- move to Xcode native targets and stop checking in generated files
* configure.in: Removed gperf and yacc sections, and all the makefile paths for subdirectories
of JavaScriptCore and WebCore, since those directories no longer have makefiles.
Tools:
- move to Xcode native targets and stop checking in generated files
* CommitLogEditor/CommitLogEditor.pbproj/project.pbxproj: Updated to use native targets.
* CommitLogEditor/Info.plist: Added. Native targets use a separate file for this.
* HotSpotFinder/HotSpotFinder.pbproj/project.pbxproj: Updated to use native targets.
* HotSpotFinder/Info.plist: Added. Native targets use a separate file for this.
JavaScriptCore:
- move to Xcode native targets and stop checking in generated files
* JavaScriptCore.pbproj/project.pbxproj: Updated to use native targets and generate all the generated
files, so we don't have to check them in any more.
* Info.plist: Added. Native targets use a separate file for this.
* Makefile.am: Removed pcre and kjs SUBDIRS. Also removed code that deleted the embedded copy of this
framework, since we haven't been embedding it for some time.
* kjs/grammar_wrapper.cpp: Added. Shell used to compile grammar.cpp since we can't add a generated file
easily to the list of files to be compiled.
* kjs/.cvsignore: Removed.
* kjs/Makefile.am: Removed.
* kjs/array_object.lut.h: Removed.
* kjs/date_object.lut.h: Removed.
* kjs/grammar.cpp: Removed.
* kjs/grammar.cpp.h: Removed.
* kjs/grammar.h: Removed.
* kjs/lexer.lut.h: Removed.
* kjs/math_object.lut.h: Removed.
* kjs/number_object.lut.h: Removed.
* kjs/string_object.lut.h: Removed.
* pcre/.cvsignore: Removed.
* pcre/Makefile.am: Removed.
* pcre/chartables.c: Removed.
WebCore:
- move to Xcode native targets and stop checking in generated files
* WebCore.pbproj/project.pbxproj: Updated to use native targets and generate all the generated
files, so we don't have to check them in any more.
* Info.plist: Added. Native targets use a separate file for this.
* Makefile.am: Removed rule to generate WebCore-combined.exp since this is now handled by the
Xcode project. Removed the code to remove the embedded copy of the framework since we don't
do that any more. Removed timestamp cleaning rules since we don't use those any more.
* WebCore-tests.exp: Removed symbols that aren't really needed. The native target gives an
error when you mention a nonexistent symbol, so we can't have them any more.
* khtml/css/parser_wrapper.cpp: Added. Shell used to compile parser.cpp since we can't add
a generated file easily to the list of files to be compiled.
* .cvsignore: Removed various timestamp files.
* WebCore-combined.exp: Removed.
* force-clean-timestamp: Removed.
* force-js-clean-timestamp: Removed.
* khtml/.cvsignore: Removed.
* khtml/Makefile.am: Removed.
* khtml/css/.cvsignore: Removed.
* khtml/css/Makefile.am: Removed.
* khtml/css/cssproperties.c: Removed.
* khtml/css/cssproperties.h: Removed.
* khtml/css/cssvalues.c: Removed.
* khtml/css/cssvalues.h: Removed.
* khtml/css/parser.cpp: Removed.
* khtml/css/parser.h: Removed.
* khtml/css/tokenizer.cpp: Removed.
* khtml/ecma/.cvsignore: Removed.
* khtml/ecma/Makefile.am: Removed.
* khtml/ecma/kjs_css.lut.h: Removed.
* khtml/ecma/kjs_dom.lut.h: Removed.
* khtml/ecma/kjs_events.lut.h: Removed.
* khtml/ecma/kjs_html.lut.h: Removed.
* khtml/ecma/kjs_navigator.lut.h: Removed.
* khtml/ecma/kjs_range.lut.h: Removed.
* khtml/ecma/kjs_traversal.lut.h: Removed.
* khtml/ecma/kjs_views.lut.h: Removed.
* khtml/ecma/kjs_window.lut.h: Removed.
* khtml/ecma/xmlhttprequest.lut.h: Removed.
* khtml/ecma/xmlserializer.lut.h: Removed.
* khtml/html/.cvsignore: Removed.
* khtml/html/Makefile.am: Removed.
* khtml/html/doctypes.cpp: Removed.
* khtml/html/kentities.c: Removed.
* khtml/misc/.cvsignore: Removed.
* khtml/misc/Makefile.am: Removed.
* khtml/misc/htmlattrs.c: Removed.
* khtml/misc/htmlattrs.h: Removed.
* khtml/misc/htmltags.c: Removed.
* khtml/misc/htmltags.h: Removed.
* kwq/.cvsignore: Removed.
* kwq/KWQCharsetData.c: Removed.
* kwq/KWQColorData.c: Removed.
* kwq/Makefile.am: Removed.
WebKit:
- move to Xcode native targets and stop checking in generated files
* WebKit.pbproj/project.pbxproj: Updated to use native targets and generate all the generated
files, so we don't have to check them in any more.
* Info.plist: Added. Native targets use a separate file for this.
* Plugins.subproj/npapi.m: Fixed import statement to get npapi.h from <WebKit/> rather than current directory.
* Makefile.am: Removed timestamp cleaning rules since we don't use it any more.
* .cvsignore: Removed various timestamp files.
* DOM.subproj/DOM-compat.h: Removed.
* DOM.subproj/DOM.h: Removed.
* DOM.subproj/DOMCSS.h: Removed.
* DOM.subproj/DOMCore.h: Removed.
* DOM.subproj/DOMEvents.h: Removed.
* DOM.subproj/DOMExtensions.h: Removed.
* DOM.subproj/DOMHTML.h: Removed.
* DOM.subproj/DOMPrivate.h: Removed.
* DOM.subproj/DOMRange.h: Removed.
* DOM.subproj/DOMStylesheets.h: Removed.
* DOM.subproj/DOMTraversal.h: Removed.
* DOM.subproj/DOMViews.h: Removed.
* Plugins.subproj/WebScriptObject.h: Removed.
* Plugins.subproj/npapi.h: Removed.
* Plugins.subproj/npruntime.h: Removed.
* copy-webcore-files-to-webkit: Removed.
* embed-frameworks.sh: Removed.
* force-clean-timestamp: Removed.
WebBrowser:
- move to Xcode native targets and stop checking in generated files
* WebBrowser.pbproj/project.pbxproj: Updated to use native target.
* Info.plist: Added. Native targets use a separate file for this.
* .cvsignore: Took out .DS_Store, since that's always ignored server-wide.
* English.lproj/.cvsignore: Removed.
* Preferences.subproj/.cvsignore: Removed.
* Resources/.cvsignore: Removed.
* Resources/Images/.cvsignore: Removed.
WebKitExamples:
- move to Xcode native targets and stop checking in generated files
* Blot/Blot.xcode/project.pbxproj: Updated to use a native target.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9092
268f45cc-cd09-0410-ab3c-
d52691b4dbfc