| <?xml version="1.0" ?> |
| <!-- |
| Copyright (C) 2006, 2007 Kevin Ollivier. All rights reserved. |
| |
| Redistribution and use in source and binary forms, with or without |
| modification, are permitted provided that the following conditions |
| are met: |
| |
| 1. Redistributions of source code must retain the above copyright |
| notice, this list of conditions and the following disclaimer. |
| 2. Redistributions in binary form must reproduce the above copyright |
| notice, this list of conditions and the following disclaimer in the |
| documentation and/or other materials provided with the distribution. |
| 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of |
| its contributors may be used to endorse or promote products derived |
| from this software without specific prior written permission. |
| |
| THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
| EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
| DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| |
| Source files for JSCore. |
| --> |
| <makefile> |
| <set append="1" var="JSCORE_SOURCES_API"> |
| API/JSBase.cpp |
| API/JSCallbackConstructor.cpp |
| API/JSCallbackFunction.cpp |
| API/JSCallbackObject.cpp |
| API/JSClassRef.cpp |
| API/JSContextRef.cpp |
| API/JSObjectRef.cpp |
| API/JSStringRef.cpp |
| API/JSValueRef.cpp |
| </set> |
| |
| <set append="1" var="JSCORE_SOURCES_BINDINGS"> |
| bindings/c/c_class.cpp |
| bindings/c/c_instance.cpp |
| bindings/c/c_runtime.cpp |
| bindings/c/c_utility.cpp |
| bindings/NP_jsobject.cpp |
| bindings/npruntime.cpp |
| bindings/runtime.cpp |
| bindings/runtime_array.cpp |
| bindings/runtime_method.cpp |
| bindings/runtime_object.cpp |
| bindings/runtime_root.cpp |
| </set> |
| |
| <set append="1" var="JSCORE_SOURCES_KJS"> |
| DerivedSources/JavaScriptCore/grammar.cpp |
| kjs/array_instance.cpp |
| kjs/array_object.cpp |
| kjs/bool_object.cpp |
| kjs/collector.cpp |
| kjs/CommonIdentifiers.cpp |
| kjs/date_object.cpp |
| kjs/DateMath.cpp |
| kjs/debugger.cpp |
| kjs/dtoa.cpp |
| kjs/error_object.cpp |
| kjs/ExecState.cpp |
| kjs/function.cpp |
| kjs/function_object.cpp |
| kjs/identifier.cpp |
| kjs/internal.cpp |
| kjs/interpreter.cpp |
| kjs/JSGlobalObject.cpp |
| kjs/JSVariableObject.cpp |
| kjs/JSImmediate.cpp |
| kjs/JSLock.cpp |
| kjs/JSWrapperObject.cpp |
| kjs/lexer.cpp |
| kjs/list.cpp |
| kjs/lookup.cpp |
| kjs/math_object.cpp |
| kjs/nodes.cpp |
| kjs/nodes2string.cpp |
| kjs/number_object.cpp |
| kjs/object.cpp |
| kjs/object_object.cpp |
| kjs/operations.cpp |
| kjs/Parser.cpp |
| kjs/property_map.cpp |
| kjs/property_slot.cpp |
| kjs/PropertyNameArray.cpp |
| kjs/regexp.cpp |
| kjs/regexp_object.cpp |
| kjs/scope_chain.cpp |
| kjs/string_object.cpp |
| kjs/ustring.cpp |
| kjs/value.cpp |
| |
| </set> |
| <set append="1" var="JSCORE_SOURCES_PCRE"> |
| pcre/pcre_compile.cpp |
| pcre/pcre_exec.cpp |
| pcre/pcre_tables.cpp |
| pcre/pcre_ucp_searchfuncs.cpp |
| pcre/pcre_xclass.cpp |
| </set> |
| |
| <set append="1" var="WTF_SOURCES"> |
| wtf/Assertions.cpp |
| wtf/FastMalloc.cpp |
| wtf/HashTable.cpp |
| wtf/TCSystemAlloc.cpp |
| wtf/unicode/UTF8.cpp |
| </set> |
| |
| </makefile> |