Home | History | Annotate | Download | only in variables

Lines Matching full:makefile

12 open(MAKEFILE, "> $makefile");
13 print MAKEFILE "dir = $dir\n";
14 print MAKEFILE <<'EOF';
28 close(MAKEFILE);
36 &run_make_with_options($makefile, "", &get_logfile);
54 open(MAKEFILE, "> $makefile2");
55 print MAKEFILE "dir = $dir\n";
56 print MAKEFILE <<'EOF';
68 close(MAKEFILE);