api-ms-win-core-datetime-l1-1-0: Add dll.
[wine.git] / tools / make_specfiles
bloba51ed005979731ad0a4c7adba87804147dc703ca
1 #!/usr/bin/perl -w
3 # Update spec files across dlls that share an implementation
5 # Copyright 2011 Alexandre Julliard
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License, or (at your option) any later version.
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
17 # You should have received a copy of the GNU Lesser General Public
18 # License along with this library; if not, write to the Free Software
19 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 use strict;
24 my %funcs;
25 my $group_head;
27 my @dll_groups =
30 "msvcrt",
31 "msvcirt",
32 "msvcrt40",
33 "msvcrt20",
34 "msvcrtd",
35 "crtdll",
38 "msvcrt",
39 "msvcp90",
40 "msvcp100",
41 "msvcp110",
42 "msvcp120",
43 "msvcp71",
44 "msvcp80",
45 "msvcp70",
46 "msvcp60",
49 "d3dx9_36",
50 "d3dx9_43",
51 "d3dx9_42",
52 "d3dx9_41",
53 "d3dx9_40",
54 "d3dx9_39",
55 "d3dx9_38",
56 "d3dx9_37",
57 "d3dx9_35",
58 "d3dx9_34",
59 "d3dx9_33",
60 "d3dx9_32",
61 "d3dx9_31",
62 "d3dx9_30",
63 "d3dx9_29",
64 "d3dx9_28",
65 "d3dx9_27",
66 "d3dx9_26",
67 "d3dx9_25",
68 "d3dx9_24",
71 "d3dx10_43",
72 "d3dx10_42",
73 "d3dx10_41",
74 "d3dx10_40",
75 "d3dx10_39",
76 "d3dx10_38",
77 "d3dx10_37",
78 "d3dx10_36",
79 "d3dx10_35",
80 "d3dx10_34",
81 "d3dx10_33",
84 "d3dx11_43",
85 "d3dx11_42",
88 "d3dcompiler_43",
89 "d3dcompiler_42",
90 "d3dcompiler_41",
91 "d3dcompiler_40",
92 "d3dcompiler_39",
93 "d3dcompiler_38",
94 "d3dcompiler_37",
95 "d3dcompiler_36",
96 "d3dcompiler_35",
97 "d3dcompiler_34",
98 "d3dcompiler_33",
101 "xinput1_3",
102 "xinput1_4",
103 "xinput1_2",
104 "xinput1_1",
105 "xinput9_1_0",
108 "setupapi",
109 "cfgmgr32",
112 "vcomp",
113 "vcomp100",
114 "vcomp90",
117 "advapi32",
118 "api-ms-win-core-localregistry-l1-1-0",
119 "api-ms-win-downlevel-advapi32-l1-1-0",
120 "api-ms-win-downlevel-advapi32-l2-1-0",
121 "api-ms-win-security-base-l1-1-0",
122 "api-ms-win-core-registry-l1-1-0",
123 "api-ms-win-eventing-provider-l1-1-0",
124 "api-ms-win-security-base-l1-2-0",
125 "api-ms-win-security-sddl-l1-1-0",
126 "api-ms-win-service-core-l1-1-1",
127 "api-ms-win-service-management-l1-1-0",
128 "api-ms-win-service-winsvc-l1-2-0",
131 "kernel32",
132 "api-ms-win-downlevel-normaliz-l1-1-0",
133 "api-ms-win-core-processthreads-l1-1-0",
134 "api-ms-win-core-processthreads-l1-1-1",
135 "api-ms-win-core-debug-l1-1-1",
136 "api-ms-win-core-errorhandling-l1-1-1",
137 "api-ms-win-core-interlocked-l1-2-0",
138 "api-ms-win-core-profile-l1-1-0",
139 "api-ms-win-core-string-l1-1-0",
140 "api-ms-win-core-sysinfo-l1-2-0",
141 "api-ms-win-core-util-l1-1-0",
142 "api-ms-win-core-synch-l1-2-0",
143 "api-ms-win-core-console-l1-1-0",
144 "api-ms-win-core-file-l1-2-0",
145 "api-ms-win-core-handle-l1-1-0",
146 "api-ms-win-core-heap-l1-2-0",
147 "api-ms-win-core-heap-obsolete-l1-1-0",
148 "api-ms-win-core-io-l1-1-1",
149 "api-ms-win-core-kernel32-legacy-l1-1-0",
150 "api-ms-win-core-libraryloader-l1-1-1",
151 "api-ms-win-core-localization-l1-2-0",
152 "api-ms-win-core-localization-obsolete-l1-1-0",
153 "api-ms-win-core-memory-l1-1-1",
154 "api-ms-win-core-namedpipe-l1-2-0",
155 "api-ms-win-core-processenvironment-l1-2-0",
156 "api-ms-win-core-psapi-l1-1-0",
157 "api-ms-win-core-threadpool-legacy-l1-1-0",
158 "api-ms-win-core-timezone-l1-1-0",
159 "api-ms-win-core-file-l2-1-1",
160 "api-ms-win-core-sysinfo-l1-2-1",
161 "api-ms-win-core-processthreads-l1-1-2",
162 "api-ms-win-core-fibers-l1-1-0",
163 "api-ms-win-core-fibers-l1-1-1",
164 "api-ms-win-core-file-l2-1-0",
165 "api-ms-win-core-localization-l1-2-1",
166 "api-ms-win-core-datetime-l1-1-0",
167 "api-ms-win-core-datetime-l1-1-1",
170 "ole32",
171 "api-ms-win-downlevel-ole32-l1-1-0",
172 "api-ms-win-core-com-l1-1-0",
175 "shell32",
176 "api-ms-win-downlevel-shell32-l1-1-0",
179 "shlwapi",
180 "api-ms-win-downlevel-shlwapi-l1-1-0",
181 "api-ms-win-downlevel-shlwapi-l2-1-0",
182 "api-ms-win-core-shlwapi-legacy-l1-1-0",
183 "api-ms-win-core-url-l1-1-0",
186 "user32",
187 "api-ms-win-downlevel-user32-l1-1-0",
188 "api-ms-win-ntuser-dc-access-l1-1-0",
191 "version",
192 "api-ms-win-downlevel-version-l1-1-0",
195 "msvcrt",
196 "ntdll",
197 "ntoskrnl.exe",
198 "api-ms-win-core-rtlsupport-l1-2-0",
201 "gdi32",
202 "ext-ms-win-gdi-devcaps-l1-1-0",
206 my $update_flags = 0;
207 my $show_duplicates = 0;
209 foreach my $arg (@ARGV)
211 if ($arg eq "-f") { $update_flags = 1; }
212 elsif ($arg eq "-d") { $show_duplicates = 1; }
215 sub update_file($)
217 my $file = shift;
218 my $ret = !(-f $file) || system "cmp $file $file.new >/dev/null";
219 if (!$ret)
221 unlink "$file.new";
223 else
225 #system "diff -u $file $file.new";
226 rename "$file.new", "$file";
227 print "$file updated\n";
229 return $ret;
232 # parse a spec file line
233 sub parse_line($$$)
235 my ($name, $line, $str) = @_;
237 if ($str =~ /^\s*(\@|\d+)\s+(stdcall|cdecl|varargs|thiscall|stub|extern)\s+((?:-\S+\s+)*)([A-Za-z0-9_\@\$?]+)(?:\s*(\([^)]*\)))?(?:\s+([A-Za-z0-9_\@\$?.]+))?(\s*\#.*)?/)
239 return ( "ordinal" => $1, "callconv" => $2, "flags" => $3, "name" => $4, "args" => $5 || "",
240 "target" => $6 || $4, "comment" => $7, "spec" => $name );
242 return () if $str =~ /^\s*$/;
243 return () if $str =~ /^\s*\#/;
244 printf STDERR "$name.spec:$line: error: Unrecognized line $_\n";
247 sub read_spec_file($)
249 my $name = shift;
250 my $file = "dlls/$name/$name.spec";
251 my %stubs;
252 open SPEC, "<$file" or die "cannot open $file";
253 while (<SPEC>)
255 chomp;
256 my %descr = parse_line( $name, $., $_ );
257 next unless %descr;
259 my $func = $descr{name};
260 next if defined $funcs{$func};
261 $funcs{$func} = \%descr;
263 close SPEC;
266 sub update_spec_file($)
268 my $name = shift;
269 my $file = "dlls/$name/$name.spec";
270 my %stubs;
272 open SPEC, "<$file" or die "cannot open $file";
273 open NEW, ">$file.new" or die "cannot create $file.new";
274 while (<SPEC>)
276 chomp;
278 my $commented_out = 0;
279 my %descr = parse_line( $name, $., $_ );
280 if (!%descr)
282 # check for commented out exports
283 if (/^\s*\#\s*((?:\@|\d+)\s+)?((?:extern|stub|stdcall|cdecl|varargs|thiscall)\s+.*)/)
285 $commented_out = 1;
286 %descr = parse_line( $name, $., ($1 || "\@ ") . $2 );
289 goto done unless %descr;
291 my $func = $descr{name};
292 if (!defined $funcs{$func})
294 $funcs{$func} = \%descr unless $commented_out;
295 goto done;
298 my %parent = %{$funcs{$func}};
299 goto done if $parent{spec} eq $descr{spec}; # the definition is in this spec file
300 goto done if $descr{comment} && $descr{comment} =~ /don't forward/;
301 if ($descr{callconv} ne "stub" && $descr{target} !~ /\./ && !$commented_out)
303 printf "%s:%u: note: %s already defined in %s\n", $file, $., $func, $parent{spec} if $show_duplicates;
304 goto done;
307 my $flags = $descr{flags};
308 if ($parent{callconv} ne "stub" || $update_flags)
310 $flags = $parent{flags};
311 $flags =~ s/-ordinal\s*// if $descr{ordinal} eq "@";
312 $flags =~ s/-noname\s*// if $descr{ordinal} eq "@";
313 if ($descr{flags} =~ /-private/) # preserve -private flag
315 $flags = "-private " . $flags unless $flags =~ /-private/;
319 if ($parent{callconv} ne "stub" || $parent{args})
321 my $callconv = $parent{callconv} ne "stub" ? $parent{callconv} :
322 $parent{spec} =~ /msvc/ ? "cdecl" : "stdcall"; # hack
323 $_ = sprintf "$descr{ordinal} %s %s%s", $callconv, $flags, $func;
325 if ($parent{target} =~ /$group_head\./) # use the same forward as parent if possible
327 $_ .= sprintf "%s %s", $parent{args}, $parent{target};
329 else
331 $_ .= sprintf "%s %s.%s", $parent{args}, $parent{spec}, $func;
334 else
336 $_ = sprintf "$descr{ordinal} stub %s%s", $flags, $func;
338 $_ .= $descr{comment} || "";
340 done:
341 print NEW "$_\n";
343 close SPEC;
344 close NEW;
345 update_file( $file );
348 sub sync_spec_files(@)
350 %funcs = ();
351 $group_head = shift;
352 read_spec_file( $group_head );
353 foreach my $spec (@_) { update_spec_file($spec); }
356 foreach my $group (@dll_groups)
358 sync_spec_files( @{$group} );