Lines Matching full:makefile
8 open(MAKEFILE,"> $makefile");
10 # The Contents of the MAKEFILE ...
12 print MAKEFILE "VPATH = $VP\n";
14 print MAKEFILE <<'EOMAKE';
54 close(MAKEFILE);
72 &run_make_with_options($makefile,"general",&get_logfile);
85 &run_make_with_options($makefile,"notarget",&get_logfile,512);
98 &run_make_with_options($makefile,"intermediate",&get_logfile);
117 &run_make_with_options($makefile,"intermediate",&get_logfile);