Lines Matching refs:makefile
5 Create a makefile containing various flavors of target-specific variable
9 open(MAKEFILE,"> $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);