Lines Matching full:makefile
7 Create a makefile where a file would not normally be considered
16 open(MAKEFILE,"> $makefile");
18 print MAKEFILE <<'EOF';
32 close(MAKEFILE);
38 &run_make_with_options($makefile,'foo.d',&get_logfile);
44 &run_make_with_options($makefile,'foo.d',&get_logfile);
53 &run_make_with_options($makefile,'foo.d',&get_logfile);
59 &run_make_with_options($makefile,'foo.c',&get_logfile);
65 &run_make_with_options($makefile,'foo.c',&get_logfile);
74 &run_make_with_options($makefile,'foo.c',&get_logfile);
80 &run_make_with_options($makefile,'foo.e',&get_logfile);
90 open(MAKEFILE, "> $makefile2");
92 print MAKEFILE <<'EOF';
99 close(MAKEFILE);