Lines Matching full:makefile
6 This function will evaluate inline makefile syntax and incorporate the
9 open(MAKEFILE,"> $makefile");
11 print MAKEFILE <<'EOF';
25 close(MAKEFILE);
27 &run_make_with_options($makefile, "", &get_logfile);
29 # Create the answer to what should be produced by this Makefile
39 open(MAKEFILE,"> $makefile2");
41 print MAKEFILE <<'EOF';
51 close(MAKEFILE);
55 # Create the answer to what should be produced by this Makefile
64 open(MAKEFILE,"> $makefile3");
66 print MAKEFILE <<'EOF';
81 close(MAKEFILE);
96 open(MAKEFILE,"> $makefile3");
98 print MAKEFILE <<'EOF';
106 close(MAKEFILE);
120 open(MAKEFILE,"> $makefile4");
122 print MAKEFILE <<'EOF';
128 close(MAKEFILE);
138 $makefile = undef;
166 '#MAKEFILE#:1: *** prerequisites cannot be defined in command scripts. Stop.',