In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Chebyshev.i
blob3bddcc31b7304d606f5151194c0bad0ac72f5301
1 %module "Math::GSL::Chebyshev"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_chebyshev.h"
6 #include "gsl/gsl_math.h"
7 #include "gsl/gsl_mode.h"
8 %}
9 %include "gsl/gsl_chebyshev.h"
10 %include "gsl/gsl_math.h"
11 %include "gsl/gsl_mode.h"
12 %include "../pod/Chebyshev.pod"