Lines Matching refs:OUT
243 open(OUT, ">$srcdir/Makefile.tmp");
246 print OUT;
248 print OUT "# The dependencies in the remainder of this file are automatically\n";
249 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
273 print OUT "$obj \$(srcdir)/$f";
278 printf OUT " \\\n\t$d";
281 print OUT " $d";
285 print OUT "\n";
287 print OUT "$obj \$(srcdir)/$f\n";
291 print OUT $c;
296 close(OUT);