comparison plugins/perl/common/Makefile.PL.in @ 6663:d7dd3f4a7b21

[gaim-migrate @ 7188] On my way to the fixination of perl during make distcheck. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 31 Aug 2003 21:23:40 +0000
parents 7f5f57dd5cac
children e5c7149bc9ed
comparison
equal deleted inserted replaced
6662:e33c36c4839f 6663:d7dd3f4a7b21
2 use ExtUtils::MakeMaker; 2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence 3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written. 4 # the contents of the Makefile that is written.
5 WriteMakefile( 5 WriteMakefile(
6 'NAME' => 'Gaim', 6 'NAME' => 'Gaim',
7 'VERSION_FROM' => 'Gaim.pm', # finds $VERSION 7 'VERSION_FROM' => '@srcdir@/Gaim.pm', # finds $VERSION
8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => 'Gaim.pm', # retrieve abstract from module 10 (ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module
11 AUTHOR => 'Christian Hammond <chipx86@gnupdate.org>') : ()), 11 AUTHOR => 'Christian Hammond <chipx86@gnupdate.org>') : ()),
12 'LIBS' => [''], # e.g., '-lm' 12 'LIBS' => [''], # e.g., '-lm'
13 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 13 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
14 'INC' => '-I. -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other' 14 'INC' => '-I. -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
15 'OBJECT' => '$(O_FILES)', # link all the C files too 15 'OBJECT' => '$(O_FILES)', # link all the C files too