The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

# 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_erf.pd','ERF','PDL::GSLSF::ERF']);


%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