Lines Matching full:makefile
6 open(MAKEFILE, "> $makefile");
8 # The Contents of the MAKEFILE ...
10 print MAKEFILE <<'EOMAKE';
17 close(MAKEFILE);
23 &run_make_with_options($makefile, "", &get_logfile);
29 &run_make_with_options($makefile, "-Worig -n", &get_logfile);
40 open(MAKEFILE, "> $makefile2");
42 print MAKEFILE <<'EOF';
50 close(MAKEFILE);