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

Comparing EV/Makefile.PL (file contents):
Revision 1.16 by root, Tue Nov 6 17:20:42 2007 UTC vs.
Revision 1.17 by root, Thu Nov 8 00:44:17 2007 UTC

132 COMPRESS => 'gzip -9v', 132 COMPRESS => 'gzip -9v',
133 SUFFIX => '.gz', 133 SUFFIX => '.gz',
134 }, 134 },
135 depend => { 135 depend => {
136 "EV.c" => "EV/EVAPI.h " 136 "EV.c" => "EV/EVAPI.h "
137 . "libev/ev.c libev/ev.h libev/ev_epoll.c libev/ev_select.c " 137 . "libev/ev.c libev/ev.h libev/ev_epoll.c libev/ev_select.c libev/ev_kqueue.c libev/ev_poll.c "
138 . "libev/event.h libev/event.c libev/evdns.h libev/evdns.c", 138 . "libev/event.h libev/event.c libev/evdns.h libev/evdns.c",
139 }, 139 },
140 INC => "-Ilibev", 140 INC => "-Ilibev",
141 DEFINE => "$DEFINE", 141 DEFINE => "$DEFINE",
142 NAME => "EV", 142 NAME => "EV",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines