wined3d: Make wined3d.h a normal header file again.
[wine] / tools / make_makefiles
1 #!/usr/bin/perl -w
2 #
3 # Build the auto-generated parts of the Wine makefiles.
4 #
5 # Copyright 2006 Alexandre Julliard
6 #
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.
11 #
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.
16 #
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
20 #
21
22 use strict;
23
24 # Make rules files
25 my %makerules =
26 (
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",
32 );
33
34 # Programs that we want to install in the bin directory too
35 my %bin_install =
36 (
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,
48 );
49
50 # Programs that we don't want to install at all
51 my %dont_install =
52 (
53   "cmdlgtst" => 1,
54   "view" => 1,
55   "winetest" => 1,
56 );
57
58 # Dlls and programs that are 16-bit specific
59 my %modules16 =
60 (
61   "ifsmgr.vxd" => 1,
62   "mmdevldr.vxd" => 1,
63   "monodebg.vxd" => 1,
64   "vdhcp.vxd" => 1,
65   "vmm.vxd" => 1,
66   "vnbt.vxd" => 1,
67   "vnetbios.vxd" => 1,
68   "vtdapi.vxd" => 1,
69   "vwin32.vxd" => 1,
70   "w32skrnl.dll" => 1,
71   "winevdm.exe" => 1,
72   "wow32.dll" => 1,
73 );
74
75 # Default patterns for top-level .gitignore
76 my @ignores = (
77     "*.[oa]",
78     "*.fake",
79     "*.man",
80     "*.ok",
81     "*.res",
82     "*.so",
83     "/autom4te.cache",
84     "/config.cache",
85     "/config.log",
86     "/config.status",
87     "/configure.lineno",
88     "/TAGS",
89     "/tags",
90     "/wine",
91     "/wine64",
92     "Makefile",
93     "dlldata.c",
94     "dlls/*/*.def",
95     "dlls/shell32/AUTHORS",
96     "*/*/tests/*crosstest.exe",
97     "*/*/tests/testlist.c",
98     "include/config.h",
99     "include/stamp-h",
100     "msg.pot",
101     "programs/winetest/*_test.exe",
102     "programs/winetest/*_test.rc",
103     "programs/winetest/build.nfo",
104     "programs/winetest/build.rc",
105     "rsrc.pot",
106     "tools/makedep",
107 );
108
109 # Source files and their resulting target to ignore
110 my @ignore_srcs = (
111     [ 'BISON_SRCS',   '\.y',   '.tab.c' ],
112     [ 'BISON_SRCS',   '\.y',   '.tab.h' ],
113     [ 'LEX_SRCS',     '\.l',   '.yy.c' ],
114     [ 'IDL_TLB_SRCS', '\.idl', '.tlb' ],
115     [ 'IDL_H_SRCS',   '\.idl', '.h' ],
116     [ 'IDL_C_SRCS',   '\.idl', '.h' ],
117     [ 'IDL_I_SRCS',   '\.idl', '.h' ],
118     [ 'IDL_P_SRCS',   '\.idl', '.h' ],
119     [ 'IDL_S_SRCS',   '\.idl', '.h' ],
120     [ 'IDL_C_SRCS',   '\.idl', '_c.c' ],
121     [ 'IDL_I_SRCS',   '\.idl', '_i.c' ],
122     [ 'IDL_P_SRCS',   '\.idl', '_p.c' ],
123     [ 'IDL_S_SRCS',   '\.idl', '_s.c' ],
124     [ 'PUBLIC_IDL_H_SRCS',  '\.idl', '.h' ],
125     [ 'PRIVATE_IDL_H_SRCS', '\.idl', '.h' ],
126     [ 'XTEMPLATE_SRCS',     '\.x',   '.h' ],
127 );
128
129 my %exported_wine_headers = (
130     "wine/debug.h" => 1,
131     "wine/exception.h" => 1,
132     "wine/library.h" => 1,
133     "wine/unicode.h" => 1,
134     "wine/itss.idl" => 1,
135     "wine/svcctl.idl" => 1,
136 );
137
138 my %private_idl_headers = (
139     "access.idl" => 1,
140     "asynot.idl" => 1,
141     "asysta.idl" => 1,
142     "axcore.idl" => 1,
143     "axextend.idl" => 1,
144     "binres.idl" => 1,
145     "cmdbas.idl" => 1,
146     "cmdtxt.idl" => 1,
147     "crtrow.idl" => 1,
148     "dbccmd.idl" => 1,
149     "dbcses.idl" => 1,
150     "dbdsad.idl" => 1,
151     "dbinit.idl" => 1,
152     "dbprop.idl" => 1,
153     "dbs.idl" => 1,
154     "devenum.idl" => 1,
155     "dyngraph.idl" => 1,
156     "opnrst.idl" => 1,
157     "row.idl" => 1,
158     "rowchg.idl" => 1,
159     "rstbas.idl" => 1,
160     "rstinf.idl" => 1,
161     "rstloc.idl" => 1,
162     "sesprp.idl" => 1,
163     "vmrender.idl" => 1,
164     "xmldom.idl" => 1,
165     "xmldso.idl" => 1,
166     "wine/winedxgi.idl" => 1,
167 );
168
169 my %ignored_source_files = (
170     "dlls/wineps.drv/afm2c.c" => 1,
171     "dlls/wineps.drv/mkagl.c" => 1,
172     "programs/winetest/dist.rc" => 1,
173 );
174
175 my (@linguas, @makefiles, %makefiles);
176
177 sub dirname($)
178 {
179     my $ret = shift;
180     return "" unless $ret =~ /\//;
181     $ret =~ s!/[^/]*$!!;
182     return $ret;
183 }
184
185 # update a file if changed
186 sub update_file($)
187 {
188     my $file = shift;
189     my $ret = !(-f $file) || system "cmp $file $file.new >/dev/null";
190     if (!$ret)
191     {
192         unlink "$file.new";
193     }
194     else
195     {
196         rename "$file.new", "$file";
197         print "$file updated\n";
198         if ($file eq "configure.ac")
199         {
200             system "autoconf";
201             print "configure updated\n";
202         }
203     }
204     return $ret;
205 }
206
207 # replace some lines in a file between two markers
208 sub replace_in_file($$$@)
209 {
210     my $file = shift;
211     my $start = shift;
212     my $end = shift;
213
214     open NEW_FILE, ">$file.new" or die "cannot create $file.new";
215
216     if (defined($start))
217     {
218         open OLD_FILE, "$file" or die "cannot open $file";
219         while (<OLD_FILE>)
220         {
221             last if /$start/;
222             print NEW_FILE $_;
223         }
224     }
225
226     print NEW_FILE @_;
227
228     if (defined($end))
229     {
230         my $skip=1;
231         while (<OLD_FILE>)
232         {
233             print NEW_FILE $_ unless $skip;
234             $skip = 0 if /$end/;
235         }
236     }
237
238     close OLD_FILE if defined($start);
239     close NEW_FILE;
240     return update_file($file);
241 }
242
243 # replace a variable in a makefile
244 sub replace_makefile_variable($$)
245 {
246     my ($file, $var) = @_;
247     my $make = $makefiles{$file};
248     my $replaced = 0;
249
250     return unless defined ${$make}{"=$var"};
251
252     my @values = @{${$make}{"=$var"}};
253     ${$make}{$var} = \@values;
254
255     open NEW_FILE, ">$file.in.new" or die "cannot create $file.in.new";
256
257     open OLD_FILE, "$file.in" or die "cannot open $file.in";
258     while (<OLD_FILE>)
259     {
260         if (/^\s*($var\s*)=/)
261         {
262             # try to preserve formatting
263             my $prefix = $1;
264             my $multiline = /\\$/ || (@values > 1);
265             while (/\\$/)
266             {
267                 $_ = <OLD_FILE>;
268                 last unless $_;
269             }
270             if ($multiline)
271             {
272                 print NEW_FILE "$var = \\\n\t" . join(" \\\n\t", sort @values) . "\n";
273             }
274             else
275             {
276                 print NEW_FILE "$prefix= @values\n";
277             }
278             $replaced = 1;
279             next;
280         }
281         if (/^\@MAKE/ && !$replaced)
282         {
283             print NEW_FILE "$var = \\\n\t" . join(" \\\n\t", sort @values) . "\n";
284         }
285         print NEW_FILE $_;
286     }
287     close OLD_FILE;
288     close NEW_FILE;
289     return update_file("$file.in");
290 }
291
292 # parse the specified makefile and load the variables
293 sub parse_makefile($)
294 {
295     my $file = shift;
296     my %make;
297
298     ($make{"=dir"} = $file) =~ s/[^\/]+$//;
299
300     open MAKE, "$file.in" or die "cannot open $file.in\n";
301
302     while (<MAKE>)
303     {
304         chomp;
305         next if (/^\s*#/);
306         while (/\\$/) { chop; $_ .= <MAKE>; chomp; }  # merge continued lines
307         next if (/^\s*$/);
308
309         if (/^\@(MAKE.*RULES)\@/)
310         {
311             my $var = $1;
312             $make{"=rules"} = $makerules{$var};
313             next;
314         }
315         if (/^\s*(MODULE|IMPORTLIB|TESTDLL)\s*=\s*(.*)/)
316         {
317             $make{$1} = $2;
318             next;
319         }
320         if (/^\s*(BISON_SRCS|LEX_SRCS|IDL_[CHIPRS]_SRCS|IDL_TLB_SRCS|IMPLIB_SRCS|C_SRCS|MC_SRCS|RC_SRCS|PO_SRCS|SVG_SRCS|PROGRAMS)\s*=\s*(.*)/)
321         {
322             my @list = split(/\s+/, $2);
323             $make{$1} = \@list;
324             next;
325         }
326         if (/^\s*(TOPSRCDIR|TOPOBJDIR|SRCDIR|VPATH)\s*=\s*(.*)/)
327         {
328             die "Variable $1 in $file.in is obsolete";
329         }
330     }
331     return %make;
332 }
333
334 # assign source files to their respective makefile
335 sub assign_sources_to_makefiles(@)
336 {
337     my %subdirs;
338
339     foreach my $file (@_)
340     {
341         next if defined $ignored_source_files{$file};
342         my $dir = dirname( $file );
343         my $subdir = $dir;
344
345         while ($dir && !defined $makefiles{"$dir/Makefile"}) { $dir = dirname( $dir ); }
346         $subdir =~ s/^$dir\/?//;
347         $subdirs{"$dir/ $subdir"} = 1 if $subdir;
348         next unless $dir;
349
350         die "no makefile found for $file\n" unless defined $makefiles{"$dir/Makefile"};
351
352         my $make = $makefiles{"$dir/Makefile"};
353         my $name = substr( $file, length($dir) + 1 );
354
355         if ($dir eq "include")
356         {
357             next if ($name =~ /\.in$/);
358             if ($name =~ /^wine\// && !$exported_wine_headers{$name})
359             {
360                 if ($private_idl_headers{$name}) { push @{${$make}{"=PRIVATE_IDL_H_SRCS"}}, $name; }
361                 next;
362             }
363             if ($name =~ /stdole2\.idl$/) { push @{${$make}{"=IDL_TLB_SRCS"}}, $name; }
364             elsif ($private_idl_headers{$name}) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
365             elsif ($name =~ /\.h$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
366             elsif ($name =~ /\.x$/) { push @{${$make}{"=XTEMPLATE_SRCS"}}, $name; }
367             elsif ($name =~ /\.rh$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
368             elsif ($name =~ /\.inl$/) { push @{${$make}{"=SRCDIR_INCLUDES"}}, $name; }
369             elsif ($name =~ /\.idl$/) { push @{${$make}{"=PUBLIC_IDL_H_SRCS"}}, $name; }
370             else { die "unknown file $name in include dir"; }
371         }
372         else
373         {
374             if ($name =~ /\.c$/) { push @{${$make}{"=C_SRCS"}}, $name; }
375             elsif ($name =~ /\.l$/) { push @{${$make}{"=LEX_SRCS"}}, $name; }
376             elsif ($name =~ /\.y$/) { push @{${$make}{"=BISON_SRCS"}}, $name; }
377             elsif ($name =~ /\.rc$/) { push @{${$make}{"=RC_SRCS"}}, $name; }
378             elsif ($name =~ /\.mc$/) { push @{${$make}{"=MC_SRCS"}}, $name; }
379             elsif ($name =~ /\.svg$/) { push @{${$make}{"=SVG_SRCS"}}, $name; }
380         }
381     }
382     foreach my $key (keys %subdirs)
383     {
384         my ($dir, $subdir) = split " ", $key;
385         if ($dir eq "/") { $dir = ""; }
386         push @{${$makefiles{"${dir}Makefile"}}{"=EXTRASUBDIRS"}}, $subdir;
387     }
388
389     # add extra variables to include source list
390     my $make = $makefiles{"include/Makefile"};
391     unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(XTEMPLATE_SRCS)";
392     unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(PUBLIC_IDL_H_SRCS)";
393     unshift @{${$make}{"=SRCDIR_INCLUDES"}}, "\$(IDL_TLB_SRCS)";
394 }
395
396 ################################################################
397 # update the makefile list in configure.ac
398
399 sub update_makefiles(@)
400 {
401     my (@lines);
402
403     foreach my $var (sort { $makerules{$a} cmp $makerules{$b}; } keys %makerules)
404     {
405         my $file = $makerules{$var};
406         my %make = %{$makefiles{$file}};
407         my $rules = $make{"=rules"} ? ",[$make{\"=rules\"}]" : "";
408         push @lines, "WINE_CONFIG_MAKERULES([$file],[$var]$rules)\n";
409     }
410     push @lines, "\n";
411
412     foreach my $file (sort @_)
413     {
414         my %make = %{$makefiles{$file}};
415         my $rules = $make{"=rules"};
416         my $args = "";
417         my @flags;
418         my $is_win16 = $make{"MODULE"} && ($make{"MODULE"} =~ /16$/ || $modules16{$make{"MODULE"}});
419         if ($rules eq $makerules{"MAKE_DLL_RULES"})
420         {
421             (my $name = $file) =~ s/^dlls\/(.*)\/Makefile/$1/;
422             if ($name =~ /\./)
423             {
424                 die "Invalid MODULE in $file" unless $make{"MODULE"} eq $name;
425             }
426             else
427             {
428                 die "Invalid MODULE in $file" unless $make{"MODULE"} eq "$name.dll";
429             }
430             my $implib = $make{"IMPORTLIB"} || "";
431             push @flags, "mc" if defined $make{"MC_SRCS"};
432             push @flags, "po" if defined $make{"PO_SRCS"};
433             push @flags, "implib" if $implib;
434             push @flags, "staticimplib" if defined($make{"IMPLIB_SRCS"});
435             $args .= "," if $is_win16 || @flags;
436             $args .= "enable_win16" if $is_win16;
437             $args .= ",[" . join(",",@flags) ."]" if @flags;
438             $args .= ",[$implib]" if $implib && $implib ne $name;
439             push @lines, "WINE_CONFIG_DLL($name$args)\n";
440         }
441         elsif ($rules eq $makerules{"MAKE_PROG_RULES"})
442         {
443             (my $name = $file) =~ s/^programs\/(.*)\/Makefile/$1/;
444             if ($name =~ /\./)
445             {
446                 die "Invalid MODULE in $file" unless $make{"MODULE"} eq $name;
447             }
448             else
449             {
450                 die "Invalid MODULE in $file" unless $make{"MODULE"} eq "$name.exe";
451             }
452             push @flags, "mc" if defined $make{"MC_SRCS"};
453             push @flags, "po" if defined $make{"PO_SRCS"};
454             push @flags, "install" unless $dont_install{$name};
455             push @flags, "installbin" if $bin_install{$name};
456             $args .= "," if $is_win16 || @flags;
457             $args .= "enable_win16" if $is_win16;
458             $args .= ",[" . join(",",@flags) ."]" if @flags;
459             push @lines, "WINE_CONFIG_PROGRAM($name$args)\n";
460         }
461         elsif ($rules eq $makerules{"MAKE_TEST_RULES"})
462         {
463             (my $dir = $file) =~ s/^(.*)\/Makefile/$1/;
464             push @lines, "WINE_CONFIG_TEST($dir)\n";
465         }
466         elsif ($rules eq $makerules{"MAKE_IMPLIB_RULES"})
467         {
468             (my $name = $file) =~ s/^dlls\/(.*)\/Makefile/$1/;
469             push @lines, "WINE_CONFIG_LIB($name)\n";
470         }
471         elsif ($file =~ /^tools.*\/Makefile$/)
472         {
473             (my $name = $file) =~ s/^(.*)\/Makefile/$1/;
474             push @lines, "WINE_CONFIG_TOOL($name)\n";
475         }
476         elsif ($file =~ /\/Makefile$/)
477         {
478             (my $name = $file) =~ s/^(.*)\/Makefile/$1/;
479             push @lines, "WINE_CONFIG_MAKEFILE([$name])\n";
480         }
481     }
482
483     push @lines, "\nAC_SUBST([LINGUAS],[\"\\\n", join( " \\\n", sort @linguas ), "\"])\n\n";
484
485     # update the source variables in all the makefiles
486
487     foreach my $file (sort @_)
488     {
489         replace_makefile_variable( $file, "LEX_SRCS" );
490         replace_makefile_variable( $file, "BISON_SRCS" );
491         replace_makefile_variable( $file, "MC_SRCS" );
492         replace_makefile_variable( $file, "SVG_SRCS" );
493         replace_makefile_variable( $file, "C_SRCS" );
494         replace_makefile_variable( $file, "RC_SRCS" );
495         replace_makefile_variable( $file, "PRIVATE_IDL_H_SRCS" );
496         replace_makefile_variable( $file, "PUBLIC_IDL_H_SRCS" );
497         replace_makefile_variable( $file, "IDL_TLB_SRCS" );
498         replace_makefile_variable( $file, "XTEMPLATE_SRCS" );
499         replace_makefile_variable( $file, "SRCDIR_INCLUDES" );
500         replace_makefile_variable( $file, "EXTRASUBDIRS" );
501     }
502
503     push @lines, "dnl End of auto-generated output commands\n";
504     replace_in_file( "configure.ac", '^WINE_CONFIG_MAKERULES', '^dnl End of auto-generated output commands\n$', @lines);
505 }
506
507
508 ################################################################
509 # process ignore targets for generic source files
510
511 sub update_ignores(@)
512 {
513     my @ignores;
514
515     foreach my $file (sort @_)
516     {
517         my %makefile = %{$makefiles{$file}};
518         my @list;
519
520         foreach my $src (@ignore_srcs)
521         {
522             my @pattern = @{$src};
523             next unless defined $makefile{$pattern[0]};
524             push @list, map { (my $ret = $_) =~ s/$pattern[1]$/$pattern[2]/; $ret; } @{$makefile{$pattern[0]}};
525         }
526         foreach my $f (@list)
527         {
528             push @ignores, $makefile{"=dir"} . $f unless $f =~ /\$\(.*\)/;  # skip make variables
529         }
530
531         if (defined $makefile{"IMPORTLIB"})
532         {
533             if ($makefile{"IMPORTLIB"} =~ /^([a-zA-Z0-9_.]+)/)
534             {
535                 if ("dlls/$1/" ne $makefile{"=dir"}) { push @ignores, "dlls/lib$1.def"; }
536             }
537             else
538             {
539                 die "invalid importlib name $makefile{IMPORTLIB} in $file";
540             }
541         }
542     }
543     return @ignores;
544 }
545
546
547 ################################################################
548 # update the main .gitignore
549
550 sub update_gitignore(@)
551 {
552     my @ignores = values %makerules;
553
554     foreach my $make (@makefiles)
555     {
556         my %makefile = %{$makefiles{$make}};
557         my $dir = $makefile{"=dir"};
558         if (defined $makefile{"PROGRAMS"})
559         {
560             push @ignores, map { s/\$\(EXEEXT\)//; $dir . $_; } @{$makefile{"PROGRAMS"}};
561         }
562     }
563
564     # prepend a slash to paths that don't have one
565     @ignores = map { $_ =~ s/^([^\/]+)$/\/$1/; $_; } @ignores;
566
567     # get rid of duplicates
568     my %ignores = ();
569     foreach my $i (@ignores, @_) { $ignores{$i} = 1; }
570
571     replace_in_file( ".gitignore", undef, undef,
572                      "# Automatically generated by make_makefiles; DO NOT EDIT!!\n",
573                      join("\n", sort keys %ignores), "\n" );
574 }
575
576
577 ################################################################
578 # update the LINGUAS file
579
580 sub update_linguas(@)
581 {
582     replace_in_file( "po/LINGUAS", undef, undef, join("\n", sort @_), "\n" );
583 }
584
585
586 die "needs to be run from a git checkout" unless -d ".git";
587
588 my @all_files = split /\0/, `git ls-files -c -z`;
589 @linguas = map { (my $ret = $_) =~ s/^po\/(.*)\.po/$1/; $ret; } grep /^po\/.*\.po$/, @all_files;
590 @makefiles = map { (my $ret = $_) =~ s/\.in$//; $ret; } grep /Makefile.in$/, @all_files;
591
592 foreach my $file (sort values %makerules, @makefiles)
593 {
594     my %make = parse_makefile( $file );
595     $makefiles{$file} = \%make;
596 }
597
598 assign_sources_to_makefiles( @all_files );
599 update_linguas( @linguas );
600 update_makefiles( @makefiles );
601 push @ignores, update_ignores( @makefiles );
602 update_gitignore( @ignores );