evdispatch 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest.txt +21 -65
- data/ext/revdispatch/dispatch.cc +3 -0
- data/ext/revdispatch/extconf.rb +50 -32
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev++.h +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev.h +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_epoll.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_kqueue.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_poll.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_port.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_select.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_vars.h +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_win32.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/ev_wrap.h +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/event.c +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/libev-3.31/event.h +0 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/src/ev_dispatch.cc +6 -17
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/src/ev_dispatch.h +0 -0
- data/ext/revdispatch/libdispatch/src/ev_embed.c +6 -0
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/src/ev_http.cc +11 -8
- data/ext/revdispatch/{libdispatch-0.1 → libdispatch}/src/ev_http.h +0 -0
- data/lib/evdispatch/version.rb +2 -2
- data/website/index.html +7 -1
- data/website/index.txt +6 -0
- metadata +23 -67
- data/ext/revdispatch/libdispatch-0.1/Changelog +0 -12
- data/ext/revdispatch/libdispatch-0.1/LICENSE +0 -0
- data/ext/revdispatch/libdispatch-0.1/Makefile.am +0 -10
- data/ext/revdispatch/libdispatch-0.1/Makefile.in +0 -636
- data/ext/revdispatch/libdispatch-0.1/README +0 -3
- data/ext/revdispatch/libdispatch-0.1/aclocal.m4 +0 -7268
- data/ext/revdispatch/libdispatch-0.1/autogen.sh +0 -11
- data/ext/revdispatch/libdispatch-0.1/config.guess +0 -1516
- data/ext/revdispatch/libdispatch-0.1/config.h.in +0 -112
- data/ext/revdispatch/libdispatch-0.1/config.sub +0 -1626
- data/ext/revdispatch/libdispatch-0.1/configure +0 -21779
- data/ext/revdispatch/libdispatch-0.1/configure.ac +0 -42
- data/ext/revdispatch/libdispatch-0.1/depcomp +0 -584
- data/ext/revdispatch/libdispatch-0.1/install-sh +0 -507
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/Changes +0 -78
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/LICENSE +0 -25
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/Makefile.am +0 -18
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/Makefile.in +0 -677
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/README +0 -130
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/aclocal.m4 +0 -7268
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/autogen.sh +0 -6
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/config.guess +0 -1516
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/config.h.in +0 -112
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/config.sub +0 -1626
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/configure +0 -21500
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/configure.ac +0 -18
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/ev.3 +0 -3344
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/ev.pod +0 -3268
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/install-sh +0 -294
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/libev.m4 +0 -28
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/ltmain.sh +0 -6871
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/missing +0 -336
- data/ext/revdispatch/libdispatch-0.1/libev-3.31/mkinstalldirs +0 -111
- data/ext/revdispatch/libdispatch-0.1/ltmain.sh +0 -6930
- data/ext/revdispatch/libdispatch-0.1/missing +0 -367
- data/ext/revdispatch/libdispatch-0.1/src/Makefile.am +0 -11
- data/ext/revdispatch/libdispatch-0.1/src/Makefile.in +0 -485
- data/ext/revdispatch/libdispatch-0.1/test/Makefile.am +0 -30
- data/ext/revdispatch/libdispatch-0.1/test/Makefile.in +0 -623
- data/ext/revdispatch/libdispatch-0.1/test/key_test.cc +0 -52
- data/ext/revdispatch/libdispatch-0.1/test/next_test.cc +0 -84
- data/ext/revdispatch/libdispatch-0.1/test/opt_test.cc +0 -70
- data/ext/revdispatch/libdispatch-0.1/test/pipe_test.cc +0 -241
- data/ext/revdispatch/libdispatch-0.1/test/post_test.cc +0 -66
- data/ext/revdispatch/libdispatch-0.1/test/stress_test.cc +0 -62
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
* Fix a bug in HTTP POST copyfields need to have POSTFIELDS also set
|
|
2
|
-
* Add support to have response sent over a file descriptor, pipe/socket
|
|
3
|
-
* Improve timer resolution, add Timer::current_time and Timer::elapsed_time
|
|
4
|
-
* Store HTTP header in response object
|
|
5
|
-
* Add support for the following curl options:
|
|
6
|
-
port => CURLOPT_PORT
|
|
7
|
-
autoreferer => CURLOPT_AUTOREFERER
|
|
8
|
-
followlocation => CURLOPT_FOLLOWLOCATION
|
|
9
|
-
maxredirs => CURLOPT_MAXREDIRS
|
|
10
|
-
referer => CURLOPT_REFERER
|
|
11
|
-
useragent => CURLOPT_USERAGENT
|
|
12
|
-
cookie => CURLOPT_COOKIE
|
|
File without changes
|
|
@@ -1,636 +0,0 @@
|
|
|
1
|
-
# Makefile.in generated by automake 1.10 from Makefile.am.
|
|
2
|
-
# @configure_input@
|
|
3
|
-
|
|
4
|
-
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5
|
-
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
|
6
|
-
# This Makefile.in is free software; the Free Software Foundation
|
|
7
|
-
# gives unlimited permission to copy and/or distribute it,
|
|
8
|
-
# with or without modifications, as long as this notice is preserved.
|
|
9
|
-
|
|
10
|
-
# This program is distributed in the hope that it will be useful,
|
|
11
|
-
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
12
|
-
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
13
|
-
# PARTICULAR PURPOSE.
|
|
14
|
-
|
|
15
|
-
@SET_MAKE@
|
|
16
|
-
VPATH = @srcdir@
|
|
17
|
-
pkgdatadir = $(datadir)/@PACKAGE@
|
|
18
|
-
pkglibdir = $(libdir)/@PACKAGE@
|
|
19
|
-
pkgincludedir = $(includedir)/@PACKAGE@
|
|
20
|
-
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
21
|
-
install_sh_DATA = $(install_sh) -c -m 644
|
|
22
|
-
install_sh_PROGRAM = $(install_sh) -c
|
|
23
|
-
install_sh_SCRIPT = $(install_sh) -c
|
|
24
|
-
INSTALL_HEADER = $(INSTALL_DATA)
|
|
25
|
-
transform = $(program_transform_name)
|
|
26
|
-
NORMAL_INSTALL = :
|
|
27
|
-
PRE_INSTALL = :
|
|
28
|
-
POST_INSTALL = :
|
|
29
|
-
NORMAL_UNINSTALL = :
|
|
30
|
-
PRE_UNINSTALL = :
|
|
31
|
-
POST_UNINSTALL = :
|
|
32
|
-
build_triplet = @build@
|
|
33
|
-
host_triplet = @host@
|
|
34
|
-
subdir = .
|
|
35
|
-
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
36
|
-
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
|
37
|
-
$(top_srcdir)/configure config.guess config.sub depcomp \
|
|
38
|
-
install-sh ltmain.sh missing
|
|
39
|
-
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
40
|
-
am__aclocal_m4_deps = $(top_srcdir)/libev-3.31/libev.m4 \
|
|
41
|
-
$(top_srcdir)/configure.ac
|
|
42
|
-
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
43
|
-
$(ACLOCAL_M4)
|
|
44
|
-
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
45
|
-
configure.lineno config.status.lineno
|
|
46
|
-
mkinstalldirs = $(install_sh) -d
|
|
47
|
-
CONFIG_HEADER = config.h
|
|
48
|
-
CONFIG_CLEAN_FILES =
|
|
49
|
-
depcomp =
|
|
50
|
-
am__depfiles_maybe =
|
|
51
|
-
SOURCES =
|
|
52
|
-
DIST_SOURCES =
|
|
53
|
-
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
54
|
-
html-recursive info-recursive install-data-recursive \
|
|
55
|
-
install-dvi-recursive install-exec-recursive \
|
|
56
|
-
install-html-recursive install-info-recursive \
|
|
57
|
-
install-pdf-recursive install-ps-recursive install-recursive \
|
|
58
|
-
installcheck-recursive installdirs-recursive pdf-recursive \
|
|
59
|
-
ps-recursive uninstall-recursive
|
|
60
|
-
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
61
|
-
distclean-recursive maintainer-clean-recursive
|
|
62
|
-
ETAGS = etags
|
|
63
|
-
CTAGS = ctags
|
|
64
|
-
DIST_SUBDIRS = $(SUBDIRS)
|
|
65
|
-
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
66
|
-
distdir = $(PACKAGE)-$(VERSION)
|
|
67
|
-
top_distdir = $(distdir)
|
|
68
|
-
am__remove_distdir = \
|
|
69
|
-
{ test ! -d $(distdir) \
|
|
70
|
-
|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
71
|
-
&& rm -fr $(distdir); }; }
|
|
72
|
-
DIST_ARCHIVES = $(distdir).tar.gz
|
|
73
|
-
GZIP_ENV = --best
|
|
74
|
-
distuninstallcheck_listfiles = find . -type f -print
|
|
75
|
-
distcleancheck_listfiles = find . -type f -print
|
|
76
|
-
ACLOCAL = @ACLOCAL@
|
|
77
|
-
AMTAR = @AMTAR@
|
|
78
|
-
AR = @AR@
|
|
79
|
-
AUTOCONF = @AUTOCONF@
|
|
80
|
-
AUTOHEADER = @AUTOHEADER@
|
|
81
|
-
AUTOMAKE = @AUTOMAKE@
|
|
82
|
-
AWK = @AWK@
|
|
83
|
-
CC = @CC@
|
|
84
|
-
CCDEPMODE = @CCDEPMODE@
|
|
85
|
-
CFLAGS = @CFLAGS@
|
|
86
|
-
CPP = @CPP@
|
|
87
|
-
CPPFLAGS = @CPPFLAGS@
|
|
88
|
-
CXX = @CXX@
|
|
89
|
-
CXXCPP = @CXXCPP@
|
|
90
|
-
CXXDEPMODE = @CXXDEPMODE@
|
|
91
|
-
CXXFLAGS = @CXXFLAGS@
|
|
92
|
-
CYGPATH_W = @CYGPATH_W@
|
|
93
|
-
DEFS = @DEFS@
|
|
94
|
-
DEPDIR = @DEPDIR@
|
|
95
|
-
ECHO = @ECHO@
|
|
96
|
-
ECHO_C = @ECHO_C@
|
|
97
|
-
ECHO_N = @ECHO_N@
|
|
98
|
-
ECHO_T = @ECHO_T@
|
|
99
|
-
EGREP = @EGREP@
|
|
100
|
-
EXEEXT = @EXEEXT@
|
|
101
|
-
F77 = @F77@
|
|
102
|
-
FFLAGS = @FFLAGS@
|
|
103
|
-
GREP = @GREP@
|
|
104
|
-
INSTALL = @INSTALL@
|
|
105
|
-
INSTALL_DATA = @INSTALL_DATA@
|
|
106
|
-
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
107
|
-
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
108
|
-
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
109
|
-
LDFLAGS = @LDFLAGS@
|
|
110
|
-
LIBEV_PATH = @LIBEV_PATH@
|
|
111
|
-
LIBOBJS = @LIBOBJS@
|
|
112
|
-
LIBS = @LIBS@
|
|
113
|
-
LIBTOOL = @LIBTOOL@
|
|
114
|
-
LN_S = @LN_S@
|
|
115
|
-
LTLIBOBJS = @LTLIBOBJS@
|
|
116
|
-
MAINT = @MAINT@
|
|
117
|
-
MAKEINFO = @MAKEINFO@
|
|
118
|
-
MKDIR_P = @MKDIR_P@
|
|
119
|
-
OBJEXT = @OBJEXT@
|
|
120
|
-
PACKAGE = @PACKAGE@
|
|
121
|
-
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
122
|
-
PACKAGE_NAME = @PACKAGE_NAME@
|
|
123
|
-
PACKAGE_STRING = @PACKAGE_STRING@
|
|
124
|
-
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
125
|
-
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
126
|
-
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
127
|
-
RANLIB = @RANLIB@
|
|
128
|
-
SET_MAKE = @SET_MAKE@
|
|
129
|
-
SHELL = @SHELL@
|
|
130
|
-
STRIP = @STRIP@
|
|
131
|
-
VERSION = @VERSION@
|
|
132
|
-
abs_builddir = @abs_builddir@
|
|
133
|
-
abs_srcdir = @abs_srcdir@
|
|
134
|
-
abs_top_builddir = @abs_top_builddir@
|
|
135
|
-
abs_top_srcdir = @abs_top_srcdir@
|
|
136
|
-
ac_ct_CC = @ac_ct_CC@
|
|
137
|
-
ac_ct_CXX = @ac_ct_CXX@
|
|
138
|
-
ac_ct_F77 = @ac_ct_F77@
|
|
139
|
-
am__include = @am__include@
|
|
140
|
-
am__leading_dot = @am__leading_dot@
|
|
141
|
-
am__quote = @am__quote@
|
|
142
|
-
am__tar = @am__tar@
|
|
143
|
-
am__untar = @am__untar@
|
|
144
|
-
bindir = @bindir@
|
|
145
|
-
build = @build@
|
|
146
|
-
build_alias = @build_alias@
|
|
147
|
-
build_cpu = @build_cpu@
|
|
148
|
-
build_os = @build_os@
|
|
149
|
-
build_vendor = @build_vendor@
|
|
150
|
-
builddir = @builddir@
|
|
151
|
-
datadir = @datadir@
|
|
152
|
-
datarootdir = @datarootdir@
|
|
153
|
-
docdir = @docdir@
|
|
154
|
-
dvidir = @dvidir@
|
|
155
|
-
exec_prefix = @exec_prefix@
|
|
156
|
-
host = @host@
|
|
157
|
-
host_alias = @host_alias@
|
|
158
|
-
host_cpu = @host_cpu@
|
|
159
|
-
host_os = @host_os@
|
|
160
|
-
host_vendor = @host_vendor@
|
|
161
|
-
htmldir = @htmldir@
|
|
162
|
-
includedir = @includedir@
|
|
163
|
-
infodir = @infodir@
|
|
164
|
-
install_sh = @install_sh@
|
|
165
|
-
libdir = @libdir@
|
|
166
|
-
libexecdir = @libexecdir@
|
|
167
|
-
localedir = @localedir@
|
|
168
|
-
localstatedir = @localstatedir@
|
|
169
|
-
mandir = @mandir@
|
|
170
|
-
mkdir_p = @mkdir_p@
|
|
171
|
-
oldincludedir = @oldincludedir@
|
|
172
|
-
pdfdir = @pdfdir@
|
|
173
|
-
prefix = @prefix@
|
|
174
|
-
program_transform_name = @program_transform_name@
|
|
175
|
-
psdir = @psdir@
|
|
176
|
-
sbindir = @sbindir@
|
|
177
|
-
sharedstatedir = @sharedstatedir@
|
|
178
|
-
srcdir = @srcdir@
|
|
179
|
-
sysconfdir = @sysconfdir@
|
|
180
|
-
target_alias = @target_alias@
|
|
181
|
-
top_builddir = @top_builddir@
|
|
182
|
-
top_srcdir = @top_srcdir@
|
|
183
|
-
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
184
|
-
VERSION_INFO = 0:1
|
|
185
|
-
EXTRA_DIST = LICENSE Changelog autogen.sh \
|
|
186
|
-
src/ev_dispatch.h src/ev_dispatch.cc \
|
|
187
|
-
src/ev_http.h src/ev_http.cc \
|
|
188
|
-
test/next_test.cc test/key_test.cc
|
|
189
|
-
|
|
190
|
-
SUBDIRS = src test
|
|
191
|
-
all: config.h
|
|
192
|
-
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
193
|
-
|
|
194
|
-
.SUFFIXES:
|
|
195
|
-
am--refresh:
|
|
196
|
-
@:
|
|
197
|
-
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
198
|
-
@for dep in $?; do \
|
|
199
|
-
case '$(am__configure_deps)' in \
|
|
200
|
-
*$$dep*) \
|
|
201
|
-
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
|
|
202
|
-
cd $(srcdir) && $(AUTOMAKE) --foreign \
|
|
203
|
-
&& exit 0; \
|
|
204
|
-
exit 1;; \
|
|
205
|
-
esac; \
|
|
206
|
-
done; \
|
|
207
|
-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
|
208
|
-
cd $(top_srcdir) && \
|
|
209
|
-
$(AUTOMAKE) --foreign Makefile
|
|
210
|
-
.PRECIOUS: Makefile
|
|
211
|
-
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
212
|
-
@case '$?' in \
|
|
213
|
-
*config.status*) \
|
|
214
|
-
echo ' $(SHELL) ./config.status'; \
|
|
215
|
-
$(SHELL) ./config.status;; \
|
|
216
|
-
*) \
|
|
217
|
-
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
218
|
-
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
219
|
-
esac;
|
|
220
|
-
|
|
221
|
-
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
222
|
-
$(SHELL) ./config.status --recheck
|
|
223
|
-
|
|
224
|
-
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
225
|
-
cd $(srcdir) && $(AUTOCONF)
|
|
226
|
-
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
227
|
-
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
228
|
-
|
|
229
|
-
config.h: stamp-h1
|
|
230
|
-
@if test ! -f $@; then \
|
|
231
|
-
rm -f stamp-h1; \
|
|
232
|
-
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
233
|
-
else :; fi
|
|
234
|
-
|
|
235
|
-
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
236
|
-
@rm -f stamp-h1
|
|
237
|
-
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
238
|
-
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
239
|
-
cd $(top_srcdir) && $(AUTOHEADER)
|
|
240
|
-
rm -f stamp-h1
|
|
241
|
-
touch $@
|
|
242
|
-
|
|
243
|
-
distclean-hdr:
|
|
244
|
-
-rm -f config.h stamp-h1
|
|
245
|
-
|
|
246
|
-
mostlyclean-libtool:
|
|
247
|
-
-rm -f *.lo
|
|
248
|
-
|
|
249
|
-
clean-libtool:
|
|
250
|
-
-rm -rf .libs _libs
|
|
251
|
-
|
|
252
|
-
distclean-libtool:
|
|
253
|
-
-rm -f libtool
|
|
254
|
-
|
|
255
|
-
# This directory's subdirectories are mostly independent; you can cd
|
|
256
|
-
# into them and run `make' without going through this Makefile.
|
|
257
|
-
# To change the values of `make' variables: instead of editing Makefiles,
|
|
258
|
-
# (1) if the variable is set in `config.status', edit `config.status'
|
|
259
|
-
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
260
|
-
# (2) otherwise, pass the desired values on the `make' command line.
|
|
261
|
-
$(RECURSIVE_TARGETS):
|
|
262
|
-
@failcom='exit 1'; \
|
|
263
|
-
for f in x $$MAKEFLAGS; do \
|
|
264
|
-
case $$f in \
|
|
265
|
-
*=* | --[!k]*);; \
|
|
266
|
-
*k*) failcom='fail=yes';; \
|
|
267
|
-
esac; \
|
|
268
|
-
done; \
|
|
269
|
-
dot_seen=no; \
|
|
270
|
-
target=`echo $@ | sed s/-recursive//`; \
|
|
271
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
272
|
-
echo "Making $$target in $$subdir"; \
|
|
273
|
-
if test "$$subdir" = "."; then \
|
|
274
|
-
dot_seen=yes; \
|
|
275
|
-
local_target="$$target-am"; \
|
|
276
|
-
else \
|
|
277
|
-
local_target="$$target"; \
|
|
278
|
-
fi; \
|
|
279
|
-
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
280
|
-
|| eval $$failcom; \
|
|
281
|
-
done; \
|
|
282
|
-
if test "$$dot_seen" = "no"; then \
|
|
283
|
-
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
284
|
-
fi; test -z "$$fail"
|
|
285
|
-
|
|
286
|
-
$(RECURSIVE_CLEAN_TARGETS):
|
|
287
|
-
@failcom='exit 1'; \
|
|
288
|
-
for f in x $$MAKEFLAGS; do \
|
|
289
|
-
case $$f in \
|
|
290
|
-
*=* | --[!k]*);; \
|
|
291
|
-
*k*) failcom='fail=yes';; \
|
|
292
|
-
esac; \
|
|
293
|
-
done; \
|
|
294
|
-
dot_seen=no; \
|
|
295
|
-
case "$@" in \
|
|
296
|
-
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
297
|
-
*) list='$(SUBDIRS)' ;; \
|
|
298
|
-
esac; \
|
|
299
|
-
rev=''; for subdir in $$list; do \
|
|
300
|
-
if test "$$subdir" = "."; then :; else \
|
|
301
|
-
rev="$$subdir $$rev"; \
|
|
302
|
-
fi; \
|
|
303
|
-
done; \
|
|
304
|
-
rev="$$rev ."; \
|
|
305
|
-
target=`echo $@ | sed s/-recursive//`; \
|
|
306
|
-
for subdir in $$rev; do \
|
|
307
|
-
echo "Making $$target in $$subdir"; \
|
|
308
|
-
if test "$$subdir" = "."; then \
|
|
309
|
-
local_target="$$target-am"; \
|
|
310
|
-
else \
|
|
311
|
-
local_target="$$target"; \
|
|
312
|
-
fi; \
|
|
313
|
-
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
314
|
-
|| eval $$failcom; \
|
|
315
|
-
done && test -z "$$fail"
|
|
316
|
-
tags-recursive:
|
|
317
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
318
|
-
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
319
|
-
done
|
|
320
|
-
ctags-recursive:
|
|
321
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
322
|
-
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
323
|
-
done
|
|
324
|
-
|
|
325
|
-
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
326
|
-
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
327
|
-
unique=`for i in $$list; do \
|
|
328
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
329
|
-
done | \
|
|
330
|
-
$(AWK) ' { files[$$0] = 1; } \
|
|
331
|
-
END { for (i in files) print i; }'`; \
|
|
332
|
-
mkid -fID $$unique
|
|
333
|
-
tags: TAGS
|
|
334
|
-
|
|
335
|
-
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
336
|
-
$(TAGS_FILES) $(LISP)
|
|
337
|
-
tags=; \
|
|
338
|
-
here=`pwd`; \
|
|
339
|
-
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
340
|
-
include_option=--etags-include; \
|
|
341
|
-
empty_fix=.; \
|
|
342
|
-
else \
|
|
343
|
-
include_option=--include; \
|
|
344
|
-
empty_fix=; \
|
|
345
|
-
fi; \
|
|
346
|
-
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
347
|
-
if test "$$subdir" = .; then :; else \
|
|
348
|
-
test ! -f $$subdir/TAGS || \
|
|
349
|
-
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
|
350
|
-
fi; \
|
|
351
|
-
done; \
|
|
352
|
-
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
353
|
-
unique=`for i in $$list; do \
|
|
354
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
355
|
-
done | \
|
|
356
|
-
$(AWK) ' { files[$$0] = 1; } \
|
|
357
|
-
END { for (i in files) print i; }'`; \
|
|
358
|
-
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
359
|
-
test -n "$$unique" || unique=$$empty_fix; \
|
|
360
|
-
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
361
|
-
$$tags $$unique; \
|
|
362
|
-
fi
|
|
363
|
-
ctags: CTAGS
|
|
364
|
-
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
365
|
-
$(TAGS_FILES) $(LISP)
|
|
366
|
-
tags=; \
|
|
367
|
-
here=`pwd`; \
|
|
368
|
-
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
369
|
-
unique=`for i in $$list; do \
|
|
370
|
-
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
371
|
-
done | \
|
|
372
|
-
$(AWK) ' { files[$$0] = 1; } \
|
|
373
|
-
END { for (i in files) print i; }'`; \
|
|
374
|
-
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
375
|
-
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
376
|
-
$$tags $$unique
|
|
377
|
-
|
|
378
|
-
GTAGS:
|
|
379
|
-
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
380
|
-
&& cd $(top_srcdir) \
|
|
381
|
-
&& gtags -i $(GTAGS_ARGS) $$here
|
|
382
|
-
|
|
383
|
-
distclean-tags:
|
|
384
|
-
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
385
|
-
|
|
386
|
-
distdir: $(DISTFILES)
|
|
387
|
-
$(am__remove_distdir)
|
|
388
|
-
test -d $(distdir) || mkdir $(distdir)
|
|
389
|
-
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
390
|
-
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
391
|
-
list='$(DISTFILES)'; \
|
|
392
|
-
dist_files=`for file in $$list; do echo $$file; done | \
|
|
393
|
-
sed -e "s|^$$srcdirstrip/||;t" \
|
|
394
|
-
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
395
|
-
case $$dist_files in \
|
|
396
|
-
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
397
|
-
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
398
|
-
sort -u` ;; \
|
|
399
|
-
esac; \
|
|
400
|
-
for file in $$dist_files; do \
|
|
401
|
-
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
402
|
-
if test -d $$d/$$file; then \
|
|
403
|
-
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
404
|
-
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
405
|
-
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
406
|
-
fi; \
|
|
407
|
-
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
408
|
-
else \
|
|
409
|
-
test -f $(distdir)/$$file \
|
|
410
|
-
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
411
|
-
|| exit 1; \
|
|
412
|
-
fi; \
|
|
413
|
-
done
|
|
414
|
-
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
415
|
-
if test "$$subdir" = .; then :; else \
|
|
416
|
-
test -d "$(distdir)/$$subdir" \
|
|
417
|
-
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
|
418
|
-
|| exit 1; \
|
|
419
|
-
distdir=`$(am__cd) $(distdir) && pwd`; \
|
|
420
|
-
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
|
421
|
-
(cd $$subdir && \
|
|
422
|
-
$(MAKE) $(AM_MAKEFLAGS) \
|
|
423
|
-
top_distdir="$$top_distdir" \
|
|
424
|
-
distdir="$$distdir/$$subdir" \
|
|
425
|
-
am__remove_distdir=: \
|
|
426
|
-
am__skip_length_check=: \
|
|
427
|
-
distdir) \
|
|
428
|
-
|| exit 1; \
|
|
429
|
-
fi; \
|
|
430
|
-
done
|
|
431
|
-
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
|
|
432
|
-
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
433
|
-
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
434
|
-
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
|
435
|
-
|| chmod -R a+r $(distdir)
|
|
436
|
-
dist-gzip: distdir
|
|
437
|
-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
438
|
-
$(am__remove_distdir)
|
|
439
|
-
|
|
440
|
-
dist-bzip2: distdir
|
|
441
|
-
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
442
|
-
$(am__remove_distdir)
|
|
443
|
-
|
|
444
|
-
dist-tarZ: distdir
|
|
445
|
-
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
446
|
-
$(am__remove_distdir)
|
|
447
|
-
|
|
448
|
-
dist-shar: distdir
|
|
449
|
-
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
450
|
-
$(am__remove_distdir)
|
|
451
|
-
|
|
452
|
-
dist-zip: distdir
|
|
453
|
-
-rm -f $(distdir).zip
|
|
454
|
-
zip -rq $(distdir).zip $(distdir)
|
|
455
|
-
$(am__remove_distdir)
|
|
456
|
-
|
|
457
|
-
dist dist-all: distdir
|
|
458
|
-
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
459
|
-
$(am__remove_distdir)
|
|
460
|
-
|
|
461
|
-
# This target untars the dist file and tries a VPATH configuration. Then
|
|
462
|
-
# it guarantees that the distribution is self-contained by making another
|
|
463
|
-
# tarfile.
|
|
464
|
-
distcheck: dist
|
|
465
|
-
case '$(DIST_ARCHIVES)' in \
|
|
466
|
-
*.tar.gz*) \
|
|
467
|
-
GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
|
|
468
|
-
*.tar.bz2*) \
|
|
469
|
-
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
470
|
-
*.tar.Z*) \
|
|
471
|
-
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
472
|
-
*.shar.gz*) \
|
|
473
|
-
GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
|
|
474
|
-
*.zip*) \
|
|
475
|
-
unzip $(distdir).zip ;;\
|
|
476
|
-
esac
|
|
477
|
-
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
478
|
-
mkdir $(distdir)/_build
|
|
479
|
-
mkdir $(distdir)/_inst
|
|
480
|
-
chmod a-w $(distdir)
|
|
481
|
-
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
482
|
-
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
483
|
-
&& cd $(distdir)/_build \
|
|
484
|
-
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
485
|
-
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
486
|
-
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
487
|
-
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
488
|
-
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
489
|
-
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
490
|
-
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
491
|
-
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
492
|
-
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
493
|
-
distuninstallcheck \
|
|
494
|
-
&& chmod -R a-w "$$dc_install_base" \
|
|
495
|
-
&& ({ \
|
|
496
|
-
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
497
|
-
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
498
|
-
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
499
|
-
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
500
|
-
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
501
|
-
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
502
|
-
&& rm -rf "$$dc_destdir" \
|
|
503
|
-
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
504
|
-
&& rm -rf $(DIST_ARCHIVES) \
|
|
505
|
-
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck
|
|
506
|
-
$(am__remove_distdir)
|
|
507
|
-
@(echo "$(distdir) archives ready for distribution: "; \
|
|
508
|
-
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
509
|
-
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
510
|
-
distuninstallcheck:
|
|
511
|
-
@cd $(distuninstallcheck_dir) \
|
|
512
|
-
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
513
|
-
|| { echo "ERROR: files left after uninstall:" ; \
|
|
514
|
-
if test -n "$(DESTDIR)"; then \
|
|
515
|
-
echo " (check DESTDIR support)"; \
|
|
516
|
-
fi ; \
|
|
517
|
-
$(distuninstallcheck_listfiles) ; \
|
|
518
|
-
exit 1; } >&2
|
|
519
|
-
distcleancheck: distclean
|
|
520
|
-
@if test '$(srcdir)' = . ; then \
|
|
521
|
-
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
522
|
-
exit 1 ; \
|
|
523
|
-
fi
|
|
524
|
-
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
525
|
-
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
|
526
|
-
$(distcleancheck_listfiles) ; \
|
|
527
|
-
exit 1; } >&2
|
|
528
|
-
check-am: all-am
|
|
529
|
-
check: check-recursive
|
|
530
|
-
all-am: Makefile config.h
|
|
531
|
-
installdirs: installdirs-recursive
|
|
532
|
-
installdirs-am:
|
|
533
|
-
install: install-recursive
|
|
534
|
-
install-exec: install-exec-recursive
|
|
535
|
-
install-data: install-data-recursive
|
|
536
|
-
uninstall: uninstall-recursive
|
|
537
|
-
|
|
538
|
-
install-am: all-am
|
|
539
|
-
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
540
|
-
|
|
541
|
-
installcheck: installcheck-recursive
|
|
542
|
-
install-strip:
|
|
543
|
-
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
544
|
-
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
545
|
-
`test -z '$(STRIP)' || \
|
|
546
|
-
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
547
|
-
mostlyclean-generic:
|
|
548
|
-
|
|
549
|
-
clean-generic:
|
|
550
|
-
|
|
551
|
-
distclean-generic:
|
|
552
|
-
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
553
|
-
|
|
554
|
-
maintainer-clean-generic:
|
|
555
|
-
@echo "This command is intended for maintainers to use"
|
|
556
|
-
@echo "it deletes files that may require special tools to rebuild."
|
|
557
|
-
clean: clean-recursive
|
|
558
|
-
|
|
559
|
-
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
560
|
-
|
|
561
|
-
distclean: distclean-recursive
|
|
562
|
-
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
563
|
-
-rm -f Makefile
|
|
564
|
-
distclean-am: clean-am distclean-generic distclean-hdr \
|
|
565
|
-
distclean-libtool distclean-tags
|
|
566
|
-
|
|
567
|
-
dvi: dvi-recursive
|
|
568
|
-
|
|
569
|
-
dvi-am:
|
|
570
|
-
|
|
571
|
-
html: html-recursive
|
|
572
|
-
|
|
573
|
-
info: info-recursive
|
|
574
|
-
|
|
575
|
-
info-am:
|
|
576
|
-
|
|
577
|
-
install-data-am:
|
|
578
|
-
|
|
579
|
-
install-dvi: install-dvi-recursive
|
|
580
|
-
|
|
581
|
-
install-exec-am:
|
|
582
|
-
|
|
583
|
-
install-html: install-html-recursive
|
|
584
|
-
|
|
585
|
-
install-info: install-info-recursive
|
|
586
|
-
|
|
587
|
-
install-man:
|
|
588
|
-
|
|
589
|
-
install-pdf: install-pdf-recursive
|
|
590
|
-
|
|
591
|
-
install-ps: install-ps-recursive
|
|
592
|
-
|
|
593
|
-
installcheck-am:
|
|
594
|
-
|
|
595
|
-
maintainer-clean: maintainer-clean-recursive
|
|
596
|
-
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
597
|
-
-rm -rf $(top_srcdir)/autom4te.cache
|
|
598
|
-
-rm -f Makefile
|
|
599
|
-
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
600
|
-
|
|
601
|
-
mostlyclean: mostlyclean-recursive
|
|
602
|
-
|
|
603
|
-
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
|
604
|
-
|
|
605
|
-
pdf: pdf-recursive
|
|
606
|
-
|
|
607
|
-
pdf-am:
|
|
608
|
-
|
|
609
|
-
ps: ps-recursive
|
|
610
|
-
|
|
611
|
-
ps-am:
|
|
612
|
-
|
|
613
|
-
uninstall-am:
|
|
614
|
-
|
|
615
|
-
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
|
616
|
-
install-strip
|
|
617
|
-
|
|
618
|
-
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
|
619
|
-
all all-am am--refresh check check-am clean clean-generic \
|
|
620
|
-
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
|
621
|
-
dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
|
|
622
|
-
distclean-generic distclean-hdr distclean-libtool \
|
|
623
|
-
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
624
|
-
dvi-am html html-am info info-am install install-am \
|
|
625
|
-
install-data install-data-am install-dvi install-dvi-am \
|
|
626
|
-
install-exec install-exec-am install-html install-html-am \
|
|
627
|
-
install-info install-info-am install-man install-pdf \
|
|
628
|
-
install-pdf-am install-ps install-ps-am install-strip \
|
|
629
|
-
installcheck installcheck-am installdirs installdirs-am \
|
|
630
|
-
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
631
|
-
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
|
632
|
-
tags tags-recursive uninstall uninstall-am
|
|
633
|
-
|
|
634
|
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
635
|
-
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
636
|
-
.NOEXPORT:
|