Lines Matching full:makefile
3 $description = "The following test creates a makefile to test wildcard
16 open(MAKEFILE,"> $makefile");
18 # The Contents of the MAKEFILE ...
20 print MAKEFILE <<EOM;
31 # END of Contents of MAKEFILE
33 close(MAKEFILE);
46 &run_make_with_options($makefile,"print1",&get_logfile);
58 &run_make_with_options($makefile,"print2",&get_logfile);
76 &run_make_with_options($makefile,"clean",&get_logfile);