rice 2.1.2 → 2.1.3

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.
@@ -2,7 +2,7 @@
2
2
  /* rice/config.hpp.in. Generated from configure.ac by autoheader. */
3
3
 
4
4
  /* define if the compiler supports basic C++11 syntax */
5
- #define HAVE_CXX11 1
5
+ /* #undef HAVE_CXX11 */
6
6
 
7
7
  /* Define to 1 if you have the <env.h> header file. */
8
8
  /* #undef HAVE_ENV_H */
@@ -15,6 +15,7 @@
15
15
  #endif
16
16
 
17
17
  #include "ruby_version_code.hpp"
18
+ #include "../config.hpp"
18
19
 
19
20
  #include <ruby.h>
20
21
 
@@ -1,6 +1,6 @@
1
1
  #ifndef Rice__detail__ruby_version_code__hpp
2
2
  #define Rice__detail__ruby_version_code__hpp
3
3
 
4
- #define RICE__RUBY_VERSION_CODE 241
4
+ #define RICE__RUBY_VERSION_CODE 253
5
5
 
6
6
  #endif // Rice__detail__ruby_version_code__hpp
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -133,7 +133,7 @@ am__recursive_targets = \
133
133
  $(RECURSIVE_CLEAN_TARGETS) \
134
134
  $(am__extra_recursive_targets)
135
135
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
136
- distdir
136
+ distdir distdir-am
137
137
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
138
138
  # Read a list of newline-separated strings from the standard input,
139
139
  # and print each of them once, without duplicates. Input order is
@@ -335,8 +335,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
335
335
  *config.status*) \
336
336
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337
337
  *) \
338
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
339
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
340
340
  esac;
341
341
 
342
342
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -447,7 +447,10 @@ cscopelist-am: $(am__tagged_files)
447
447
  distclean-tags:
448
448
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
449
449
 
450
- distdir: $(DISTFILES)
450
+ distdir: $(BUILT_SOURCES)
451
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
452
+
453
+ distdir-am: $(DISTFILES)
451
454
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
452
455
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453
456
  list='$(DISTFILES)'; \
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -306,8 +306,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
306
  *config.status*) \
307
307
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
308
308
  *) \
309
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
310
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
309
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
310
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
311
311
  esac;
312
312
 
313
313
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -348,7 +348,10 @@ ctags CTAGS:
348
348
  cscope cscopelist:
349
349
 
350
350
 
351
- distdir: $(DISTFILES)
351
+ distdir: $(BUILT_SOURCES)
352
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
353
+
354
+ distdir-am: $(DISTFILES)
352
355
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353
356
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
354
357
  list='$(DISTFILES)'; \
@@ -1,3 +1,3 @@
1
1
  module Rice
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
3
3
  end
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -287,8 +287,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
287
287
  *config.status*) \
288
288
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
289
289
  *) \
290
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
291
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
292
292
  esac;
293
293
 
294
294
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -306,7 +306,10 @@ ctags CTAGS:
306
306
  cscope cscopelist:
307
307
 
308
308
 
309
- distdir: $(DISTFILES)
309
+ distdir: $(BUILT_SOURCES)
310
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
311
+
312
+ distdir-am: $(DISTFILES)
310
313
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
311
314
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
312
315
  list='$(DISTFILES)'; \
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -131,7 +131,19 @@ am__v_at_0 = @
131
131
  am__v_at_1 =
132
132
  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/rice
133
133
  depcomp = $(SHELL) $(top_srcdir)/depcomp
134
- am__depfiles_maybe = depfiles
134
+ am__maybe_remake_depfiles = depfiles
135
+ am__depfiles_remade = ./$(DEPDIR)/test_Address_Registration_Guard.Po \
136
+ ./$(DEPDIR)/test_Array.Po ./$(DEPDIR)/test_Builtin_Object.Po \
137
+ ./$(DEPDIR)/test_Class.Po ./$(DEPDIR)/test_Constructor.Po \
138
+ ./$(DEPDIR)/test_Data_Object.Po ./$(DEPDIR)/test_Data_Type.Po \
139
+ ./$(DEPDIR)/test_Director.Po ./$(DEPDIR)/test_Enum.Po \
140
+ ./$(DEPDIR)/test_Exception.Po ./$(DEPDIR)/test_Hash.Po \
141
+ ./$(DEPDIR)/test_Identifier.Po ./$(DEPDIR)/test_Jump_Tag.Po \
142
+ ./$(DEPDIR)/test_Memory_Management.Po \
143
+ ./$(DEPDIR)/test_Module.Po ./$(DEPDIR)/test_Object.Po \
144
+ ./$(DEPDIR)/test_String.Po ./$(DEPDIR)/test_Struct.Po \
145
+ ./$(DEPDIR)/test_Symbol.Po ./$(DEPDIR)/test_To_From_Ruby.Po \
146
+ ./$(DEPDIR)/test_global_functions.Po ./$(DEPDIR)/unittest.Po
135
147
  am__mv = mv -f
136
148
  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
137
149
  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -168,7 +180,7 @@ am__recursive_targets = \
168
180
  $(RECURSIVE_CLEAN_TARGETS) \
169
181
  $(am__extra_recursive_targets)
170
182
  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
171
- check recheck distdir
183
+ check recheck distdir distdir-am
172
184
  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173
185
  # Read a list of newline-separated strings from the standard input,
174
186
  # and print each of them once, without duplicates. Input order is
@@ -614,8 +626,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
614
626
  *config.status*) \
615
627
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
616
628
  *) \
617
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
618
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
629
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
630
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
619
631
  esac;
620
632
 
621
633
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -640,28 +652,34 @@ mostlyclean-compile:
640
652
  distclean-compile:
641
653
  -rm -f *.tab.c
642
654
 
643
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Address_Registration_Guard.Po@am__quote@
644
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Array.Po@am__quote@
645
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Builtin_Object.Po@am__quote@
646
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Class.Po@am__quote@
647
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Constructor.Po@am__quote@
648
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Data_Object.Po@am__quote@
649
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Data_Type.Po@am__quote@
650
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Director.Po@am__quote@
651
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Enum.Po@am__quote@
652
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Exception.Po@am__quote@
653
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Hash.Po@am__quote@
654
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Identifier.Po@am__quote@
655
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Jump_Tag.Po@am__quote@
656
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Memory_Management.Po@am__quote@
657
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Module.Po@am__quote@
658
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Object.Po@am__quote@
659
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_String.Po@am__quote@
660
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Struct.Po@am__quote@
661
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Symbol.Po@am__quote@
662
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_To_From_Ruby.Po@am__quote@
663
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_global_functions.Po@am__quote@
664
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittest.Po@am__quote@
655
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Address_Registration_Guard.Po@am__quote@ # am--include-marker
656
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Array.Po@am__quote@ # am--include-marker
657
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Builtin_Object.Po@am__quote@ # am--include-marker
658
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Class.Po@am__quote@ # am--include-marker
659
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Constructor.Po@am__quote@ # am--include-marker
660
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Data_Object.Po@am__quote@ # am--include-marker
661
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Data_Type.Po@am__quote@ # am--include-marker
662
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Director.Po@am__quote@ # am--include-marker
663
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Enum.Po@am__quote@ # am--include-marker
664
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Exception.Po@am__quote@ # am--include-marker
665
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Hash.Po@am__quote@ # am--include-marker
666
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Identifier.Po@am__quote@ # am--include-marker
667
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Jump_Tag.Po@am__quote@ # am--include-marker
668
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Memory_Management.Po@am__quote@ # am--include-marker
669
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Module.Po@am__quote@ # am--include-marker
670
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Object.Po@am__quote@ # am--include-marker
671
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_String.Po@am__quote@ # am--include-marker
672
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Struct.Po@am__quote@ # am--include-marker
673
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_Symbol.Po@am__quote@ # am--include-marker
674
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_To_From_Ruby.Po@am__quote@ # am--include-marker
675
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_global_functions.Po@am__quote@ # am--include-marker
676
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unittest.Po@am__quote@ # am--include-marker
677
+
678
+ $(am__depfiles_remade):
679
+ @$(MKDIR_P) $(@D)
680
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
681
+
682
+ am--depfiles: $(am__depfiles_remade)
665
683
 
666
684
  .cpp.o:
667
685
  @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -898,7 +916,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
898
916
  fi; \
899
917
  $$success || exit 1
900
918
 
901
- check-TESTS:
919
+ check-TESTS:
902
920
  @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
903
921
  @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
904
922
  @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
@@ -941,7 +959,10 @@ unittest.log: unittest$(EXEEXT)
941
959
  @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
942
960
  @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
943
961
 
944
- distdir: $(DISTFILES)
962
+ distdir: $(BUILT_SOURCES)
963
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
964
+
965
+ distdir-am: $(DISTFILES)
945
966
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
946
967
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
947
968
  list='$(DISTFILES)'; \
@@ -1040,7 +1061,28 @@ clean: clean-recursive
1040
1061
  clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
1041
1062
 
1042
1063
  distclean: distclean-recursive
1043
- -rm -rf ./$(DEPDIR)
1064
+ -rm -f ./$(DEPDIR)/test_Address_Registration_Guard.Po
1065
+ -rm -f ./$(DEPDIR)/test_Array.Po
1066
+ -rm -f ./$(DEPDIR)/test_Builtin_Object.Po
1067
+ -rm -f ./$(DEPDIR)/test_Class.Po
1068
+ -rm -f ./$(DEPDIR)/test_Constructor.Po
1069
+ -rm -f ./$(DEPDIR)/test_Data_Object.Po
1070
+ -rm -f ./$(DEPDIR)/test_Data_Type.Po
1071
+ -rm -f ./$(DEPDIR)/test_Director.Po
1072
+ -rm -f ./$(DEPDIR)/test_Enum.Po
1073
+ -rm -f ./$(DEPDIR)/test_Exception.Po
1074
+ -rm -f ./$(DEPDIR)/test_Hash.Po
1075
+ -rm -f ./$(DEPDIR)/test_Identifier.Po
1076
+ -rm -f ./$(DEPDIR)/test_Jump_Tag.Po
1077
+ -rm -f ./$(DEPDIR)/test_Memory_Management.Po
1078
+ -rm -f ./$(DEPDIR)/test_Module.Po
1079
+ -rm -f ./$(DEPDIR)/test_Object.Po
1080
+ -rm -f ./$(DEPDIR)/test_String.Po
1081
+ -rm -f ./$(DEPDIR)/test_Struct.Po
1082
+ -rm -f ./$(DEPDIR)/test_Symbol.Po
1083
+ -rm -f ./$(DEPDIR)/test_To_From_Ruby.Po
1084
+ -rm -f ./$(DEPDIR)/test_global_functions.Po
1085
+ -rm -f ./$(DEPDIR)/unittest.Po
1044
1086
  -rm -f Makefile
1045
1087
  distclean-am: clean-am distclean-compile distclean-generic \
1046
1088
  distclean-tags
@@ -1086,7 +1128,28 @@ install-ps-am:
1086
1128
  installcheck-am:
1087
1129
 
1088
1130
  maintainer-clean: maintainer-clean-recursive
1089
- -rm -rf ./$(DEPDIR)
1131
+ -rm -f ./$(DEPDIR)/test_Address_Registration_Guard.Po
1132
+ -rm -f ./$(DEPDIR)/test_Array.Po
1133
+ -rm -f ./$(DEPDIR)/test_Builtin_Object.Po
1134
+ -rm -f ./$(DEPDIR)/test_Class.Po
1135
+ -rm -f ./$(DEPDIR)/test_Constructor.Po
1136
+ -rm -f ./$(DEPDIR)/test_Data_Object.Po
1137
+ -rm -f ./$(DEPDIR)/test_Data_Type.Po
1138
+ -rm -f ./$(DEPDIR)/test_Director.Po
1139
+ -rm -f ./$(DEPDIR)/test_Enum.Po
1140
+ -rm -f ./$(DEPDIR)/test_Exception.Po
1141
+ -rm -f ./$(DEPDIR)/test_Hash.Po
1142
+ -rm -f ./$(DEPDIR)/test_Identifier.Po
1143
+ -rm -f ./$(DEPDIR)/test_Jump_Tag.Po
1144
+ -rm -f ./$(DEPDIR)/test_Memory_Management.Po
1145
+ -rm -f ./$(DEPDIR)/test_Module.Po
1146
+ -rm -f ./$(DEPDIR)/test_Object.Po
1147
+ -rm -f ./$(DEPDIR)/test_String.Po
1148
+ -rm -f ./$(DEPDIR)/test_Struct.Po
1149
+ -rm -f ./$(DEPDIR)/test_Symbol.Po
1150
+ -rm -f ./$(DEPDIR)/test_To_From_Ruby.Po
1151
+ -rm -f ./$(DEPDIR)/test_global_functions.Po
1152
+ -rm -f ./$(DEPDIR)/unittest.Po
1090
1153
  -rm -f Makefile
1091
1154
  maintainer-clean-am: distclean-am maintainer-clean-generic
1092
1155
 
@@ -1106,19 +1169,19 @@ uninstall-am:
1106
1169
 
1107
1170
  .MAKE: $(am__recursive_targets) check-am install-am install-strip
1108
1171
 
1109
- .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1110
- check-TESTS check-am clean clean-generic clean-noinstPROGRAMS \
1111
- cscopelist-am ctags ctags-am distclean distclean-compile \
1112
- distclean-generic distclean-tags distdir dvi dvi-am html \
1113
- html-am info info-am install install-am install-data \
1114
- install-data-am install-dvi install-dvi-am install-exec \
1115
- install-exec-am install-html install-html-am install-info \
1116
- install-info-am install-man install-pdf install-pdf-am \
1117
- install-ps install-ps-am install-strip installcheck \
1118
- installcheck-am installdirs installdirs-am maintainer-clean \
1119
- maintainer-clean-generic mostlyclean mostlyclean-compile \
1120
- mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
1121
- uninstall uninstall-am
1172
+ .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1173
+ am--depfiles check check-TESTS check-am clean clean-generic \
1174
+ clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1175
+ distclean-compile distclean-generic distclean-tags distdir dvi \
1176
+ dvi-am html html-am info info-am install install-am \
1177
+ install-data install-data-am install-dvi install-dvi-am \
1178
+ install-exec install-exec-am install-html install-html-am \
1179
+ install-info install-info-am install-man install-pdf \
1180
+ install-pdf-am install-ps install-ps-am install-strip \
1181
+ installcheck installcheck-am installdirs installdirs-am \
1182
+ maintainer-clean maintainer-clean-generic mostlyclean \
1183
+ mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1184
+ recheck tags tags-am uninstall uninstall-am
1122
1185
 
1123
1186
  .PRECIOUS: Makefile
1124
1187
 
@@ -1,7 +1,7 @@
1
- # Makefile.in generated by automake 1.15.1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16.1 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -282,8 +282,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
282
282
  *config.status*) \
283
283
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
284
284
  *) \
285
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
286
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
285
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
286
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
287
287
  esac;
288
288
 
289
289
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -301,7 +301,10 @@ ctags CTAGS:
301
301
  cscope cscopelist:
302
302
 
303
303
 
304
- distdir: $(DISTFILES)
304
+ distdir: $(BUILT_SOURCES)
305
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
306
+
307
+ distdir-am: $(DISTFILES)
305
308
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
306
309
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307
310
  list='$(DISTFILES)'; \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rice
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Brannan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-11-20 00:00:00.000000000 Z
12
+ date: 2019-02-28 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: |
15
15
  Rice is a C++ interface to Ruby's C API. It provides a type-safe and
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  version: '0'
239
239
  requirements: []
240
240
  rubyforge_project:
241
- rubygems_version: 2.6.13
241
+ rubygems_version: 2.7.6
242
242
  signing_key:
243
243
  specification_version: 4
244
244
  summary: Ruby Interface for C++ Extensions