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 >
Wrap
Makefile
|
1998-05-12
|
652b
|
12 lines
# Generated automatically from Makefile.PL.in by configure.
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Image::Magick',
'VERSION_FROM' => 'Magick.pm', # finds $VERSION
'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'],
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '-I../magick -I/usr/local/include -I/usr/openwin/include -I/usr/openwin/include/X11',
);