Home | History | Annotate | Download | only in targets

Lines Matching refs: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);
46 &run_make_with_options($makefile,'foo.d',&get_logfile);
55 &run_make_with_options($makefile,'foo.d',&get_logfile);
61 &run_make_with_options($makefile,'foo.c',&get_logfile);
69 &run_make_with_options($makefile,'foo.c',&get_logfile);
78 &run_make_with_options($makefile,'foo.c',&get_logfile);
88 open(MAKEFILE, "> $makefile2");
90 print MAKEFILE <<'EOF';
100 close(MAKEFILE);