Home | History | Annotate | Download | only in functions

Lines Matching full:makefile

1 $description = "The following test creates a makefile to test the suffix\n"
8 # IF YOU NEED >1 MAKEFILE FOR THIS TEST, USE &get_tmpfile; TO GET
9 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
14 open(MAKEFILE,"> $makefile");
16 # The Contents of the MAKEFILE ...
18 print MAKEFILE "string := word.pl general_test2.pl1 FORCE.pl word.pl3 generic_test.perl /tmp.c/bar foo.baz/bar.c MAKEFILES_variable.c\n"
30 # END of Contents of MAKEFILE
32 close(MAKEFILE);
34 &run_make_with_options($makefile,"",&get_logfile,0);
36 # Create the answer to what should be produced by this Makefile