rice 1.3.1 → 1.3.2
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/Doxyfile +1 -1
- data/Makefile.in +58 -142
- data/aclocal.m4 +112 -201
- data/config.guess +23 -84
- data/config.sub +23 -93
- data/configure +2727 -2406
- data/depcomp +14 -19
- data/install-sh +108 -120
- data/rice/Constructor.hpp +350 -322
- data/rice/Makefile.am +0 -1
- data/rice/Makefile.in +69 -119
- data/rice/config.hpp +2 -8
- data/rice/config.hpp.in +0 -6
- data/rice/detail/Auto_Function_Wrapper.hpp +1 -33
- data/rice/detail/Auto_Function_Wrapper.ipp +1009 -1060
- data/rice/detail/Auto_Member_Function_Wrapper.ipp +608 -672
- data/rice/detail/method_data.cpp +0 -4
- data/rice/detail/object_call.hpp +31 -48
- data/rice/detail/object_call.ipp +45 -61
- data/rice/detail/wrap_function.hpp +70 -74
- data/rice/detail/wrap_function.ipp +126 -143
- data/rice/protect.hpp +30 -30
- data/rice/protect.ipp +770 -696
- data/ruby.ac +0 -14
- data/ruby/Makefile.in +41 -108
- data/ruby/lib/Makefile.in +23 -64
- data/ruby/lib/version.rb +1 -1
- data/sample/Makefile.in +12 -36
- data/test/Makefile.in +59 -148
- data/test/ext/Makefile.in +12 -36
- data/test/test_Constructor.cpp +42 -153
- data/test/test_Module.cpp +4 -4
- metadata +132 -124
- data/rice/generate_code.rb +0 -1328
data/ruby.ac
CHANGED
@@ -107,20 +107,6 @@ AC_CHECK_HEADERS(env.h,,,[
|
|
107
107
|
#include <ruby.h>
|
108
108
|
])
|
109
109
|
|
110
|
-
dnl We need to set the LD flags to include the path to this Ruby's
|
111
|
-
dnl library path so that this library check will work for ruby installs
|
112
|
-
dnl sitting in unconvential locations
|
113
|
-
save_ldflags="$LDFLAGS"
|
114
|
-
LDFLAGS="$RUBY_LDFLAGS"
|
115
|
-
|
116
|
-
AC_CHECK_LIB($RUBY_CONFIG_SO_NAME,
|
117
|
-
rb_class_boot,
|
118
|
-
[ AC_DEFINE(HAVE_RB_CLASS_BOOT, [], [
|
119
|
-
Define this macro if rb_class_boot is defined ]) ] )
|
120
|
-
|
121
|
-
LDFLAGS="$save_ldflags"
|
122
|
-
|
123
|
-
|
124
110
|
CPPFLAGS="${CPPFLAGS_save}"
|
125
111
|
|
126
112
|
AC_MINGW32
|
data/ruby/Makefile.in
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.10 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
4
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5
|
-
# 2003, 2004, 2005, 2006
|
6
|
-
# Inc.
|
5
|
+
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
@@ -16,9 +15,8 @@
|
|
16
15
|
@SET_MAKE@
|
17
16
|
VPATH = @srcdir@
|
18
17
|
pkgdatadir = $(datadir)/@PACKAGE@
|
19
|
-
pkgincludedir = $(includedir)/@PACKAGE@
|
20
18
|
pkglibdir = $(libdir)/@PACKAGE@
|
21
|
-
|
19
|
+
pkgincludedir = $(includedir)/@PACKAGE@
|
22
20
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
23
21
|
install_sh_DATA = $(install_sh) -c -m 644
|
24
22
|
install_sh_PROGRAM = $(install_sh) -c
|
@@ -43,7 +41,6 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
43
41
|
mkinstalldirs = $(install_sh) -d
|
44
42
|
CONFIG_HEADER = $(top_builddir)/rice/config.hpp
|
45
43
|
CONFIG_CLEAN_FILES =
|
46
|
-
CONFIG_CLEAN_VPATH_FILES =
|
47
44
|
SOURCES =
|
48
45
|
DIST_SOURCES =
|
49
46
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
@@ -55,38 +52,10 @@ RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
55
52
|
ps-recursive uninstall-recursive
|
56
53
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
57
54
|
distclean-recursive maintainer-clean-recursive
|
58
|
-
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
59
|
-
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
60
|
-
distdir
|
61
55
|
ETAGS = etags
|
62
56
|
CTAGS = ctags
|
63
57
|
DIST_SUBDIRS = $(SUBDIRS)
|
64
58
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
65
|
-
am__relativize = \
|
66
|
-
dir0=`pwd`; \
|
67
|
-
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
68
|
-
sed_rest='s,^[^/]*/*,,'; \
|
69
|
-
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
70
|
-
sed_butlast='s,/*[^/]*$$,,'; \
|
71
|
-
while test -n "$$dir1"; do \
|
72
|
-
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
73
|
-
if test "$$first" != "."; then \
|
74
|
-
if test "$$first" = ".."; then \
|
75
|
-
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
76
|
-
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
77
|
-
else \
|
78
|
-
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
79
|
-
if test "$$first2" = "$$first"; then \
|
80
|
-
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
81
|
-
else \
|
82
|
-
dir2="../$$dir2"; \
|
83
|
-
fi; \
|
84
|
-
dir0="$$dir0"/"$$first"; \
|
85
|
-
fi; \
|
86
|
-
fi; \
|
87
|
-
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
88
|
-
done; \
|
89
|
-
reldir="$$dir2"
|
90
59
|
ACLOCAL = @ACLOCAL@
|
91
60
|
AMTAR = @AMTAR@
|
92
61
|
AUTOCONF = @AUTOCONF@
|
@@ -145,7 +114,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
145
114
|
PACKAGE_NAME = @PACKAGE_NAME@
|
146
115
|
PACKAGE_STRING = @PACKAGE_STRING@
|
147
116
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
148
|
-
PACKAGE_URL = @PACKAGE_URL@
|
149
117
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
150
118
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
151
119
|
RANLIB = @RANLIB@
|
@@ -215,7 +183,6 @@ sharedstatedir = @sharedstatedir@
|
|
215
183
|
srcdir = @srcdir@
|
216
184
|
sysconfdir = @sysconfdir@
|
217
185
|
target_alias = @target_alias@
|
218
|
-
top_build_prefix = @top_build_prefix@
|
219
186
|
top_builddir = @top_builddir@
|
220
187
|
top_srcdir = @top_srcdir@
|
221
188
|
SUBDIRS = lib
|
@@ -226,14 +193,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
226
193
|
@for dep in $?; do \
|
227
194
|
case '$(am__configure_deps)' in \
|
228
195
|
*$$dep*) \
|
229
|
-
|
230
|
-
|
196
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
197
|
+
&& exit 0; \
|
231
198
|
exit 1;; \
|
232
199
|
esac; \
|
233
200
|
done; \
|
234
|
-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu
|
235
|
-
|
236
|
-
$(AUTOMAKE) --gnu
|
201
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ruby/Makefile'; \
|
202
|
+
cd $(top_srcdir) && \
|
203
|
+
$(AUTOMAKE) --gnu ruby/Makefile
|
237
204
|
.PRECIOUS: Makefile
|
238
205
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
239
206
|
@case '$?' in \
|
@@ -251,7 +218,6 @@ $(top_srcdir)/configure: $(am__configure_deps)
|
|
251
218
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
252
219
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
253
220
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
254
|
-
$(am__aclocal_m4_deps):
|
255
221
|
|
256
222
|
# This directory's subdirectories are mostly independent; you can cd
|
257
223
|
# into them and run `make' without going through this Makefile.
|
@@ -277,7 +243,7 @@ $(RECURSIVE_TARGETS):
|
|
277
243
|
else \
|
278
244
|
local_target="$$target"; \
|
279
245
|
fi; \
|
280
|
-
(
|
246
|
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
281
247
|
|| eval $$failcom; \
|
282
248
|
done; \
|
283
249
|
if test "$$dot_seen" = "no"; then \
|
@@ -311,16 +277,16 @@ $(RECURSIVE_CLEAN_TARGETS):
|
|
311
277
|
else \
|
312
278
|
local_target="$$target"; \
|
313
279
|
fi; \
|
314
|
-
(
|
280
|
+
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
315
281
|
|| eval $$failcom; \
|
316
282
|
done && test -z "$$fail"
|
317
283
|
tags-recursive:
|
318
284
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
319
|
-
test "$$subdir" = . || (
|
285
|
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
320
286
|
done
|
321
287
|
ctags-recursive:
|
322
288
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
323
|
-
test "$$subdir" = . || (
|
289
|
+
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
324
290
|
done
|
325
291
|
|
326
292
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
@@ -328,14 +294,14 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
328
294
|
unique=`for i in $$list; do \
|
329
295
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
330
296
|
done | \
|
331
|
-
$(AWK) '{ files[$$0] = 1;
|
332
|
-
|
297
|
+
$(AWK) ' { files[$$0] = 1; } \
|
298
|
+
END { for (i in files) print i; }'`; \
|
333
299
|
mkid -fID $$unique
|
334
300
|
tags: TAGS
|
335
301
|
|
336
302
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
337
303
|
$(TAGS_FILES) $(LISP)
|
338
|
-
|
304
|
+
tags=; \
|
339
305
|
here=`pwd`; \
|
340
306
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
341
307
|
include_option=--etags-include; \
|
@@ -347,43 +313,39 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
347
313
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
348
314
|
if test "$$subdir" = .; then :; else \
|
349
315
|
test ! -f $$subdir/TAGS || \
|
350
|
-
|
316
|
+
tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
|
351
317
|
fi; \
|
352
318
|
done; \
|
353
319
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
354
320
|
unique=`for i in $$list; do \
|
355
321
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
356
322
|
done | \
|
357
|
-
$(AWK) '{ files[$$0] = 1;
|
358
|
-
|
359
|
-
|
360
|
-
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
323
|
+
$(AWK) ' { files[$$0] = 1; } \
|
324
|
+
END { for (i in files) print i; }'`; \
|
325
|
+
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
361
326
|
test -n "$$unique" || unique=$$empty_fix; \
|
362
|
-
|
363
|
-
|
364
|
-
"$$@" $$unique; \
|
365
|
-
else \
|
366
|
-
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
367
|
-
$$unique; \
|
368
|
-
fi; \
|
327
|
+
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
328
|
+
$$tags $$unique; \
|
369
329
|
fi
|
370
330
|
ctags: CTAGS
|
371
331
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
372
332
|
$(TAGS_FILES) $(LISP)
|
333
|
+
tags=; \
|
334
|
+
here=`pwd`; \
|
373
335
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
374
336
|
unique=`for i in $$list; do \
|
375
337
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
376
338
|
done | \
|
377
|
-
$(AWK) '{ files[$$0] = 1;
|
378
|
-
|
379
|
-
test -z "$(CTAGS_ARGS)$$unique" \
|
339
|
+
$(AWK) ' { files[$$0] = 1; } \
|
340
|
+
END { for (i in files) print i; }'`; \
|
341
|
+
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
380
342
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
381
|
-
$$unique
|
343
|
+
$$tags $$unique
|
382
344
|
|
383
345
|
GTAGS:
|
384
346
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
385
|
-
&&
|
386
|
-
&& gtags -i $(GTAGS_ARGS)
|
347
|
+
&& cd $(top_srcdir) \
|
348
|
+
&& gtags -i $(GTAGS_ARGS) $$here
|
387
349
|
|
388
350
|
distclean-tags:
|
389
351
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
@@ -404,44 +366,29 @@ distdir: $(DISTFILES)
|
|
404
366
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
405
367
|
if test -d $$d/$$file; then \
|
406
368
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
407
|
-
if test -d "$(distdir)/$$file"; then \
|
408
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
409
|
-
fi; \
|
410
369
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
411
|
-
cp -
|
412
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
370
|
+
cp -pR $(srcdir)/$$file "$(distdir)"$$dir || exit 1; \
|
413
371
|
fi; \
|
414
|
-
cp -
|
372
|
+
cp -pR $$d/$$file "$(distdir)"$$dir || exit 1; \
|
415
373
|
else \
|
416
|
-
test -f "$(distdir)/$$file
|
417
|
-
|| cp -p $$d/$$file "$(distdir)/$$file
|
374
|
+
test -f "$(distdir)"/$$file \
|
375
|
+
|| cp -p $$d/$$file "$(distdir)"/$$file \
|
418
376
|
|| exit 1; \
|
419
377
|
fi; \
|
420
378
|
done
|
421
|
-
|
379
|
+
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
422
380
|
if test "$$subdir" = .; then :; else \
|
423
381
|
test -d "$(distdir)/$$subdir" \
|
424
382
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
425
383
|
|| exit 1; \
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
if test "$$subdir" = .; then :; else \
|
430
|
-
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
431
|
-
$(am__relativize); \
|
432
|
-
new_distdir=$$reldir; \
|
433
|
-
dir1=$$subdir; dir2="$(top_distdir)"; \
|
434
|
-
$(am__relativize); \
|
435
|
-
new_top_distdir=$$reldir; \
|
436
|
-
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
437
|
-
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
438
|
-
($(am__cd) $$subdir && \
|
384
|
+
distdir=`$(am__cd) "$(distdir)" && pwd`; \
|
385
|
+
top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
|
386
|
+
(cd $$subdir && \
|
439
387
|
$(MAKE) $(AM_MAKEFLAGS) \
|
440
|
-
top_distdir="$$
|
441
|
-
distdir="$$
|
388
|
+
top_distdir="$$top_distdir" \
|
389
|
+
distdir="$$distdir/$$subdir" \
|
442
390
|
am__remove_distdir=: \
|
443
391
|
am__skip_length_check=: \
|
444
|
-
am__skip_mode_fix=: \
|
445
392
|
distdir) \
|
446
393
|
|| exit 1; \
|
447
394
|
fi; \
|
@@ -471,7 +418,6 @@ clean-generic:
|
|
471
418
|
|
472
419
|
distclean-generic:
|
473
420
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
474
|
-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
475
421
|
|
476
422
|
maintainer-clean-generic:
|
477
423
|
@echo "This command is intended for maintainers to use"
|
@@ -490,8 +436,6 @@ dvi-am:
|
|
490
436
|
|
491
437
|
html: html-recursive
|
492
438
|
|
493
|
-
html-am:
|
494
|
-
|
495
439
|
info: info-recursive
|
496
440
|
|
497
441
|
info-am:
|
@@ -500,28 +444,18 @@ install-data-am:
|
|
500
444
|
|
501
445
|
install-dvi: install-dvi-recursive
|
502
446
|
|
503
|
-
install-dvi-am:
|
504
|
-
|
505
447
|
install-exec-am:
|
506
448
|
|
507
449
|
install-html: install-html-recursive
|
508
450
|
|
509
|
-
install-html-am:
|
510
|
-
|
511
451
|
install-info: install-info-recursive
|
512
452
|
|
513
|
-
install-info-am:
|
514
|
-
|
515
453
|
install-man:
|
516
454
|
|
517
455
|
install-pdf: install-pdf-recursive
|
518
456
|
|
519
|
-
install-pdf-am:
|
520
|
-
|
521
457
|
install-ps: install-ps-recursive
|
522
458
|
|
523
|
-
install-ps-am:
|
524
|
-
|
525
459
|
installcheck-am:
|
526
460
|
|
527
461
|
maintainer-clean: maintainer-clean-recursive
|
@@ -542,8 +476,8 @@ ps-am:
|
|
542
476
|
|
543
477
|
uninstall-am:
|
544
478
|
|
545
|
-
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS)
|
546
|
-
install-
|
479
|
+
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
|
480
|
+
install-strip
|
547
481
|
|
548
482
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
549
483
|
all all-am check check-am clean clean-generic ctags \
|
@@ -558,7 +492,6 @@ uninstall-am:
|
|
558
492
|
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
|
559
493
|
tags-recursive uninstall uninstall-am
|
560
494
|
|
561
|
-
|
562
495
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
563
496
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
564
497
|
.NOEXPORT:
|
data/ruby/lib/Makefile.in
CHANGED
@@ -1,9 +1,8 @@
|
|
1
|
-
# Makefile.in generated by automake 1.
|
1
|
+
# Makefile.in generated by automake 1.10 from Makefile.am.
|
2
2
|
# @configure_input@
|
3
3
|
|
4
4
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5
|
-
# 2003, 2004, 2005, 2006
|
6
|
-
# Inc.
|
5
|
+
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
7
6
|
# This Makefile.in is free software; the Free Software Foundation
|
8
7
|
# gives unlimited permission to copy and/or distribute it,
|
9
8
|
# with or without modifications, as long as this notice is preserved.
|
@@ -17,9 +16,8 @@
|
|
17
16
|
|
18
17
|
VPATH = @srcdir@
|
19
18
|
pkgdatadir = $(datadir)/@PACKAGE@
|
20
|
-
pkgincludedir = $(includedir)/@PACKAGE@
|
21
19
|
pkglibdir = $(libdir)/@PACKAGE@
|
22
|
-
|
20
|
+
pkgincludedir = $(includedir)/@PACKAGE@
|
23
21
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
24
22
|
install_sh_DATA = $(install_sh) -c -m 644
|
25
23
|
install_sh_PROGRAM = $(install_sh) -c
|
@@ -45,7 +43,6 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
45
43
|
mkinstalldirs = $(install_sh) -d
|
46
44
|
CONFIG_HEADER = $(top_builddir)/rice/config.hpp
|
47
45
|
CONFIG_CLEAN_FILES = mkmf-rice.rb
|
48
|
-
CONFIG_CLEAN_VPATH_FILES =
|
49
46
|
SOURCES =
|
50
47
|
DIST_SOURCES =
|
51
48
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
@@ -53,23 +50,9 @@ am__vpath_adj = case $$p in \
|
|
53
50
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
54
51
|
*) f=$$p;; \
|
55
52
|
esac;
|
56
|
-
am__strip_dir =
|
57
|
-
am__install_max = 40
|
58
|
-
am__nobase_strip_setup = \
|
59
|
-
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
60
|
-
am__nobase_strip = \
|
61
|
-
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
62
|
-
am__nobase_list = $(am__nobase_strip_setup); \
|
63
|
-
for p in $$list; do echo "$$p $$p"; done | \
|
64
|
-
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
65
|
-
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
66
|
-
if (++n[$$2] == $(am__install_max)) \
|
67
|
-
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
68
|
-
END { for (dir in files) print dir, files[dir] }'
|
69
|
-
am__base_list = \
|
70
|
-
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
71
|
-
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
53
|
+
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
|
72
54
|
am__installdirs = "$(DESTDIR)$(rubydir)"
|
55
|
+
rubyDATA_INSTALL = $(INSTALL_DATA)
|
73
56
|
DATA = $(ruby_DATA)
|
74
57
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
75
58
|
ACLOCAL = @ACLOCAL@
|
@@ -130,7 +113,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
130
113
|
PACKAGE_NAME = @PACKAGE_NAME@
|
131
114
|
PACKAGE_STRING = @PACKAGE_STRING@
|
132
115
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
133
|
-
PACKAGE_URL = @PACKAGE_URL@
|
134
116
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
135
117
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
136
118
|
RANLIB = @RANLIB@
|
@@ -200,7 +182,6 @@ sharedstatedir = @sharedstatedir@
|
|
200
182
|
srcdir = @srcdir@
|
201
183
|
sysconfdir = @sysconfdir@
|
202
184
|
target_alias = @target_alias@
|
203
|
-
top_build_prefix = @top_build_prefix@
|
204
185
|
top_builddir = @top_builddir@
|
205
186
|
top_srcdir = @top_srcdir@
|
206
187
|
rubydir = @RUBY_SITELIBDIR@
|
@@ -212,14 +193,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
212
193
|
@for dep in $?; do \
|
213
194
|
case '$(am__configure_deps)' in \
|
214
195
|
*$$dep*) \
|
215
|
-
|
216
|
-
|
196
|
+
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
197
|
+
&& exit 0; \
|
217
198
|
exit 1;; \
|
218
199
|
esac; \
|
219
200
|
done; \
|
220
|
-
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu
|
221
|
-
|
222
|
-
$(AUTOMAKE) --gnu
|
201
|
+
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ruby/lib/Makefile'; \
|
202
|
+
cd $(top_srcdir) && \
|
203
|
+
$(AUTOMAKE) --gnu ruby/lib/Makefile
|
223
204
|
.PRECIOUS: Makefile
|
224
205
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
225
206
|
@case '$?' in \
|
@@ -237,29 +218,25 @@ $(top_srcdir)/configure: $(am__configure_deps)
|
|
237
218
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
238
219
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
239
220
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
240
|
-
$(am__aclocal_m4_deps):
|
241
221
|
mkmf-rice.rb: $(top_builddir)/config.status $(srcdir)/mkmf-rice.rb.in
|
242
222
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
243
223
|
install-rubyDATA: $(ruby_DATA)
|
244
224
|
@$(NORMAL_INSTALL)
|
245
225
|
test -z "$(rubydir)" || $(MKDIR_P) "$(DESTDIR)$(rubydir)"
|
246
|
-
@list='$(ruby_DATA)';
|
247
|
-
for p in $$list; do \
|
226
|
+
@list='$(ruby_DATA)'; for p in $$list; do \
|
248
227
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rubydir)'"; \
|
253
|
-
$(INSTALL_DATA) $$files "$(DESTDIR)$(rubydir)" || exit $$?; \
|
228
|
+
f=$(am__strip_dir) \
|
229
|
+
echo " $(rubyDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rubydir)/$$f'"; \
|
230
|
+
$(rubyDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rubydir)/$$f"; \
|
254
231
|
done
|
255
232
|
|
256
233
|
uninstall-rubyDATA:
|
257
234
|
@$(NORMAL_UNINSTALL)
|
258
|
-
@list='$(ruby_DATA)';
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
235
|
+
@list='$(ruby_DATA)'; for p in $$list; do \
|
236
|
+
f=$(am__strip_dir) \
|
237
|
+
echo " rm -f '$(DESTDIR)$(rubydir)/$$f'"; \
|
238
|
+
rm -f "$(DESTDIR)$(rubydir)/$$f"; \
|
239
|
+
done
|
263
240
|
tags: TAGS
|
264
241
|
TAGS:
|
265
242
|
|
@@ -283,17 +260,13 @@ distdir: $(DISTFILES)
|
|
283
260
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
284
261
|
if test -d $$d/$$file; then \
|
285
262
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
286
|
-
if test -d "$(distdir)/$$file"; then \
|
287
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
288
|
-
fi; \
|
289
263
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
290
|
-
cp -
|
291
|
-
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
264
|
+
cp -pR $(srcdir)/$$file "$(distdir)"$$dir || exit 1; \
|
292
265
|
fi; \
|
293
|
-
cp -
|
266
|
+
cp -pR $$d/$$file "$(distdir)"$$dir || exit 1; \
|
294
267
|
else \
|
295
|
-
test -f "$(distdir)/$$file
|
296
|
-
|| cp -p $$d/$$file "$(distdir)/$$file
|
268
|
+
test -f "$(distdir)"/$$file \
|
269
|
+
|| cp -p $$d/$$file "$(distdir)"/$$file \
|
297
270
|
|| exit 1; \
|
298
271
|
fi; \
|
299
272
|
done
|
@@ -324,7 +297,6 @@ clean-generic:
|
|
324
297
|
|
325
298
|
distclean-generic:
|
326
299
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
327
|
-
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
328
300
|
|
329
301
|
maintainer-clean-generic:
|
330
302
|
@echo "This command is intended for maintainers to use"
|
@@ -343,8 +315,6 @@ dvi-am:
|
|
343
315
|
|
344
316
|
html: html-am
|
345
317
|
|
346
|
-
html-am:
|
347
|
-
|
348
318
|
info: info-am
|
349
319
|
|
350
320
|
info-am:
|
@@ -353,28 +323,18 @@ install-data-am: install-rubyDATA
|
|
353
323
|
|
354
324
|
install-dvi: install-dvi-am
|
355
325
|
|
356
|
-
install-dvi-am:
|
357
|
-
|
358
326
|
install-exec-am:
|
359
327
|
|
360
328
|
install-html: install-html-am
|
361
329
|
|
362
|
-
install-html-am:
|
363
|
-
|
364
330
|
install-info: install-info-am
|
365
331
|
|
366
|
-
install-info-am:
|
367
|
-
|
368
332
|
install-man:
|
369
333
|
|
370
334
|
install-pdf: install-pdf-am
|
371
335
|
|
372
|
-
install-pdf-am:
|
373
|
-
|
374
336
|
install-ps: install-ps-am
|
375
337
|
|
376
|
-
install-ps-am:
|
377
|
-
|
378
338
|
installcheck-am:
|
379
339
|
|
380
340
|
maintainer-clean: maintainer-clean-am
|
@@ -408,7 +368,6 @@ uninstall-am: uninstall-rubyDATA
|
|
408
368
|
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
|
409
369
|
uninstall-am uninstall-rubyDATA
|
410
370
|
|
411
|
-
|
412
371
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
413
372
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
414
373
|
.NOEXPORT:
|