| <?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 |
| API/OpaqueJSString.cpp |
| </set> |
| |
| <set append="1" var="JSCORE_SOURCES_KJS"> |
| DerivedSources/JavaScriptCore/grammar.cpp |
| kjs/ArgList.cpp |
| kjs/Arguments.cpp |
| kjs/ArrayConstructor.cpp |
| kjs/ArrayPrototype.cpp |
| kjs/BooleanConstructor.cpp |
| kjs/BooleanObject.cpp |
| kjs/BooleanPrototype.cpp |
| kjs/CallData.cpp |
| kjs/collector.cpp |
| kjs/CommonIdentifiers.cpp |
| kjs/ConstructData.cpp |
| kjs/DateConstructor.cpp |
| kjs/DateInstance.cpp |
| kjs/DateMath.cpp |
| kjs/DatePrototype.cpp |
| kjs/debugger.cpp |
| kjs/DebuggerCallFrame.cpp |
| kjs/dtoa.cpp |
| kjs/Error.cpp |
| kjs/ErrorConstructor.cpp |
| kjs/ErrorInstance.cpp |
| kjs/ErrorPrototype.cpp |
| kjs/ExecState.cpp |
| kjs/FunctionConstructor.cpp |
| kjs/FunctionPrototype.cpp |
| kjs/GetterSetter.cpp |
| kjs/GlobalEvalFunction.cpp |
| kjs/identifier.cpp |
| kjs/InitializeThreading.cpp |
| kjs/InternalFunction.cpp |
| kjs/interpreter.cpp |
| kjs/JSActivation.cpp |
| kjs/JSArray.cpp |
| kjs/JSCell.cpp |
| kjs/JSFunction.cpp |
| kjs/JSGlobalData.cpp |
| kjs/JSGlobalObject.cpp |
| kjs/JSGlobalObjectFunctions.cpp |
| kjs/JSImmediate.cpp |
| kjs/JSLock.cpp |
| kjs/JSNotAnObject.cpp |
| kjs/JSNumberCell.cpp |
| kjs/JSObject.cpp |
| kjs/JSStaticScopeObject.cpp |
| kjs/JSString.cpp |
| kjs/JSValue.cpp |
| kjs/JSVariableObject.cpp |
| kjs/JSWrapperObject.cpp |
| kjs/LabelStack.cpp |
| kjs/lexer.cpp |
| kjs/lookup.cpp |
| kjs/MathObject.cpp |
| kjs/NativeErrorConstructor.cpp |
| kjs/NativeErrorPrototype.cpp |
| kjs/nodes.cpp |
| kjs/nodes2string.cpp |
| kjs/NumberConstructor.cpp |
| kjs/NumberObject.cpp |
| kjs/NumberPrototype.cpp |
| kjs/ObjectConstructor.cpp |
| kjs/ObjectPrototype.cpp |
| kjs/operations.cpp |
| kjs/Parser.cpp |
| kjs/PropertyMap.cpp |
| kjs/PropertyNameArray.cpp |
| kjs/PropertySlot.cpp |
| kjs/PrototypeFunction.cpp |
| kjs/regexp.cpp |
| kjs/RegExpConstructor.cpp |
| kjs/RegExpObject.cpp |
| kjs/RegExpPrototype.cpp |
| kjs/ScopeChain.cpp |
| kjs/SmallStrings.cpp |
| kjs/StringConstructor.cpp |
| kjs/StringObject.cpp |
| kjs/StringPrototype.cpp |
| kjs/StructureID.cpp |
| kjs/ustring.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="JSCORE_PROFILER_SOURCES"> |
| profiler/HeavyProfile.cpp |
| profiler/ProfileGenerator.cpp |
| profiler/ProfileNode.cpp |
| profiler/Profile.cpp |
| profiler/Profiler.cpp |
| profiler/TreeProfile.cpp |
| </set> |
| <set append="1" var="JSCORE_VM_SOURCES"> |
| VM/CodeBlock.cpp |
| VM/CodeGenerator.cpp |
| VM/ExceptionHelpers.cpp |
| VM/JSPropertyNameIterator.cpp |
| VM/Machine.cpp |
| VM/Opcode.cpp |
| VM/SamplingTool.cpp |
| VM/RegisterFile.cpp |
| </set> |
| <set append="1" var="JSCORE_WTF_SOURCES"> |
| wtf/Assertions.cpp |
| wtf/FastMalloc.cpp |
| wtf/HashTable.cpp |
| wtf/MainThread.cpp |
| wtf/RefCountedLeakCounter.cpp |
| wtf/TCSystemAlloc.cpp |
| wtf/ThreadingNone.cpp |
| wtf/wx/MainThreadWx.cpp |
| wtf/unicode/CollatorDefault.cpp |
| wtf/unicode/icu/CollatorICU.cpp |
| wtf/unicode/UTF8.cpp |
| </set> |
| |
| </makefile> |