diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-05-30 11:11:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-05-30 11:11:18 +0000 |
commit | c1af4addb6f18c15b59fc270854a0fbb8d92dcb6 (patch) | |
tree | 5a6f717efc60087849f45827fcbf618d40e15d46 /perl-install/resize_fat/Makefile.PL | |
download | drakx-backup-do-not-use-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar drakx-backup-do-not-use-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.gz drakx-backup-do-not-use-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.bz2 drakx-backup-do-not-use-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.tar.xz drakx-backup-do-not-use-c1af4addb6f18c15b59fc270854a0fbb8d92dcb6.zip |
create branch 2007.1 from drakx-installer-* tarballs
(needed after the big svn loss)
Diffstat (limited to 'perl-install/resize_fat/Makefile.PL')
-rw-r--r-- | perl-install/resize_fat/Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/perl-install/resize_fat/Makefile.PL b/perl-install/resize_fat/Makefile.PL new file mode 100644 index 000000000..712f4e395 --- /dev/null +++ b/perl-install/resize_fat/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( + 'MAKEFILE' => 'Makefile_c', + 'NAME' => 'c_rewritten', + 'OPTIMIZE' => '-Os', + 'VERSION_FROM' => 'c_rewritten.pm', # finds $VERSION + 'LIBS' => '', # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'INC' => '', # e.g., '-I/usr/include/other' +); |