thrift 0.7.0 → 0.8.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.
Files changed (52) hide show
  1. data/benchmark/gen-rb/benchmark_constants.rb +1 -1
  2. data/benchmark/gen-rb/benchmark_service.rb +1 -1
  3. data/benchmark/gen-rb/benchmark_types.rb +1 -1
  4. data/ext/strlcpy.c +41 -0
  5. data/ext/strlcpy.h +30 -0
  6. data/ext/struct.c +6 -32
  7. data/lib/thrift/struct_union.rb +1 -1
  8. data/spec/base_protocol_spec.rb +1 -1
  9. data/spec/base_transport_spec.rb +1 -1
  10. data/spec/binary_protocol_accelerated_spec.rb +2 -2
  11. data/spec/binary_protocol_spec.rb +2 -2
  12. data/spec/binary_protocol_spec_shared.rb +1 -1
  13. data/spec/client_spec.rb +1 -1
  14. data/spec/compact_protocol_spec.rb +12 -1
  15. data/spec/exception_spec.rb +1 -1
  16. data/spec/gen-rb/nonblocking_service.rb +1 -1
  17. data/spec/gen-rb/thrift_spec_constants.rb +1 -1
  18. data/spec/gen-rb/thrift_spec_types.rb +1 -1
  19. data/spec/http_client_spec.rb +1 -1
  20. data/spec/mongrel_http_server_spec.rb +1 -1
  21. data/spec/nonblocking_server_spec.rb +1 -1
  22. data/spec/processor_spec.rb +1 -1
  23. data/spec/serializer_spec.rb +1 -1
  24. data/spec/server_socket_spec.rb +2 -2
  25. data/spec/server_spec.rb +1 -2
  26. data/spec/socket_spec.rb +2 -2
  27. data/spec/socket_spec_shared.rb +1 -1
  28. data/spec/spec_helper.rb +1 -1
  29. data/spec/struct_spec.rb +1 -1
  30. data/spec/types_spec.rb +1 -1
  31. data/spec/union_spec.rb +1 -1
  32. data/spec/unix_socket_spec.rb +2 -2
  33. data/{debug_proto_test → test/debug_proto}/gen-rb/debug_proto_test_constants.rb +1 -1
  34. data/{debug_proto_test → test/debug_proto}/gen-rb/debug_proto_test_types.rb +56 -1
  35. data/{debug_proto_test → test/debug_proto}/gen-rb/empty_service.rb +1 -1
  36. data/{debug_proto_test → test/debug_proto}/gen-rb/inherited.rb +1 -1
  37. data/{debug_proto_test → test/debug_proto}/gen-rb/reverse_order_service.rb +1 -1
  38. data/{debug_proto_test → test/debug_proto}/gen-rb/service_for_exception_with_a_map.rb +1 -1
  39. data/{debug_proto_test → test/debug_proto}/gen-rb/srv.rb +1 -1
  40. metadata +143 -70
  41. data/InstalledFiles +0 -1
  42. data/Makefile +0 -512
  43. data/Makefile.am +0 -49
  44. data/Makefile.in +0 -512
  45. data/Manifest +0 -103
  46. data/Rakefile +0 -102
  47. data/script/proto_benchmark.rb +0 -121
  48. data/script/read_struct.rb +0 -43
  49. data/script/write_struct.rb +0 -30
  50. data/setup.rb +0 -1585
  51. data/thrift.gemspec +0 -30
  52. data/tmp/thrift-0.7.0.gem +0 -0
@@ -1,49 +0,0 @@
1
- #
2
- # Licensed to the Apache Software Foundation (ASF) under one
3
- # or more contributor license agreements. See the NOTICE file
4
- # distributed with this work for additional information
5
- # regarding copyright ownership. The ASF licenses this file
6
- # to you under the Apache License, Version 2.0 (the
7
- # "License"); you may not use this file except in compliance
8
- # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing,
13
- # software distributed under the License is distributed on an
14
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
- # KIND, either express or implied. See the License for the
16
- # specific language governing permissions and limitations
17
- # under the License.
18
- #
19
-
20
- EXTRA_DIST = \
21
- CHANGELOG \
22
- Rakefile \
23
- Manifest \
24
- setup.rb \
25
- lib \
26
- ext \
27
- benchmark \
28
- script \
29
- spec
30
-
31
- DESTDIR ?= /
32
-
33
- all-local:
34
- if [ -n "$(RUBY_PREFIX)" ] ; then $(RUBY) setup.rb config --prefix=$(DESTDIR)$(RUBY_PREFIX) --rbdir='$$libdir/ruby' --sodir='$$libdir/ruby' ; elif [ -n "$(DESTDIR)" ] ; then $(RUBY) setup.rb config --prefix=$(DESTDIR) ; else $(RUBY) setup.rb config ; fi
35
- $(RUBY) setup.rb setup
36
-
37
- install-exec-hook:
38
- $(RUBY) setup.rb install --prefix=$(DESTDIR)
39
-
40
- # Make sure this doesn't fail if Ruby is not configured.
41
- clean-local:
42
- RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \
43
- $$RUBY setup.rb clean
44
-
45
- check-local: all
46
- if HAVE_RSPEC
47
- rake spec
48
- endif
49
-
@@ -1,512 +0,0 @@
1
- # Makefile.in generated by automake 1.9.6 from Makefile.am.
2
- # @configure_input@
3
-
4
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
- # 2003, 2004, 2005 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
-
17
- #
18
- # Licensed to the Apache Software Foundation (ASF) under one
19
- # or more contributor license agreements. See the NOTICE file
20
- # distributed with this work for additional information
21
- # regarding copyright ownership. The ASF licenses this file
22
- # to you under the Apache License, Version 2.0 (the
23
- # "License"); you may not use this file except in compliance
24
- # with the License. You may obtain a copy of the License at
25
- #
26
- # http://www.apache.org/licenses/LICENSE-2.0
27
- #
28
- # Unless required by applicable law or agreed to in writing,
29
- # software distributed under the License is distributed on an
30
- # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
31
- # KIND, either express or implied. See the License for the
32
- # specific language governing permissions and limitations
33
- # under the License.
34
- #
35
- srcdir = @srcdir@
36
- top_srcdir = @top_srcdir@
37
- VPATH = @srcdir@
38
- pkgdatadir = $(datadir)/@PACKAGE@
39
- pkglibdir = $(libdir)/@PACKAGE@
40
- pkgincludedir = $(includedir)/@PACKAGE@
41
- top_builddir = ../..
42
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43
- INSTALL = @INSTALL@
44
- install_sh_DATA = $(install_sh) -c -m 644
45
- install_sh_PROGRAM = $(install_sh) -c
46
- install_sh_SCRIPT = $(install_sh) -c
47
- INSTALL_HEADER = $(INSTALL_DATA)
48
- transform = $(program_transform_name)
49
- NORMAL_INSTALL = :
50
- PRE_INSTALL = :
51
- POST_INSTALL = :
52
- NORMAL_UNINSTALL = :
53
- PRE_UNINSTALL = :
54
- POST_UNINSTALL = :
55
- build_triplet = @build@
56
- host_triplet = @host@
57
- subdir = lib/rb
58
- DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
- am__aclocal_m4_deps = $(top_srcdir)/aclocal/ax_boost_base.m4 \
61
- $(top_srcdir)/aclocal/ax_javac_and_java.m4 \
62
- $(top_srcdir)/aclocal/ax_lib_event.m4 \
63
- $(top_srcdir)/aclocal/ax_lib_zlib.m4 \
64
- $(top_srcdir)/aclocal/ax_prog_perl_modules.m4 \
65
- $(top_srcdir)/aclocal/ax_signed_right_shift.m4 \
66
- $(top_srcdir)/aclocal/ax_thrift_internal.m4 \
67
- $(top_srcdir)/configure.ac
68
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69
- $(ACLOCAL_M4)
70
- mkinstalldirs = $(install_sh) -d
71
- CONFIG_HEADER = $(top_builddir)/config.h
72
- CONFIG_CLEAN_FILES =
73
- SOURCES =
74
- DIST_SOURCES =
75
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
- ACLOCAL = @ACLOCAL@
77
- ALLOCA = @ALLOCA@
78
- AMDEP_FALSE = @AMDEP_FALSE@
79
- AMDEP_TRUE = @AMDEP_TRUE@
80
- AMTAR = @AMTAR@
81
- AMX_HAVE_LIBEVENT_FALSE = @AMX_HAVE_LIBEVENT_FALSE@
82
- AMX_HAVE_LIBEVENT_TRUE = @AMX_HAVE_LIBEVENT_TRUE@
83
- AMX_HAVE_ZLIB_FALSE = @AMX_HAVE_ZLIB_FALSE@
84
- AMX_HAVE_ZLIB_TRUE = @AMX_HAVE_ZLIB_TRUE@
85
- ANT = @ANT@
86
- ANT_FLAGS = @ANT_FLAGS@
87
- AR = @AR@
88
- AUTOCONF = @AUTOCONF@
89
- AUTOHEADER = @AUTOHEADER@
90
- AUTOMAKE = @AUTOMAKE@
91
- AWK = @AWK@
92
- BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
93
- BOOST_LDFLAGS = @BOOST_LDFLAGS@
94
- BOOST_ROOT_PATH = @BOOST_ROOT_PATH@
95
- CABAL = @CABAL@
96
- CABAL_CONFIGURE_FLAGS = @CABAL_CONFIGURE_FLAGS@
97
- CC = @CC@
98
- CCDEPMODE = @CCDEPMODE@
99
- CFLAGS = @CFLAGS@
100
- CLASSPATH = @CLASSPATH@
101
- CPP = @CPP@
102
- CPPFLAGS = @CPPFLAGS@
103
- CXX = @CXX@
104
- CXXCPP = @CXXCPP@
105
- CXXDEPMODE = @CXXDEPMODE@
106
- CXXFLAGS = @CXXFLAGS@
107
- CYGPATH_W = @CYGPATH_W@
108
- DEFS = @DEFS@
109
- DEPDIR = @DEPDIR@
110
- ECHO = @ECHO@
111
- ECHO_C = @ECHO_C@
112
- ECHO_N = @ECHO_N@
113
- ECHO_T = @ECHO_T@
114
- EGREP = @EGREP@
115
- ENABLE_COVERAGE = @ENABLE_COVERAGE@
116
- ERL = @ERL@
117
- ERLANG_INSTALL_LIB_DIR = @ERLANG_INSTALL_LIB_DIR@
118
- ERLANG_INSTALL_LIB_DIR_thrift = @ERLANG_INSTALL_LIB_DIR_thrift@
119
- ERLANG_LIB_DIR = @ERLANG_LIB_DIR@
120
- ERLC = @ERLC@
121
- ERLCFLAGS = @ERLCFLAGS@
122
- EXEEXT = @EXEEXT@
123
- F77 = @F77@
124
- FFLAGS = @FFLAGS@
125
- GCOV_CFLAGS = @GCOV_CFLAGS@
126
- GCOV_CXXFLAGS = @GCOV_CXXFLAGS@
127
- GCOV_LDFLAGS = @GCOV_LDFLAGS@
128
- GLIB_CFLAGS = @GLIB_CFLAGS@
129
- GLIB_LIBS = @GLIB_LIBS@
130
- GOARCH = @GOARCH@
131
- GOBIN = @GOBIN@
132
- GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
133
- GOBJECT_LIBS = @GOBJECT_LIBS@
134
- GOINSTALL = @GOINSTALL@
135
- GOMAKE = @GOMAKE@
136
- GOROOT = @GOROOT@
137
- GO_C = @GO_C@
138
- GO_L = @GO_L@
139
- GREP = @GREP@
140
- HAVE_RSPEC_FALSE = @HAVE_RSPEC_FALSE@
141
- HAVE_RSPEC_TRUE = @HAVE_RSPEC_TRUE@
142
- INSTALLDIRS = @INSTALLDIRS@
143
- INSTALL_DATA = @INSTALL_DATA@
144
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
146
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
- JAVA_PREFIX = @JAVA_PREFIX@
148
- LDFLAGS = @LDFLAGS@
149
- LEX = @LEX@
150
- LEXLIB = @LEXLIB@
151
- LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
152
- LIBEVENT_CPPFLAGS = @LIBEVENT_CPPFLAGS@
153
- LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@
154
- LIBEVENT_LIBS = @LIBEVENT_LIBS@
155
- LIBOBJS = @LIBOBJS@
156
- LIBS = @LIBS@
157
- LIBTOOL = @LIBTOOL@
158
- LN_S = @LN_S@
159
- LTLIBOBJS = @LTLIBOBJS@
160
- MAKEINFO = @MAKEINFO@
161
- MKDIR_P = @MKDIR_P@
162
- MONO_CFLAGS = @MONO_CFLAGS@
163
- MONO_LIBS = @MONO_LIBS@
164
- NET_2_0_FALSE = @NET_2_0_FALSE@
165
- NET_2_0_TRUE = @NET_2_0_TRUE@
166
- OBJEXT = @OBJEXT@
167
- PACKAGE = @PACKAGE@
168
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169
- PACKAGE_NAME = @PACKAGE_NAME@
170
- PACKAGE_STRING = @PACKAGE_STRING@
171
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
172
- PACKAGE_URL = @PACKAGE_URL@
173
- PACKAGE_VERSION = @PACKAGE_VERSION@
174
- PATH_SEPARATOR = @PATH_SEPARATOR@
175
- PERL = @PERL@
176
- PERL_PREFIX = @PERL_PREFIX@
177
- PHP = @PHP@
178
- PHP_CONFIG = @PHP_CONFIG@
179
- PHP_CONFIG_PREFIX = @PHP_CONFIG_PREFIX@
180
- PHP_PREFIX = @PHP_PREFIX@
181
- PKG_CONFIG = @PKG_CONFIG@
182
- PYTHON = @PYTHON@
183
- PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
184
- PYTHON_PLATFORM = @PYTHON_PLATFORM@
185
- PYTHON_PREFIX = @PYTHON_PREFIX@
186
- PYTHON_VERSION = @PYTHON_VERSION@
187
- PY_PREFIX = @PY_PREFIX@
188
- RANLIB = @RANLIB@
189
- RSPEC = @RSPEC@
190
- RUBY = @RUBY@
191
- RUBY_PREFIX = @RUBY_PREFIX@
192
- RUNHASKELL = @RUNHASKELL@
193
- SED = @SED@
194
- SET_MAKE = @SET_MAKE@
195
- SHELL = @SHELL@
196
- STRIP = @STRIP@
197
- THRIFT_GEN_as3_FALSE = @THRIFT_GEN_as3_FALSE@
198
- THRIFT_GEN_as3_TRUE = @THRIFT_GEN_as3_TRUE@
199
- THRIFT_GEN_c_glib_FALSE = @THRIFT_GEN_c_glib_FALSE@
200
- THRIFT_GEN_c_glib_TRUE = @THRIFT_GEN_c_glib_TRUE@
201
- THRIFT_GEN_cocoa_FALSE = @THRIFT_GEN_cocoa_FALSE@
202
- THRIFT_GEN_cocoa_TRUE = @THRIFT_GEN_cocoa_TRUE@
203
- THRIFT_GEN_cpp_FALSE = @THRIFT_GEN_cpp_FALSE@
204
- THRIFT_GEN_cpp_TRUE = @THRIFT_GEN_cpp_TRUE@
205
- THRIFT_GEN_csharp_FALSE = @THRIFT_GEN_csharp_FALSE@
206
- THRIFT_GEN_csharp_TRUE = @THRIFT_GEN_csharp_TRUE@
207
- THRIFT_GEN_erl_FALSE = @THRIFT_GEN_erl_FALSE@
208
- THRIFT_GEN_erl_TRUE = @THRIFT_GEN_erl_TRUE@
209
- THRIFT_GEN_go_FALSE = @THRIFT_GEN_go_FALSE@
210
- THRIFT_GEN_go_TRUE = @THRIFT_GEN_go_TRUE@
211
- THRIFT_GEN_hs_FALSE = @THRIFT_GEN_hs_FALSE@
212
- THRIFT_GEN_hs_TRUE = @THRIFT_GEN_hs_TRUE@
213
- THRIFT_GEN_html_FALSE = @THRIFT_GEN_html_FALSE@
214
- THRIFT_GEN_html_TRUE = @THRIFT_GEN_html_TRUE@
215
- THRIFT_GEN_java_FALSE = @THRIFT_GEN_java_FALSE@
216
- THRIFT_GEN_java_TRUE = @THRIFT_GEN_java_TRUE@
217
- THRIFT_GEN_javame_FALSE = @THRIFT_GEN_javame_FALSE@
218
- THRIFT_GEN_javame_TRUE = @THRIFT_GEN_javame_TRUE@
219
- THRIFT_GEN_js_FALSE = @THRIFT_GEN_js_FALSE@
220
- THRIFT_GEN_js_TRUE = @THRIFT_GEN_js_TRUE@
221
- THRIFT_GEN_ocaml_FALSE = @THRIFT_GEN_ocaml_FALSE@
222
- THRIFT_GEN_ocaml_TRUE = @THRIFT_GEN_ocaml_TRUE@
223
- THRIFT_GEN_perl_FALSE = @THRIFT_GEN_perl_FALSE@
224
- THRIFT_GEN_perl_TRUE = @THRIFT_GEN_perl_TRUE@
225
- THRIFT_GEN_php_FALSE = @THRIFT_GEN_php_FALSE@
226
- THRIFT_GEN_php_TRUE = @THRIFT_GEN_php_TRUE@
227
- THRIFT_GEN_py_FALSE = @THRIFT_GEN_py_FALSE@
228
- THRIFT_GEN_py_TRUE = @THRIFT_GEN_py_TRUE@
229
- THRIFT_GEN_rb_FALSE = @THRIFT_GEN_rb_FALSE@
230
- THRIFT_GEN_rb_TRUE = @THRIFT_GEN_rb_TRUE@
231
- THRIFT_GEN_st_FALSE = @THRIFT_GEN_st_FALSE@
232
- THRIFT_GEN_st_TRUE = @THRIFT_GEN_st_TRUE@
233
- THRIFT_GEN_xsd_FALSE = @THRIFT_GEN_xsd_FALSE@
234
- THRIFT_GEN_xsd_TRUE = @THRIFT_GEN_xsd_TRUE@
235
- TRIAL = @TRIAL@
236
- VERSION = @VERSION@
237
- WITH_CPP_FALSE = @WITH_CPP_FALSE@
238
- WITH_CPP_TRUE = @WITH_CPP_TRUE@
239
- WITH_C_GLIB_FALSE = @WITH_C_GLIB_FALSE@
240
- WITH_C_GLIB_TRUE = @WITH_C_GLIB_TRUE@
241
- WITH_ERLANG_FALSE = @WITH_ERLANG_FALSE@
242
- WITH_ERLANG_TRUE = @WITH_ERLANG_TRUE@
243
- WITH_GO_FALSE = @WITH_GO_FALSE@
244
- WITH_GO_TRUE = @WITH_GO_TRUE@
245
- WITH_HASKELL_FALSE = @WITH_HASKELL_FALSE@
246
- WITH_HASKELL_TRUE = @WITH_HASKELL_TRUE@
247
- WITH_JAVA_FALSE = @WITH_JAVA_FALSE@
248
- WITH_JAVA_TRUE = @WITH_JAVA_TRUE@
249
- WITH_MONO_FALSE = @WITH_MONO_FALSE@
250
- WITH_MONO_TRUE = @WITH_MONO_TRUE@
251
- WITH_PERL_FALSE = @WITH_PERL_FALSE@
252
- WITH_PERL_TRUE = @WITH_PERL_TRUE@
253
- WITH_PHP_EXTENSION_FALSE = @WITH_PHP_EXTENSION_FALSE@
254
- WITH_PHP_EXTENSION_TRUE = @WITH_PHP_EXTENSION_TRUE@
255
- WITH_PHP_FALSE = @WITH_PHP_FALSE@
256
- WITH_PHP_TRUE = @WITH_PHP_TRUE@
257
- WITH_PYTHON_FALSE = @WITH_PYTHON_FALSE@
258
- WITH_PYTHON_TRUE = @WITH_PYTHON_TRUE@
259
- WITH_RUBY_FALSE = @WITH_RUBY_FALSE@
260
- WITH_RUBY_TRUE = @WITH_RUBY_TRUE@
261
- YACC = @YACC@
262
- YFLAGS = @YFLAGS@
263
- ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
264
- ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
265
- ZLIB_LIBS = @ZLIB_LIBS@
266
- ac_ct_CC = @ac_ct_CC@
267
- ac_ct_CXX = @ac_ct_CXX@
268
- ac_ct_F77 = @ac_ct_F77@
269
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
270
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
271
- am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
272
- am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
273
- am__include = @am__include@
274
- am__leading_dot = @am__leading_dot@
275
- am__quote = @am__quote@
276
- am__tar = @am__tar@
277
- am__untar = @am__untar@
278
- bindir = @bindir@
279
- build = @build@
280
- build_alias = @build_alias@
281
- build_cpu = @build_cpu@
282
- build_os = @build_os@
283
- build_vendor = @build_vendor@
284
- datadir = @datadir@
285
- datarootdir = @datarootdir@
286
- docdir = @docdir@
287
- dvidir = @dvidir@
288
- exec_prefix = @exec_prefix@
289
- host = @host@
290
- host_alias = @host_alias@
291
- host_cpu = @host_cpu@
292
- host_os = @host_os@
293
- host_vendor = @host_vendor@
294
- htmldir = @htmldir@
295
- includedir = @includedir@
296
- infodir = @infodir@
297
- install_sh = @install_sh@
298
- libdir = @libdir@
299
- libexecdir = @libexecdir@
300
- localedir = @localedir@
301
- localstatedir = @localstatedir@
302
- mandir = @mandir@
303
- mkdir_p = @mkdir_p@
304
- oldincludedir = @oldincludedir@
305
- pdfdir = @pdfdir@
306
- pkgpyexecdir = @pkgpyexecdir@
307
- pkgpythondir = @pkgpythondir@
308
- prefix = @prefix@
309
- program_transform_name = @program_transform_name@
310
- psdir = @psdir@
311
- pyexecdir = @pyexecdir@
312
- pythondir = @pythondir@
313
- sbindir = @sbindir@
314
- sharedstatedir = @sharedstatedir@
315
- subdirs = @subdirs@
316
- sysconfdir = @sysconfdir@
317
- target_alias = @target_alias@
318
- EXTRA_DIST = \
319
- CHANGELOG \
320
- Rakefile \
321
- Manifest \
322
- setup.rb \
323
- lib \
324
- ext \
325
- benchmark \
326
- script \
327
- spec
328
-
329
- all: all-am
330
-
331
- .SUFFIXES:
332
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
333
- @for dep in $?; do \
334
- case '$(am__configure_deps)' in \
335
- *$$dep*) \
336
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
337
- && exit 0; \
338
- exit 1;; \
339
- esac; \
340
- done; \
341
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/rb/Makefile'; \
342
- cd $(top_srcdir) && \
343
- $(AUTOMAKE) --foreign lib/rb/Makefile
344
- .PRECIOUS: Makefile
345
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
346
- @case '$?' in \
347
- *config.status*) \
348
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
349
- *) \
350
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
351
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
352
- esac;
353
-
354
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
355
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356
-
357
- $(top_srcdir)/configure: $(am__configure_deps)
358
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
360
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
-
362
- mostlyclean-libtool:
363
- -rm -f *.lo
364
-
365
- clean-libtool:
366
- -rm -rf .libs _libs
367
-
368
- distclean-libtool:
369
- -rm -f libtool
370
- uninstall-info-am:
371
- tags: TAGS
372
- TAGS:
373
-
374
- ctags: CTAGS
375
- CTAGS:
376
-
377
-
378
- distdir: $(DISTFILES)
379
- @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
380
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
381
- list='$(DISTFILES)'; for file in $$list; do \
382
- case $$file in \
383
- $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
384
- $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
385
- esac; \
386
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
387
- dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
388
- if test "$$dir" != "$$file" && test "$$dir" != "."; then \
389
- dir="/$$dir"; \
390
- $(mkdir_p) "$(distdir)$$dir"; \
391
- else \
392
- dir=''; \
393
- fi; \
394
- if test -d $$d/$$file; then \
395
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
397
- fi; \
398
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
399
- else \
400
- test -f $(distdir)/$$file \
401
- || cp -p $$d/$$file $(distdir)/$$file \
402
- || exit 1; \
403
- fi; \
404
- done
405
- check-am: all-am
406
- $(MAKE) $(AM_MAKEFLAGS) check-local
407
- check: check-am
408
- all-am: Makefile all-local
409
- installdirs:
410
- install: install-am
411
- install-exec: install-exec-am
412
- install-data: install-data-am
413
- uninstall: uninstall-am
414
-
415
- install-am: all-am
416
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
417
-
418
- installcheck: installcheck-am
419
- install-strip:
420
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422
- `test -z '$(STRIP)' || \
423
- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
424
- mostlyclean-generic:
425
-
426
- clean-generic:
427
-
428
- distclean-generic:
429
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
430
-
431
- maintainer-clean-generic:
432
- @echo "This command is intended for maintainers to use"
433
- @echo "it deletes files that may require special tools to rebuild."
434
- clean: clean-am
435
-
436
- clean-am: clean-generic clean-libtool clean-local mostlyclean-am
437
-
438
- distclean: distclean-am
439
- -rm -f Makefile
440
- distclean-am: clean-am distclean-generic distclean-libtool
441
-
442
- dvi: dvi-am
443
-
444
- dvi-am:
445
-
446
- html: html-am
447
-
448
- info: info-am
449
-
450
- info-am:
451
-
452
- install-data-am:
453
-
454
- install-exec-am:
455
- @$(NORMAL_INSTALL)
456
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
457
-
458
- install-info: install-info-am
459
-
460
- install-man:
461
-
462
- installcheck-am:
463
-
464
- maintainer-clean: maintainer-clean-am
465
- -rm -f Makefile
466
- maintainer-clean-am: distclean-am maintainer-clean-generic
467
-
468
- mostlyclean: mostlyclean-am
469
-
470
- mostlyclean-am: mostlyclean-generic mostlyclean-libtool
471
-
472
- pdf: pdf-am
473
-
474
- pdf-am:
475
-
476
- ps: ps-am
477
-
478
- ps-am:
479
-
480
- uninstall-am: uninstall-info-am
481
-
482
- .PHONY: all all-am all-local check check-am check-local clean \
483
- clean-generic clean-libtool clean-local distclean \
484
- distclean-generic distclean-libtool distdir dvi dvi-am html \
485
- html-am info info-am install install-am install-data \
486
- install-data-am install-exec install-exec-am install-exec-hook \
487
- install-info install-info-am install-man install-strip \
488
- installcheck installcheck-am installdirs maintainer-clean \
489
- maintainer-clean-generic mostlyclean mostlyclean-generic \
490
- mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
491
- uninstall-info-am
492
-
493
-
494
- DESTDIR ?= /
495
-
496
- all-local:
497
- if [ -n "$(RUBY_PREFIX)" ] ; then $(RUBY) setup.rb config --prefix=$(DESTDIR)$(RUBY_PREFIX) --rbdir='$$libdir/ruby' --sodir='$$libdir/ruby' ; elif [ -n "$(DESTDIR)" ] ; then $(RUBY) setup.rb config --prefix=$(DESTDIR) ; else $(RUBY) setup.rb config ; fi
498
- $(RUBY) setup.rb setup
499
-
500
- install-exec-hook:
501
- $(RUBY) setup.rb install --prefix=$(DESTDIR)
502
-
503
- # Make sure this doesn't fail if Ruby is not configured.
504
- clean-local:
505
- RUBY=$(RUBY) ; if test -z "$$RUBY" ; then RUBY=: ; fi ; \
506
- $$RUBY setup.rb clean
507
-
508
- check-local: all
509
- @HAVE_RSPEC_TRUE@ rake spec
510
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
511
- # Otherwise a system limit (for SysV at least) may be exceeded.
512
- .NOEXPORT: