source: webkit/trunk/JavaScriptCore/JavaScriptCoreSources.bkl@ 15691

Last change on this file since 15691 was 15691, checked in by darin, 19 years ago

JavaScriptCore:

Reviewed by Darin.

  • fixes for Linux build
  • JavaScriptCoreSources.bkl: Added new files to build, kjs/PropertyNameArray.cpp and kjs/testkjs.cpp, and removed old files.

WebCore:

Reviewed and tweaked by Darin.

  • fixes for Linux build (still might not compile, since Darin tweaked but was unable to test).
  • WebCoreSources.bkl: Added some new sources, removed some obsolete ones.
  • Projects/gdk/webcore-gdk.bkl: Added RenderPopupMenuGdk.cpp
  • html/HTMLPlugInElement.h: Removed incorrect syntax with class name before ::.
  • platform/gdk/FrameGdk.h:
  • platform/gdk/FrameGdk.cpp: Updated parameters of constructor. Moved a couple stubs out of this file.
  • platform/gdk/RenderPopupMenuGdk.h: Added.
  • platform/gdk/RenderPopupMenuGdk.cpp: Added. Just a file full of empty stubs.
  • platform/gdk/RenderThemeGdk.h:
  • platform/gdk/RenderThemeGdk.cpp: (WebCore::RenderThemeGdk::createPopupMenu): Added.
  • platform/gdk/TemporaryLinkStubs.cpp: Add some new stubs.

WebKitTools:

Reviewed by Darin.

  • fixes for Linux build
  • GdkLauncher/mk: Added call to bakefile_gen before calling make.
  • GdkLauncher/gdklauncher.bkl: Tweak comment.
File size: 1.5 KB
Line 
1<?xml version="1.0" ?>
2<makefile>
3 <set append="1" var="JSCORE_SOURCES_KJS">
4
5 DerivedSources/JavaScriptCore/grammar.cpp
6 kjs/array_object.cpp
7 kjs/bool_object.cpp
8 kjs/collector.cpp
9 kjs/Context.cpp
10 kjs/date_object.cpp
11 kjs/debugger.cpp
12 kjs/dtoa.cpp
13 kjs/error_object.cpp
14 kjs/ExecState.cpp
15 kjs/fpconst.cpp
16 kjs/function.cpp
17 kjs/function_object.cpp
18 kjs/identifier.cpp
19 kjs/internal.cpp
20 kjs/interpreter.cpp
21 kjs/JSImmediate.cpp
22 kjs/JSLock.cpp
23 kjs/lexer.cpp
24 kjs/list.cpp
25 kjs/lookup.cpp
26 kjs/math_object.cpp
27 kjs/nodes2string.cpp
28 kjs/nodes.cpp
29 kjs/number_object.cpp
30 kjs/object.cpp
31 kjs/object_object.cpp
32 kjs/operations.cpp
33 kjs/Parser.cpp
34 kjs/property_map.cpp
35 kjs/PropertyNameArray.cpp
36 kjs/property_slot.cpp
37 kjs/regexp.cpp
38 kjs/regexp_object.cpp
39 kjs/scope_chain.cpp
40 kjs/string_object.cpp
41 kjs/testkjs.cpp
42 kjs/ustring.cpp
43 kjs/value.cpp
44
45 </set>
46 <set append="1" var="JSCORE_SOURCES_WTF">
47
48 wtf/Assertions.cpp
49 wtf/FastMalloc.cpp
50 wtf/HashTable.cpp
51
52 </set>
53 <set append="1" var="JSCORE_SOURCES_PCRE">
54
55 pcre/pcre_compile.c
56 pcre/pcre_config.c
57 pcre/pcre_exec.c
58 pcre/pcre_fullinfo.c
59 pcre/pcre_get.c
60 pcre/pcre_globals.c
61 pcre/pcre_info.c
62 pcre/pcre_maketables.c
63 pcre/pcre_ord2utf8.c
64 pcre/pcre_printint.c
65 pcre/pcre_refcount.c
66 pcre/pcre_study.c
67 pcre/pcre_tables.c
68 pcre/pcre_try_flipped.c
69 pcre/pcre_ucp_findchar.c
70 pcre/pcre_version.c
71 pcre/pcre_xclass.c
72 pcre/ucp_findchar.c
73
74 </set>
75</makefile>
Note: See TracBrowser for help on using the repository browser.