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.
data/configure CHANGED
@@ -664,7 +664,6 @@ am__nodep
664
664
  AMDEPBACKSLASH
665
665
  AMDEP_FALSE
666
666
  AMDEP_TRUE
667
- am__quote
668
667
  am__include
669
668
  DEPDIR
670
669
  OBJEXT
@@ -738,7 +737,8 @@ PACKAGE_VERSION
738
737
  PACKAGE_TARNAME
739
738
  PACKAGE_NAME
740
739
  PATH_SEPARATOR
741
- SHELL'
740
+ SHELL
741
+ am__quote'
742
742
  ac_subst_files=''
743
743
  ac_user_opts='
744
744
  enable_option_checking
@@ -1922,7 +1922,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1922
1922
 
1923
1923
 
1924
1924
 
1925
- am__api_version='1.15'
1925
+ am__api_version='1.16'
1926
1926
 
1927
1927
  ac_aux_dir=
1928
1928
  for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2467,8 +2467,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2467
2467
 
2468
2468
  # For better backward compatibility. To be removed once Automake 1.9.x
2469
2469
  # dies out for good. For more background, see:
2470
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2471
- # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2470
+ # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2471
+ # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2472
2472
  mkdir_p='$(MKDIR_P)'
2473
2473
 
2474
2474
  # We need awk for the "check" target (and possibly the TAP driver). The
@@ -2519,7 +2519,7 @@ END
2519
2519
  Aborting the configuration process, to ensure you take notice of the issue.
2520
2520
 
2521
2521
  You can download and install GNU coreutils to get an 'rm' implementation
2522
- that behaves properly: <http://www.gnu.org/software/coreutils/>.
2522
+ that behaves properly: <https://www.gnu.org/software/coreutils/>.
2523
2523
 
2524
2524
  If you want to complete the configuration process using your problematic
2525
2525
  'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
@@ -3050,45 +3050,45 @@ DEPDIR="${am__leading_dot}deps"
3050
3050
 
3051
3051
  ac_config_commands="$ac_config_commands depfiles"
3052
3052
 
3053
-
3054
- am_make=${MAKE-make}
3055
- cat > confinc << 'END'
3053
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3054
+ $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3055
+ cat > confinc.mk << 'END'
3056
3056
  am__doit:
3057
- @echo this is the am__doit target
3057
+ @echo this is the am__doit target >confinc.out
3058
3058
  .PHONY: am__doit
3059
3059
  END
3060
- # If we don't find an include directive, just comment out the code.
3061
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3062
- $as_echo_n "checking for style of include used by $am_make... " >&6; }
3063
3060
  am__include="#"
3064
3061
  am__quote=
3065
- _am_result=none
3066
- # First try GNU make style include.
3067
- echo "include confinc" > confmf
3068
- # Ignore all kinds of additional output from 'make'.
3069
- case `$am_make -s -f confmf 2> /dev/null` in #(
3070
- *the\ am__doit\ target*)
3071
- am__include=include
3072
- am__quote=
3073
- _am_result=GNU
3074
- ;;
3075
- esac
3076
- # Now try BSD make style include.
3077
- if test "$am__include" = "#"; then
3078
- echo '.include "confinc"' > confmf
3079
- case `$am_make -s -f confmf 2> /dev/null` in #(
3080
- *the\ am__doit\ target*)
3081
- am__include=.include
3082
- am__quote="\""
3083
- _am_result=BSD
3062
+ # BSD make does it like this.
3063
+ echo '.include "confinc.mk" # ignored' > confmf.BSD
3064
+ # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3065
+ echo 'include confinc.mk # ignored' > confmf.GNU
3066
+ _am_result=no
3067
+ for s in GNU BSD; do
3068
+ { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3069
+ (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3070
+ ac_status=$?
3071
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
3072
+ (exit $ac_status); }
3073
+ case $?:`cat confinc.out 2>/dev/null` in #(
3074
+ '0:this is the am__doit target') :
3075
+ case $s in #(
3076
+ BSD) :
3077
+ am__include='.include' am__quote='"' ;; #(
3078
+ *) :
3079
+ am__include='include' am__quote='' ;;
3080
+ esac ;; #(
3081
+ *) :
3084
3082
  ;;
3085
- esac
3086
- fi
3087
-
3088
-
3089
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3090
- $as_echo "$_am_result" >&6; }
3091
- rm -f confinc confmf
3083
+ esac
3084
+ if test "$am__include" != "#"; then
3085
+ _am_result="yes ($s style)"
3086
+ break
3087
+ fi
3088
+ done
3089
+ rm -f confinc.* confmf.*
3090
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3091
+ $as_echo "${_am_result}" >&6; }
3092
3092
 
3093
3093
  # Check whether --enable-dependency-tracking was given.
3094
3094
  if test "${enable_dependency_tracking+set}" = set; then :
@@ -3517,121 +3517,6 @@ $as_echo "$ax_cv_cxx_compile_cxx11" >&6; }
3517
3517
  ac_success=yes
3518
3518
  fi
3519
3519
 
3520
- if test x$ac_success = xno; then
3521
- for switch in -std=gnu++11 -std=gnu++0x; do
3522
- cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
3523
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
3524
- $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
3525
- if eval \${$cachevar+:} false; then :
3526
- $as_echo_n "(cached) " >&6
3527
- else
3528
- ac_save_CXXFLAGS="$CXXFLAGS"
3529
- CXXFLAGS="$CXXFLAGS $switch"
3530
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3531
- /* end confdefs.h. */
3532
-
3533
- template <typename T>
3534
- struct check
3535
- {
3536
- static_assert(sizeof(int) <= sizeof(T), "not big enough");
3537
- };
3538
-
3539
- struct Base {
3540
- virtual void f() {}
3541
- };
3542
- struct Child : public Base {
3543
- virtual void f() override {}
3544
- };
3545
-
3546
- typedef check<check<bool>> right_angle_brackets;
3547
-
3548
- int a;
3549
- decltype(a) b;
3550
-
3551
- typedef check<int> check_type;
3552
- check_type c;
3553
- check_type&& cr = static_cast<check_type&&>(c);
3554
-
3555
- auto d = a;
3556
- auto l = [](){};
3557
-
3558
- _ACEOF
3559
- if ac_fn_cxx_try_compile "$LINENO"; then :
3560
- eval $cachevar=yes
3561
- else
3562
- eval $cachevar=no
3563
- fi
3564
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3565
- CXXFLAGS="$ac_save_CXXFLAGS"
3566
- fi
3567
- eval ac_res=\$$cachevar
3568
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3569
- $as_echo "$ac_res" >&6; }
3570
- if eval test x\$$cachevar = xyes; then
3571
- CXXFLAGS="$CXXFLAGS $switch"
3572
- ac_success=yes
3573
- break
3574
- fi
3575
- done
3576
- fi
3577
-
3578
- if test x$ac_success = xno; then
3579
- for switch in -std=c++11 -std=c++0x; do
3580
- cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
3581
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
3582
- $as_echo_n "checking whether $CXX supports C++11 features with $switch... " >&6; }
3583
- if eval \${$cachevar+:} false; then :
3584
- $as_echo_n "(cached) " >&6
3585
- else
3586
- ac_save_CXXFLAGS="$CXXFLAGS"
3587
- CXXFLAGS="$CXXFLAGS $switch"
3588
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3589
- /* end confdefs.h. */
3590
-
3591
- template <typename T>
3592
- struct check
3593
- {
3594
- static_assert(sizeof(int) <= sizeof(T), "not big enough");
3595
- };
3596
-
3597
- struct Base {
3598
- virtual void f() {}
3599
- };
3600
- struct Child : public Base {
3601
- virtual void f() override {}
3602
- };
3603
-
3604
- typedef check<check<bool>> right_angle_brackets;
3605
-
3606
- int a;
3607
- decltype(a) b;
3608
-
3609
- typedef check<int> check_type;
3610
- check_type c;
3611
- check_type&& cr = static_cast<check_type&&>(c);
3612
-
3613
- auto d = a;
3614
- auto l = [](){};
3615
-
3616
- _ACEOF
3617
- if ac_fn_cxx_try_compile "$LINENO"; then :
3618
- eval $cachevar=yes
3619
- else
3620
- eval $cachevar=no
3621
- fi
3622
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3623
- CXXFLAGS="$ac_save_CXXFLAGS"
3624
- fi
3625
- eval ac_res=\$$cachevar
3626
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
3627
- $as_echo "$ac_res" >&6; }
3628
- if eval test x\$$cachevar = xyes; then
3629
- CXXFLAGS="$CXXFLAGS $switch"
3630
- ac_success=yes
3631
- break
3632
- fi
3633
- done
3634
- fi
3635
3520
  ac_ext=cpp
3636
3521
  ac_cpp='$CXXCPP $CPPFLAGS'
3637
3522
  ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -6730,7 +6615,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6730
6615
  #
6731
6616
  # INIT-COMMANDS
6732
6617
  #
6733
- AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6618
+ AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
6734
6619
 
6735
6620
  _ACEOF
6736
6621
 
@@ -7350,29 +7235,35 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
7350
7235
  # Older Autoconf quotes --file arguments for eval, but not when files
7351
7236
  # are listed without --file. Let's play safe and only enable the eval
7352
7237
  # if we detect the quoting.
7353
- case $CONFIG_FILES in
7354
- *\'*) eval set x "$CONFIG_FILES" ;;
7355
- *) set x $CONFIG_FILES ;;
7356
- esac
7238
+ # TODO: see whether this extra hack can be removed once we start
7239
+ # requiring Autoconf 2.70 or later.
7240
+ case $CONFIG_FILES in #(
7241
+ *\'*) :
7242
+ eval set x "$CONFIG_FILES" ;; #(
7243
+ *) :
7244
+ set x $CONFIG_FILES ;; #(
7245
+ *) :
7246
+ ;;
7247
+ esac
7357
7248
  shift
7358
- for mf
7249
+ # Used to flag and report bootstrapping failures.
7250
+ am_rc=0
7251
+ for am_mf
7359
7252
  do
7360
7253
  # Strip MF so we end up with the name of the file.
7361
- mf=`echo "$mf" | sed -e 's/:.*$//'`
7362
- # Check whether this is an Automake generated Makefile or not.
7363
- # We used to match only the files named 'Makefile.in', but
7364
- # some people rename them; so instead we look at the file content.
7365
- # Grep'ing the first line is not enough: some people post-process
7366
- # each Makefile.in and add a new line on top of each file to say so.
7367
- # Grep'ing the whole file is not good either: AIX grep has a line
7254
+ am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
7255
+ # Check whether this is an Automake generated Makefile which includes
7256
+ # dependency-tracking related rules and includes.
7257
+ # Grep'ing the whole file directly is not great: AIX grep has a line
7368
7258
  # limit of 2048, but all sed's we know have understand at least 4000.
7369
- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7370
- dirpart=`$as_dirname -- "$mf" ||
7371
- $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7372
- X"$mf" : 'X\(//\)[^/]' \| \
7373
- X"$mf" : 'X\(//\)$' \| \
7374
- X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7375
- $as_echo X"$mf" |
7259
+ sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
7260
+ || continue
7261
+ am_dirpart=`$as_dirname -- "$am_mf" ||
7262
+ $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7263
+ X"$am_mf" : 'X\(//\)[^/]' \| \
7264
+ X"$am_mf" : 'X\(//\)$' \| \
7265
+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
7266
+ $as_echo X"$am_mf" |
7376
7267
  sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7377
7268
  s//\1/
7378
7269
  q
@@ -7390,53 +7281,48 @@ $as_echo X"$mf" |
7390
7281
  q
7391
7282
  }
7392
7283
  s/.*/./; q'`
7393
- else
7394
- continue
7395
- fi
7396
- # Extract the definition of DEPDIR, am__include, and am__quote
7397
- # from the Makefile without running 'make'.
7398
- DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7399
- test -z "$DEPDIR" && continue
7400
- am__include=`sed -n 's/^am__include = //p' < "$mf"`
7401
- test -z "$am__include" && continue
7402
- am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7403
- # Find all dependency output files, they are included files with
7404
- # $(DEPDIR) in their names. We invoke sed twice because it is the
7405
- # simplest approach to changing $(DEPDIR) to its actual value in the
7406
- # expansion.
7407
- for file in `sed -n "
7408
- s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7409
- sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
7410
- # Make sure the directory exists.
7411
- test -f "$dirpart/$file" && continue
7412
- fdir=`$as_dirname -- "$file" ||
7413
- $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7414
- X"$file" : 'X\(//\)[^/]' \| \
7415
- X"$file" : 'X\(//\)$' \| \
7416
- X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7417
- $as_echo X"$file" |
7418
- sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7419
- s//\1/
7420
- q
7421
- }
7422
- /^X\(\/\/\)[^/].*/{
7284
+ am_filepart=`$as_basename -- "$am_mf" ||
7285
+ $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
7286
+ X"$am_mf" : 'X\(//\)$' \| \
7287
+ X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
7288
+ $as_echo X/"$am_mf" |
7289
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
7423
7290
  s//\1/
7424
7291
  q
7425
7292
  }
7426
- /^X\(\/\/\)$/{
7293
+ /^X\/\(\/\/\)$/{
7427
7294
  s//\1/
7428
7295
  q
7429
7296
  }
7430
- /^X\(\/\).*/{
7297
+ /^X\/\(\/\).*/{
7431
7298
  s//\1/
7432
7299
  q
7433
7300
  }
7434
7301
  s/.*/./; q'`
7435
- as_dir=$dirpart/$fdir; as_fn_mkdir_p
7436
- # echo "creating $dirpart/$file"
7437
- echo '# dummy' > "$dirpart/$file"
7438
- done
7302
+ { echo "$as_me:$LINENO: cd "$am_dirpart" \
7303
+ && sed -e '/# am--include-marker/d' "$am_filepart" \
7304
+ | $MAKE -f - am--depfiles" >&5
7305
+ (cd "$am_dirpart" \
7306
+ && sed -e '/# am--include-marker/d' "$am_filepart" \
7307
+ | $MAKE -f - am--depfiles) >&5 2>&5
7308
+ ac_status=$?
7309
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
7310
+ (exit $ac_status); } || am_rc=$?
7439
7311
  done
7312
+ if test $am_rc -ne 0; then
7313
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7314
+ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7315
+ as_fn_error $? "Something went wrong bootstrapping makefile fragments
7316
+ for automatic dependency tracking. Try re-running configure with the
7317
+ '--disable-dependency-tracking' option to at least be able to build
7318
+ the package (albeit without support for automatic dependency tracking).
7319
+ See \`config.log' for more details" "$LINENO" 5; }
7320
+ fi
7321
+ { am_dirpart=; unset am_dirpart;}
7322
+ { am_filepart=; unset am_filepart;}
7323
+ { am_mf=; unset am_mf;}
7324
+ { am_rc=; unset am_rc;}
7325
+ rm -f conftest-deps.mk
7440
7326
  }
7441
7327
  ;;
7442
7328
 
data/extconf.rb CHANGED
@@ -33,8 +33,8 @@ EOC
33
33
  end
34
34
 
35
35
  if RUBY_PLATFORM =~ /darwin(\d+)/
36
- # TY Nokogiri!
37
- if !File.exist?('/usr/include/iconv.h')
36
+ check_iconv = 'echo "#include <iconv.h>" | g++ -xc -fsyntax-only -'
37
+ if !system(check_iconv)
38
38
  abort <<EOM.chomp
39
39
  -----
40
40
  The file "/usr/include/iconv.h" is missing in your build environment,
@@ -78,6 +78,7 @@ to_from_ruby.hpp \
78
78
  to_from_ruby.ipp \
79
79
  to_from_ruby_defn.hpp \
80
80
  ruby_mark.hpp \
81
+ config.hpp \
81
82
  detail/Auto_Function_Wrapper.hpp \
82
83
  detail/Auto_Function_Wrapper.ipp \
83
84
  detail/Auto_Member_Function_Wrapper.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,
@@ -162,7 +162,16 @@ am__v_at_0 = @
162
162
  am__v_at_1 =
163
163
  DEFAULT_INCLUDES = -I.@am__isrc@
164
164
  depcomp = $(SHELL) $(top_srcdir)/depcomp
165
- am__depfiles_maybe = depfiles
165
+ am__maybe_remake_depfiles = depfiles
166
+ am__depfiles_remade = ./$(DEPDIR)/Address_Registration_Guard.Po \
167
+ ./$(DEPDIR)/Arg_operators.Po ./$(DEPDIR)/Class.Po \
168
+ ./$(DEPDIR)/Data_Type.Po ./$(DEPDIR)/Director.Po \
169
+ ./$(DEPDIR)/Exception.Po ./$(DEPDIR)/Identifier.Po \
170
+ ./$(DEPDIR)/Module.Po ./$(DEPDIR)/Object.Po \
171
+ ./$(DEPDIR)/String.Po ./$(DEPDIR)/Struct.Po \
172
+ ./$(DEPDIR)/Symbol.Po detail/$(DEPDIR)/check_ruby_type.Po \
173
+ detail/$(DEPDIR)/demangle.Po detail/$(DEPDIR)/method_data.Po \
174
+ detail/$(DEPDIR)/protect.Po
166
175
  am__mv = mv -f
167
176
  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
168
177
  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
@@ -420,6 +429,7 @@ to_from_ruby.hpp \
420
429
  to_from_ruby.ipp \
421
430
  to_from_ruby_defn.hpp \
422
431
  ruby_mark.hpp \
432
+ config.hpp \
423
433
  detail/Auto_Function_Wrapper.hpp \
424
434
  detail/Auto_Function_Wrapper.ipp \
425
435
  detail/Auto_Member_Function_Wrapper.hpp \
@@ -482,8 +492,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482
492
  *config.status*) \
483
493
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
484
494
  *) \
485
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
486
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
495
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
496
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
487
497
  esac;
488
498
 
489
499
  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -567,22 +577,28 @@ mostlyclean-compile:
567
577
  distclean-compile:
568
578
  -rm -f *.tab.c
569
579
 
570
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Address_Registration_Guard.Po@am__quote@
571
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Arg_operators.Po@am__quote@
572
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Class.Po@am__quote@
573
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Data_Type.Po@am__quote@
574
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Director.Po@am__quote@
575
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Po@am__quote@
576
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Identifier.Po@am__quote@
577
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Module.Po@am__quote@
578
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Object.Po@am__quote@
579
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/String.Po@am__quote@
580
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Struct.Po@am__quote@
581
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Symbol.Po@am__quote@
582
- @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/check_ruby_type.Po@am__quote@
583
- @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/demangle.Po@am__quote@
584
- @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/method_data.Po@am__quote@
585
- @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/protect.Po@am__quote@
580
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Address_Registration_Guard.Po@am__quote@ # am--include-marker
581
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Arg_operators.Po@am__quote@ # am--include-marker
582
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Class.Po@am__quote@ # am--include-marker
583
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Data_Type.Po@am__quote@ # am--include-marker
584
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Director.Po@am__quote@ # am--include-marker
585
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Exception.Po@am__quote@ # am--include-marker
586
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Identifier.Po@am__quote@ # am--include-marker
587
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Module.Po@am__quote@ # am--include-marker
588
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Object.Po@am__quote@ # am--include-marker
589
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/String.Po@am__quote@ # am--include-marker
590
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Struct.Po@am__quote@ # am--include-marker
591
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Symbol.Po@am__quote@ # am--include-marker
592
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/check_ruby_type.Po@am__quote@ # am--include-marker
593
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/demangle.Po@am__quote@ # am--include-marker
594
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/method_data.Po@am__quote@ # am--include-marker
595
+ @AMDEP_TRUE@@am__include@ @am__quote@detail/$(DEPDIR)/protect.Po@am__quote@ # am--include-marker
596
+
597
+ $(am__depfiles_remade):
598
+ @$(MKDIR_P) $(@D)
599
+ @echo '# dummy' >$@-t && $(am__mv) $@-t $@
600
+
601
+ am--depfiles: $(am__depfiles_remade)
586
602
 
587
603
  .cpp.o:
588
604
  @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@@ -676,7 +692,10 @@ cscopelist-am: $(am__tagged_files)
676
692
  distclean-tags:
677
693
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678
694
 
679
- distdir: $(DISTFILES)
695
+ distdir: $(BUILT_SOURCES)
696
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
697
+
698
+ distdir-am: $(DISTFILES)
680
699
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
681
700
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
682
701
  list='$(DISTFILES)'; \
@@ -750,7 +769,22 @@ clean: clean-am
750
769
  clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
751
770
 
752
771
  distclean: distclean-am
753
- -rm -rf ./$(DEPDIR) detail/$(DEPDIR)
772
+ -rm -f ./$(DEPDIR)/Address_Registration_Guard.Po
773
+ -rm -f ./$(DEPDIR)/Arg_operators.Po
774
+ -rm -f ./$(DEPDIR)/Class.Po
775
+ -rm -f ./$(DEPDIR)/Data_Type.Po
776
+ -rm -f ./$(DEPDIR)/Director.Po
777
+ -rm -f ./$(DEPDIR)/Exception.Po
778
+ -rm -f ./$(DEPDIR)/Identifier.Po
779
+ -rm -f ./$(DEPDIR)/Module.Po
780
+ -rm -f ./$(DEPDIR)/Object.Po
781
+ -rm -f ./$(DEPDIR)/String.Po
782
+ -rm -f ./$(DEPDIR)/Struct.Po
783
+ -rm -f ./$(DEPDIR)/Symbol.Po
784
+ -rm -f detail/$(DEPDIR)/check_ruby_type.Po
785
+ -rm -f detail/$(DEPDIR)/demangle.Po
786
+ -rm -f detail/$(DEPDIR)/method_data.Po
787
+ -rm -f detail/$(DEPDIR)/protect.Po
754
788
  -rm -f Makefile
755
789
  distclean-am: clean-am distclean-compile distclean-generic \
756
790
  distclean-hdr distclean-tags
@@ -796,7 +830,22 @@ install-ps-am:
796
830
  installcheck-am:
797
831
 
798
832
  maintainer-clean: maintainer-clean-am
799
- -rm -rf ./$(DEPDIR) detail/$(DEPDIR)
833
+ -rm -f ./$(DEPDIR)/Address_Registration_Guard.Po
834
+ -rm -f ./$(DEPDIR)/Arg_operators.Po
835
+ -rm -f ./$(DEPDIR)/Class.Po
836
+ -rm -f ./$(DEPDIR)/Data_Type.Po
837
+ -rm -f ./$(DEPDIR)/Director.Po
838
+ -rm -f ./$(DEPDIR)/Exception.Po
839
+ -rm -f ./$(DEPDIR)/Identifier.Po
840
+ -rm -f ./$(DEPDIR)/Module.Po
841
+ -rm -f ./$(DEPDIR)/Object.Po
842
+ -rm -f ./$(DEPDIR)/String.Po
843
+ -rm -f ./$(DEPDIR)/Struct.Po
844
+ -rm -f ./$(DEPDIR)/Symbol.Po
845
+ -rm -f detail/$(DEPDIR)/check_ruby_type.Po
846
+ -rm -f detail/$(DEPDIR)/demangle.Po
847
+ -rm -f detail/$(DEPDIR)/method_data.Po
848
+ -rm -f detail/$(DEPDIR)/protect.Po
800
849
  -rm -f Makefile
801
850
  maintainer-clean-am: distclean-am maintainer-clean-generic
802
851
 
@@ -816,9 +865,9 @@ uninstall-am: uninstall-libLIBRARIES uninstall-nobase_includeHEADERS
816
865
 
817
866
  .MAKE: all install-am install-strip
818
867
 
819
- .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
820
- clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
821
- distclean-compile distclean-generic distclean-hdr \
868
+ .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
869
+ clean-generic clean-libLIBRARIES cscopelist-am ctags ctags-am \
870
+ distclean distclean-compile distclean-generic distclean-hdr \
822
871
  distclean-tags distdir dvi dvi-am html html-am info info-am \
823
872
  install install-am install-data install-data-am install-dvi \
824
873
  install-dvi-am install-exec install-exec-am install-html \