ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.17 by root, Tue May 20 05:51:11 2008 UTC vs.
Revision 1.19 by root, Sun Jun 7 22:37:54 2009 UTC

45 $ENV{SHELL} = $Config{sh}; 45 $ENV{SHELL} = $Config{sh};
46 $ENV{CC} = $Config{cc}; 46 $ENV{CC} = $Config{cc};
47 $ENV{CPPFLAGS} = $Config{cppflags}; 47 $ENV{CPPFLAGS} = $Config{cppflags};
48 $ENV{CFLAGS} = $Config{ccflags}; 48 $ENV{CFLAGS} = $Config{ccflags};
49 $ENV{LDFLAGS} = $Config{ldflags}; 49 $ENV{LDFLAGS} = $Config{ldflags};
50 $ENV{LIBS} = $Config{libs};
51 $ENV{LINKER} = $Config{ld}; # nonstandard 50 $ENV{LINKER} = $Config{ld}; # nonstandard
52 51
53 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E" 52 system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E"
54 and exit $? >> 8; 53 and exit $? >> 8;
55 } 54 }
86 }, 85 },
87 NAME => "IO::AIO", 86 NAME => "IO::AIO",
88 VERSION_FROM => "AIO.pm", 87 VERSION_FROM => "AIO.pm",
89 INC => $INC, 88 INC => $INC,
90 LIBS => $LIBS, 89 LIBS => $LIBS,
90 EXE_FILES => ["bin/treescan"],
91 PM => { 91 PM => {
92 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', 92 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm',
93 }, 93 },
94 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, 94 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" },
95}); 95});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines