The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

# Makefile.PL for a package defined by PP code.
# DON'T CHANGE: AUTO GENERATED BY mkmkfiles.pl

use ExtUtils::MakeMaker;

PDL::Core::Dev->import;


@pack = (['gsl_sf_synchrotron.pd','SYNCHROTRON','PDL::GSLSF::SYNCHROTRON']);


%hash = pdlpp_stdargs_int(@::pack);
$hash{INC} .= ' '.$GSL_includes;
push @{$hash{LIBS}},$GSL_libs;
WriteMakefile(%hash);

sub MY::postamble {
        pdlpp_postamble_int(@::pack);
}  # Add genpp rule