5 print "# Dependency list automatically generated by gendepend.pl\n\n";
14 $line =~ s
|/usr/include
/\S
+||g
; # remove SDL etc header files
15 $line =~ s/ +/ /g; # remove duplicate spaces
17 while($line =~ /(.{1,$max})(\s|$)/g) {
32 sub concatenate_lines
{
36 chomp; # remove newline
39 $line =~ s/\\$//; # remove trailing backslash
43 if($line ne '') { # if it's not the first line