From 773013b8e45a6916a74ea64152e51fb6cb951920 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 14 Nov 1999 23:09:15 +0000 Subject: no_comment --- perl-install/Newt/Makefile.PL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 perl-install/Newt/Makefile.PL (limited to 'perl-install/Newt/Makefile.PL') diff --git a/perl-install/Newt/Makefile.PL b/perl-install/Newt/Makefile.PL new file mode 100644 index 000000000..6378a8f31 --- /dev/null +++ b/perl-install/Newt/Makefile.PL @@ -0,0 +1,13 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. + +WriteMakefile( + 'NAME' => 'Newt', + 'OBJECT' => 'Av_CharPtrPtr.o Newt.o', + 'MAKEFILE' => 'Makefile_c', + 'OPTIMIZE' => '-Os', + 'VERSION_FROM' => 'Newt.pm', # finds $VERSION + 'LIBS' => ['-lnewt -lslang'], + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' +); -- cgit v1.2.1