Lines Matching full:makefile
1 $description = "The following test creates a makefile to test the suffix "
6 # IF YOU NEED >1 MAKEFILE FOR THIS TEST, USE &get_tmpfile; TO GET
7 # THE NAME OF THE MAKEFILE. THIS INSURES CONSISTENCY AND KEEPS TRACK OF
12 open(MAKEFILE,"> $makefile");
14 # The Contents of the MAKEFILE ...
16 print MAKEFILE "string := \$(basename src${pathsep}a.b.z.foo.c src${pathsep}hacks src.bar${pathsep}a.b.z.foo.c src.bar${pathsep}hacks hacks) \n"
20 # END of Contents of MAKEFILE
22 close(MAKEFILE);
24 &run_make_with_options($makefile,"",&get_logfile,0);
26 # Create the answer to what should be produced by this Makefile