pidgin/plugins/perl/common/Makefile.PL.in

changeset 35603
08adaffc9b06
parent 35336
1db9ef49bc22
child 35888
bbef15512b9f
equal deleted inserted replaced
35600:a0d221323be1 35603:08adaffc9b06
8 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 8 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
9 ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT 9 ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
10 'AUTHOR' => 'Pidgin <https://pidgin.im/>') : ()), 10 'AUTHOR' => 'Pidgin <https://pidgin.im/>') : ()),
11 'DEFINE' => '@DEBUG_CFLAGS@ -Wno-float-equal', 11 'DEFINE' => '@DEBUG_CFLAGS@ -Wno-float-equal',
12 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, 12 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
13 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@ @WEBKIT_CFLAGS@ -DHAVE_CONFIG_H', 13 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_builddir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@ @WEBKIT_CFLAGS@ -DHAVE_CONFIG_H',
14 'OBJECT' => '$(O_FILES)', # link all the C files too 14 'OBJECT' => '$(O_FILES)', # link all the C files too
15 'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"], 15 'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
16 # 'OPTIMIZE' => '-g', # For debugging. 16 # 'OPTIMIZE' => '-g', # For debugging.
17 'INSTALLDIRS' => 'vendor', 17 'INSTALLDIRS' => 'vendor',
18 'INSTALL_BASE' => '$(prefix)', 18 'INSTALL_BASE' => '$(prefix)',

mercurial