1 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
7 'VERSION_FROM' => 'Rect.pm', # finds $VERSION
8 'LIBS' => scalar `sdl-config --libs`, # e.g., '-lm'
9 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
10 'INC' => scalar `sdl-config --cflags`, # e.g., '-I/usr/include/other'
11 'XSPROTOARG' => '-noprototypes',
12 'TYPEMAPS' => ['perlobject.map' ],