shell32: Fix handle leak on consecutive Init() calls.
[wine.git] / tools / make_makefiles
blob567e92900e7d5cbe7a4c1db2c3157d082205f4f8
1 #!/usr/bin/perl -w
3 # Build the auto-generated parts of the Wine makefiles.
5 # Copyright 2006 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 # Make rules files
25 my %makerules =
27 "MAKE_RULES" => "Make.rules",
28 "MAKE_DLL_RULES" => "dlls/Makedll.rules",
29 "MAKE_IMPLIB_RULES" => "dlls/Makeimplib.rules",
30 "MAKE_TEST_RULES" => "Maketest.rules",
31 "MAKE_PROG_RULES" => "programs/Makeprog.rules",
34 # Programs that we want to install in the bin directory too
35 my %bin_install =
37 "msiexec" => 1,
38 "notepad" => 1,
39 "regedit" => 1,
40 "regsvr32" => 1,
41 "wineboot" => 1,
42 "winecfg" => 1,
43 "wineconsole" => 1,
44 "winedbg" => 1,
45 "winefile" => 1,
46 "winemine" => 1,
47 "winepath" => 1,
50 # Programs that we don't want to install at all
51 my %dont_install =
53 "winetest" => 1,
56 # Dlls and programs that are 16-bit specific
57 my %modules16 =
59 "ifsmgr.vxd" => 1,
60 "mmdevldr.vxd" => 1,
61 "monodebg.vxd" => 1,
62 "vdhcp.vxd" => 1,
63 "vmm.vxd" => 1,
64 "vnbt.vxd" => 1,
65 "vnetbios.vxd" => 1,
66 "vtdapi.vxd" => 1,
67 "vwin32.vxd" => 1,
68 "w32skrnl.dll" => 1,
69 "winevdm.exe" => 1,
70 "wow32.dll" => 1,
73 # Default patterns for top-level .gitignore
74 my @ignores = (
75 "*.[oa]",
76 "*.exe",
77 "*.fake",
78 "*.man",
79 "*.ok",
80 "*.res",
81 "*.so",
82 "/autom4te.cache",
83 "/config.cache",
84 "/config.log",
85 "/config.status",
86 "/configure.lineno",
87 "/TAGS",
88 "/tags",
89 "/wine",
90 "/wine64",
91 "Makefile",
92 "dlldata.c",
93 "dlls/*/*.def",
94 "dlls/shell32/AUTHORS",
95 "*/*/tests/testlist.c",
96 "include/config.h",
97 "include/stamp-h",
98 "loader/wine_info.plist",
99 "msg.pot",
100 "po/*.mo",
101 "programs/winetest/build.nfo",
102 "programs/winetest/build.rc",
103 "rsrc.pot",
104 "tools/makedep",
107 # Source files and their resulting target to ignore
108 my @ignore_srcs = (
109 [ 'BISON_SRCS', '\.y', '.tab.c' ],
110 [ 'BISON_SRCS', '\.y', '.tab.h' ],
111 [ 'LEX_SRCS', '\.l', '.yy.c' ],
112 [ 'IDL_TLB_SRCS', '\.idl', '.tlb' ],
113 [ 'IDL_H_SRCS', '\.idl', '.h' ],
114 [ 'IDL_C_SRCS', '\.idl', '.h' ],
115 [ 'IDL_I_SRCS', '\.idl', '.h' ],
116 [ 'IDL_P_SRCS', '\.idl', '.h' ],
117 [ 'IDL_S_SRCS', '\.idl', '.h' ],
118 [ 'IDL_C_SRCS', '\.idl', '_c.c' ],
119 [ 'IDL_I_SRCS', '\.idl', '_i.c' ],
120 [ 'IDL_P_SRCS', '\.idl', '_p.c' ],
121 [ 'IDL_S_SRCS', '\.idl', '_s.c' ],
122 [ 'PUBLIC_IDL_H_SRCS', '\.idl', '.h' ],
123 [ 'PRIVATE_IDL_H_SRCS', '\.idl', '.h' ],
124 [ 'XTEMPLATE_SRCS', '\.x', '.h' ],
127 my %exported_wine_headers = (
128 "wine/debug.h" => 1,
129 "wine/exception.h" => 1,
130 "wine/library.h" => 1,
131 "wine/unicode.h" => 1,
132 "wine/itss.idl" => 1,
133 "wine/svcctl.idl" => 1,
136 my %private_idl_headers = (
137 "access.idl" => 1,
138 "asynot.idl" => 1,
139 "asysta.idl" => 1,
140 "axcore.idl" => 1,
141 "axextend.idl" => 1,
142 "binres.idl" => 1,
143 "chprst.idl" => 1,
144 "cmdbas.idl" => 1,
145 "cmdtxt.idl" => 1,
146 "crtrow.idl" => 1,
147 "dbccmd.idl" => 1,
148 "dbcses.idl" => 1,
149 "dbdsad.idl" => 1,
150 "dbinit.idl" => 1,
151 "dbprop.idl" => 1,
152 "dbs.idl" => 1,
153 "devenum.idl" => 1,
154 "dyngraph.idl" => 1,
155 "errrec.idl" => 1,
156 "opnrst.idl" => 1,
157 "row.idl" => 1,
158 "rowchg.idl" => 1,
159 "rowpos.idl" => 1,
160 "rowpsc.idl" => 1,
161 "rstbas.idl" => 1,
162 "rstinf.idl" => 1,
163 "rstloc.idl" => 1,
164 "rstnot.idl" => 1,
165 "srcrst.idl" => 1,
166 "sesprp.idl" => 1,
167 "vmrender.idl" => 1,
168 "xmldom.idl" => 1,
169 "xmldso.idl" => 1,
170 "wine/winedxgi.idl" => 1,
173 my %ignored_source_files = (
174 "dlls/wineps.drv/afm2c.c" => 1,
175 "dlls/wineps.drv/mkagl.c" => 1,
176 "programs/winetest/dist.rc" => 1,
179 my (@linguas, @makefiles, %makefiles);
181 sub dirname($)
183 my $ret = shift;
184 return "" unless $ret =~ /\//;
185 $ret =~ s!/[^/]*$!!;
186 return $ret;
189 # update a file if changed
190 sub update_file($)
192 my $file = shift;
193 my $ret = !(-f $file) || system "cmp $file $file.new >/dev/null";
194 if (!$ret)
196 unlink "$file.new";
198 else
200 rename "$file.new", "$file";
201 print "$file updated\n";
202 if ($file eq "configure.ac")
204 system "autoconf";
205 print "configure updated\n";
208 return $ret;
211 # replace some lines in a file between two markers
212 sub replace_in_file($$$@)
214 my $file = shift;
215 my $start = shift;
216 my $end = shift;
218 open NEW_FILE, ">$file.new" or die "cannot create $file.new";
220 if (defined($start))
222 open OLD_FILE, "$file" or die "cannot open $file";
223 while (<OLD_FILE>)
225 last if /$start/;
226 print NEW_FILE $_;
230 print NEW_FILE @_;
232 if (defined($end))
234 my $skip=1;
235 while (<OLD_FILE>)
237 print NEW_FILE $_ unless $skip;
238 $skip = 0 if /$end/;
242 close OLD_FILE if defined($start);
243 close NEW_FILE;
244 return update_file($file);
247 # replace a variable in a makefile
248 sub replace_makefile_variable($$)
250 my ($file, $var) = @_;
251 my $make = $makefiles{$file};
252 my $replaced = 0;
254 return unless defined ${$make}{"=$var"};
256 my @values = @{${$make}{"=$var"}};
257 ${$make}{$var} = \@values;
259 open NEW_FILE, ">$file.in.new" or die "cannot create $file.in.new";
261 open OLD_FILE, "$file.in" or die "cannot open $file.in";
262 while (<OLD_FILE>)
264 if (/^\s*($var\s*)=/)
266 # try to preserve formatting
267 my $prefix = $1;
268 my $multiline = /\\$/ || (@values > 1);
269 while (/\\$/)
271 $_ = <OLD_FILE>;
272 last unless $_;
274 if ($multiline)
276 print NEW_FILE "$var = \\\n\t" . join(" \\\n\t", sort @values) . "\n";
278 else
280 print NEW_FILE "$prefix= @values\n";
282 $replaced = 1;
283 next;
285 if (/^\@MAKE/ && !$replaced)
287 print NEW_FILE "$var = \\\n\t" . join(" \\\n\t", sort @values) . "\n";
289 print NEW_FILE $_;
291 close OLD_FILE;
292 close NEW_FILE;
293 return update_file("$file.in");
296 # parse the specified makefile and load the variables
297 sub parse_makefile($)
299 my $file = shift;
300 my %make;
302 ($make{"=dir"} = $file) =~ s/[^\/]+$//;
304 open MAKE, "$file.in" or die "cannot open $file.in\n";
306 while (<MAKE>)
308 chomp;
309 next if (/^\s*#/);
310 while (/\\$/) { chop; $_ .= <MAKE>; chomp; } # merge continued lines
311 next if (/^\s*$/);
313 if (/^\@(MAKE.*RULES)\@/)
315 my $var = $1;
316 $make{"=rules"} = $makerules{$var};
317 next;
319 if (/^\s*(MODULE|IMPORTLIB|TESTDLL|MANPAGE)\s*=\s*(.*)/)
321 my $var = $1;
322 $make{$var} = $2;
323 push @{$make{"=flags"}}, "implib" if $var eq "IMPORTLIB";
324 push @{$make{"=flags"}}, "manpage" if $var eq "MANPAGE";
325 next;
327 if (/^\s*(BISON_SRCS|LEX_SRCS|IDL_[CHIPRS]_SRCS|IDL_TLB_SRCS|IMPLIB_SRCS|C_SRCS|OBJC_SRCS|MC_SRCS|RC_SRCS|PO_SRCS|SVG_SRCS|PROGRAMS)\s*=\s*(.*)/)
329 my $var = $1;
330 my @list = split(/\s+/, $2);
331 $make{$var} = \@list;
332 push @{$make{"=flags"}}, "mc" if $var eq "MC_SRCS";
333 push @{$make{"=flags"}}, "po" if $var eq "PO_SRCS";
334 push @{$make{"=flags"}}, "staticimplib" if $var eq "IMPLIB_SRCS";
335 next;
337 if (/(install-lib|install-dev)\s*:/)
339 push @{$make{"=flags"}}, $1;
340 next;
342 if (/^\s*(TOPSRCDIR|TOPOBJDIR|SRCDIR|VPATH)\s*=\s*(.*)/)
344 die "Variable $1 in $file.in is obsolete";
348 if ($file =~ /^programs\/([^\/]+)\/Makefile/)
350 push @{$make{"=flags"}}, "install" unless $dont_install{$1};
351 push @{$make{"=flags"}}, "installbin" if $bin_install{$1};
354 return %make;
357 # assign source files to their respective makefile
358 sub assign_sources_to_makefiles(@)
360 my %subdirs;
362 foreach my $file (@_)
364 next if defined $ignored_source_files{$file};
365 my $dir = dirname( $file );
366 my $subdir = $dir;
368 while ($dir && !defined $makefiles{"$dir/Makefile"}) { $dir = dirname( $dir ); }
369 $subdir =~ s/^$dir\/?//;
370 $subdirs{"$dir/ $subdir"} = 1 if $subdir;
371 next unless $dir;
373 die "no makefile found for $file\n" unless defined $makefiles{"$dir/Makefile"};
375 my $make = $makefiles{"$dir/Makefile"};
376 my $name = substr( $file, length($dir) + 1 );
378 if ($dir eq "include")
380 next if ($name =~ /\.in$/);
381 if ($name =~ /^wine\// && !$exported_wine_headers{$name})
383 if ($private_idl_headers{$name}) { push @{${$make}{"=PRIVATE_IDL_H_SRCS"}}, $name; }
384 next;
386 if ($name =~ /stdole2\.idl$/) { push @{${$make}{"=IDL_TLB_SRCS"}}, $name; }
387 elsif ($private_idl_headers{$name}) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
388 elsif ($name =~ /\.h$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
389 elsif ($name =~ /\.x$/) { push @{${$make}{"=XTEMPLATE_SRCS"}}, $name; }
390 elsif ($name =~ /\.rh$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
391 elsif ($name =~ /\.inl$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
392 elsif ($name =~ /\.idl$/) { push @{${$make}{"=PUBLIC_IDL_H_SRCS"}}, $name; }
393 else { die "unknown file $name in include dir"; }
395 else
397 if ($name =~ /\.c$/) { push @{${$make}{"=C_SRCS"}}, $name; }
398 elsif ($name =~ /\.m$/) { push @{${$make}{"=OBJC_SRCS"}}, $name; }
399 elsif ($name =~ /\.l$/) { push @{${$make}{"=LEX_SRCS"}}, $name; }
400 elsif ($name =~ /\.y$/) { push @{${$make}{"=BISON_SRCS"}}, $name; }
401 elsif ($name =~ /\.rc$/) { push @{${$make}{"=RC_SRCS"}}, $name; }
402 elsif ($name =~ /\.mc$/) { push @{${$make}{"=MC_SRCS"}}, $name; }
403 elsif ($name =~ /\.svg$/) { push @{${$make}{"=SVG_SRCS"}}, $name; }
406 foreach my $key (keys %subdirs)
408 my ($dir, $subdir) = split " ", $key;
409 if ($dir eq "/") { $dir = ""; }
410 push @{${$makefiles{"${dir}Makefile"}}{"=EXTRASUBDIRS"}}, $subdir;
413 # add extra variables to include source list
414 my $make = $makefiles{"include/Makefile"};
415 unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(XTEMPLATE_SRCS)";
416 unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(PUBLIC_IDL_H_SRCS)";
417 unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(IDL_TLB_SRCS)";
420 ################################################################
421 # update the makefile list in configure.ac
423 sub update_makefiles(@)
425 my (@lines);
427 foreach my $var (sort { $makerules{$a} cmp $makerules{$b}; } keys %makerules)
429 my $file = $makerules{$var};
430 my %make = %{$makefiles{$file}};
431 my $rules = $make{"=rules"} ? ",[$make{\"=rules\"}]" : "";
432 push @lines, "WINE_CONFIG_MAKERULES([$file],[$var]$rules)\n";
434 push @lines, "\n";
436 foreach my $file (sort @_)
438 my %make = %{$makefiles{$file}};
439 my $rules = $make{"=rules"};
440 my $args = "";
441 my $is_win16 = $make{"MODULE"} && ($make{"MODULE"} =~ /16$/ || $modules16{$make{"MODULE"}});
442 my $flag_args = defined $make{"=flags"} ? ",[" . join(",",sort @{$make{"=flags"}}) ."]" : "";
443 if ($rules eq $makerules{"MAKE_DLL_RULES"})
445 (my $name = $file) =~ s/^dlls\/(.*)\/Makefile/$1/;
446 if ($name =~ /\./)
448 die "Invalid MODULE in $file" unless $make{"MODULE"} eq $name;
450 else
452 die "Invalid MODULE in $file" unless $make{"MODULE"} eq "$name.dll";
454 my $implib = $make{"IMPORTLIB"} || "";
455 $args .= "," if $is_win16 || defined $make{"=flags"};
456 $args .= "enable_win16" if $is_win16;
457 $args .= $flag_args;
458 $args .= ",[$implib]" if $implib && $implib ne $name;
459 push @lines, "WINE_CONFIG_DLL($name$args)\n";
461 elsif ($rules eq $makerules{"MAKE_PROG_RULES"})
463 (my $name = $file) =~ s/^programs\/(.*)\/Makefile/$1/;
464 if ($name =~ /\./)
466 die "Invalid MODULE in $file" unless $make{"MODULE"} eq $name;
468 else
470 die "Invalid MODULE in $file" unless $make{"MODULE"} eq "$name.exe";
472 $args .= "," if $is_win16 || defined $make{"=flags"};
473 $args .= "enable_win16" if $is_win16;
474 push @lines, "WINE_CONFIG_PROGRAM($name$args$flag_args)\n";
476 elsif ($rules eq $makerules{"MAKE_TEST_RULES"})
478 (my $dir = $file) =~ s/^(.*)\/Makefile/$1/;
479 push @lines, "WINE_CONFIG_TEST($dir$flag_args)\n";
481 elsif ($rules eq $makerules{"MAKE_IMPLIB_RULES"})
483 (my $name = $file) =~ s/^dlls\/(.*)\/Makefile/$1/;
484 push @lines, "WINE_CONFIG_LIB($name$flag_args)\n";
486 elsif ($file =~ /^tools.*\/Makefile$/)
488 (my $name = $file) =~ s/^(.*)\/Makefile/$1/;
489 push @lines, "WINE_CONFIG_TOOL($name$flag_args)\n";
491 elsif ($file =~ /\/Makefile$/)
493 (my $name = $file) =~ s/^(.*)\/Makefile/$1/;
494 $args = "[$name]";
495 $args .= "," if defined $make{"=flags"};
496 push @lines, "WINE_CONFIG_MAKEFILE($args$flag_args)\n";
500 push @lines, "\nAC_SUBST([LINGUAS],[\"\\\n", join( " \\\n", sort @linguas ), "\"])\n\n";
502 # update the source variables in all the makefiles
504 foreach my $file (sort @_)
506 replace_makefile_variable( $file, "LEX_SRCS" );
507 replace_makefile_variable( $file, "BISON_SRCS" );
508 replace_makefile_variable( $file, "MC_SRCS" );
509 replace_makefile_variable( $file, "SVG_SRCS" );
510 replace_makefile_variable( $file, "C_SRCS" );
511 replace_makefile_variable( $file, "OBJC_SRCS" );
512 replace_makefile_variable( $file, "RC_SRCS" );
513 replace_makefile_variable( $file, "PRIVATE_IDL_H_SRCS" );
514 replace_makefile_variable( $file, "PUBLIC_IDL_H_SRCS" );
515 replace_makefile_variable( $file, "IDL_TLB_SRCS" );
516 replace_makefile_variable( $file, "XTEMPLATE_SRCS" );
517 replace_makefile_variable( $file, "SRCDIR_INCLUDES" );
518 replace_makefile_variable( $file, "EXTRASUBDIRS" );
521 push @lines, "dnl End of auto-generated output commands\n";
522 replace_in_file( "configure.ac", '^WINE_CONFIG_MAKERULES', '^dnl End of auto-generated output commands\n$', @lines);
526 ################################################################
527 # process ignore targets for generic source files
529 sub update_ignores(@)
531 my @ignores;
533 foreach my $file (sort @_)
535 my %makefile = %{$makefiles{$file}};
536 my @list;
538 foreach my $src (@ignore_srcs)
540 my @pattern = @{$src};
541 next unless defined $makefile{$pattern[0]};
542 next if $pattern[0] eq "IDL_TLB_SRCS" && $makefile{"=rules"} eq "dlls/Makedll.rules";
543 push @list, map { (my $ret = $_) =~ s/$pattern[1]$/$pattern[2]/; $ret; } @{$makefile{$pattern[0]}};
545 foreach my $f (@list)
547 push @ignores, $makefile{"=dir"} . $f unless $f =~ /\$\(.*\)/; # skip make variables
550 if (defined $makefile{"IMPORTLIB"})
552 if ($makefile{"IMPORTLIB"} =~ /^([a-zA-Z0-9_.]+)/)
554 if ("dlls/$1/" ne $makefile{"=dir"}) { push @ignores, "dlls/lib$1.def"; }
556 else
558 die "invalid importlib name $makefile{IMPORTLIB} in $file";
562 return @ignores;
566 ################################################################
567 # update the main .gitignore
569 sub update_gitignore(@)
571 my @ignores = values %makerules;
573 foreach my $make (@makefiles)
575 my %makefile = %{$makefiles{$make}};
576 my $dir = $makefile{"=dir"};
577 if (defined $makefile{"PROGRAMS"})
579 push @ignores, map { s/\$\(EXEEXT\)//; $dir . $_; } @{$makefile{"PROGRAMS"}};
583 # prepend a slash to paths that don't have one
584 @ignores = map { $_ =~ s/^([^\/]+)$/\/$1/; $_; } @ignores;
586 # get rid of duplicates
587 my %ignores = ();
588 foreach my $i (@ignores, @_) { $ignores{$i} = 1; }
590 replace_in_file( ".gitignore", undef, undef,
591 "# Automatically generated by make_makefiles; DO NOT EDIT!!\n",
592 join("\n", sort keys %ignores), "\n" );
596 ################################################################
597 # update the LINGUAS file
599 sub update_linguas(@)
601 replace_in_file( "po/LINGUAS", undef, undef, join("\n", sort @_), "\n" );
605 die "needs to be run from a git checkout" unless -d ".git";
607 my @all_files = split /\0/, `git ls-files -c -z`;
608 @linguas = map { (my $ret = $_) =~ s/^po\/(.*)\.po/$1/; $ret; } grep /^po\/.*\.po$/, @all_files;
609 @makefiles = map { (my $ret = $_) =~ s/\.in$//; $ret; } grep /Makefile.in$/, @all_files;
611 foreach my $file (sort values %makerules, @makefiles)
613 my %make = parse_makefile( $file );
614 $makefiles{$file} = \%make;
617 assign_sources_to_makefiles( @all_files );
618 update_linguas( @linguas );
619 update_makefiles( @makefiles );
620 push @ignores, update_ignores( @makefiles );
621 update_gitignore( @ignores );