Lines Matching refs:OUT
240 open(OUT, ">$srcdir/Makefile.tmp");
243 print OUT;
245 print OUT "# The dependencies in the remainder of this file are automatically\n";
246 print OUT "# generated by \"make maint-deps\". Manual edits will be lost.\n\n";
270 print OUT "$obj \$(srcdir)/$f";
275 printf OUT " \\\n\t$d";
278 print OUT " $d";
282 print OUT "\n";
284 print OUT "$obj \$(srcdir)/$f\n";
288 print OUT $c;
293 close(OUT);