evdispatch 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest.txt +65 -65
- data/ext/revdispatch/extconf.rb +12 -11
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/Makefile.am +1 -1
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/Makefile.in +2 -2
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/configure +1 -2
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/configure.ac +2 -3
- data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/Makefile.in +5 -4
- data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/aclocal.m4 +29 -0
- data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/configure +64 -28
- data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/configure.ac +1 -1
- data/ext/revdispatch/libdispatch-0.1/libev-3.2/libev.la +35 -0
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/Makefile.in +1 -1
- data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/test/Makefile.in +1 -1
- data/ext/revdispatch/test.rb +1 -1
- data/lib/evdispatch/version.rb +1 -1
- data/website/index.html +24 -33
- data/website/index.txt +8 -2
- data/website/stylesheets/screen.css +2 -2
- data/website/template.html.erb +1 -0
- metadata +66 -66
- data/ext/revdispatch/libevdispatch/confdefs.h +0 -32
- data/ext/revdispatch/libevdispatch/test/helper.rb +0 -94
- data/ext/revdispatch/libevdispatch/test/next_test.rb +0 -8
- data/ext/revdispatch/libevdispatch/test/server.rb +0 -9
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/Changelog +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/LICENSE +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/README +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/TODO +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/aclocal.m4 +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/autogen.sh +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/config.guess +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/config.h.in +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/config.sub +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/depcomp +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/install-sh +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/Changes +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/LICENSE +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/Makefile.am +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/README +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/autogen.sh +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/config.guess +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/config.h.in +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/config.sub +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev++.h +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev.3 +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev.h +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev.pod +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_epoll.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_kqueue.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_poll.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_port.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_select.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_vars.h +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_win32.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ev_wrap.h +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/event.c +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/event.h +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/install-sh +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/libev.m4 +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/ltmain.sh +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/missing +0 -0
- /data/ext/revdispatch/{libevdispatch/libev → libdispatch-0.1/libev-3.2}/mkinstalldirs +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/ltmain.sh +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/missing +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/Makefile.am +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/ev_dispatch.cc +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/ev_dispatch.h +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/ev_http.cc +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/src/ev_http.h +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/test/Makefile.am +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/test/key_test.cc +0 -0
- /data/ext/revdispatch/{libevdispatch → libdispatch-0.1}/test/next_test.cc +0 -0
data/Manifest.txt
CHANGED
@@ -27,70 +27,70 @@ website/index.txt
|
|
27
27
|
website/javascripts/rounded_corners_lite.inc.js
|
28
28
|
website/stylesheets/screen.css
|
29
29
|
website/template.html.erb
|
30
|
-
ext/revdispatch/revdispatch.cc
|
31
|
-
ext/revdispatch/extconf.rb
|
32
|
-
ext/revdispatch/libevdispatch/Changelog
|
33
|
-
ext/revdispatch/libevdispatch/LICENSE
|
34
|
-
ext/revdispatch/libevdispatch/Makefile.am
|
35
|
-
ext/revdispatch/libevdispatch/Makefile.in
|
36
|
-
ext/revdispatch/libevdispatch/README
|
37
|
-
ext/revdispatch/libevdispatch/TODO
|
38
|
-
ext/revdispatch/libevdispatch/aclocal.m4
|
39
|
-
ext/revdispatch/libevdispatch/autogen.sh
|
40
|
-
ext/revdispatch/libevdispatch/confdefs.h
|
41
|
-
ext/revdispatch/libevdispatch/config.guess
|
42
|
-
ext/revdispatch/libevdispatch/config.h.in
|
43
|
-
ext/revdispatch/libevdispatch/config.sub
|
44
|
-
ext/revdispatch/libevdispatch/configure
|
45
|
-
ext/revdispatch/libevdispatch/configure.ac
|
46
|
-
ext/revdispatch/libevdispatch/depcomp
|
47
|
-
ext/revdispatch/libevdispatch/install-sh
|
48
|
-
ext/revdispatch/libevdispatch/libev/Changes
|
49
|
-
ext/revdispatch/libevdispatch/libev/LICENSE
|
50
|
-
ext/revdispatch/libevdispatch/libev/Makefile.am
|
51
|
-
ext/revdispatch/libevdispatch/libev/Makefile.in
|
52
|
-
ext/revdispatch/libevdispatch/libev/README
|
53
|
-
ext/revdispatch/libevdispatch/libev/aclocal.m4
|
54
|
-
ext/revdispatch/libevdispatch/libev/autogen.sh
|
55
|
-
ext/revdispatch/libevdispatch/libev/config.guess
|
56
|
-
ext/revdispatch/libevdispatch/libev/config.h.in
|
57
|
-
ext/revdispatch/libevdispatch/libev/config.sub
|
58
|
-
ext/revdispatch/libevdispatch/libev/configure
|
59
|
-
ext/revdispatch/libevdispatch/libev/configure.ac
|
60
|
-
ext/revdispatch/libevdispatch/libev/ev++.h
|
61
|
-
ext/revdispatch/libevdispatch/libev/ev.3
|
62
|
-
ext/revdispatch/libevdispatch/libev/ev.c
|
63
|
-
ext/revdispatch/libevdispatch/libev/ev.h
|
64
|
-
ext/revdispatch/libevdispatch/libev/ev.pod
|
65
|
-
ext/revdispatch/libevdispatch/libev/ev_epoll.c
|
66
|
-
ext/revdispatch/libevdispatch/libev/ev_kqueue.c
|
67
|
-
ext/revdispatch/libevdispatch/libev/ev_poll.c
|
68
|
-
ext/revdispatch/libevdispatch/libev/ev_port.c
|
69
|
-
ext/revdispatch/libevdispatch/libev/ev_select.c
|
70
|
-
ext/revdispatch/libevdispatch/libev/ev_vars.h
|
71
|
-
ext/revdispatch/libevdispatch/libev/ev_win32.c
|
72
|
-
ext/revdispatch/libevdispatch/libev/ev_wrap.h
|
73
|
-
ext/revdispatch/libevdispatch/libev/event.c
|
74
|
-
ext/revdispatch/libevdispatch/libev/event.h
|
75
|
-
ext/revdispatch/libevdispatch/libev/install-sh
|
76
|
-
ext/revdispatch/libevdispatch/libev/libev.m4
|
77
|
-
ext/revdispatch/libevdispatch/libev/ltmain.sh
|
78
|
-
ext/revdispatch/libevdispatch/libev/missing
|
79
|
-
ext/revdispatch/libevdispatch/libev/mkinstalldirs
|
80
|
-
ext/revdispatch/libevdispatch/ltmain.sh
|
81
|
-
ext/revdispatch/libevdispatch/missing
|
82
|
-
ext/revdispatch/libevdispatch/src/Makefile.am
|
83
|
-
ext/revdispatch/libevdispatch/src/Makefile.in
|
84
|
-
ext/revdispatch/libevdispatch/src/ev_dispatch.cc
|
85
|
-
ext/revdispatch/libevdispatch/src/ev_dispatch.h
|
86
|
-
ext/revdispatch/libevdispatch/src/ev_http.cc
|
87
|
-
ext/revdispatch/libevdispatch/src/ev_http.h
|
88
|
-
ext/revdispatch/libevdispatch/test/Makefile.am
|
89
|
-
ext/revdispatch/libevdispatch/test/Makefile.in
|
90
|
-
ext/revdispatch/libevdispatch/test/helper.rb
|
91
|
-
ext/revdispatch/libevdispatch/test/key_test.cc
|
92
|
-
ext/revdispatch/libevdispatch/test/next_test.cc
|
93
|
-
ext/revdispatch/libevdispatch/test/next_test.rb
|
94
|
-
ext/revdispatch/libevdispatch/test/server.rb
|
95
30
|
ext/revdispatch/server.rb
|
96
31
|
ext/revdispatch/test.rb
|
32
|
+
ext/revdispatch/extconf.rb
|
33
|
+
ext/revdispatch/revdispatch.cc
|
34
|
+
ext/revdispatch/libdispatch-0.1/
|
35
|
+
ext/revdispatch/libdispatch-0.1/src/
|
36
|
+
ext/revdispatch/libdispatch-0.1/test/
|
37
|
+
ext/revdispatch/libdispatch-0.1/Changelog
|
38
|
+
ext/revdispatch/libdispatch-0.1/LICENSE
|
39
|
+
ext/revdispatch/libdispatch-0.1/Makefile.am
|
40
|
+
ext/revdispatch/libdispatch-0.1/Makefile.in
|
41
|
+
ext/revdispatch/libdispatch-0.1/README
|
42
|
+
ext/revdispatch/libdispatch-0.1/TODO
|
43
|
+
ext/revdispatch/libdispatch-0.1/aclocal.m4
|
44
|
+
ext/revdispatch/libdispatch-0.1/autogen.sh
|
45
|
+
ext/revdispatch/libdispatch-0.1/config.guess
|
46
|
+
ext/revdispatch/libdispatch-0.1/config.h.in
|
47
|
+
ext/revdispatch/libdispatch-0.1/config.sub
|
48
|
+
ext/revdispatch/libdispatch-0.1/configure
|
49
|
+
ext/revdispatch/libdispatch-0.1/configure.ac
|
50
|
+
ext/revdispatch/libdispatch-0.1/depcomp
|
51
|
+
ext/revdispatch/libdispatch-0.1/install-sh
|
52
|
+
ext/revdispatch/libdispatch-0.1/ltmain.sh
|
53
|
+
ext/revdispatch/libdispatch-0.1/missing
|
54
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev++.h
|
55
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev.c
|
56
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev.h
|
57
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_epoll.c
|
58
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_kqueue.c
|
59
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_poll.c
|
60
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_port.c
|
61
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_select.c
|
62
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_vars.h
|
63
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_win32.c
|
64
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev_wrap.h
|
65
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/event.c
|
66
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/event.h
|
67
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/Changes
|
68
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/LICENSE
|
69
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/Makefile.am
|
70
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/Makefile.in
|
71
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/README
|
72
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/aclocal.m4
|
73
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/autogen.sh
|
74
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/config.guess
|
75
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/config.h.in
|
76
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/config.sub
|
77
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/configure
|
78
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/configure.ac
|
79
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev.3
|
80
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ev.pod
|
81
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/install-sh
|
82
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/libev.la
|
83
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/libev.m4
|
84
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/ltmain.sh
|
85
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/missing
|
86
|
+
ext/revdispatch/libdispatch-0.1/libev-3.2/mkinstalldirs
|
87
|
+
ext/revdispatch/libdispatch-0.1/src/ev_dispatch.h
|
88
|
+
ext/revdispatch/libdispatch-0.1/src/ev_http.h
|
89
|
+
ext/revdispatch/libdispatch-0.1/src/Makefile.am
|
90
|
+
ext/revdispatch/libdispatch-0.1/src/Makefile.in
|
91
|
+
ext/revdispatch/libdispatch-0.1/src/ev_dispatch.cc
|
92
|
+
ext/revdispatch/libdispatch-0.1/src/ev_http.cc
|
93
|
+
ext/revdispatch/libdispatch-0.1/test/Makefile.am
|
94
|
+
ext/revdispatch/libdispatch-0.1/test/Makefile.in
|
95
|
+
ext/revdispatch/libdispatch-0.1/test/key_test.cc
|
96
|
+
ext/revdispatch/libdispatch-0.1/test/next_test.cc
|
data/ext/revdispatch/extconf.rb
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
require 'mkmf'
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
system("chmod a+x
|
8
|
-
|
9
|
-
|
10
|
-
|
3
|
+
libdispatch="./libdispatch-0.1"
|
4
|
+
libev="libev-3.2"
|
5
|
+
|
6
|
+
if !File.exist?("#{libdispatch}/src/.libs") or !File.exist?("#{libdispatch}/#{libev}/.libs")
|
7
|
+
system("chmod a+x #{libdispatch}/configure")
|
8
|
+
system("chmod a+x #{libdispatch}/#{libev}/configure")
|
9
|
+
# configure and build #{libev} and #{libdispatch} we'll link against the static libraries
|
10
|
+
if !system("cd #{libdispatch} && ./configure && make")
|
11
|
+
STDERR.puts "Failed to compile #{libdispatch}er"
|
11
12
|
exit(1)
|
12
13
|
end
|
13
14
|
end
|
@@ -16,10 +17,10 @@ $srcs = ['revdispatch.cc']
|
|
16
17
|
$objs = ['revdispatch.o']
|
17
18
|
|
18
19
|
# put the header files first
|
19
|
-
$CPPFLAGS = " -I
|
20
|
+
$CPPFLAGS = " -I./#{libdispatch}/ -I./#{libdispatch}/src -I./#{libdispatch}/#{libev}/ #{$CPPFLAGS}"
|
20
21
|
|
21
|
-
# link to the static library versions of libdispatch and libev
|
22
|
-
$LDFLAGS << "
|
22
|
+
# link to the static library versions of libdispatch and #{libev}
|
23
|
+
$LDFLAGS << " ./#{libdispatch}/src/.libs/libdispatch.a ./#{libdispatch}/#{libev}/.libs/libev.a "
|
23
24
|
|
24
25
|
dir_config("revdispatch")
|
25
26
|
have_library("c", "main")
|
@@ -37,7 +37,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
37
37
|
$(top_srcdir)/configure TODO config.guess config.sub depcomp \
|
38
38
|
install-sh ltmain.sh missing
|
39
39
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
40
|
-
am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
|
40
|
+
am__aclocal_m4_deps = $(top_srcdir)/libev-3.2/libev.m4 \
|
41
41
|
$(top_srcdir)/configure.ac
|
42
42
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
43
43
|
$(ACLOCAL_M4)
|
@@ -183,7 +183,7 @@ top_builddir = @top_builddir@
|
|
183
183
|
top_srcdir = @top_srcdir@
|
184
184
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
185
185
|
VERSION_INFO = 0:1
|
186
|
-
EXTRA_DIST = LICENSE
|
186
|
+
EXTRA_DIST = LICENSE Changelog autogen.sh \
|
187
187
|
src/ev_dispatch.h src/ev_dispatch.cc \
|
188
188
|
src/ev_http.h src/ev_http.cc \
|
189
189
|
test/next_test.cc test/key_test.cc
|
@@ -19436,7 +19436,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
19436
19436
|
if test "x$GCC" = xyes ; then
|
19437
19437
|
CXXFLAGS="$CXXFLAGS -O3"
|
19438
19438
|
fi
|
19439
|
-
libev=`pwd`/libev/
|
19439
|
+
libev=`pwd`/libev-3.2/
|
19440
19440
|
LIBEV_PATH=$libev
|
19441
19441
|
|
19442
19442
|
|
@@ -21943,7 +21943,6 @@ fi
|
|
21943
21943
|
if( ! test -d ${libev}/.libs ); then
|
21944
21944
|
echo "Building libev... in ${libev}";
|
21945
21945
|
cd $libev;
|
21946
|
-
./autogen.sh
|
21947
21946
|
./configure;
|
21948
21947
|
make;
|
21949
21948
|
fi
|
@@ -17,7 +17,7 @@ AC_PROG_LIBTOOL
|
|
17
17
|
if test "x$GCC" = xyes ; then
|
18
18
|
CXXFLAGS="$CXXFLAGS -O3"
|
19
19
|
fi
|
20
|
-
libev=`pwd`/libev/
|
20
|
+
libev=`pwd`/libev-3.2/
|
21
21
|
AC_SUBST(LIBEV_PATH,$libev)
|
22
22
|
|
23
23
|
AC_CHECK_HEADERS(curl/curl.h)
|
@@ -26,7 +26,7 @@ AC_CHECK_TYPES([curl_socket_t],[],["libcurl is too old!"],[#include "curl/curl.h
|
|
26
26
|
AC_CHECK_PROGS([curl-config])
|
27
27
|
|
28
28
|
# include libev's m4 macros for config.h
|
29
|
-
m4_include([libev/libev.m4])
|
29
|
+
m4_include([libev-3.2/libev.m4])
|
30
30
|
|
31
31
|
AC_CONFIG_FILES([Makefile src/Makefile test/Makefile])
|
32
32
|
AC_OUTPUT
|
@@ -34,7 +34,6 @@ AC_OUTPUT
|
|
34
34
|
if( ! test -d ${libev}/.libs ); then
|
35
35
|
echo "Building libev... in ${libev}";
|
36
36
|
cd $libev;
|
37
|
-
./autogen.sh
|
38
37
|
./configure;
|
39
38
|
make;
|
40
39
|
fi
|
@@ -135,6 +135,7 @@ LIBS = @LIBS@
|
|
135
135
|
LIBTOOL = @LIBTOOL@
|
136
136
|
LN_S = @LN_S@
|
137
137
|
LTLIBOBJS = @LTLIBOBJS@
|
138
|
+
MAINT = @MAINT@
|
138
139
|
MAKEINFO = @MAKEINFO@
|
139
140
|
MKDIR_P = @MKDIR_P@
|
140
141
|
OBJEXT = @OBJEXT@
|
@@ -221,7 +222,7 @@ all: config.h
|
|
221
222
|
.SUFFIXES: .c .lo .o .obj
|
222
223
|
am--refresh:
|
223
224
|
@:
|
224
|
-
$(srcdir)/Makefile.in:
|
225
|
+
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
225
226
|
@for dep in $?; do \
|
226
227
|
case '$(am__configure_deps)' in \
|
227
228
|
*$$dep*) \
|
@@ -248,9 +249,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
248
249
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
249
250
|
$(SHELL) ./config.status --recheck
|
250
251
|
|
251
|
-
$(top_srcdir)/configure:
|
252
|
+
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
252
253
|
cd $(srcdir) && $(AUTOCONF)
|
253
|
-
$(ACLOCAL_M4):
|
254
|
+
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
254
255
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
255
256
|
|
256
257
|
config.h: stamp-h1
|
@@ -262,7 +263,7 @@ config.h: stamp-h1
|
|
262
263
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
263
264
|
@rm -f stamp-h1
|
264
265
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
265
|
-
$(srcdir)/config.h.in:
|
266
|
+
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
266
267
|
cd $(top_srcdir) && $(AUTOHEADER)
|
267
268
|
rm -f stamp-h1
|
268
269
|
touch $@
|
@@ -7093,6 +7093,35 @@ fi
|
|
7093
7093
|
rmdir .tst 2>/dev/null
|
7094
7094
|
AC_SUBST([am__leading_dot])])
|
7095
7095
|
|
7096
|
+
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
|
7097
|
+
# From Jim Meyering
|
7098
|
+
|
7099
|
+
# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
|
7100
|
+
# Free Software Foundation, Inc.
|
7101
|
+
#
|
7102
|
+
# This file is free software; the Free Software Foundation
|
7103
|
+
# gives unlimited permission to copy and/or distribute it,
|
7104
|
+
# with or without modifications, as long as this notice is preserved.
|
7105
|
+
|
7106
|
+
# serial 4
|
7107
|
+
|
7108
|
+
AC_DEFUN([AM_MAINTAINER_MODE],
|
7109
|
+
[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
|
7110
|
+
dnl maintainer-mode is disabled by default
|
7111
|
+
AC_ARG_ENABLE(maintainer-mode,
|
7112
|
+
[ --enable-maintainer-mode enable make rules and dependencies not useful
|
7113
|
+
(and sometimes confusing) to the casual installer],
|
7114
|
+
USE_MAINTAINER_MODE=$enableval,
|
7115
|
+
USE_MAINTAINER_MODE=no)
|
7116
|
+
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
|
7117
|
+
AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
|
7118
|
+
MAINT=$MAINTAINER_MODE_TRUE
|
7119
|
+
AC_SUBST(MAINT)dnl
|
7120
|
+
]
|
7121
|
+
)
|
7122
|
+
|
7123
|
+
AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
|
7124
|
+
|
7096
7125
|
# Check to see how 'make' treats includes. -*- Autoconf -*-
|
7097
7126
|
|
7098
7127
|
# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
|
@@ -826,6 +826,9 @@ am__leading_dot
|
|
826
826
|
AMTAR
|
827
827
|
am__tar
|
828
828
|
am__untar
|
829
|
+
MAINTAINER_MODE_TRUE
|
830
|
+
MAINTAINER_MODE_FALSE
|
831
|
+
MAINT
|
829
832
|
build
|
830
833
|
build_cpu
|
831
834
|
build_vendor
|
@@ -1464,6 +1467,8 @@ if test -n "$ac_init_help"; then
|
|
1464
1467
|
Optional Features:
|
1465
1468
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
1466
1469
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
1470
|
+
--enable-maintainer-mode enable make rules and dependencies not useful
|
1471
|
+
(and sometimes confusing) to the casual installer
|
1467
1472
|
--enable-shared[=PKGS] build shared libraries [default=yes]
|
1468
1473
|
--enable-static[=PKGS] build static libraries [default=yes]
|
1469
1474
|
--enable-fast-install[=PKGS]
|
@@ -2404,7 +2409,28 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
|
|
2404
2409
|
|
2405
2410
|
ac_config_headers="$ac_config_headers config.h"
|
2406
2411
|
|
2407
|
-
|
2412
|
+
{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
|
2413
|
+
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
|
2414
|
+
# Check whether --enable-maintainer-mode was given.
|
2415
|
+
if test "${enable_maintainer_mode+set}" = set; then
|
2416
|
+
enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
|
2417
|
+
else
|
2418
|
+
USE_MAINTAINER_MODE=no
|
2419
|
+
fi
|
2420
|
+
|
2421
|
+
{ echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
|
2422
|
+
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
|
2423
|
+
if test $USE_MAINTAINER_MODE = yes; then
|
2424
|
+
MAINTAINER_MODE_TRUE=
|
2425
|
+
MAINTAINER_MODE_FALSE='#'
|
2426
|
+
else
|
2427
|
+
MAINTAINER_MODE_TRUE='#'
|
2428
|
+
MAINTAINER_MODE_FALSE=
|
2429
|
+
fi
|
2430
|
+
|
2431
|
+
MAINT=$MAINTAINER_MODE_TRUE
|
2432
|
+
|
2433
|
+
|
2408
2434
|
|
2409
2435
|
# Find a good install program. We prefer a C program (faster),
|
2410
2436
|
# so one script is as good as another. But avoid the broken or
|
@@ -4383,7 +4409,7 @@ ia64-*-hpux*)
|
|
4383
4409
|
;;
|
4384
4410
|
*-*-irix6*)
|
4385
4411
|
# Find out which ABI we are using.
|
4386
|
-
echo '#line
|
4412
|
+
echo '#line 4412 "configure"' > conftest.$ac_ext
|
4387
4413
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
4388
4414
|
(eval $ac_compile) 2>&5
|
4389
4415
|
ac_status=$?
|
@@ -7121,11 +7147,11 @@ else
|
|
7121
7147
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
7122
7148
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
7123
7149
|
-e 's:$: $lt_compiler_flag:'`
|
7124
|
-
(eval echo "\"\$as_me:
|
7150
|
+
(eval echo "\"\$as_me:7150: $lt_compile\"" >&5)
|
7125
7151
|
(eval "$lt_compile" 2>conftest.err)
|
7126
7152
|
ac_status=$?
|
7127
7153
|
cat conftest.err >&5
|
7128
|
-
echo "$as_me:
|
7154
|
+
echo "$as_me:7154: \$? = $ac_status" >&5
|
7129
7155
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
7130
7156
|
# The compiler can only warn and ignore the option if not recognized
|
7131
7157
|
# So say no if there are warnings other than the usual output.
|
@@ -7411,11 +7437,11 @@ else
|
|
7411
7437
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
7412
7438
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
7413
7439
|
-e 's:$: $lt_compiler_flag:'`
|
7414
|
-
(eval echo "\"\$as_me:
|
7440
|
+
(eval echo "\"\$as_me:7440: $lt_compile\"" >&5)
|
7415
7441
|
(eval "$lt_compile" 2>conftest.err)
|
7416
7442
|
ac_status=$?
|
7417
7443
|
cat conftest.err >&5
|
7418
|
-
echo "$as_me:
|
7444
|
+
echo "$as_me:7444: \$? = $ac_status" >&5
|
7419
7445
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
7420
7446
|
# The compiler can only warn and ignore the option if not recognized
|
7421
7447
|
# So say no if there are warnings other than the usual output.
|
@@ -7515,11 +7541,11 @@ else
|
|
7515
7541
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
7516
7542
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
7517
7543
|
-e 's:$: $lt_compiler_flag:'`
|
7518
|
-
(eval echo "\"\$as_me:
|
7544
|
+
(eval echo "\"\$as_me:7544: $lt_compile\"" >&5)
|
7519
7545
|
(eval "$lt_compile" 2>out/conftest.err)
|
7520
7546
|
ac_status=$?
|
7521
7547
|
cat out/conftest.err >&5
|
7522
|
-
echo "$as_me:
|
7548
|
+
echo "$as_me:7548: \$? = $ac_status" >&5
|
7523
7549
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
7524
7550
|
then
|
7525
7551
|
# The compiler can only warn and ignore the option if not recognized
|
@@ -9866,7 +9892,7 @@ else
|
|
9866
9892
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
9867
9893
|
lt_status=$lt_dlunknown
|
9868
9894
|
cat > conftest.$ac_ext <<EOF
|
9869
|
-
#line
|
9895
|
+
#line 9895 "configure"
|
9870
9896
|
#include "confdefs.h"
|
9871
9897
|
|
9872
9898
|
#if HAVE_DLFCN_H
|
@@ -9966,7 +9992,7 @@ else
|
|
9966
9992
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
9967
9993
|
lt_status=$lt_dlunknown
|
9968
9994
|
cat > conftest.$ac_ext <<EOF
|
9969
|
-
#line
|
9995
|
+
#line 9995 "configure"
|
9970
9996
|
#include "confdefs.h"
|
9971
9997
|
|
9972
9998
|
#if HAVE_DLFCN_H
|
@@ -12386,11 +12412,11 @@ else
|
|
12386
12412
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
12387
12413
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
12388
12414
|
-e 's:$: $lt_compiler_flag:'`
|
12389
|
-
(eval echo "\"\$as_me:
|
12415
|
+
(eval echo "\"\$as_me:12415: $lt_compile\"" >&5)
|
12390
12416
|
(eval "$lt_compile" 2>conftest.err)
|
12391
12417
|
ac_status=$?
|
12392
12418
|
cat conftest.err >&5
|
12393
|
-
echo "$as_me:
|
12419
|
+
echo "$as_me:12419: \$? = $ac_status" >&5
|
12394
12420
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
12395
12421
|
# The compiler can only warn and ignore the option if not recognized
|
12396
12422
|
# So say no if there are warnings other than the usual output.
|
@@ -12490,11 +12516,11 @@ else
|
|
12490
12516
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
12491
12517
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
12492
12518
|
-e 's:$: $lt_compiler_flag:'`
|
12493
|
-
(eval echo "\"\$as_me:
|
12519
|
+
(eval echo "\"\$as_me:12519: $lt_compile\"" >&5)
|
12494
12520
|
(eval "$lt_compile" 2>out/conftest.err)
|
12495
12521
|
ac_status=$?
|
12496
12522
|
cat out/conftest.err >&5
|
12497
|
-
echo "$as_me:
|
12523
|
+
echo "$as_me:12523: \$? = $ac_status" >&5
|
12498
12524
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
12499
12525
|
then
|
12500
12526
|
# The compiler can only warn and ignore the option if not recognized
|
@@ -14054,11 +14080,11 @@ else
|
|
14054
14080
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
14055
14081
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
14056
14082
|
-e 's:$: $lt_compiler_flag:'`
|
14057
|
-
(eval echo "\"\$as_me:
|
14083
|
+
(eval echo "\"\$as_me:14083: $lt_compile\"" >&5)
|
14058
14084
|
(eval "$lt_compile" 2>conftest.err)
|
14059
14085
|
ac_status=$?
|
14060
14086
|
cat conftest.err >&5
|
14061
|
-
echo "$as_me:
|
14087
|
+
echo "$as_me:14087: \$? = $ac_status" >&5
|
14062
14088
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
14063
14089
|
# The compiler can only warn and ignore the option if not recognized
|
14064
14090
|
# So say no if there are warnings other than the usual output.
|
@@ -14158,11 +14184,11 @@ else
|
|
14158
14184
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
14159
14185
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
14160
14186
|
-e 's:$: $lt_compiler_flag:'`
|
14161
|
-
(eval echo "\"\$as_me:
|
14187
|
+
(eval echo "\"\$as_me:14187: $lt_compile\"" >&5)
|
14162
14188
|
(eval "$lt_compile" 2>out/conftest.err)
|
14163
14189
|
ac_status=$?
|
14164
14190
|
cat out/conftest.err >&5
|
14165
|
-
echo "$as_me:
|
14191
|
+
echo "$as_me:14191: \$? = $ac_status" >&5
|
14166
14192
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
14167
14193
|
then
|
14168
14194
|
# The compiler can only warn and ignore the option if not recognized
|
@@ -16347,11 +16373,11 @@ else
|
|
16347
16373
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
16348
16374
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
16349
16375
|
-e 's:$: $lt_compiler_flag:'`
|
16350
|
-
(eval echo "\"\$as_me:
|
16376
|
+
(eval echo "\"\$as_me:16376: $lt_compile\"" >&5)
|
16351
16377
|
(eval "$lt_compile" 2>conftest.err)
|
16352
16378
|
ac_status=$?
|
16353
16379
|
cat conftest.err >&5
|
16354
|
-
echo "$as_me:
|
16380
|
+
echo "$as_me:16380: \$? = $ac_status" >&5
|
16355
16381
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
16356
16382
|
# The compiler can only warn and ignore the option if not recognized
|
16357
16383
|
# So say no if there are warnings other than the usual output.
|
@@ -16637,11 +16663,11 @@ else
|
|
16637
16663
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
16638
16664
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
16639
16665
|
-e 's:$: $lt_compiler_flag:'`
|
16640
|
-
(eval echo "\"\$as_me:
|
16666
|
+
(eval echo "\"\$as_me:16666: $lt_compile\"" >&5)
|
16641
16667
|
(eval "$lt_compile" 2>conftest.err)
|
16642
16668
|
ac_status=$?
|
16643
16669
|
cat conftest.err >&5
|
16644
|
-
echo "$as_me:
|
16670
|
+
echo "$as_me:16670: \$? = $ac_status" >&5
|
16645
16671
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
16646
16672
|
# The compiler can only warn and ignore the option if not recognized
|
16647
16673
|
# So say no if there are warnings other than the usual output.
|
@@ -16741,11 +16767,11 @@ else
|
|
16741
16767
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
16742
16768
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
16743
16769
|
-e 's:$: $lt_compiler_flag:'`
|
16744
|
-
(eval echo "\"\$as_me:
|
16770
|
+
(eval echo "\"\$as_me:16770: $lt_compile\"" >&5)
|
16745
16771
|
(eval "$lt_compile" 2>out/conftest.err)
|
16746
16772
|
ac_status=$?
|
16747
16773
|
cat out/conftest.err >&5
|
16748
|
-
echo "$as_me:
|
16774
|
+
echo "$as_me:16774: \$? = $ac_status" >&5
|
16749
16775
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
16750
16776
|
then
|
16751
16777
|
# The compiler can only warn and ignore the option if not recognized
|
@@ -20336,6 +20362,13 @@ LIBOBJS=$ac_libobjs
|
|
20336
20362
|
LTLIBOBJS=$ac_ltlibobjs
|
20337
20363
|
|
20338
20364
|
|
20365
|
+
if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
|
20366
|
+
{ { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
|
20367
|
+
Usually this means the macro was only invoked conditionally." >&5
|
20368
|
+
echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
|
20369
|
+
Usually this means the macro was only invoked conditionally." >&2;}
|
20370
|
+
{ (exit 1); exit 1; }; }
|
20371
|
+
fi
|
20339
20372
|
if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
|
20340
20373
|
{ { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
|
20341
20374
|
Usually this means the macro was only invoked conditionally." >&5
|
@@ -20948,6 +20981,9 @@ am__leading_dot!$am__leading_dot$ac_delim
|
|
20948
20981
|
AMTAR!$AMTAR$ac_delim
|
20949
20982
|
am__tar!$am__tar$ac_delim
|
20950
20983
|
am__untar!$am__untar$ac_delim
|
20984
|
+
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
|
20985
|
+
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
|
20986
|
+
MAINT!$MAINT$ac_delim
|
20951
20987
|
build!$build$ac_delim
|
20952
20988
|
build_cpu!$build_cpu$ac_delim
|
20953
20989
|
build_vendor!$build_vendor$ac_delim
|
@@ -20983,9 +21019,6 @@ CPP!$CPP$ac_delim
|
|
20983
21019
|
CXX!$CXX$ac_delim
|
20984
21020
|
CXXFLAGS!$CXXFLAGS$ac_delim
|
20985
21021
|
ac_ct_CXX!$ac_ct_CXX$ac_delim
|
20986
|
-
CXXDEPMODE!$CXXDEPMODE$ac_delim
|
20987
|
-
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
|
20988
|
-
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
|
20989
21022
|
_ACEOF
|
20990
21023
|
|
20991
21024
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
|
@@ -21027,6 +21060,9 @@ _ACEOF
|
|
21027
21060
|
ac_delim='%!_!# '
|
21028
21061
|
for ac_last_try in false false false false false :; do
|
21029
21062
|
cat >conf$$subs.sed <<_ACEOF
|
21063
|
+
CXXDEPMODE!$CXXDEPMODE$ac_delim
|
21064
|
+
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
|
21065
|
+
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
|
21030
21066
|
CXXCPP!$CXXCPP$ac_delim
|
21031
21067
|
F77!$F77$ac_delim
|
21032
21068
|
FFLAGS!$FFLAGS$ac_delim
|
@@ -21036,7 +21072,7 @@ LIBOBJS!$LIBOBJS$ac_delim
|
|
21036
21072
|
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
21037
21073
|
_ACEOF
|
21038
21074
|
|
21039
|
-
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` =
|
21075
|
+
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 10; then
|
21040
21076
|
break
|
21041
21077
|
elif $ac_last_try; then
|
21042
21078
|
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# libev.la - a libtool library file
|
2
|
+
# Generated by ltmain.sh - GNU libtool 1.5.24 (1.1220.2.456 2007/06/24 02:25:32)
|
3
|
+
#
|
4
|
+
# Please DO NOT delete this file!
|
5
|
+
# It is necessary for linking the library.
|
6
|
+
|
7
|
+
# The name that we can dlopen(3).
|
8
|
+
dlname='libev.so.3'
|
9
|
+
|
10
|
+
# Names of this library.
|
11
|
+
library_names='libev.so.3.0.0 libev.so.3 libev.so'
|
12
|
+
|
13
|
+
# The name of the static archive.
|
14
|
+
old_library='libev.a'
|
15
|
+
|
16
|
+
# Libraries that this one depends upon.
|
17
|
+
dependency_libs=' -lm -lrt'
|
18
|
+
|
19
|
+
# Version information for libev.
|
20
|
+
current=3
|
21
|
+
age=0
|
22
|
+
revision=0
|
23
|
+
|
24
|
+
# Is this an already installed library?
|
25
|
+
installed=no
|
26
|
+
|
27
|
+
# Should we warn about portability when linking against -modules?
|
28
|
+
shouldnotlink=no
|
29
|
+
|
30
|
+
# Files to dlopen/dlpreopen
|
31
|
+
dlopen=''
|
32
|
+
dlpreopen=''
|
33
|
+
|
34
|
+
# Directory that this library needs to be installed in:
|
35
|
+
libdir='/usr/local/lib'
|
@@ -37,7 +37,7 @@ subdir = src
|
|
37
37
|
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
|
38
38
|
$(srcdir)/Makefile.in
|
39
39
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
40
|
-
am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
|
40
|
+
am__aclocal_m4_deps = $(top_srcdir)/libev-3.2/libev.m4 \
|
41
41
|
$(top_srcdir)/configure.ac
|
42
42
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
43
43
|
$(ACLOCAL_M4)
|
@@ -36,7 +36,7 @@ bin_PROGRAMS = next_test$(EXEEXT) key_test$(EXEEXT)
|
|
36
36
|
subdir = test
|
37
37
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
38
38
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
39
|
-
am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
|
39
|
+
am__aclocal_m4_deps = $(top_srcdir)/libev-3.2/libev.m4 \
|
40
40
|
$(top_srcdir)/configure.ac
|
41
41
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
42
42
|
$(ACLOCAL_M4)
|
data/ext/revdispatch/test.rb
CHANGED