===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
h5utils-1.13.1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
h5utils-1.13.1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
h5utils-1.13.1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
h5utils-1.13.1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
h5utils-1.13.1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
h5utils-1.13.1/aclocal.m4-109-])
##############################################
h5utils-1.13.1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
h5utils-1.13.1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
h5utils-1.13.1/aclocal.m4-207-  fi
##############################################
h5utils-1.13.1/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
h5utils-1.13.1/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
h5utils-1.13.1/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
h5utils-1.13.1/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
h5utils-1.13.1/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
h5utils-1.13.1/aclocal.m4-367-    else
##############################################
h5utils-1.13.1/aclocal.m4-371-    # from the Makefile without running 'make'.
h5utils-1.13.1/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
h5utils-1.13.1/aclocal.m4-373-    test -z "$DEPDIR" && continue
h5utils-1.13.1/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
h5utils-1.13.1/aclocal.m4-375-    test -z "$am__include" && continue
h5utils-1.13.1/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
h5utils-1.13.1/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
h5utils-1.13.1/aclocal.m4-385-      test -f "$dirpart/$file" && continue
h5utils-1.13.1/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
h5utils-1.13.1/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
h5utils-1.13.1/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
h5utils-1.13.1/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
h5utils-1.13.1/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
h5utils-1.13.1/aclocal.m4-602-    * )
h5utils-1.13.1/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
h5utils-1.13.1/aclocal.m4-604-  esac
h5utils-1.13.1/aclocal.m4-605-done
h5utils-1.13.1/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
h5utils-1.13.1/aclocal.m4-607-
##############################################
h5utils-1.13.1/aclocal.m4-709-# Ignore all kinds of additional output from 'make'.
h5utils-1.13.1/aclocal.m4:710:case `$am_make -s -f confmf 2> /dev/null` in #(
h5utils-1.13.1/aclocal.m4-711-*the\ am__doit\ target*)
##############################################
h5utils-1.13.1/aclocal.m4-719-   echo '.include "confinc"' > confmf
h5utils-1.13.1/aclocal.m4:720:   case `$am_make -s -f confmf 2> /dev/null` in #(
h5utils-1.13.1/aclocal.m4-721-   *the\ am__doit\ target*)
##############################################
h5utils-1.13.1/aclocal.m4-930-     echo "timestamp, slept: $am_has_slept" > conftest.file
h5utils-1.13.1/aclocal.m4:931:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
h5utils-1.13.1/aclocal.m4-932-     if test "$[*]" = "X"; then
h5utils-1.13.1/aclocal.m4-933-	# -L didn't work.
h5utils-1.13.1/aclocal.m4:934:	set X `ls -t "$srcdir/configure" conftest.file`
h5utils-1.13.1/aclocal.m4-935-     fi
##############################################
h5utils-1.13.1/compile-67-	mingw/*)
h5utils-1.13.1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
h5utils-1.13.1/compile-69-	  ;;
h5utils-1.13.1/compile-70-	cygwin/*)
h5utils-1.13.1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
h5utils-1.13.1/compile-72-	  ;;
h5utils-1.13.1/compile-73-	wine/*)
h5utils-1.13.1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
h5utils-1.13.1/compile-75-	  ;;
##############################################
h5utils-1.13.1/compile-309-# Name of file we expect compiler to create.
h5utils-1.13.1/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
h5utils-1.13.1/compile-311-
##############################################
h5utils-1.13.1/compile-315-# object file name, since that is what matters with a parallel build.
h5utils-1.13.1/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
h5utils-1.13.1/compile-317-while true; do
##############################################
h5utils-1.13.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
h5utils-1.13.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
h5utils-1.13.1/configure-47-  as_echo='print -r --'
h5utils-1.13.1/configure-48-  as_echo_n='print -rn --'
h5utils-1.13.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
h5utils-1.13.1/configure-50-  as_echo='printf %s\n'
##############################################
h5utils-1.13.1/configure-52-else
h5utils-1.13.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
h5utils-1.13.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
h5utils-1.13.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
h5utils-1.13.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
h5utils-1.13.1/configure-64-      esac;
##############################################
h5utils-1.13.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
h5utils-1.13.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
h5utils-1.13.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
h5utils-1.13.1/configure-327-      case $as_dir in #(
h5utils-1.13.1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
h5utils-1.13.1/configure-329-      *) as_qdir=$as_dir;;
##############################################
h5utils-1.13.1/configure-400-  {
h5utils-1.13.1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
h5utils-1.13.1/configure-402-  }
##############################################
h5utils-1.13.1/configure-407-# ----------------------------------------
h5utils-1.13.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
h5utils-1.13.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
h5utils-1.13.1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
h5utils-1.13.1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
h5utils-1.13.1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
h5utils-1.13.1/configure-812-  case $ac_option in
h5utils-1.13.1/configure:813:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
h5utils-1.13.1/configure-814-  *=)   ac_optarg= ;;
##############################################
h5utils-1.13.1/configure-856-  -disable-* | --disable-*)
h5utils-1.13.1/configure:857:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
h5utils-1.13.1/configure-858-    # Reject names that are not valid shell variable names.
##############################################
h5utils-1.13.1/configure-861-    ac_useropt_orig=$ac_useropt
h5utils-1.13.1/configure:862:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
h5utils-1.13.1/configure-863-    case $ac_user_opts in
##############################################
h5utils-1.13.1/configure-882-  -enable-* | --enable-*)
h5utils-1.13.1/configure:883:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
h5utils-1.13.1/configure-884-    # Reject names that are not valid shell variable names.
##############################################
h5utils-1.13.1/configure-887-    ac_useropt_orig=$ac_useropt
h5utils-1.13.1/configure:888:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
h5utils-1.13.1/configure-889-    case $ac_user_opts in
##############################################
h5utils-1.13.1/configure-1086-  -with-* | --with-*)
h5utils-1.13.1/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
h5utils-1.13.1/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
h5utils-1.13.1/configure-1091-    ac_useropt_orig=$ac_useropt
h5utils-1.13.1/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
h5utils-1.13.1/configure-1093-    case $ac_user_opts in
##############################################
h5utils-1.13.1/configure-1102-  -without-* | --without-*)
h5utils-1.13.1/configure:1103:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
h5utils-1.13.1/configure-1104-    # Reject names that are not valid shell variable names.
##############################################
h5utils-1.13.1/configure-1107-    ac_useropt_orig=$ac_useropt
h5utils-1.13.1/configure:1108:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
h5utils-1.13.1/configure-1109-    case $ac_user_opts in
##############################################
h5utils-1.13.1/configure-1140-  *=*)
h5utils-1.13.1/configure:1141:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
h5utils-1.13.1/configure-1142-    # Reject names that are not valid shell variable names.
##############################################
h5utils-1.13.1/configure-1161-if test -n "$ac_prev"; then
h5utils-1.13.1/configure:1162:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
h5utils-1.13.1/configure-1163-  as_fn_error $? "missing argument to $ac_option"
##############################################
h5utils-1.13.1/configure-1183-    */ )
h5utils-1.13.1/configure:1184:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
h5utils-1.13.1/configure-1185-      eval $ac_var=\$ac_val;;
##############################################
h5utils-1.13.1/configure-1218-ac_ls_di=`ls -di .` &&
h5utils-1.13.1/configure:1219:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
h5utils-1.13.1/configure-1220-  as_fn_error $? "working directory cannot be determined"
##############################################
h5utils-1.13.1/configure-1274-case $srcdir in
h5utils-1.13.1/configure:1275:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
h5utils-1.13.1/configure-1276-esac
##############################################
h5utils-1.13.1/configure-1317-By default, \`make install' will install all the files in
h5utils-1.13.1/configure:1318:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
h5utils-1.13.1/configure:1319:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
h5utils-1.13.1/configure-1320-for instance \`--prefix=\$HOME'.
##############################################
h5utils-1.13.1/configure-1411-*)
h5utils-1.13.1/configure:1412:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
h5utils-1.13.1/configure-1413-  # A ".." for each directory in $ac_dir_suffix.
h5utils-1.13.1/configure:1414:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
h5utils-1.13.1/configure-1415-  case $ac_top_builddir_sub in
##############################################
h5utils-1.13.1/configure-2136-    *\'*)
h5utils-1.13.1/configure:2137:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
h5utils-1.13.1/configure-2138-    esac
##############################################
h5utils-1.13.1/configure-2219-      case $ac_val in
h5utils-1.13.1/configure:2220:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
h5utils-1.13.1/configure-2221-      esac
##############################################
h5utils-1.13.1/configure-2234-	case $ac_val in
h5utils-1.13.1/configure:2235:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
h5utils-1.13.1/configure-2236-	esac
##############################################
h5utils-1.13.1/configure-2354-    set,)
h5utils-1.13.1/configure:2355:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
h5utils-1.13.1/configure:2356:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
h5utils-1.13.1/configure-2357-      ac_cache_corrupted=: ;;
##############################################
h5utils-1.13.1/configure-2365-	# differences in whitespace do not lead to failure.
h5utils-1.13.1/configure:2366:	ac_old_val_w=`echo x $ac_old_val`
h5utils-1.13.1/configure:2367:	ac_new_val_w=`echo x $ac_new_val`
h5utils-1.13.1/configure-2368-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
h5utils-1.13.1/configure-2385-    case $ac_new_val in
h5utils-1.13.1/configure:2386:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
h5utils-1.13.1/configure-2387-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
h5utils-1.13.1/configure-2560-     echo "timestamp, slept: $am_has_slept" > conftest.file
h5utils-1.13.1/configure:2561:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
h5utils-1.13.1/configure-2562-     if test "$*" = "X"; then
h5utils-1.13.1/configure-2563-	# -L didn't work.
h5utils-1.13.1/configure:2564:	set X `ls -t "$srcdir/configure" conftest.file`
h5utils-1.13.1/configure-2565-     fi
##############################################
h5utils-1.13.1/configure-2611-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
h5utils-1.13.1/configure:2612:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
h5utils-1.13.1/configure-2613-
h5utils-1.13.1/configure-2614-# Expand $ac_aux_dir to an absolute path.
h5utils-1.13.1/configure:2615:am_aux_dir=`cd "$ac_aux_dir" && pwd`
h5utils-1.13.1/configure-2616-
##############################################
h5utils-1.13.1/configure-2756-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
h5utils-1.13.1/configure:2757:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
h5utils-1.13.1/configure-2758-	     'mkdir (GNU coreutils) '* | \
##############################################
h5utils-1.13.1/configure-2829-set x ${MAKE-make}
h5utils-1.13.1/configure:2830:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
h5utils-1.13.1/configure-2831-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
h5utils-1.13.1/configure-2839-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
h5utils-1.13.1/configure:2840:case `${MAKE-make} -f conftest.make 2>/dev/null` in
h5utils-1.13.1/configure-2841-  *@@@%%%=?*=@@@%%%*)
##############################################
h5utils-1.13.1/configure-2905-
h5utils-1.13.1/configure:2906:if test "`cd $srcdir && pwd`" != "`pwd`"; then
h5utils-1.13.1/configure-2907-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
h5utils-1.13.1/configure-3433-$as_echo_n "checking whether the C compiler works... " >&6; }
h5utils-1.13.1/configure:3434:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
h5utils-1.13.1/configure-3435-
##############################################
h5utils-1.13.1/configure-3477-	then :; else
h5utils-1.13.1/configure:3478:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
h5utils-1.13.1/configure-3479-	fi
##############################################
h5utils-1.13.1/configure-3537-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
h5utils-1.13.1/configure:3538:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
h5utils-1.13.1/configure-3539-	  break;;
##############################################
h5utils-1.13.1/configure-3646-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
h5utils-1.13.1/configure:3647:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
h5utils-1.13.1/configure-3648-       break;;
##############################################
h5utils-1.13.1/configure-3954-# Ignore all kinds of additional output from 'make'.
h5utils-1.13.1/configure:3955:case `$am_make -s -f confmf 2> /dev/null` in #(
h5utils-1.13.1/configure-3956-*the\ am__doit\ target*)
##############################################
h5utils-1.13.1/configure-3964-   echo '.include "confinc"' > confmf
h5utils-1.13.1/configure:3965:   case `$am_make -s -f confmf 2> /dev/null` in #(
h5utils-1.13.1/configure-3966-   *the\ am__doit\ target*)
##############################################
h5utils-1.13.1/configure-4027-  if test "$am_compiler_list" = ""; then
h5utils-1.13.1/configure:4028:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
h5utils-1.13.1/configure-4029-  fi
##############################################
h5utils-1.13.1/configure-4287-  # Check for GNU $ac_path_GREP
h5utils-1.13.1/configure:4288:case `"$ac_path_GREP" --version 2>&1` in
h5utils-1.13.1/configure-4289-*GNU*)
##############################################
h5utils-1.13.1/configure-4353-  # Check for GNU $ac_path_EGREP
h5utils-1.13.1/configure:4354:case `"$ac_path_EGREP" --version 2>&1` in
h5utils-1.13.1/configure-4355-*GNU*)
##############################################
h5utils-1.13.1/configure-4947-do :
h5utils-1.13.1/configure:4948:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
h5utils-1.13.1/configure-4949-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
h5utils-1.13.1/configure-4952-  cat >>confdefs.h <<_ACEOF
h5utils-1.13.1/configure:4953:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
h5utils-1.13.1/configure-4954-_ACEOF
##############################################
h5utils-1.13.1/configure-4962-do :
h5utils-1.13.1/configure:4963:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
h5utils-1.13.1/configure-4964-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
h5utils-1.13.1/configure-4966-  cat >>confdefs.h <<_ACEOF
h5utils-1.13.1/configure:4967:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
h5utils-1.13.1/configure-4968-_ACEOF
##############################################
h5utils-1.13.1/configure-5177-	if test -z "$OCT_INSTALL_DIR"; then
h5utils-1.13.1/configure:5178:		OCT_INSTALL_DIR=`echo "path" | $OCTAVE -q 2> /dev/null | grep "/oct/" | head -1`
h5utils-1.13.1/configure-5179-	fi
h5utils-1.13.1/configure-5180-	if test -z "$OCT_INSTALL_DIR"; then
h5utils-1.13.1/configure:5181:		OCT_INSTALL_DIR=`echo "DEFAULT_LOADPATH" | $OCTAVE -q 2> /dev/null | tr ':' '\n' | grep "site/oct" | head -1`
h5utils-1.13.1/configure-5182-        fi
##############################################
h5utils-1.13.1/configure-5303-do :
h5utils-1.13.1/configure:5304:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
h5utils-1.13.1/configure-5305-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
h5utils-1.13.1/configure-5307-  cat >>confdefs.h <<_ACEOF
h5utils-1.13.1/configure:5308:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
h5utils-1.13.1/configure-5309-_ACEOF
##############################################
h5utils-1.13.1/configure-5777-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
h5utils-1.13.1/configure:5778:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
h5utils-1.13.1/configure-5779-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
h5utils-1.13.1/configure-5873-if test -z "$BASH_VERSION$ZSH_VERSION" \
h5utils-1.13.1/configure:5874:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
h5utils-1.13.1/configure-5875-  as_echo='print -r --'
h5utils-1.13.1/configure-5876-  as_echo_n='print -rn --'
h5utils-1.13.1/configure:5877:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
h5utils-1.13.1/configure-5878-  as_echo='printf %s\n'
##############################################
h5utils-1.13.1/configure-5880-else
h5utils-1.13.1/configure:5881:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
h5utils-1.13.1/configure-5882-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
h5utils-1.13.1/configure-5890-	expr "X$arg" : "X\\(.*\\)$as_nl";
h5utils-1.13.1/configure:5891:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
h5utils-1.13.1/configure-5892-      esac;
##############################################
h5utils-1.13.1/configure-5967-# ----------------------------------------
h5utils-1.13.1/configure:5968:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
h5utils-1.13.1/configure-5969-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
h5utils-1.13.1/configure-6039-  {
h5utils-1.13.1/configure:6040:    as_val=`expr "$@" || test $? -eq 1`
h5utils-1.13.1/configure-6041-  }
##############################################
h5utils-1.13.1/configure-6143-      case $as_dir in #(
h5utils-1.13.1/configure:6144:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
h5utils-1.13.1/configure-6145-      *) as_qdir=$as_dir;;
##############################################
h5utils-1.13.1/configure-6278-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
h5utils-1.13.1/configure:6279:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
h5utils-1.13.1/configure-6280-ac_cs_version="\\
##############################################
h5utils-1.13.1/configure-6303-  --*=?*)
h5utils-1.13.1/configure:6304:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
h5utils-1.13.1/configure:6305:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
h5utils-1.13.1/configure-6306-    ac_shift=:
##############################################
h5utils-1.13.1/configure-6308-  --*=)
h5utils-1.13.1/configure:6309:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
h5utils-1.13.1/configure-6310-    ac_optarg=
##############################################
h5utils-1.13.1/configure-6332-    case $ac_optarg in
h5utils-1.13.1/configure:6333:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
h5utils-1.13.1/configure-6334-    '') as_fn_error $? "missing file argument" ;;
##############################################
h5utils-1.13.1/configure-6340-    case $ac_optarg in
h5utils-1.13.1/configure:6341:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
h5utils-1.13.1/configure-6342-    esac
##############################################
h5utils-1.13.1/configure-6469-fi
h5utils-1.13.1/configure:6470:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
h5utils-1.13.1/configure-6471-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
h5utils-1.13.1/configure-6486-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
h5utils-1.13.1/configure:6487:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
h5utils-1.13.1/configure-6488-ac_delim='%!_!# '
##############################################
h5utils-1.13.1/configure-6492-
h5utils-1.13.1/configure:6493:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
h5utils-1.13.1/configure-6494-  if test $ac_delim_n = $ac_delim_num; then
##############################################
h5utils-1.13.1/configure-6630-for ac_last_try in false false :; do
h5utils-1.13.1/configure:6631:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
h5utils-1.13.1/configure-6632-  if test -z "$ac_tt"; then
##############################################
h5utils-1.13.1/configure-6762-      esac
h5utils-1.13.1/configure:6763:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
h5utils-1.13.1/configure-6764-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
h5utils-1.13.1/configure-6821-*)
h5utils-1.13.1/configure:6822:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
h5utils-1.13.1/configure-6823-  # A ".." for each directory in $ac_dir_suffix.
h5utils-1.13.1/configure:6824:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
h5utils-1.13.1/configure-6825-  case $ac_top_builddir_sub in
##############################################
h5utils-1.13.1/configure-6882-/@mandir@/p'
h5utils-1.13.1/configure:6883:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
h5utils-1.13.1/configure-6884-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
h5utils-1.13.1/configure-6899-
h5utils-1.13.1/configure:6900:# Neutralize VPATH when `$srcdir' = `.'.
h5utils-1.13.1/configure-6901-# Shell code in configure.ac might set extrasub.
##############################################
h5utils-1.13.1/configure-6927-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
h5utils-1.13.1/configure:6928:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
h5utils-1.13.1/configure-6929-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
h5utils-1.13.1/configure-6973-    * )
h5utils-1.13.1/configure:6974:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
h5utils-1.13.1/configure-6975-  esac
##############################################
h5utils-1.13.1/configure-7020-    # Strip MF so we end up with the name of the file.
h5utils-1.13.1/configure:7021:    mf=`echo "$mf" | sed -e 's/:.*$//'`
h5utils-1.13.1/configure-7022-    # Check whether this is an Automake generated Makefile or not.
##############################################
h5utils-1.13.1/configure-7057-    # from the Makefile without running 'make'.
h5utils-1.13.1/configure:7058:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
h5utils-1.13.1/configure-7059-    test -z "$DEPDIR" && continue
h5utils-1.13.1/configure:7060:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
h5utils-1.13.1/configure-7061-    test -z "$am__include" && continue
h5utils-1.13.1/configure:7062:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
h5utils-1.13.1/configure-7063-    # Find all dependency output files, they are included files with
##############################################
h5utils-1.13.1/configure.ac-142-	if test -z "$OCT_INSTALL_DIR"; then
h5utils-1.13.1/configure.ac:143:		OCT_INSTALL_DIR=`echo "path" | $OCTAVE -q 2> /dev/null | grep "/oct/" | head -1`
h5utils-1.13.1/configure.ac-144-	fi
h5utils-1.13.1/configure.ac-145-	if test -z "$OCT_INSTALL_DIR"; then
h5utils-1.13.1/configure.ac:146:		OCT_INSTALL_DIR=`echo "DEFAULT_LOADPATH" | $OCTAVE -q 2> /dev/null | tr ':' '\n' | grep "site/oct" | head -1`
h5utils-1.13.1/configure.ac-147-        fi
##############################################
h5utils-1.13.1/depcomp-64-  case $1 in
h5utils-1.13.1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
h5utils-1.13.1/depcomp-66-      *) dir=;;
##############################################
h5utils-1.13.1/depcomp-73-{
h5utils-1.13.1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
h5utils-1.13.1/depcomp-75-}
##############################################
h5utils-1.13.1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
h5utils-1.13.1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
h5utils-1.13.1/depcomp-128-
##############################################
h5utils-1.13.1/depcomp-405-        sleep 1
h5utils-1.13.1/depcomp:406:        i=`expr $i - 1`
h5utils-1.13.1/depcomp-407-      done
h5utils-1.13.1/depcomp-408-    fi
h5utils-1.13.1/depcomp:409:    i=`expr $i - 1`
h5utils-1.13.1/depcomp-410-  done
##############################################
h5utils-1.13.1/depcomp-425-  # Do two passes, one to just change these to
h5utils-1.13.1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
h5utils-1.13.1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
h5utils-1.13.1/depcomp-659-  done
h5utils-1.13.1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
h5utils-1.13.1/depcomp-661-  touch "$tmpdepfile"
##############################################
h5utils-1.13.1/install-sh-234-      fi
h5utils-1.13.1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
h5utils-1.13.1/install-sh-236-    *)
##############################################
h5utils-1.13.1/install-sh-281-      dstdir=$dst
h5utils-1.13.1/install-sh:282:      dst=$dstdir/`basename "$src"`
h5utils-1.13.1/install-sh-283-      dstdir_status=0
h5utils-1.13.1/install-sh-284-    else
h5utils-1.13.1/install-sh:285:      dstdir=`dirname "$dst"`
h5utils-1.13.1/install-sh-286-      test -d "$dstdir"
##############################################
h5utils-1.13.1/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
h5utils-1.13.1/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
h5utils-1.13.1/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
h5utils-1.13.1/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
h5utils-1.13.1/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
h5utils-1.13.1/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
h5utils-1.13.1/install-sh-402-            case $prefix in
h5utils-1.13.1/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
h5utils-1.13.1/install-sh-404-              *) qprefix=$prefix;;
##############################################
h5utils-1.13.1/install-sh-451-    if $copy_on_change &&
h5utils-1.13.1/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
h5utils-1.13.1/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
h5utils-1.13.1/install-sh-454-       set -f &&
##############################################
h5utils-1.13.1/Makefile.in-51-  { \
h5utils-1.13.1/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
h5utils-1.13.1/Makefile.in-53-  }; \
##############################################
h5utils-1.13.1/Makefile.in-188-  esac
h5utils-1.13.1/Makefile.in:189:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
h5utils-1.13.1/Makefile.in-190-am__vpath_adj = case $$p in \
h5utils-1.13.1/Makefile.in:191:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
h5utils-1.13.1/Makefile.in-192-    *) f=$$p;; \
h5utils-1.13.1/Makefile.in-193-  esac;
h5utils-1.13.1/Makefile.in:194:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
h5utils-1.13.1/Makefile.in-195-am__install_max = 40
h5utils-1.13.1/Makefile.in-196-am__nobase_strip_setup = \
h5utils-1.13.1/Makefile.in:197:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
h5utils-1.13.1/Makefile.in-198-am__nobase_strip = \
##############################################
h5utils-1.13.1/Makefile.in-562-.c.obj:
h5utils-1.13.1/Makefile.in:563:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
h5utils-1.13.1/Makefile.in-564-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
h5utils-1.13.1/Makefile.in-566-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:567:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
h5utils-1.13.1/Makefile.in-568-
h5utils-1.13.1/Makefile.in-569-h5tov5d-h5tov5d.o: h5tov5d.c
h5utils-1.13.1/Makefile.in:570:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-h5tov5d.o -MD -MP -MF $(DEPDIR)/h5tov5d-h5tov5d.Tpo -c -o h5tov5d-h5tov5d.o `test -f 'h5tov5d.c' || echo '$(srcdir)/'`h5tov5d.c
h5utils-1.13.1/Makefile.in-571-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-h5tov5d.Tpo $(DEPDIR)/h5tov5d-h5tov5d.Po
##############################################
h5utils-1.13.1/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:574:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-h5tov5d.o `test -f 'h5tov5d.c' || echo '$(srcdir)/'`h5tov5d.c
h5utils-1.13.1/Makefile.in-575-
h5utils-1.13.1/Makefile.in-576-h5tov5d-h5tov5d.obj: h5tov5d.c
h5utils-1.13.1/Makefile.in:577:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-h5tov5d.obj -MD -MP -MF $(DEPDIR)/h5tov5d-h5tov5d.Tpo -c -o h5tov5d-h5tov5d.obj `if test -f 'h5tov5d.c'; then $(CYGPATH_W) 'h5tov5d.c'; else $(CYGPATH_W) '$(srcdir)/h5tov5d.c'; fi`
h5utils-1.13.1/Makefile.in-578-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-h5tov5d.Tpo $(DEPDIR)/h5tov5d-h5tov5d.Po
##############################################
h5utils-1.13.1/Makefile.in-580-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:581:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-h5tov5d.obj `if test -f 'h5tov5d.c'; then $(CYGPATH_W) 'h5tov5d.c'; else $(CYGPATH_W) '$(srcdir)/h5tov5d.c'; fi`
h5utils-1.13.1/Makefile.in-582-
h5utils-1.13.1/Makefile.in-583-h5tov5d-arrayh5.o: arrayh5.c
h5utils-1.13.1/Makefile.in:584:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-arrayh5.o -MD -MP -MF $(DEPDIR)/h5tov5d-arrayh5.Tpo -c -o h5tov5d-arrayh5.o `test -f 'arrayh5.c' || echo '$(srcdir)/'`arrayh5.c
h5utils-1.13.1/Makefile.in-585-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-arrayh5.Tpo $(DEPDIR)/h5tov5d-arrayh5.Po
##############################################
h5utils-1.13.1/Makefile.in-587-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:588:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-arrayh5.o `test -f 'arrayh5.c' || echo '$(srcdir)/'`arrayh5.c
h5utils-1.13.1/Makefile.in-589-
h5utils-1.13.1/Makefile.in-590-h5tov5d-arrayh5.obj: arrayh5.c
h5utils-1.13.1/Makefile.in:591:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-arrayh5.obj -MD -MP -MF $(DEPDIR)/h5tov5d-arrayh5.Tpo -c -o h5tov5d-arrayh5.obj `if test -f 'arrayh5.c'; then $(CYGPATH_W) 'arrayh5.c'; else $(CYGPATH_W) '$(srcdir)/arrayh5.c'; fi`
h5utils-1.13.1/Makefile.in-592-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-arrayh5.Tpo $(DEPDIR)/h5tov5d-arrayh5.Po
##############################################
h5utils-1.13.1/Makefile.in-594-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:595:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-arrayh5.obj `if test -f 'arrayh5.c'; then $(CYGPATH_W) 'arrayh5.c'; else $(CYGPATH_W) '$(srcdir)/arrayh5.c'; fi`
h5utils-1.13.1/Makefile.in-596-
h5utils-1.13.1/Makefile.in-597-h5tov5d-h5utils.o: h5utils.c
h5utils-1.13.1/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-h5utils.o -MD -MP -MF $(DEPDIR)/h5tov5d-h5utils.Tpo -c -o h5tov5d-h5utils.o `test -f 'h5utils.c' || echo '$(srcdir)/'`h5utils.c
h5utils-1.13.1/Makefile.in-599-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-h5utils.Tpo $(DEPDIR)/h5tov5d-h5utils.Po
##############################################
h5utils-1.13.1/Makefile.in-601-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:602:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-h5utils.o `test -f 'h5utils.c' || echo '$(srcdir)/'`h5utils.c
h5utils-1.13.1/Makefile.in-603-
h5utils-1.13.1/Makefile.in-604-h5tov5d-h5utils.obj: h5utils.c
h5utils-1.13.1/Makefile.in:605:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT h5tov5d-h5utils.obj -MD -MP -MF $(DEPDIR)/h5tov5d-h5utils.Tpo -c -o h5tov5d-h5utils.obj `if test -f 'h5utils.c'; then $(CYGPATH_W) 'h5utils.c'; else $(CYGPATH_W) '$(srcdir)/h5utils.c'; fi`
h5utils-1.13.1/Makefile.in-606-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/h5tov5d-h5utils.Tpo $(DEPDIR)/h5tov5d-h5utils.Po
##############################################
h5utils-1.13.1/Makefile.in-608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
h5utils-1.13.1/Makefile.in:609:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(h5tov5d_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o h5tov5d-h5utils.obj `if test -f 'h5utils.c'; then $(CYGPATH_W) 'h5utils.c'; else $(CYGPATH_W) '$(srcdir)/h5utils.c'; fi`
h5utils-1.13.1/Makefile.in-610-install-man1: $(dist_man_MANS) $(nodist_man_MANS)
##############################################
h5utils-1.13.1/Makefile.in-614-	test -n "$(man1dir)" \
h5utils-1.13.1/Makefile.in:615:	  && test -n "`echo $$list1$$list2`" \
h5utils-1.13.1/Makefile.in-616-	  || exit 0; \
##############################################
h5utils-1.13.1/Makefile.in-674-	@list='$(nobase_dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
h5utils-1.13.1/Makefile.in:675:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
h5utils-1.13.1/Makefile.in-676-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
h5utils-1.13.1/Makefile.in-695-	@list='$(oct_DATA)'; test -n "$(octdir)" || list=; \
h5utils-1.13.1/Makefile.in:696:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
h5utils-1.13.1/Makefile.in-697-	dir='$(DESTDIR)$(octdir)'; $(am__uninstall_files_from_dir)
##############################################
h5utils-1.13.1/Makefile.in-728-GTAGS:
h5utils-1.13.1/Makefile.in:729:	here=`$(am__cd) $(top_builddir) && pwd` \
h5utils-1.13.1/Makefile.in-730-	  && $(am__cd) $(top_srcdir) \
##############################################
h5utils-1.13.1/Makefile.in-760-	test -d "$(distdir)" || mkdir "$(distdir)"
h5utils-1.13.1/Makefile.in:761:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
h5utils-1.13.1/Makefile.in:762:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
h5utils-1.13.1/Makefile.in-763-	list='$(DISTFILES)'; \
##############################################
h5utils-1.13.1/Makefile.in-774-	  if test -d $$d/$$file; then \
h5utils-1.13.1/Makefile.in:775:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
h5utils-1.13.1/Makefile.in-776-	    if test -d "$(distdir)/$$file"; then \
##############################################
h5utils-1.13.1/Makefile.in-860-	test -d $(distdir)/_build || exit 0; \
h5utils-1.13.1/Makefile.in:861:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
h5utils-1.13.1/Makefile.in-862-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
h5utils-1.13.1/Makefile.in-904-	}; \
h5utils-1.13.1/Makefile.in:905:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
h5utils-1.13.1/Makefile.in-906-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
h5utils-1.13.1/Makefile.in-916-	fi
h5utils-1.13.1/Makefile.in:917:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
h5utils-1.13.1/Makefile.in-918-	  || { echo "ERROR: files left in build directory after distclean:" ; \