diff options
Diffstat (limited to 'Source/JavaScriptCore/GNUmakefile.am')
-rw-r--r-- | Source/JavaScriptCore/GNUmakefile.am | 607 |
1 files changed, 4 insertions, 603 deletions
diff --git a/Source/JavaScriptCore/GNUmakefile.am b/Source/JavaScriptCore/GNUmakefile.am index 31e70a0..9030a21 100644 --- a/Source/JavaScriptCore/GNUmakefile.am +++ b/Source/JavaScriptCore/GNUmakefile.am @@ -1,3 +1,5 @@ +include $(srcdir)/Source/JavaScriptCore/GNUmakefile.list.am + javascriptcore_cppflags += \ -I$(srcdir)/Source \ -I$(srcdir)/Source/JavaScriptCore \ @@ -5,7 +7,7 @@ javascriptcore_cppflags += \ -I$(srcdir)/Source/JavaScriptCore/assembler \ -I$(srcdir)/Source/JavaScriptCore/bytecode \ -I$(srcdir)/Source/JavaScriptCore/bytecompiler \ - -I$(srcdir)/Source/JavaScriptCore/collector/handles \ + -I$(srcdir)/Source/JavaScriptCore/heap \ -I$(srcdir)/Source/JavaScriptCore/debugger \ -I$(srcdir)/Source/JavaScriptCore/ForwardingHeaders \ -I$(srcdir)/Source/JavaScriptCore/interpreter \ @@ -25,593 +27,6 @@ javascriptcore_cppflags += \ -I$(top_builddir)/Source/JavaScriptCore/parser \ -I$(top_builddir)/Source/JavaScriptCore/runtime -javascriptcore_h_api += \ - Source/JavaScriptCore/API/JSBase.h \ - Source/JavaScriptCore/API/JSContextRef.h \ - Source/JavaScriptCore/API/JSObjectRef.h \ - Source/JavaScriptCore/API/JSStringRef.h \ - Source/JavaScriptCore/API/JSStringRefBSTR.h \ - Source/JavaScriptCore/API/JSStringRefCF.h \ - Source/JavaScriptCore/API/JSValueRef.h \ - Source/JavaScriptCore/API/JavaScript.h \ - Source/JavaScriptCore/API/JavaScriptCore.h \ - Source/JavaScriptCore/API/WebKitAvailability.h - -javascriptcore_built_nosources += \ - Source/JavaScriptCore/Lexer.lut.h \ - Source/JavaScriptCore/RegExpJitTables.h \ - Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \ - Source/JavaScriptCore/runtime/DatePrototype.lut.h \ - Source/JavaScriptCore/runtime/JSONObject.lut.h \ - Source/JavaScriptCore/runtime/MathObject.lut.h \ - Source/JavaScriptCore/runtime/NumberConstructor.lut.h \ - Source/JavaScriptCore/runtime/ObjectConstructor.lut.h \ - Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \ - Source/JavaScriptCore/runtime/RegExpObject.lut.h \ - Source/JavaScriptCore/runtime/StringPrototype.lut.h - -javascriptcore_sources += \ - Source/JavaScriptCore/API/APICast.h \ - Source/JavaScriptCore/API/APIShims.h \ - Source/JavaScriptCore/API/JSBase.cpp \ - Source/JavaScriptCore/API/JSBasePrivate.h \ - Source/JavaScriptCore/API/JSCallbackConstructor.cpp \ - Source/JavaScriptCore/API/JSCallbackConstructor.h \ - Source/JavaScriptCore/API/JSCallbackFunction.cpp \ - Source/JavaScriptCore/API/JSCallbackFunction.h \ - Source/JavaScriptCore/API/JSCallbackObject.cpp \ - Source/JavaScriptCore/API/JSCallbackObjectFunctions.h \ - Source/JavaScriptCore/API/JSCallbackObject.h \ - Source/JavaScriptCore/API/JSClassRef.cpp \ - Source/JavaScriptCore/API/JSClassRef.h \ - Source/JavaScriptCore/API/JSContextRef.cpp \ - Source/JavaScriptCore/API/JSContextRefPrivate.h \ - Source/JavaScriptCore/API/JSObjectRef.cpp \ - Source/JavaScriptCore/API/JSObjectRefPrivate.h \ - Source/JavaScriptCore/API/JSRetainPtr.h \ - Source/JavaScriptCore/API/JSStringRef.cpp \ - Source/JavaScriptCore/API/JSValueRef.cpp \ - Source/JavaScriptCore/API/JSWeakObjectMapRefInternal.h \ - Source/JavaScriptCore/API/OpaqueJSString.cpp \ - Source/JavaScriptCore/API/OpaqueJSString.h \ - Source/JavaScriptCore/assembler/AbstractMacroAssembler.h \ - Source/JavaScriptCore/assembler/ARMAssembler.cpp \ - Source/JavaScriptCore/assembler/ARMAssembler.h \ - Source/JavaScriptCore/assembler/ARMv7Assembler.cpp \ - Source/JavaScriptCore/assembler/ARMv7Assembler.h \ - Source/JavaScriptCore/assembler/AssemblerBuffer.h \ - Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \ - Source/JavaScriptCore/assembler/CodeLocation.h \ - Source/JavaScriptCore/assembler/LinkBuffer.h \ - Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp \ - Source/JavaScriptCore/assembler/MacroAssemblerARM.h \ - Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h \ - Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h \ - Source/JavaScriptCore/assembler/MacroAssembler.h \ - Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h \ - Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h \ - Source/JavaScriptCore/assembler/MacroAssemblerX86.h \ - Source/JavaScriptCore/assembler/RepatchBuffer.h \ - Source/JavaScriptCore/assembler/X86Assembler.h \ - Source/JavaScriptCore/bytecode/CodeBlock.cpp \ - Source/JavaScriptCore/bytecode/CodeBlock.h \ - Source/JavaScriptCore/bytecode/EvalCodeCache.h \ - Source/JavaScriptCore/bytecode/Instruction.h \ - Source/JavaScriptCore/bytecode/JumpTable.cpp \ - Source/JavaScriptCore/bytecode/JumpTable.h \ - Source/JavaScriptCore/bytecode/Opcode.cpp \ - Source/JavaScriptCore/bytecode/Opcode.h \ - Source/JavaScriptCore/bytecode/SamplingTool.cpp \ - Source/JavaScriptCore/bytecode/SamplingTool.h \ - Source/JavaScriptCore/bytecode/StructureStubInfo.cpp \ - Source/JavaScriptCore/bytecode/StructureStubInfo.h \ - Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \ - Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h \ - Source/JavaScriptCore/bytecompiler/Label.h \ - Source/JavaScriptCore/bytecompiler/LabelScope.h \ - Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp \ - Source/JavaScriptCore/bytecompiler/RegisterID.h \ - Source/JavaScriptCore/collector/handles/Global.h \ - Source/JavaScriptCore/collector/handles/Handle.h \ - Source/JavaScriptCore/collector/handles/HandleHeap.cpp \ - Source/JavaScriptCore/collector/handles/HandleHeap.h \ - Source/JavaScriptCore/collector/handles/HandleStack.cpp \ - Source/JavaScriptCore/collector/handles/HandleStack.h \ - Source/JavaScriptCore/collector/handles/Local.h \ - Source/JavaScriptCore/collector/handles/LocalScope.h \ - Source/JavaScriptCore/config.h \ - Source/JavaScriptCore/debugger/DebuggerActivation.cpp \ - Source/JavaScriptCore/debugger/DebuggerActivation.h \ - Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp \ - Source/JavaScriptCore/debugger/DebuggerCallFrame.h \ - Source/JavaScriptCore/debugger/Debugger.cpp \ - Source/JavaScriptCore/debugger/Debugger.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APICast.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APIShims.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScriptCore.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScript.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSBase.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSContextRef.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSObjectRef.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSRetainPtr.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRefCF.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRef.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSValueRef.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/OpaqueJSString.h \ - Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/WebKitAvailability.h \ - Source/JavaScriptCore/icu/unicode/parseerr.h \ - Source/JavaScriptCore/icu/unicode/platform.h \ - Source/JavaScriptCore/icu/unicode/putil.h \ - Source/JavaScriptCore/icu/unicode/uchar.h \ - Source/JavaScriptCore/icu/unicode/ucnv_err.h \ - Source/JavaScriptCore/icu/unicode/ucnv.h \ - Source/JavaScriptCore/icu/unicode/ucol.h \ - Source/JavaScriptCore/icu/unicode/uconfig.h \ - Source/JavaScriptCore/icu/unicode/uenum.h \ - Source/JavaScriptCore/icu/unicode/uiter.h \ - Source/JavaScriptCore/icu/unicode/uloc.h \ - Source/JavaScriptCore/icu/unicode/umachine.h \ - Source/JavaScriptCore/icu/unicode/unorm.h \ - Source/JavaScriptCore/icu/unicode/urename.h \ - Source/JavaScriptCore/icu/unicode/uset.h \ - Source/JavaScriptCore/icu/unicode/ustring.h \ - Source/JavaScriptCore/icu/unicode/utf16.h \ - Source/JavaScriptCore/icu/unicode/utf8.h \ - Source/JavaScriptCore/icu/unicode/utf.h \ - Source/JavaScriptCore/icu/unicode/utf_old.h \ - Source/JavaScriptCore/icu/unicode/utypes.h \ - Source/JavaScriptCore/icu/unicode/uversion.h \ - Source/JavaScriptCore/interpreter/CachedCall.h \ - Source/JavaScriptCore/interpreter/CallFrameClosure.h \ - Source/JavaScriptCore/interpreter/CallFrame.cpp \ - Source/JavaScriptCore/interpreter/CallFrame.h \ - Source/JavaScriptCore/interpreter/Interpreter.cpp \ - Source/JavaScriptCore/interpreter/Interpreter.h \ - Source/JavaScriptCore/interpreter/RegisterFile.cpp \ - Source/JavaScriptCore/interpreter/RegisterFile.h \ - Source/JavaScriptCore/interpreter/Register.h \ - Source/JavaScriptCore/JavaScriptCorePrefix.h \ - Source/JavaScriptCore/jit/ExecutableAllocator.cpp \ - Source/JavaScriptCore/jit/ExecutableAllocator.h \ - Source/JavaScriptCore/jit/JITArithmetic32_64.cpp \ - Source/JavaScriptCore/jit/JITArithmetic.cpp \ - Source/JavaScriptCore/jit/JITCall32_64.cpp \ - Source/JavaScriptCore/jit/JITCall.cpp \ - Source/JavaScriptCore/jit/JITCode.h \ - Source/JavaScriptCore/jit/JIT.cpp \ - Source/JavaScriptCore/jit/JIT.h \ - Source/JavaScriptCore/jit/JITInlineMethods.h \ - Source/JavaScriptCore/jit/JITOpcodes32_64.cpp \ - Source/JavaScriptCore/jit/JITOpcodes.cpp \ - Source/JavaScriptCore/jit/JITPropertyAccess32_64.cpp \ - Source/JavaScriptCore/jit/JITPropertyAccess.cpp \ - Source/JavaScriptCore/jit/JITStubCall.h \ - Source/JavaScriptCore/jit/JITStubs.cpp \ - Source/JavaScriptCore/jit/JITStubs.h \ - Source/JavaScriptCore/jit/JSInterfaceJIT.h \ - Source/JavaScriptCore/jit/SpecializedThunkJIT.h \ - Source/JavaScriptCore/jit/ThunkGenerators.cpp \ - Source/JavaScriptCore/jit/ThunkGenerators.h \ - Source/JavaScriptCore/os-win32/stdbool.h \ - Source/JavaScriptCore/os-win32/stdint.h \ - Source/JavaScriptCore/parser/ASTBuilder.h \ - Source/JavaScriptCore/parser/JSParser.cpp \ - Source/JavaScriptCore/parser/JSParser.h \ - Source/JavaScriptCore/parser/Lexer.cpp \ - Source/JavaScriptCore/parser/Lexer.h \ - Source/JavaScriptCore/parser/NodeConstructors.h \ - Source/JavaScriptCore/parser/NodeInfo.h \ - Source/JavaScriptCore/parser/Nodes.cpp \ - Source/JavaScriptCore/parser/Nodes.h \ - Source/JavaScriptCore/parser/ParserArena.cpp \ - Source/JavaScriptCore/parser/ParserArena.h \ - Source/JavaScriptCore/parser/Parser.cpp \ - Source/JavaScriptCore/parser/Parser.h \ - Source/JavaScriptCore/parser/ResultType.h \ - Source/JavaScriptCore/parser/SourceCode.h \ - Source/JavaScriptCore/parser/SourceProvider.h \ - Source/JavaScriptCore/parser/SourceProviderCache.cpp \ - Source/JavaScriptCore/parser/SourceProviderCache.h \ - Source/JavaScriptCore/parser/SourceProviderCacheItem.h \ - Source/JavaScriptCore/parser/SyntaxChecker.h \ - Source/JavaScriptCore/profiler/CallIdentifier.h \ - Source/JavaScriptCore/profiler/Profile.cpp \ - Source/JavaScriptCore/profiler/ProfileGenerator.cpp \ - Source/JavaScriptCore/profiler/ProfileGenerator.h \ - Source/JavaScriptCore/profiler/Profile.h \ - Source/JavaScriptCore/profiler/ProfileNode.cpp \ - Source/JavaScriptCore/profiler/ProfileNode.h \ - Source/JavaScriptCore/profiler/Profiler.cpp \ - Source/JavaScriptCore/profiler/Profiler.h \ - Source/JavaScriptCore/runtime/ArgList.cpp \ - Source/JavaScriptCore/runtime/ArgList.h \ - Source/JavaScriptCore/runtime/Arguments.cpp \ - Source/JavaScriptCore/runtime/Arguments.h \ - Source/JavaScriptCore/runtime/ArrayConstructor.cpp \ - Source/JavaScriptCore/runtime/ArrayConstructor.h \ - Source/JavaScriptCore/runtime/ArrayPrototype.cpp \ - Source/JavaScriptCore/runtime/ArrayPrototype.h \ - Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h \ - Source/JavaScriptCore/runtime/BooleanConstructor.cpp \ - Source/JavaScriptCore/runtime/BooleanConstructor.h \ - Source/JavaScriptCore/runtime/BooleanObject.cpp \ - Source/JavaScriptCore/runtime/BooleanObject.h \ - Source/JavaScriptCore/runtime/BooleanPrototype.cpp \ - Source/JavaScriptCore/runtime/BooleanPrototype.h \ - Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h \ - Source/JavaScriptCore/runtime/CallData.cpp \ - Source/JavaScriptCore/runtime/CallData.h \ - Source/JavaScriptCore/runtime/ClassInfo.h \ - Source/JavaScriptCore/runtime/MarkedBlock.cpp \ - Source/JavaScriptCore/runtime/MarkedBlock.h \ - Source/JavaScriptCore/runtime/MarkedSpace.cpp \ - Source/JavaScriptCore/runtime/MarkedSpace.h \ - Source/JavaScriptCore/runtime/Heap.cpp \ - Source/JavaScriptCore/runtime/Heap.h \ - Source/JavaScriptCore/runtime/CommonIdentifiers.cpp \ - Source/JavaScriptCore/runtime/CommonIdentifiers.h \ - Source/JavaScriptCore/runtime/Completion.cpp \ - Source/JavaScriptCore/runtime/Completion.h \ - Source/JavaScriptCore/runtime/ConstructData.cpp \ - Source/JavaScriptCore/runtime/ConstructData.h \ - Source/JavaScriptCore/runtime/DateConstructor.cpp \ - Source/JavaScriptCore/runtime/DateConstructor.h \ - Source/JavaScriptCore/runtime/DateConversion.cpp \ - Source/JavaScriptCore/runtime/DateConversion.h \ - Source/JavaScriptCore/runtime/DateInstanceCache.h \ - Source/JavaScriptCore/runtime/DateInstance.cpp \ - Source/JavaScriptCore/runtime/DateInstance.h \ - Source/JavaScriptCore/runtime/DatePrototype.cpp \ - Source/JavaScriptCore/runtime/DatePrototype.h \ - Source/JavaScriptCore/runtime/ErrorConstructor.cpp \ - Source/JavaScriptCore/runtime/ErrorConstructor.h \ - Source/JavaScriptCore/runtime/Error.cpp \ - Source/JavaScriptCore/runtime/Error.h \ - Source/JavaScriptCore/runtime/ErrorInstance.cpp \ - Source/JavaScriptCore/runtime/ErrorInstance.h \ - Source/JavaScriptCore/runtime/ErrorPrototype.cpp \ - Source/JavaScriptCore/runtime/ErrorPrototype.h \ - Source/JavaScriptCore/runtime/ExceptionHelpers.cpp \ - Source/JavaScriptCore/runtime/ExceptionHelpers.h \ - Source/JavaScriptCore/runtime/Executable.cpp \ - Source/JavaScriptCore/runtime/Executable.h \ - Source/JavaScriptCore/runtime/FunctionConstructor.cpp \ - Source/JavaScriptCore/runtime/FunctionConstructor.h \ - Source/JavaScriptCore/runtime/FunctionPrototype.cpp \ - Source/JavaScriptCore/runtime/FunctionPrototype.h \ - Source/JavaScriptCore/runtime/GCActivityCallback.cpp \ - Source/JavaScriptCore/runtime/GCActivityCallback.h \ - Source/JavaScriptCore/runtime/GetterSetter.cpp \ - Source/JavaScriptCore/runtime/GetterSetter.h \ - Source/JavaScriptCore/runtime/Identifier.cpp \ - Source/JavaScriptCore/runtime/Identifier.h \ - Source/JavaScriptCore/runtime/InitializeThreading.cpp \ - Source/JavaScriptCore/runtime/InitializeThreading.h \ - Source/JavaScriptCore/runtime/InternalFunction.cpp \ - Source/JavaScriptCore/runtime/InternalFunction.h \ - Source/JavaScriptCore/runtime/JSActivation.cpp \ - Source/JavaScriptCore/runtime/JSActivation.h \ - Source/JavaScriptCore/runtime/JSAPIValueWrapper.cpp \ - Source/JavaScriptCore/runtime/JSAPIValueWrapper.h \ - Source/JavaScriptCore/runtime/JSArray.cpp \ - Source/JavaScriptCore/runtime/JSArray.h \ - Source/JavaScriptCore/runtime/JSByteArray.cpp \ - Source/JavaScriptCore/runtime/JSByteArray.h \ - Source/JavaScriptCore/runtime/JSCell.cpp \ - Source/JavaScriptCore/runtime/JSCell.h \ - Source/JavaScriptCore/runtime/JSFunction.cpp \ - Source/JavaScriptCore/runtime/JSFunction.h \ - Source/JavaScriptCore/runtime/JSGlobalData.cpp \ - Source/JavaScriptCore/runtime/JSGlobalData.h \ - Source/JavaScriptCore/runtime/JSGlobalObject.cpp \ - Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp \ - Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h \ - Source/JavaScriptCore/runtime/JSGlobalObject.h \ - Source/JavaScriptCore/runtime/JSImmediate.cpp \ - Source/JavaScriptCore/runtime/JSImmediate.h \ - Source/JavaScriptCore/runtime/JSLock.cpp \ - Source/JavaScriptCore/runtime/JSLock.h \ - Source/JavaScriptCore/runtime/JSNotAnObject.cpp \ - Source/JavaScriptCore/runtime/JSNotAnObject.h \ - Source/JavaScriptCore/runtime/JSNumberCell.cpp \ - Source/JavaScriptCore/runtime/JSNumberCell.h \ - Source/JavaScriptCore/runtime/JSObject.cpp \ - Source/JavaScriptCore/runtime/JSObject.h \ - Source/JavaScriptCore/runtime/JSObjectWithGlobalObject.cpp \ - Source/JavaScriptCore/runtime/JSObjectWithGlobalObject.h \ - Source/JavaScriptCore/runtime/JSONObject.cpp \ - Source/JavaScriptCore/runtime/JSONObject.h \ - Source/JavaScriptCore/runtime/JSPropertyNameIterator.cpp \ - Source/JavaScriptCore/runtime/JSPropertyNameIterator.h \ - Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp \ - Source/JavaScriptCore/runtime/JSStaticScopeObject.h \ - Source/JavaScriptCore/runtime/JSStringBuilder.h \ - Source/JavaScriptCore/runtime/JSString.cpp \ - Source/JavaScriptCore/runtime/JSString.h \ - Source/JavaScriptCore/runtime/JSType.h \ - Source/JavaScriptCore/runtime/JSTypeInfo.h \ - Source/JavaScriptCore/runtime/JSValue.cpp \ - Source/JavaScriptCore/runtime/JSValue.h \ - Source/JavaScriptCore/runtime/JSVariableObject.cpp \ - Source/JavaScriptCore/runtime/JSVariableObject.h \ - Source/JavaScriptCore/runtime/JSWrapperObject.cpp \ - Source/JavaScriptCore/runtime/JSWrapperObject.h \ - Source/JavaScriptCore/runtime/JSZombie.h \ - Source/JavaScriptCore/runtime/LiteralParser.cpp \ - Source/JavaScriptCore/runtime/LiteralParser.h \ - Source/JavaScriptCore/runtime/Lookup.cpp \ - Source/JavaScriptCore/runtime/Lookup.h \ - Source/JavaScriptCore/runtime/MachineStackMarker.cpp \ - Source/JavaScriptCore/runtime/MachineStackMarker.h \ - Source/JavaScriptCore/runtime/ConservativeSet.cpp \ - Source/JavaScriptCore/runtime/ConservativeSet.h \ - Source/JavaScriptCore/runtime/MarkStack.cpp \ - Source/JavaScriptCore/runtime/MarkStack.h \ - Source/JavaScriptCore/runtime/MathObject.cpp \ - Source/JavaScriptCore/runtime/MathObject.h \ - Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp \ - Source/JavaScriptCore/runtime/NativeErrorConstructor.h \ - Source/JavaScriptCore/runtime/NativeErrorPrototype.cpp \ - Source/JavaScriptCore/runtime/NativeErrorPrototype.h \ - Source/JavaScriptCore/runtime/NumberConstructor.cpp \ - Source/JavaScriptCore/runtime/NumberConstructor.h \ - Source/JavaScriptCore/runtime/NumberObject.cpp \ - Source/JavaScriptCore/runtime/NumberObject.h \ - Source/JavaScriptCore/runtime/NumberPrototype.cpp \ - Source/JavaScriptCore/runtime/NumberPrototype.h \ - Source/JavaScriptCore/runtime/NumericStrings.h \ - Source/JavaScriptCore/runtime/ObjectConstructor.cpp \ - Source/JavaScriptCore/runtime/ObjectConstructor.h \ - Source/JavaScriptCore/runtime/ObjectPrototype.cpp \ - Source/JavaScriptCore/runtime/ObjectPrototype.h \ - Source/JavaScriptCore/runtime/Operations.cpp \ - Source/JavaScriptCore/runtime/Operations.h \ - Source/JavaScriptCore/runtime/PropertyDescriptor.cpp \ - Source/JavaScriptCore/runtime/PropertyDescriptor.h \ - Source/JavaScriptCore/runtime/PropertyMapHashTable.h \ - Source/JavaScriptCore/runtime/PropertyNameArray.cpp \ - Source/JavaScriptCore/runtime/PropertyNameArray.h \ - Source/JavaScriptCore/runtime/PropertySlot.cpp \ - Source/JavaScriptCore/runtime/PropertySlot.h \ - Source/JavaScriptCore/runtime/Protect.h \ - Source/JavaScriptCore/runtime/PutPropertySlot.h \ - Source/JavaScriptCore/runtime/RegExpCache.cpp \ - Source/JavaScriptCore/runtime/RegExpCache.h \ - Source/JavaScriptCore/runtime/RegExpConstructor.cpp \ - Source/JavaScriptCore/runtime/RegExpConstructor.h \ - Source/JavaScriptCore/runtime/RegExp.cpp \ - Source/JavaScriptCore/runtime/RegExp.h \ - Source/JavaScriptCore/runtime/RegExpKey.h \ - Source/JavaScriptCore/runtime/RegExpMatchesArray.h \ - Source/JavaScriptCore/runtime/RegExpObject.cpp \ - Source/JavaScriptCore/runtime/RegExpObject.h \ - Source/JavaScriptCore/runtime/RegExpPrototype.cpp \ - Source/JavaScriptCore/runtime/RegExpPrototype.h \ - Source/JavaScriptCore/runtime/RopeImpl.cpp \ - Source/JavaScriptCore/runtime/RopeImpl.h \ - Source/JavaScriptCore/runtime/ScopeChain.cpp \ - Source/JavaScriptCore/runtime/ScopeChain.h \ - Source/JavaScriptCore/runtime/ScopeChainMark.h \ - Source/JavaScriptCore/runtime/SmallStrings.cpp \ - Source/JavaScriptCore/runtime/SmallStrings.h \ - Source/JavaScriptCore/runtime/StrictEvalActivation.cpp \ - Source/JavaScriptCore/runtime/StrictEvalActivation.h \ - Source/JavaScriptCore/runtime/StringConstructor.cpp \ - Source/JavaScriptCore/runtime/StringConstructor.h \ - Source/JavaScriptCore/runtime/StringObject.cpp \ - Source/JavaScriptCore/runtime/StringObject.h \ - Source/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h \ - Source/JavaScriptCore/runtime/StringPrototype.cpp \ - Source/JavaScriptCore/runtime/StringPrototype.h \ - Source/JavaScriptCore/runtime/StringRecursionChecker.cpp \ - Source/JavaScriptCore/runtime/StringRecursionChecker.h \ - Source/JavaScriptCore/runtime/StructureChain.cpp \ - Source/JavaScriptCore/runtime/StructureChain.h \ - Source/JavaScriptCore/runtime/Structure.cpp \ - Source/JavaScriptCore/runtime/Structure.h \ - Source/JavaScriptCore/runtime/StructureTransitionTable.h \ - Source/JavaScriptCore/runtime/SymbolTable.h \ - Source/JavaScriptCore/runtime/Terminator.h \ - Source/JavaScriptCore/runtime/TimeoutChecker.cpp \ - Source/JavaScriptCore/runtime/TimeoutChecker.h \ - Source/JavaScriptCore/runtime/Tracing.h \ - Source/JavaScriptCore/runtime/UString.cpp \ - Source/JavaScriptCore/runtime/UString.h \ - Source/JavaScriptCore/runtime/UStringBuilder.h \ - Source/JavaScriptCore/runtime/UStringConcatenate.h \ - Source/JavaScriptCore/runtime/WeakGCMap.h \ - Source/JavaScriptCore/runtime/WeakGCPtr.h \ - Source/JavaScriptCore/runtime/WeakRandom.h \ - Source/JavaScriptCore/runtime/WriteBarrier.h \ - Source/JavaScriptCore/wtf/AlwaysInline.h \ - Source/JavaScriptCore/wtf/ASCIICType.h \ - Source/JavaScriptCore/wtf/Assertions.cpp \ - Source/JavaScriptCore/wtf/Assertions.h \ - Source/JavaScriptCore/wtf/Atomics.h \ - Source/JavaScriptCore/wtf/AVLTree.h \ - Source/JavaScriptCore/wtf/Bitmap.h \ - Source/JavaScriptCore/wtf/BlockStack.h \ - Source/JavaScriptCore/wtf/BloomFilter.h \ - Source/JavaScriptCore/wtf/BumpPointerAllocator.h \ - Source/JavaScriptCore/wtf/ByteArray.cpp \ - Source/JavaScriptCore/wtf/ByteArray.h \ - Source/JavaScriptCore/wtf/CrossThreadRefCounted.h \ - Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp \ - Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h \ - Source/JavaScriptCore/wtf/CurrentTime.cpp \ - Source/JavaScriptCore/wtf/CurrentTime.h \ - Source/JavaScriptCore/wtf/DateMath.cpp \ - Source/JavaScriptCore/wtf/DateMath.h \ - Source/JavaScriptCore/wtf/DecimalNumber.h \ - Source/JavaScriptCore/wtf/DecimalNumber.cpp \ - Source/JavaScriptCore/wtf/Decoder.h \ - Source/JavaScriptCore/wtf/Deque.h \ - Source/JavaScriptCore/wtf/DisallowCType.h \ - Source/JavaScriptCore/wtf/DoublyLinkedList.h \ - Source/JavaScriptCore/wtf/dtoa.cpp \ - Source/JavaScriptCore/wtf/dtoa.h \ - Source/JavaScriptCore/wtf/Encoder.h \ - Source/JavaScriptCore/wtf/FastAllocBase.h \ - Source/JavaScriptCore/wtf/FastMalloc.cpp \ - Source/JavaScriptCore/wtf/FastMalloc.h \ - Source/JavaScriptCore/wtf/FixedArray.h \ - Source/JavaScriptCore/wtf/Forward.h \ - Source/JavaScriptCore/wtf/GetPtr.h \ - Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp \ - Source/JavaScriptCore/wtf/gobject/GOwnPtr.h \ - Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp \ - Source/JavaScriptCore/wtf/gobject/GRefPtr.h \ - Source/JavaScriptCore/wtf/gobject/GTypedefs.h \ - Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \ - Source/JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \ - Source/JavaScriptCore/wtf/HashCountedSet.h \ - Source/JavaScriptCore/wtf/HashFunctions.h \ - Source/JavaScriptCore/wtf/HashIterators.h \ - Source/JavaScriptCore/wtf/HashMap.h \ - Source/JavaScriptCore/wtf/HashSet.h \ - Source/JavaScriptCore/wtf/HashTable.cpp \ - Source/JavaScriptCore/wtf/HashTable.h \ - Source/JavaScriptCore/wtf/HashTraits.h \ - Source/JavaScriptCore/wtf/HexNumber.h \ - Source/JavaScriptCore/wtf/ListHashSet.h \ - Source/JavaScriptCore/wtf/ListRefPtr.h \ - Source/JavaScriptCore/wtf/Locker.h \ - Source/JavaScriptCore/wtf/MainThread.cpp \ - Source/JavaScriptCore/wtf/MainThread.h \ - Source/JavaScriptCore/wtf/MallocZoneSupport.h \ - Source/JavaScriptCore/wtf/MathExtras.h \ - Source/JavaScriptCore/wtf/MD5.cpp \ - Source/JavaScriptCore/wtf/MD5.h \ - Source/JavaScriptCore/wtf/MessageQueue.h \ - Source/JavaScriptCore/wtf/NonCopyingSort.h \ - Source/JavaScriptCore/wtf/Noncopyable.h \ - Source/JavaScriptCore/wtf/NotFound.h \ - Source/JavaScriptCore/wtf/NullPtr.h \ - Source/JavaScriptCore/wtf/OSAllocator.h \ - Source/JavaScriptCore/wtf/OSRandomSource.cpp \ - Source/JavaScriptCore/wtf/OSRandomSource.h \ - Source/JavaScriptCore/wtf/OwnArrayPtr.h \ - Source/JavaScriptCore/wtf/OwnFastMallocPtr.h \ - Source/JavaScriptCore/wtf/OwnPtrCommon.h \ - Source/JavaScriptCore/wtf/OwnPtr.h \ - Source/JavaScriptCore/wtf/PageAllocation.h \ - Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \ - Source/JavaScriptCore/wtf/PageAllocationAligned.h \ - Source/JavaScriptCore/wtf/PageReservation.h \ - Source/JavaScriptCore/wtf/PageBlock.cpp \ - Source/JavaScriptCore/wtf/PageBlock.h \ - Source/JavaScriptCore/wtf/PassOwnArrayPtr.h \ - Source/JavaScriptCore/wtf/PassOwnPtr.h \ - Source/JavaScriptCore/wtf/PassRefPtr.h \ - Source/JavaScriptCore/wtf/Platform.h \ - Source/JavaScriptCore/wtf/PossiblyNull.h \ - Source/JavaScriptCore/wtf/RandomNumber.cpp \ - Source/JavaScriptCore/wtf/RandomNumber.h \ - Source/JavaScriptCore/wtf/RandomNumberSeed.h \ - Source/JavaScriptCore/wtf/RefCounted.h \ - Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp \ - Source/JavaScriptCore/wtf/RefCountedLeakCounter.h \ - Source/JavaScriptCore/wtf/RefPtr.h \ - Source/JavaScriptCore/wtf/RefPtrHashMap.h \ - Source/JavaScriptCore/wtf/RetainPtr.h \ - Source/JavaScriptCore/wtf/SegmentedVector.h \ - Source/JavaScriptCore/wtf/SentinelLinkedList.h \ - Source/JavaScriptCore/wtf/SHA1.cpp \ - Source/JavaScriptCore/wtf/SHA1.h \ - Source/JavaScriptCore/wtf/SinglyLinkedList.h \ - Source/JavaScriptCore/wtf/StackBounds.cpp \ - Source/JavaScriptCore/wtf/StackBounds.h \ - Source/JavaScriptCore/wtf/StaticConstructors.h \ - Source/JavaScriptCore/wtf/StdLibExtras.h \ - Source/JavaScriptCore/wtf/StringExtras.h \ - Source/JavaScriptCore/wtf/StringHasher.h \ - Source/JavaScriptCore/wtf/TCPackedCache.h \ - Source/JavaScriptCore/wtf/TCPageMap.h \ - Source/JavaScriptCore/wtf/TCSpinLock.h \ - Source/JavaScriptCore/wtf/TCSystemAlloc.cpp \ - Source/JavaScriptCore/wtf/TCSystemAlloc.h \ - Source/JavaScriptCore/wtf/text/AtomicString.cpp \ - Source/JavaScriptCore/wtf/text/AtomicString.h \ - Source/JavaScriptCore/wtf/text/AtomicStringHash.h \ - Source/JavaScriptCore/wtf/text/AtomicStringImpl.h \ - Source/JavaScriptCore/wtf/text/CString.cpp \ - Source/JavaScriptCore/wtf/text/CString.h \ - Source/JavaScriptCore/wtf/text/StringBuffer.h \ - Source/JavaScriptCore/wtf/text/StringBuilder.cpp \ - Source/JavaScriptCore/wtf/text/StringBuilder.h \ - Source/JavaScriptCore/wtf/text/StringConcatenate.h \ - Source/JavaScriptCore/wtf/text/StringHash.h \ - Source/JavaScriptCore/wtf/text/StringImplBase.h \ - Source/JavaScriptCore/wtf/text/StringImpl.cpp \ - Source/JavaScriptCore/wtf/text/StringImpl.h \ - Source/JavaScriptCore/wtf/text/StringStatics.cpp \ - Source/JavaScriptCore/wtf/text/TextPosition.h \ - Source/JavaScriptCore/wtf/text/WTFString.cpp \ - Source/JavaScriptCore/wtf/text/WTFString.h \ - Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp \ - Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h \ - Source/JavaScriptCore/wtf/Threading.cpp \ - Source/JavaScriptCore/wtf/Threading.h \ - Source/JavaScriptCore/wtf/ThreadingPrimitives.h \ - Source/JavaScriptCore/wtf/ThreadingPthreads.cpp \ - Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h \ - Source/JavaScriptCore/wtf/ThreadSpecific.h \ - Source/JavaScriptCore/wtf/TypeTraits.cpp \ - Source/JavaScriptCore/wtf/TypeTraits.h \ - Source/JavaScriptCore/wtf/unicode/CharacterNames.h \ - Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \ - Source/JavaScriptCore/wtf/unicode/Collator.h \ - Source/JavaScriptCore/wtf/unicode/Unicode.h \ - Source/JavaScriptCore/wtf/unicode/UTF8.cpp \ - Source/JavaScriptCore/wtf/unicode/UTF8.h \ - Source/JavaScriptCore/wtf/UnusedParam.h \ - Source/JavaScriptCore/wtf/ValueCheck.h \ - Source/JavaScriptCore/wtf/Vector.h \ - Source/JavaScriptCore/wtf/VectorTraits.h \ - Source/JavaScriptCore/wtf/VMTags.h \ - Source/JavaScriptCore/wtf/WTFThreadData.cpp \ - Source/JavaScriptCore/wtf/WTFThreadData.h \ - Source/JavaScriptCore/yarr/Yarr.h \ - Source/JavaScriptCore/yarr/YarrInterpreter.cpp \ - Source/JavaScriptCore/yarr/YarrInterpreter.h \ - Source/JavaScriptCore/yarr/YarrJIT.cpp \ - Source/JavaScriptCore/yarr/YarrJIT.h \ - Source/JavaScriptCore/yarr/YarrParser.h \ - Source/JavaScriptCore/yarr/YarrPattern.cpp \ - Source/JavaScriptCore/yarr/YarrPattern.h \ - Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpp \ - Source/JavaScriptCore/yarr/YarrSyntaxChecker.h - -if TARGET_WIN32 -javascriptcore_sources += \ - Source/JavaScriptCore/runtime/MarkStackWin.cpp \ - Source/JavaScriptCore/wtf/OSAllocatorWin.cpp -else -javascriptcore_sources += \ - Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp \ - Source/JavaScriptCore/runtime/MarkStackPosix.cpp \ - Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp -endif - -# ---- -# icu unicode backend -# ---- -if USE_ICU_UNICODE -javascriptcore_sources += \ - Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp \ - Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h -endif # USE_ICU_UNICODE - -# ---- -# glib unicode backend -# ---- -if USE_GLIB_UNICODE -javascriptcore_sources += \ - Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h \ - Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h \ - Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp -endif - Source/JavaScriptCore/Lexer.lut.h: $(srcdir)/Source/JavaScriptCore/create_hash_table $(srcdir)/Source/JavaScriptCore/parser/Keywords.table $(AM_V_GEN)$(PERL) $^ > $@ @@ -630,18 +45,6 @@ noinst_PROGRAMS += \ Programs/jsc \ Programs/minidom -# minidom -Programs_minidom_SOURCES = \ - Source/JavaScriptCore/API/tests/JSNode.c \ - Source/JavaScriptCore/API/tests/JSNode.h \ - Source/JavaScriptCore/API/tests/JSNodeList.c \ - Source/JavaScriptCore/API/tests/JSNodeList.h \ - Source/JavaScriptCore/API/tests/Node.c \ - Source/JavaScriptCore/API/tests/Node.h \ - Source/JavaScriptCore/API/tests/NodeList.c \ - Source/JavaScriptCore/API/tests/NodeList.h \ - Source/JavaScriptCore/API/tests/minidom.c - Programs_minidom_CPPFLAGS = \ $(global_cppflags) \ $(javascriptcore_cppflags) @@ -668,9 +71,6 @@ Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@$(EXEEXT): Programs/jsc$(EXEEXT) Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_LDADD = Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES = -Programs_jsc_SOURCES = \ - Source/JavaScriptCore/jsc.cpp - Programs_jsc_CPPFLAGS = \ $(global_cppflags) \ $(javascriptcore_cppflags) @@ -698,6 +98,7 @@ EXTRA_DIST += \ Source/JavaScriptCore/THANKS # Clean rules for JavaScriptCore +# FIXME: Should this list be generated from javascriptcore_built_nosources? CLEANFILES += \ Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \ Source/JavaScriptCore/runtime/DatePrototype.lut.h \ |