5 open O
, ">", "2.2.psmc.makefile";
7 my @a = ("PBE084", "PBE144", "PVI033");
9 foreach my $i (1 .. 100) {
11 push @target, "$a.round-$i.psmc";
12 print O
"$a.round-$i.psmc:\n";
13 print O
"\tpsmc -r 5 -p \"4+25*2+4+6\" -b $a.split.psmcfa >$a.round-$i.psmc\n"
16 print O
"targets: ", join(" ", @target), "\n";