summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt/Makefile.PL
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-08-01 19:39:26 +0000
committerMystery Man <unknown@mandriva.org>2002-08-01 19:39:26 +0000
commit4d808c65fe622f829afdb8f48b3c95e15a6d71a2 (patch)
tree931dc2cf627605bf8277cb7d8f4dad929726b896 /perl-install/Newt/Makefile.PL
parentaf0430510356c70ea497fc108466c6236c1afcc1 (diff)
downloaddrakx-1_1_9_4mdk.tar
drakx-1_1_9_4mdk.tar.gz
drakx-1_1_9_4mdk.tar.bz2
drakx-1_1_9_4mdk.tar.xz
drakx-1_1_9_4mdk.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_4mdk'.V1_1_9_4mdk
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'
-);