home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / ImageMagick-4.0.6.tar.gz / ImageMagick-4.0.6.tar / ImageMagick-4.0.6 / PerlMagick / Makefile.PL < prev    next >
Makefile  |  1998-05-12  |  652b  |  12 lines

  1. # Generated automatically from Makefile.PL.in by configure.
  2. use ExtUtils::MakeMaker;
  3. # See lib/ExtUtils/MakeMaker.pm for details of how to influence
  4. # the contents of the Makefile that is written.
  5. WriteMakefile(
  6.     'NAME'    => 'Image::Magick',
  7.     'VERSION_FROM' => 'Magick.pm', # finds $VERSION
  8.     'LIBS'    => [' -L/pathos/home/cristy/Archive/ImageMagick/ImageMagick/magick -lMagick   -L/usr/local/lib  -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lsocket  -lnsl -lXext -lXt -ldpstk -ldps  -lm'],
  9.     'DEFINE'    => '',     # e.g., '-DHAVE_SOMETHING' 
  10.     'INC'    => '-I../magick  -I/usr/local/include  -I/usr/openwin/include -I/usr/openwin/include/X11',
  11. );
  12.