summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Makefile.PL
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-08-05 15:51:48 +0000
committerMystery Man <unknown@mandriva.org>2002-08-05 15:51:48 +0000
commit60a32f602c51495953e8f5db7ff42704a939caca (patch)
treee5927f165ceb0e00e0067ed53ac00bcfb6ef4a80 /perl-install/Newt/Makefile.PL
parentf40f7286b31daab17a4db329040e543f830d3175 (diff)
downloaddrakx-60a32f602c51495953e8f5db7ff42704a939caca.tar
drakx-60a32f602c51495953e8f5db7ff42704a939caca.tar.gz
drakx-60a32f602c51495953e8f5db7ff42704a939caca.tar.bz2
drakx-60a32f602c51495953e8f5db7ff42704a939caca.tar.xz
drakx-60a32f602c51495953e8f5db7ff42704a939caca.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_5mdk'.V1_1_9_5mdk
Diffstat (limited to 'perl-install/Newt/Makefile.PL')
-rw-r--r--perl-install/Newt/Makefile.PL13
1 files changed, 0 insertions, 13 deletions
diff --git a/perl-install/Newt/Makefile.PL b/perl-install/Newt/Makefile.PL
deleted file mode 100644
index 6378a8f31..000000000
--- a/perl-install/Newt/Makefile.PL
+++ /dev/null
@@ -1,13 +0,0 @@
-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'
-);