Lines Matching full:makefile
6 The makefile created in this test is a simulation of building
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
18 print MAKEFILE <<EOF;
36 # END of Contents of MAKEFILE
38 close(MAKEFILE);
56 &run_make_with_options($makefile, "-k", &get_logfile, $error_code);
58 # Create the answer to what should be produced by this Makefile
77 open(MAKEFILE, "> $makefile2");
78 print MAKEFILE <<'EOF';
90 close(MAKEFILE);
101 # makefile.
108 "#MAKEFILE#:2: ifile: No such file or directory
110 #MAKE#: Failed to remake makefile `ifile'.