In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Machine.i
blobd01421b2b8f85efb51417d7d422cefba869a6ffa
1 %module "Math::GSL::Machine"
3 %{
4 #include "gsl/gsl_machine.h"
5 %}
7 %include "gsl/gsl_machine.h"
8 %include "../pod/Machine.pod"
9 %include "gsl_typemaps.i"