rice 1.5.1 → 1.5.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/rice/Makefile.in CHANGED
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.13.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
  # This Makefile.in is free software; the Free Software Foundation
7
7
  # gives unlimited permission to copy and/or distribute it,
@@ -16,23 +16,51 @@
16
16
 
17
17
 
18
18
  VPATH = @srcdir@
19
- am__make_dryrun = \
20
- { \
21
- am__dry=no; \
19
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
+ am__make_running_with_option = \
21
+ case $${target_option-} in \
22
+ ?) ;; \
23
+ *) echo "am__make_running_with_option: internal error: invalid" \
24
+ "target option '$${target_option-}' specified" >&2; \
25
+ exit 1;; \
26
+ esac; \
27
+ has_opt=no; \
28
+ sane_makeflags=$$MAKEFLAGS; \
29
+ if $(am__is_gnu_make); then \
30
+ sane_makeflags=$$MFLAGS; \
31
+ else \
22
32
  case $$MAKEFLAGS in \
23
33
  *\\[\ \ ]*) \
24
- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25
- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
- *) \
27
- for am__flg in $$MAKEFLAGS; do \
28
- case $$am__flg in \
29
- *=*|--*) ;; \
30
- *n*) am__dry=yes; break;; \
31
- esac; \
32
- done;; \
34
+ bs=\\; \
35
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
33
37
  esac; \
34
- test $$am__dry = yes; \
35
- }
38
+ fi; \
39
+ skip_next=no; \
40
+ strip_trailopt () \
41
+ { \
42
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43
+ }; \
44
+ for flg in $$sane_makeflags; do \
45
+ test $$skip_next = yes && { skip_next=no; continue; }; \
46
+ case $$flg in \
47
+ *=*|--*) continue;; \
48
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
49
+ -*I?*) strip_trailopt 'I';; \
50
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
51
+ -*O?*) strip_trailopt 'O';; \
52
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
53
+ -*l?*) strip_trailopt 'l';; \
54
+ -[dEDm]) skip_next=yes;; \
55
+ -[JT]) skip_next=yes;; \
56
+ esac; \
57
+ case $$flg in \
58
+ *$$target_option*) has_opt=yes; break;; \
59
+ esac; \
60
+ done; \
61
+ test $$has_opt = yes
62
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
64
  pkgdatadir = $(datadir)/@PACKAGE@
37
65
  pkgincludedir = $(includedir)/@PACKAGE@
38
66
  pkglibdir = $(libdir)/@PACKAGE@
@@ -101,13 +129,14 @@ am__v_AR_0 = @echo " AR " $@;
101
129
  am__v_AR_1 =
102
130
  librice_a_AR = $(AR) $(ARFLAGS)
103
131
  librice_a_LIBADD =
132
+ am__dirstamp = $(am__leading_dot)dirstamp
104
133
  am_librice_a_OBJECTS = Class.$(OBJEXT) Data_Type.$(OBJEXT) \
105
134
  Director.$(OBJEXT) Exception.$(OBJEXT) Identifier.$(OBJEXT) \
106
135
  Module.$(OBJEXT) Object.$(OBJEXT) String.$(OBJEXT) \
107
136
  Struct.$(OBJEXT) Symbol.$(OBJEXT) VM.$(OBJEXT) \
108
137
  Arg_operators.$(OBJEXT) Address_Registration_Guard.$(OBJEXT) \
109
- check_ruby_type.$(OBJEXT) demangle.$(OBJEXT) \
110
- method_data.$(OBJEXT) protect.$(OBJEXT)
138
+ detail/check_ruby_type.$(OBJEXT) detail/demangle.$(OBJEXT) \
139
+ detail/method_data.$(OBJEXT) detail/protect.$(OBJEXT)
111
140
  librice_a_OBJECTS = $(am_librice_a_OBJECTS)
112
141
  AM_V_P = $(am__v_P_@AM_V@)
113
142
  am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -125,10 +154,6 @@ DEFAULT_INCLUDES = -I.@am__isrc@
125
154
  depcomp = $(SHELL) $(top_srcdir)/depcomp
126
155
  am__depfiles_maybe = depfiles
127
156
  am__mv = mv -f
128
- AM_V_lt = $(am__v_lt_@AM_V@)
129
- am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
130
- am__v_lt_0 = --silent
131
- am__v_lt_1 =
132
157
  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133
158
  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134
159
  AM_V_CXX = $(am__v_CXX_@AM_V@)
@@ -464,8 +489,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
464
489
  $(am__aclocal_m4_deps):
465
490
 
466
491
  config.hpp: stamp-h1
467
- @if test ! -f $@; then rm -f stamp-h1; else :; fi
468
- @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
492
+ @test -f $@ || rm -f stamp-h1
493
+ @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
469
494
 
470
495
  stamp-h1: $(srcdir)/config.hpp.in $(top_builddir)/config.status
471
496
  @rm -f stamp-h1
@@ -508,6 +533,21 @@ uninstall-libLIBRARIES:
508
533
 
509
534
  clean-libLIBRARIES:
510
535
  -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
536
+ detail/$(am__dirstamp):
537
+ @$(MKDIR_P) detail
538
+ @: > detail/$(am__dirstamp)
539
+ detail/$(DEPDIR)/$(am__dirstamp):
540
+ @$(MKDIR_P) detail/$(DEPDIR)
541
+ @: > detail/$(DEPDIR)/$(am__dirstamp)
542
+ detail/check_ruby_type.$(OBJEXT): detail/$(am__dirstamp) \
543
+ detail/$(DEPDIR)/$(am__dirstamp)
544
+ detail/demangle.$(OBJEXT): detail/$(am__dirstamp) \
545
+ detail/$(DEPDIR)/$(am__dirstamp)
546
+ detail/method_data.$(OBJEXT): detail/$(am__dirstamp) \
547
+ detail/$(DEPDIR)/$(am__dirstamp)
548
+ detail/protect.$(OBJEXT): detail/$(am__dirstamp) \
549
+ detail/$(DEPDIR)/$(am__dirstamp)
550
+
511
551
  librice.a: $(librice_a_OBJECTS) $(librice_a_DEPENDENCIES) $(EXTRA_librice_a_DEPENDENCIES)
512
552
  $(AM_V_at)-rm -f librice.a
513
553
  $(AM_V_AR)$(librice_a_AR) librice.a $(librice_a_OBJECTS) $(librice_a_LIBADD)
@@ -515,6 +555,7 @@ librice.a: $(librice_a_OBJECTS) $(librice_a_DEPENDENCIES) $(EXTRA_librice_a_DEPE
515
555
 
516
556
  mostlyclean-compile:
517
557
  -rm -f *.$(OBJEXT)
558
+ -rm -f detail/*.$(OBJEXT)
518
559
 
519
560
  distclean-compile:
520
561
  -rm -f *.tab.c
@@ -532,80 +573,26 @@ distclean-compile:
532
573
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Struct.Po@am__quote@
533
574
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Symbol.Po@am__quote@
534
575
  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/VM.Po@am__quote@
535
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_ruby_type.Po@am__quote@
536
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demangle.Po@am__quote@
537
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/method_data.Po@am__quote@
538
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protect.Po@am__quote@
576
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/check_ruby_type.Po@am__quote@
577
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/demangle.Po@am__quote@
578
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/method_data.Po@am__quote@
579
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/protect.Po@am__quote@
539
580
 
540
581
  .cpp.o:
541
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
542
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
582
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
583
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
584
+ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
543
585
  @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544
586
  @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545
587
  @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
546
588
 
547
589
  .cpp.obj:
548
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
549
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
590
+ @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
591
+ @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
592
+ @am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
550
593
  @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
551
594
  @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552
595
  @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
553
-
554
- check_ruby_type.o: detail/check_ruby_type.cpp
555
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT check_ruby_type.o -MD -MP -MF $(DEPDIR)/check_ruby_type.Tpo -c -o check_ruby_type.o `test -f 'detail/check_ruby_type.cpp' || echo '$(srcdir)/'`detail/check_ruby_type.cpp
556
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_ruby_type.Tpo $(DEPDIR)/check_ruby_type.Po
557
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/check_ruby_type.cpp' object='check_ruby_type.o' libtool=no @AMDEPBACKSLASH@
558
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
559
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o check_ruby_type.o `test -f 'detail/check_ruby_type.cpp' || echo '$(srcdir)/'`detail/check_ruby_type.cpp
560
-
561
- check_ruby_type.obj: detail/check_ruby_type.cpp
562
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT check_ruby_type.obj -MD -MP -MF $(DEPDIR)/check_ruby_type.Tpo -c -o check_ruby_type.obj `if test -f 'detail/check_ruby_type.cpp'; then $(CYGPATH_W) 'detail/check_ruby_type.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/check_ruby_type.cpp'; fi`
563
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/check_ruby_type.Tpo $(DEPDIR)/check_ruby_type.Po
564
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/check_ruby_type.cpp' object='check_ruby_type.obj' libtool=no @AMDEPBACKSLASH@
565
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o check_ruby_type.obj `if test -f 'detail/check_ruby_type.cpp'; then $(CYGPATH_W) 'detail/check_ruby_type.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/check_ruby_type.cpp'; fi`
567
-
568
- demangle.o: detail/demangle.cpp
569
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT demangle.o -MD -MP -MF $(DEPDIR)/demangle.Tpo -c -o demangle.o `test -f 'detail/demangle.cpp' || echo '$(srcdir)/'`detail/demangle.cpp
570
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demangle.Tpo $(DEPDIR)/demangle.Po
571
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/demangle.cpp' object='demangle.o' libtool=no @AMDEPBACKSLASH@
572
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
573
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o demangle.o `test -f 'detail/demangle.cpp' || echo '$(srcdir)/'`detail/demangle.cpp
574
-
575
- demangle.obj: detail/demangle.cpp
576
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT demangle.obj -MD -MP -MF $(DEPDIR)/demangle.Tpo -c -o demangle.obj `if test -f 'detail/demangle.cpp'; then $(CYGPATH_W) 'detail/demangle.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/demangle.cpp'; fi`
577
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/demangle.Tpo $(DEPDIR)/demangle.Po
578
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/demangle.cpp' object='demangle.obj' libtool=no @AMDEPBACKSLASH@
579
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
580
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o demangle.obj `if test -f 'detail/demangle.cpp'; then $(CYGPATH_W) 'detail/demangle.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/demangle.cpp'; fi`
581
-
582
- method_data.o: detail/method_data.cpp
583
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT method_data.o -MD -MP -MF $(DEPDIR)/method_data.Tpo -c -o method_data.o `test -f 'detail/method_data.cpp' || echo '$(srcdir)/'`detail/method_data.cpp
584
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/method_data.Tpo $(DEPDIR)/method_data.Po
585
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/method_data.cpp' object='method_data.o' libtool=no @AMDEPBACKSLASH@
586
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o method_data.o `test -f 'detail/method_data.cpp' || echo '$(srcdir)/'`detail/method_data.cpp
588
-
589
- method_data.obj: detail/method_data.cpp
590
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT method_data.obj -MD -MP -MF $(DEPDIR)/method_data.Tpo -c -o method_data.obj `if test -f 'detail/method_data.cpp'; then $(CYGPATH_W) 'detail/method_data.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/method_data.cpp'; fi`
591
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/method_data.Tpo $(DEPDIR)/method_data.Po
592
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/method_data.cpp' object='method_data.obj' libtool=no @AMDEPBACKSLASH@
593
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o method_data.obj `if test -f 'detail/method_data.cpp'; then $(CYGPATH_W) 'detail/method_data.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/method_data.cpp'; fi`
595
-
596
- protect.o: detail/protect.cpp
597
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT protect.o -MD -MP -MF $(DEPDIR)/protect.Tpo -c -o protect.o `test -f 'detail/protect.cpp' || echo '$(srcdir)/'`detail/protect.cpp
598
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/protect.Tpo $(DEPDIR)/protect.Po
599
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/protect.cpp' object='protect.o' libtool=no @AMDEPBACKSLASH@
600
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o protect.o `test -f 'detail/protect.cpp' || echo '$(srcdir)/'`detail/protect.cpp
602
-
603
- protect.obj: detail/protect.cpp
604
- @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT protect.obj -MD -MP -MF $(DEPDIR)/protect.Tpo -c -o protect.obj `if test -f 'detail/protect.cpp'; then $(CYGPATH_W) 'detail/protect.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/protect.cpp'; fi`
605
- @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/protect.Tpo $(DEPDIR)/protect.Po
606
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='detail/protect.cpp' object='protect.obj' libtool=no @AMDEPBACKSLASH@
607
- @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
- @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o protect.obj `if test -f 'detail/protect.cpp'; then $(CYGPATH_W) 'detail/protect.cpp'; else $(CYGPATH_W) '$(srcdir)/detail/protect.cpp'; fi`
609
596
  install-nobase_includeHEADERS: $(nobase_include_HEADERS)
610
597
  @$(NORMAL_INSTALL)
611
598
  @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
@@ -746,6 +733,8 @@ clean-generic:
746
733
  distclean-generic:
747
734
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
748
735
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
736
+ -rm -f detail/$(DEPDIR)/$(am__dirstamp)
737
+ -rm -f detail/$(am__dirstamp)
749
738
 
750
739
  maintainer-clean-generic:
751
740
  @echo "This command is intended for maintainers to use"
@@ -755,7 +744,7 @@ clean: clean-am
755
744
  clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
756
745
 
757
746
  distclean: distclean-am
758
- -rm -rf ./$(DEPDIR)
747
+ -rm -rf ./$(DEPDIR) detail/$(DEPDIR)
759
748
  -rm -f Makefile
760
749
  distclean-am: clean-am distclean-compile distclean-generic \
761
750
  distclean-hdr distclean-tags
@@ -801,7 +790,7 @@ install-ps-am:
801
790
  installcheck-am:
802
791
 
803
792
  maintainer-clean: maintainer-clean-am
804
- -rm -rf ./$(DEPDIR)
793
+ -rm -rf ./$(DEPDIR) detail/$(DEPDIR)
805
794
  -rm -f Makefile
806
795
  maintainer-clean-am: distclean-am maintainer-clean-generic
807
796
 
data/rice/String.hpp CHANGED
@@ -85,5 +85,7 @@ Rice::Object to_ruby<Rice::String>(Rice::String const & x)
85
85
  return x;
86
86
  }
87
87
 
88
+ #include "Builtin_Object.ipp"
89
+
88
90
  #endif // Rice__String__hpp_
89
91
 
@@ -55,8 +55,7 @@ typename Rice::detail::from_ruby_<T>::Retval_T from_ruby(Rice::Object x)
55
55
  * \code
56
56
  * rb_p(to_ruby(42));
57
57
  *
58
- * Data_Object<Foo> foo(new Foo);
59
- * Foo * p_foo = foo.get();
58
+ * Foo * p_foo = new Foo();
60
59
  * rb_p(to_ruby(p_foo));
61
60
  * \endcode
62
61
  */
data/ruby/Makefile.in CHANGED
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.13.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
  # This Makefile.in is free software; the Free Software Foundation
7
7
  # gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
14
14
 
15
15
  @SET_MAKE@
16
16
  VPATH = @srcdir@
17
- am__make_dryrun = \
18
- { \
19
- am__dry=no; \
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
+ am__make_running_with_option = \
19
+ case $${target_option-} in \
20
+ ?) ;; \
21
+ *) echo "am__make_running_with_option: internal error: invalid" \
22
+ "target option '$${target_option-}' specified" >&2; \
23
+ exit 1;; \
24
+ esac; \
25
+ has_opt=no; \
26
+ sane_makeflags=$$MAKEFLAGS; \
27
+ if $(am__is_gnu_make); then \
28
+ sane_makeflags=$$MFLAGS; \
29
+ else \
20
30
  case $$MAKEFLAGS in \
21
31
  *\\[\ \ ]*) \
22
- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23
- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
- *) \
25
- for am__flg in $$MAKEFLAGS; do \
26
- case $$am__flg in \
27
- *=*|--*) ;; \
28
- *n*) am__dry=yes; break;; \
29
- esac; \
30
- done;; \
32
+ bs=\\; \
33
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35
+ esac; \
36
+ fi; \
37
+ skip_next=no; \
38
+ strip_trailopt () \
39
+ { \
40
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
+ }; \
42
+ for flg in $$sane_makeflags; do \
43
+ test $$skip_next = yes && { skip_next=no; continue; }; \
44
+ case $$flg in \
45
+ *=*|--*) continue;; \
46
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
47
+ -*I?*) strip_trailopt 'I';; \
48
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
49
+ -*O?*) strip_trailopt 'O';; \
50
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
51
+ -*l?*) strip_trailopt 'l';; \
52
+ -[dEDm]) skip_next=yes;; \
53
+ -[JT]) skip_next=yes;; \
31
54
  esac; \
32
- test $$am__dry = yes; \
33
- }
55
+ case $$flg in \
56
+ *$$target_option*) has_opt=yes; break;; \
57
+ esac; \
58
+ done; \
59
+ test $$has_opt = yes
60
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
  pkgdatadir = $(datadir)/@PACKAGE@
35
63
  pkgincludedir = $(includedir)/@PACKAGE@
36
64
  pkglibdir = $(libdir)/@PACKAGE@
@@ -315,13 +343,12 @@ $(am__aclocal_m4_deps):
315
343
  # (which will cause the Makefiles to be regenerated when you run 'make');
316
344
  # (2) otherwise, pass the desired values on the 'make' command line.
317
345
  $(am__recursive_targets):
318
- @fail= failcom='exit 1'; \
319
- for f in x $$MAKEFLAGS; do \
320
- case $$f in \
321
- *=* | --[!k]*);; \
322
- *k*) failcom='fail=yes';; \
323
- esac; \
324
- done; \
346
+ @fail=; \
347
+ if $(am__make_keepgoing); then \
348
+ failcom='fail=yes'; \
349
+ else \
350
+ failcom='exit 1'; \
351
+ fi; \
325
352
  dot_seen=no; \
326
353
  target=`echo $@ | sed s/-recursive//`; \
327
354
  case "$@" in \
data/ruby/lib/Makefile.in CHANGED
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.13.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
  # This Makefile.in is free software; the Free Software Foundation
7
7
  # gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
15
15
  @SET_MAKE@
16
16
 
17
17
  VPATH = @srcdir@
18
- am__make_dryrun = \
19
- { \
20
- am__dry=no; \
18
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
+ am__make_running_with_option = \
20
+ case $${target_option-} in \
21
+ ?) ;; \
22
+ *) echo "am__make_running_with_option: internal error: invalid" \
23
+ "target option '$${target_option-}' specified" >&2; \
24
+ exit 1;; \
25
+ esac; \
26
+ has_opt=no; \
27
+ sane_makeflags=$$MAKEFLAGS; \
28
+ if $(am__is_gnu_make); then \
29
+ sane_makeflags=$$MFLAGS; \
30
+ else \
21
31
  case $$MAKEFLAGS in \
22
32
  *\\[\ \ ]*) \
23
- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24
- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
- *) \
26
- for am__flg in $$MAKEFLAGS; do \
27
- case $$am__flg in \
28
- *=*|--*) ;; \
29
- *n*) am__dry=yes; break;; \
30
- esac; \
31
- done;; \
33
+ bs=\\; \
34
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
32
36
  esac; \
33
- test $$am__dry = yes; \
34
- }
37
+ fi; \
38
+ skip_next=no; \
39
+ strip_trailopt () \
40
+ { \
41
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
+ }; \
43
+ for flg in $$sane_makeflags; do \
44
+ test $$skip_next = yes && { skip_next=no; continue; }; \
45
+ case $$flg in \
46
+ *=*|--*) continue;; \
47
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
48
+ -*I?*) strip_trailopt 'I';; \
49
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
50
+ -*O?*) strip_trailopt 'O';; \
51
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
52
+ -*l?*) strip_trailopt 'l';; \
53
+ -[dEDm]) skip_next=yes;; \
54
+ -[JT]) skip_next=yes;; \
55
+ esac; \
56
+ case $$flg in \
57
+ *$$target_option*) has_opt=yes; break;; \
58
+ esac; \
59
+ done; \
60
+ test $$has_opt = yes
61
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
63
  pkgdatadir = $(datadir)/@PACKAGE@
36
64
  pkgincludedir = $(includedir)/@PACKAGE@
37
65
  pkglibdir = $(libdir)/@PACKAGE@
data/ruby/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rice
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
data/sample/Makefile.in CHANGED
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.13.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2012 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
  # This Makefile.in is free software; the Free Software Foundation
7
7
  # gives unlimited permission to copy and/or distribute it,
@@ -14,23 +14,51 @@
14
14
 
15
15
  @SET_MAKE@
16
16
  VPATH = @srcdir@
17
- am__make_dryrun = \
18
- { \
19
- am__dry=no; \
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
+ am__make_running_with_option = \
19
+ case $${target_option-} in \
20
+ ?) ;; \
21
+ *) echo "am__make_running_with_option: internal error: invalid" \
22
+ "target option '$${target_option-}' specified" >&2; \
23
+ exit 1;; \
24
+ esac; \
25
+ has_opt=no; \
26
+ sane_makeflags=$$MAKEFLAGS; \
27
+ if $(am__is_gnu_make); then \
28
+ sane_makeflags=$$MFLAGS; \
29
+ else \
20
30
  case $$MAKEFLAGS in \
21
31
  *\\[\ \ ]*) \
22
- echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23
- | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
- *) \
25
- for am__flg in $$MAKEFLAGS; do \
26
- case $$am__flg in \
27
- *=*|--*) ;; \
28
- *n*) am__dry=yes; break;; \
29
- esac; \
30
- done;; \
32
+ bs=\\; \
33
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35
+ esac; \
36
+ fi; \
37
+ skip_next=no; \
38
+ strip_trailopt () \
39
+ { \
40
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
+ }; \
42
+ for flg in $$sane_makeflags; do \
43
+ test $$skip_next = yes && { skip_next=no; continue; }; \
44
+ case $$flg in \
45
+ *=*|--*) continue;; \
46
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
47
+ -*I?*) strip_trailopt 'I';; \
48
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
49
+ -*O?*) strip_trailopt 'O';; \
50
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
51
+ -*l?*) strip_trailopt 'l';; \
52
+ -[dEDm]) skip_next=yes;; \
53
+ -[JT]) skip_next=yes;; \
54
+ esac; \
55
+ case $$flg in \
56
+ *$$target_option*) has_opt=yes; break;; \
31
57
  esac; \
32
- test $$am__dry = yes; \
33
- }
58
+ done; \
59
+ test $$has_opt = yes
60
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
  pkgdatadir = $(datadir)/@PACKAGE@
35
63
  pkgincludedir = $(includedir)/@PACKAGE@
36
64
  pkglibdir = $(libdir)/@PACKAGE@