use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. # Make sure people aren't being stupid... it's been known to happen. print < 'Parallel::MPI::Simple', 'VERSION_FROM' => 'Simple.pm', # finds $VERSION 'PREREQ_PM' => {Storable => 0}, 'LIBS' => $libs || "-lmpi", 'CCFLAGS' => $ccflags || "", );