3 # This is a hacked version of files.pl for systems that can't do a 'make files'.
4 # Do a perl util/mkminfo.pl >MINFO to build MINFO
5 # Written by Steve Henson 1999.
7 # List of directories to process
68 &files_dir
($_, "Makefile");
75 my ($dir, $makefile) = @_;
79 open (IN
, "$dir/$makefile") || die "Can't open $dir/$makefile";
87 if (/^(\S+)\s*=\s*(.*)$/)
110 $o =~ s/\$[({]([^)}]+)[)}]/$sym{$1}/g;
115 print "RELATIVE_DIRECTORY=$dir\n";
117 foreach (sort keys %sym)
119 print "$_=$sym{$_}\n";
121 print "RELATIVE_DIRECTORY=\n";