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
67 &files_dir
($_, "Makefile");
74 my ($dir, $makefile) = @_;
78 open (IN
, "$dir/$makefile") || die "Can't open $dir/$makefile";
86 if (/^(\S+)\s*=\s*(.*)$/)
109 $o =~ s/\$[({]([^)}]+)[)}]/$sym{$1}/g;
114 print "RELATIVE_DIRECTORY=$dir\n";
116 foreach (sort keys %sym)
118 print "$_=$sym{$_}\n";
120 print "RELATIVE_DIRECTORY=\n";