Home | History | Annotate | Download | only in features

Lines Matching full:makefile

5 Create a makefile containing various flavors of target-specific variable
9 open(MAKEFILE,"> $makefile");
11 print MAKEFILE <<'EOF';
59 close(MAKEFILE);
63 &run_make_with_options($makefile, "one two three", &get_logfile);
69 &run_make_with_options($makefile, "one two FOO=1 BAR=2", &get_logfile);
75 &run_make_with_options($makefile, "four", &get_logfile);
81 &run_make_with_options($makefile, "seven", &get_logfile);
87 &run_make_with_options($makefile, "nine", &get_logfile);
93 &run_make_with_options($makefile, "nine-a", &get_logfile);
99 &run_make_with_options($makefile, "ten", &get_logfile);
105 &run_make_with_options($makefile, "foo.q bar.q", &get_logfile);
111 &run_make_with_options($makefile, "foo.t bar.s", &get_logfile);
121 open(MAKEFILE,"> $makefile2");
122 print MAKEFILE <<'EOF';
129 close(MAKEFILE);
141 open(MAKEFILE,"> $makefile3");
142 print MAKEFILE <<'EOF';
153 close(MAKEFILE);
170 open(MAKEFILE, "> $makefile4");
171 print MAKEFILE <<'EOF';
175 close(MAKEFILE);
187 open(MAKEFILE, "> $makefile5");
188 print MAKEFILE <<'EOF';
199 close(MAKEFILE);
210 open(MAKEFILE, "> $makefile6");
211 print MAKEFILE <<'EOF';
229 close(MAKEFILE);
257 open(MAKEFILE, "> $makefile7");
258 print MAKEFILE <<'EOF';
264 close(MAKEFILE);