===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gwaei-3.6.2/ltmain.sh-167-{
gwaei-3.6.2/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gwaei-3.6.2/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gwaei-3.6.2/ltmain.sh-179-{
gwaei-3.6.2/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gwaei-3.6.2/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-198-    # Extract subdirectory from the argument.
gwaei-3.6.2/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gwaei-3.6.2/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gwaei-3.6.2/ltmain.sh-204-    fi
gwaei-3.6.2/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gwaei-3.6.2/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-217-    case ${2} in
gwaei-3.6.2/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gwaei-3.6.2/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gwaei-3.6.2/ltmain.sh-220-    esac
##############################################
gwaei-3.6.2/ltmain.sh-380-     progdir=$func_dirname_result
gwaei-3.6.2/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gwaei-3.6.2/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gwaei-3.6.2/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gwaei-3.6.2/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gwaei-3.6.2/ltmain.sh-419-bs='\\'
##############################################
gwaei-3.6.2/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gwaei-3.6.2/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gwaei-3.6.2/ltmain.sh-533-      done
gwaei-3.6.2/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gwaei-3.6.2/ltmain.sh-535-
##############################################
gwaei-3.6.2/ltmain.sh-566-      # If mktemp works, use that first and foremost
gwaei-3.6.2/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gwaei-3.6.2/ltmain.sh-568-
##############################################
gwaei-3.6.2/ltmain.sh-597-      *[\\\`\"\$]*)
gwaei-3.6.2/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gwaei-3.6.2/ltmain.sh-599-      *)
##############################################
gwaei-3.6.2/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gwaei-3.6.2/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gwaei-3.6.2/ltmain.sh-704-    ;;
##############################################
gwaei-3.6.2/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gwaei-3.6.2/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gwaei-3.6.2/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gwaei-3.6.2/ltmain.sh-772-	p
##############################################
gwaei-3.6.2/ltmain.sh-803-
gwaei-3.6.2/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gwaei-3.6.2/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gwaei-3.6.2/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-816-
gwaei-3.6.2/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gwaei-3.6.2/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gwaei-3.6.2/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-862-{
gwaei-3.6.2/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gwaei-3.6.2/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-870-{
gwaei-3.6.2/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gwaei-3.6.2/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-877-{
gwaei-3.6.2/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gwaei-3.6.2/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-884-{
gwaei-3.6.2/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gwaei-3.6.2/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gwaei-3.6.2/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gwaei-3.6.2/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gwaei-3.6.2/ltmain.sh-970-	eval "$extractedcf"
##############################################
gwaei-3.6.2/ltmain.sh-1382-      done
gwaei-3.6.2/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gwaei-3.6.2/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gwaei-3.6.2/ltmain.sh-1385-      case $@ in
##############################################
gwaei-3.6.2/ltmain.sh-1395-	    # Evaluate the configuration.
gwaei-3.6.2/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gwaei-3.6.2/ltmain.sh-1397-	    CC_quoted=
##############################################
gwaei-3.6.2/ltmain.sh-1401-	    done
gwaei-3.6.2/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gwaei-3.6.2/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gwaei-3.6.2/ltmain.sh-1404-	    case "$@ " in
##############################################
gwaei-3.6.2/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gwaei-3.6.2/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gwaei-3.6.2/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gwaei-3.6.2/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gwaei-3.6.2/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gwaei-3.6.2/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gwaei-3.6.2/ltmain.sh-1721-    # LT_CYGPATH in this case.
gwaei-3.6.2/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gwaei-3.6.2/ltmain.sh-1723-  fi
##############################################
gwaei-3.6.2/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gwaei-3.6.2/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gwaei-3.6.2/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gwaei-3.6.2/ltmain.sh-2060-    *.[cCFSifmso] | \
gwaei-3.6.2/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gwaei-3.6.2/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gwaei-3.6.2/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gwaei-3.6.2/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gwaei-3.6.2/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gwaei-3.6.2/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gwaei-3.6.2/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gwaei-3.6.2/ltmain.sh-2158-
##############################################
gwaei-3.6.2/ltmain.sh-2204-      if test "$need_locks" = warn &&
gwaei-3.6.2/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gwaei-3.6.2/ltmain.sh-2206-	$ECHO "\
gwaei-3.6.2/ltmain.sh-2207-*** ERROR, $lockfile contains:
gwaei-3.6.2/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gwaei-3.6.2/ltmain.sh-2209-
##############################################
gwaei-3.6.2/ltmain.sh-2253-      if test "$need_locks" = warn &&
gwaei-3.6.2/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gwaei-3.6.2/ltmain.sh-2255-	$ECHO "\
gwaei-3.6.2/ltmain.sh-2256-*** ERROR, $lockfile contains:
gwaei-3.6.2/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gwaei-3.6.2/ltmain.sh-2258-
##############################################
gwaei-3.6.2/ltmain.sh-2548-	  test -n "$library_names" && \
gwaei-3.6.2/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gwaei-3.6.2/ltmain.sh-2550-	  continue
##############################################
gwaei-3.6.2/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gwaei-3.6.2/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gwaei-3.6.2/ltmain.sh-2561-	  fi
##############################################
gwaei-3.6.2/ltmain.sh-2577-      # Get the absolute pathname.
gwaei-3.6.2/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gwaei-3.6.2/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gwaei-3.6.2/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gwaei-3.6.2/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gwaei-3.6.2/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gwaei-3.6.2/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gwaei-3.6.2/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gwaei-3.6.2/ltmain.sh-2959-
##############################################
gwaei-3.6.2/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gwaei-3.6.2/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gwaei-3.6.2/ltmain.sh-2972-	  else
gwaei-3.6.2/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gwaei-3.6.2/ltmain.sh-2974-	  fi
##############################################
gwaei-3.6.2/ltmain.sh-3130-	    fi
gwaei-3.6.2/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gwaei-3.6.2/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gwaei-3.6.2/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gwaei-3.6.2/ltmain.sh-3134-	      finalize=no
##############################################
gwaei-3.6.2/ltmain.sh-3149-	        # Replace the output file specification.
gwaei-3.6.2/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gwaei-3.6.2/ltmain.sh-3151-
##############################################
gwaei-3.6.2/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gwaei-3.6.2/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gwaei-3.6.2/ltmain.sh-3170-	  fi
##############################################
gwaei-3.6.2/ltmain.sh-3241-    my_pic_p="${3-no}"
gwaei-3.6.2/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gwaei-3.6.2/ltmain.sh-3243-    my_dlsyms=
##############################################
gwaei-3.6.2/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gwaei-3.6.2/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gwaei-3.6.2/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gwaei-3.6.2/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gwaei-3.6.2/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gwaei-3.6.2/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gwaei-3.6.2/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gwaei-3.6.2/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gwaei-3.6.2/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gwaei-3.6.2/ltmain.sh-3509-	  else
gwaei-3.6.2/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gwaei-3.6.2/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gwaei-3.6.2/ltmain.sh-3512-	  fi
##############################################
gwaei-3.6.2/ltmain.sh-3514-	*)
gwaei-3.6.2/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gwaei-3.6.2/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gwaei-3.6.2/ltmain.sh-3517-	  ;;
##############################################
gwaei-3.6.2/ltmain.sh-3529-      # Nullify the symbol file.
gwaei-3.6.2/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gwaei-3.6.2/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gwaei-3.6.2/ltmain.sh-3532-    fi
##############################################
gwaei-3.6.2/ltmain.sh-3545-  win32_libid_type="unknown"
gwaei-3.6.2/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gwaei-3.6.2/ltmain.sh-3547-  case $win32_fileres in
##############################################
gwaei-3.6.2/ltmain.sh-3596-  $opt_debug
gwaei-3.6.2/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gwaei-3.6.2/ltmain.sh-3598-}
##############################################
gwaei-3.6.2/ltmain.sh-3613-  $opt_debug
gwaei-3.6.2/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gwaei-3.6.2/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gwaei-3.6.2/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gwaei-3.6.2/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gwaei-3.6.2/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gwaei-3.6.2/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gwaei-3.6.2/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gwaei-3.6.2/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gwaei-3.6.2/ltmain.sh-3700-    # binutils import library
gwaei-3.6.2/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gwaei-3.6.2/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gwaei-3.6.2/ltmain.sh-3703-    # ms-generated import library
gwaei-3.6.2/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gwaei-3.6.2/ltmain.sh-3705-  else
##############################################
gwaei-3.6.2/ltmain.sh-3780-	  darwin_curdir=`pwd`
gwaei-3.6.2/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gwaei-3.6.2/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gwaei-3.6.2/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gwaei-3.6.2/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gwaei-3.6.2/ltmain.sh-3785-	    darwin_arch=
##############################################
gwaei-3.6.2/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gwaei-3.6.2/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gwaei-3.6.2/ltmain.sh-3797-	    darwin_file=
##############################################
gwaei-3.6.2/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gwaei-3.6.2/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gwaei-3.6.2/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gwaei-3.6.2/ltmain.sh-3814-      esac
gwaei-3.6.2/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gwaei-3.6.2/ltmain.sh-3816-    done
##############################################
gwaei-3.6.2/ltmain.sh-3885-
gwaei-3.6.2/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gwaei-3.6.2/ltmain.sh-3887-    $ECHO "\
##############################################
gwaei-3.6.2/ltmain.sh-3920-    --lt-dump-script)
gwaei-3.6.2/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gwaei-3.6.2/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gwaei-3.6.2/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gwaei-3.6.2/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gwaei-3.6.2/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gwaei-3.6.2/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gwaei-3.6.2/ltmain.sh-3949-  done
##############################################
gwaei-3.6.2/ltmain.sh-4005-  # Find the directory that this script lives in.
gwaei-3.6.2/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gwaei-3.6.2/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gwaei-3.6.2/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gwaei-3.6.2/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gwaei-3.6.2/ltmain.sh-4011-  while test -n \"\$file\"; do
gwaei-3.6.2/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gwaei-3.6.2/ltmain.sh-4013-
##############################################
gwaei-3.6.2/ltmain.sh-4021-
gwaei-3.6.2/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gwaei-3.6.2/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gwaei-3.6.2/ltmain.sh-4024-  done
##############################################
gwaei-3.6.2/ltmain.sh-4035-    case \"\$thisdir\" in
gwaei-3.6.2/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gwaei-3.6.2/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gwaei-3.6.2/ltmain.sh-4041-  # Try to get the absolute directory name.
gwaei-3.6.2/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gwaei-3.6.2/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gwaei-3.6.2/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gwaei-3.6.2/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gwaei-3.6.2/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gwaei-3.6.2/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gwaei-3.6.2/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gwaei-3.6.2/ltmain.sh-4068-      else
##############################################
gwaei-3.6.2/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gwaei-3.6.2/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gwaei-3.6.2/ltmain.sh-4112-
##############################################
gwaei-3.6.2/ltmain.sh-5085-    $opt_debug
gwaei-3.6.2/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gwaei-3.6.2/ltmain.sh-5087-    *import*) : ;;
##############################################
gwaei-3.6.2/ltmain.sh-5307-	    moreargs=
gwaei-3.6.2/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gwaei-3.6.2/ltmain.sh-5309-	    do
##############################################
gwaei-3.6.2/ltmain.sh-5563-	*)
gwaei-3.6.2/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gwaei-3.6.2/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gwaei-3.6.2/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gwaei-3.6.2/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gwaei-3.6.2/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gwaei-3.6.2/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gwaei-3.6.2/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gwaei-3.6.2/ltmain.sh-6018-    else
##############################################
gwaei-3.6.2/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
gwaei-3.6.2/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gwaei-3.6.2/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gwaei-3.6.2/ltmain.sh-6391-	else
gwaei-3.6.2/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gwaei-3.6.2/ltmain.sh-6393-	fi
##############################################
gwaei-3.6.2/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
gwaei-3.6.2/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gwaei-3.6.2/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gwaei-3.6.2/ltmain.sh-6428-	fi
gwaei-3.6.2/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gwaei-3.6.2/ltmain.sh-6501-	*)
gwaei-3.6.2/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
gwaei-3.6.2/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
gwaei-3.6.2/ltmain.sh-6754-	    shift
gwaei-3.6.2/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gwaei-3.6.2/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gwaei-3.6.2/ltmain.sh-7046-		*)
gwaei-3.6.2/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
gwaei-3.6.2/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
gwaei-3.6.2/ltmain.sh-7057-		  depdepl=
gwaei-3.6.2/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gwaei-3.6.2/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
gwaei-3.6.2/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
gwaei-3.6.2/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gwaei-3.6.2/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
gwaei-3.6.2/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gwaei-3.6.2/ltmain.sh-7068-                      fi
##############################################
gwaei-3.6.2/ltmain.sh-7079-		else
gwaei-3.6.2/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gwaei-3.6.2/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
gwaei-3.6.2/ltmain.sh-7102-	else
gwaei-3.6.2/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh-7104-	fi
##############################################
gwaei-3.6.2/ltmain.sh-7251-	test "$module" = no && \
gwaei-3.6.2/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gwaei-3.6.2/ltmain.sh-7253-
##############################################
gwaei-3.6.2/ltmain.sh-7386-	if test "$age" -gt "$current"; then
gwaei-3.6.2/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gwaei-3.6.2/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gwaei-3.6.2/ltmain.sh-7547-	removelist=
gwaei-3.6.2/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
gwaei-3.6.2/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
gwaei-3.6.2/ltmain.sh-7573-	# Transform .lo files to .o files.
gwaei-3.6.2/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gwaei-3.6.2/ltmain.sh-7575-      fi
##############################################
gwaei-3.6.2/ltmain.sh-7578-      #for path in $notinst_path; do
gwaei-3.6.2/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gwaei-3.6.2/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gwaei-3.6.2/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gwaei-3.6.2/ltmain.sh-7582-      #done
##############################################
gwaei-3.6.2/ltmain.sh-7699-		if test -n "$i" ; then
gwaei-3.6.2/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gwaei-3.6.2/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gwaei-3.6.2/ltmain.sh-7702-		  set dummy $deplib_matches; shift
gwaei-3.6.2/ltmain.sh-7703-		  deplib_match=$1
gwaei-3.6.2/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gwaei-3.6.2/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
gwaei-3.6.2/ltmain.sh-7742-		  if test -n "$i" ; then
gwaei-3.6.2/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gwaei-3.6.2/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gwaei-3.6.2/ltmain.sh-7745-		    set dummy $deplib_matches; shift
gwaei-3.6.2/ltmain.sh-7746-		    deplib_match=$1
gwaei-3.6.2/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gwaei-3.6.2/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
gwaei-3.6.2/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
gwaei-3.6.2/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gwaei-3.6.2/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
gwaei-3.6.2/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
gwaei-3.6.2/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
gwaei-3.6.2/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
gwaei-3.6.2/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gwaei-3.6.2/ltmain.sh-7796-		else
##############################################
gwaei-3.6.2/ltmain.sh-7802-		    shopt -s nocaseglob
gwaei-3.6.2/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gwaei-3.6.2/ltmain.sh-7804-		    $nocaseglob
gwaei-3.6.2/ltmain.sh-7805-		  else
gwaei-3.6.2/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gwaei-3.6.2/ltmain.sh-7807-		  fi
##############################################
gwaei-3.6.2/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
gwaei-3.6.2/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gwaei-3.6.2/ltmain.sh-7822-			case $potliblink in
gwaei-3.6.2/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gwaei-3.6.2/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gwaei-3.6.2/ltmain.sh-7825-			esac
##############################################
gwaei-3.6.2/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
gwaei-3.6.2/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gwaei-3.6.2/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
gwaei-3.6.2/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
gwaei-3.6.2/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
gwaei-3.6.2/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gwaei-3.6.2/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gwaei-3.6.2/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
gwaei-3.6.2/ltmain.sh-7915-	  newdeplibs=""
gwaei-3.6.2/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gwaei-3.6.2/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gwaei-3.6.2/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
gwaei-3.6.2/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gwaei-3.6.2/ltmain.sh-7921-	    done
##############################################
gwaei-3.6.2/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
gwaei-3.6.2/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gwaei-3.6.2/ltmain.sh-7947-	  ;;
##############################################
gwaei-3.6.2/ltmain.sh-7997-	*-*-darwin*)
gwaei-3.6.2/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh-8001-	  ;;
##############################################
gwaei-3.6.2/ltmain.sh-8124-	# Use standard objects if they are pic
gwaei-3.6.2/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gwaei-3.6.2/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
gwaei-3.6.2/ltmain.sh-8139-	    # exporting using user supplied symfile
gwaei-3.6.2/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gwaei-3.6.2/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
gwaei-3.6.2/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gwaei-3.6.2/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gwaei-3.6.2/ltmain.sh-8638-	else
##############################################
gwaei-3.6.2/ltmain.sh-8650-      # Create the old-style object.
gwaei-3.6.2/ltmain.sh:8651:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gwaei-3.6.2/ltmain.sh-8652-
##############################################
gwaei-3.6.2/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
gwaei-3.6.2/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gwaei-3.6.2/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gwaei-3.6.2/ltmain.sh-8713-	;;
##############################################
gwaei-3.6.2/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gwaei-3.6.2/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gwaei-3.6.2/ltmain.sh-8731-	;;
##############################################
gwaei-3.6.2/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gwaei-3.6.2/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gwaei-3.6.2/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
gwaei-3.6.2/ltmain.sh-8866-	# Transform all the library objects into standard objects.
gwaei-3.6.2/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gwaei-3.6.2/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gwaei-3.6.2/ltmain.sh-8869-      fi
##############################################
gwaei-3.6.2/ltmain.sh-8896-	# Replace the output file specification.
gwaei-3.6.2/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gwaei-3.6.2/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
gwaei-3.6.2/ltmain.sh-8905-	  func_to_tool_file "$output"
gwaei-3.6.2/ltmain.sh:8906:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gwaei-3.6.2/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gwaei-3.6.2/ltmain.sh-8949-	# Replace the output file specification.
gwaei-3.6.2/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gwaei-3.6.2/ltmain.sh-8951-	# Delete the old output file.
##############################################
gwaei-3.6.2/ltmain.sh-8957-	  func_to_tool_file "$output"
gwaei-3.6.2/ltmain.sh:8958:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gwaei-3.6.2/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gwaei-3.6.2/ltmain.sh-8975-	  if test "$fast_install" = yes; then
gwaei-3.6.2/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gwaei-3.6.2/ltmain.sh-8977-	  else
##############################################
gwaei-3.6.2/ltmain.sh-8987-      # Replace the output file specification.
gwaei-3.6.2/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gwaei-3.6.2/ltmain.sh-8989-
##############################################
gwaei-3.6.2/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
gwaei-3.6.2/ltmain.sh:8997:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gwaei-3.6.2/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gwaei-3.6.2/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
gwaei-3.6.2/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gwaei-3.6.2/ltmain.sh-9019-      fi
##############################################
gwaei-3.6.2/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gwaei-3.6.2/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gwaei-3.6.2/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
gwaei-3.6.2/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
gwaei-3.6.2/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gwaei-3.6.2/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
gwaei-3.6.2/ltmain.sh-9308-		name="$func_basename_result"
gwaei-3.6.2/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gwaei-3.6.2/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
gwaei-3.6.2/ltmain.sh-9327-		name="$func_basename_result"
gwaei-3.6.2/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gwaei-3.6.2/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
gwaei-3.6.2/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gwaei-3.6.2/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gwaei-3.6.2/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gwaei-3.6.2/po/Makefile.in.in-58-
gwaei-3.6.2/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
gwaei-3.6.2/po/Makefile.in.in-60-
##############################################
gwaei-3.6.2/po/Makefile.in.in-88-.po.gmo:
gwaei-3.6.2/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
gwaei-3.6.2/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gwaei-3.6.2/po/Makefile.in.in-189-	  echo "$$lang:"; \
gwaei-3.6.2/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gwaei-3.6.2/po/Makefile.in.in-191-	  if $$result; then \
##############################################
gwaei-3.6.2/config.sub-57-
gwaei-3.6.2/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
gwaei-3.6.2/config.sub-59-
##############################################
gwaei-3.6.2/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
gwaei-3.6.2/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gwaei-3.6.2/config.sub-124-case $maybe_os in
##############################################
gwaei-3.6.2/config.sub-130-    os=-$maybe_os
gwaei-3.6.2/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gwaei-3.6.2/config.sub-132-    ;;
##############################################
gwaei-3.6.2/config.sub-134-    os=-linux-android
gwaei-3.6.2/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gwaei-3.6.2/config.sub-136-    ;;
gwaei-3.6.2/config.sub-137-  *)
gwaei-3.6.2/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gwaei-3.6.2/config.sub-139-    if [ $basic_machine != $1 ]
gwaei-3.6.2/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
gwaei-3.6.2/config.sub-141-    else os=; fi
##############################################
gwaei-3.6.2/config.sub-188-		os=-sco5v6
gwaei-3.6.2/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-190-		;;
##############################################
gwaei-3.6.2/config.sub-192-		os=-sco3.2v5
gwaei-3.6.2/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-194-		;;
##############################################
gwaei-3.6.2/config.sub-196-		os=-sco3.2v4
gwaei-3.6.2/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-198-		;;
gwaei-3.6.2/config.sub-199-	-sco3.2.[4-9]*)
gwaei-3.6.2/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gwaei-3.6.2/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-202-		;;
##############################################
gwaei-3.6.2/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
gwaei-3.6.2/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-206-		;;
##############################################
gwaei-3.6.2/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
gwaei-3.6.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-210-		;;
##############################################
gwaei-3.6.2/config.sub-212-		os=-sco3.2v2
gwaei-3.6.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-214-		;;
gwaei-3.6.2/config.sub-215-	-udk*)
gwaei-3.6.2/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-217-		;;
##############################################
gwaei-3.6.2/config.sub-219-		os=-isc2.2
gwaei-3.6.2/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-221-		;;
##############################################
gwaei-3.6.2/config.sub-225-	-isc*)
gwaei-3.6.2/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gwaei-3.6.2/config.sub-227-		;;
##############################################
gwaei-3.6.2/config.sub-237-	-ptx*)
gwaei-3.6.2/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gwaei-3.6.2/config.sub-239-		;;
gwaei-3.6.2/config.sub-240-	-windowsnt*)
gwaei-3.6.2/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gwaei-3.6.2/config.sub-242-		;;
##############################################
gwaei-3.6.2/config.sub-365-	*-*-*)
gwaei-3.6.2/config.sub:366:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gwaei-3.6.2/config.sub-367-		exit 1
##############################################
gwaei-3.6.2/config.sub-484-	amd64-*)
gwaei-3.6.2/config.sub:485:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-486-		;;
##############################################
gwaei-3.6.2/config.sub-526-	blackfin-*)
gwaei-3.6.2/config.sub:527:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-528-		os=-linux
##############################################
gwaei-3.6.2/config.sub-534-	c54x-*)
gwaei-3.6.2/config.sub:535:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-536-		;;
gwaei-3.6.2/config.sub-537-	c55x-*)
gwaei-3.6.2/config.sub:538:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-539-		;;
gwaei-3.6.2/config.sub-540-	c6x-*)
gwaei-3.6.2/config.sub:541:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-542-		;;
##############################################
gwaei-3.6.2/config.sub-737-	i*86v32)
gwaei-3.6.2/config.sub:738:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwaei-3.6.2/config.sub-739-		os=-sysv32
##############################################
gwaei-3.6.2/config.sub-741-	i*86v4*)
gwaei-3.6.2/config.sub:742:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwaei-3.6.2/config.sub-743-		os=-sysv4
##############################################
gwaei-3.6.2/config.sub-745-	i*86v)
gwaei-3.6.2/config.sub:746:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwaei-3.6.2/config.sub-747-		os=-sysv
##############################################
gwaei-3.6.2/config.sub-749-	i*86sol2)
gwaei-3.6.2/config.sub:750:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gwaei-3.6.2/config.sub-751-		os=-solaris2
##############################################
gwaei-3.6.2/config.sub-779-	m68knommu-*)
gwaei-3.6.2/config.sub:780:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-781-		os=-linux
##############################################
gwaei-3.6.2/config.sub-816-	mips3*-*)
gwaei-3.6.2/config.sub:817:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gwaei-3.6.2/config.sub-818-		;;
gwaei-3.6.2/config.sub-819-	mips3*)
gwaei-3.6.2/config.sub:820:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gwaei-3.6.2/config.sub-821-		;;
##############################################
gwaei-3.6.2/config.sub-834-	ms1-*)
gwaei-3.6.2/config.sub:835:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gwaei-3.6.2/config.sub-836-		;;
##############################################
gwaei-3.6.2/config.sub-953-	parisc-*)
gwaei-3.6.2/config.sub:954:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-955-		os=-linux
##############################################
gwaei-3.6.2/config.sub-969-	pc98-*)
gwaei-3.6.2/config.sub:970:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-971-		;;
##############################################
gwaei-3.6.2/config.sub-984-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gwaei-3.6.2/config.sub:985:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-986-		;;
gwaei-3.6.2/config.sub-987-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gwaei-3.6.2/config.sub:988:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-989-		;;
gwaei-3.6.2/config.sub-990-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gwaei-3.6.2/config.sub:991:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-992-		;;
gwaei-3.6.2/config.sub-993-	pentium4-*)
gwaei-3.6.2/config.sub:994:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-995-		;;
##############################################
gwaei-3.6.2/config.sub-1003-	ppc-* | ppcbe-*)
gwaei-3.6.2/config.sub:1004:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-1005-		;;
##############################################
gwaei-3.6.2/config.sub-1009-	ppcle-* | powerpclittle-*)
gwaei-3.6.2/config.sub:1010:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-1011-		;;
##############################################
gwaei-3.6.2/config.sub-1013-		;;
gwaei-3.6.2/config.sub:1014:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-1015-		;;
##############################################
gwaei-3.6.2/config.sub-1019-	ppc64le-* | powerpc64little-*)
gwaei-3.6.2/config.sub:1020:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-1021-		;;
##############################################
gwaei-3.6.2/config.sub-1102-	strongarm-* | thumb-*)
gwaei-3.6.2/config.sub:1103:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gwaei-3.6.2/config.sub-1104-		;;
##############################################
gwaei-3.6.2/config.sub-1232-	xscale-* | xscalee[bl]-*)
gwaei-3.6.2/config.sub:1233:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gwaei-3.6.2/config.sub-1234-		;;
##############################################
gwaei-3.6.2/config.sub-1309-	*)
gwaei-3.6.2/config.sub:1310:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gwaei-3.6.2/config.sub-1311-		exit 1
##############################################
gwaei-3.6.2/config.sub-1317-	*-digital*)
gwaei-3.6.2/config.sub:1318:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gwaei-3.6.2/config.sub-1319-		;;
gwaei-3.6.2/config.sub-1320-	*-commodore*)
gwaei-3.6.2/config.sub:1321:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gwaei-3.6.2/config.sub-1322-		;;
##############################################
gwaei-3.6.2/config.sub-1338-	-solaris1 | -solaris1.*)
gwaei-3.6.2/config.sub:1339:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gwaei-3.6.2/config.sub-1340-		;;
##############################################
gwaei-3.6.2/config.sub-1350-	-gnu/linux*)
gwaei-3.6.2/config.sub:1351:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gwaei-3.6.2/config.sub-1352-		;;
##############################################
gwaei-3.6.2/config.sub-1396-	-nto*)
gwaei-3.6.2/config.sub:1397:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gwaei-3.6.2/config.sub-1398-		;;
##############################################
gwaei-3.6.2/config.sub-1403-	-mac*)
gwaei-3.6.2/config.sub:1404:		os=`echo $os | sed -e 's|mac|macos|'`
gwaei-3.6.2/config.sub-1405-		;;
##############################################
gwaei-3.6.2/config.sub-1409-	-linux*)
gwaei-3.6.2/config.sub:1410:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gwaei-3.6.2/config.sub-1411-		;;
gwaei-3.6.2/config.sub-1412-	-sunos5*)
gwaei-3.6.2/config.sub:1413:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gwaei-3.6.2/config.sub-1414-		;;
gwaei-3.6.2/config.sub-1415-	-sunos6*)
gwaei-3.6.2/config.sub:1416:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gwaei-3.6.2/config.sub-1417-		;;
##############################################
gwaei-3.6.2/config.sub-1464-	-sinix5.*)
gwaei-3.6.2/config.sub:1465:		os=`echo $os | sed -e 's|sinix|sysv|'`
gwaei-3.6.2/config.sub-1466-		;;
##############################################
gwaei-3.6.2/config.sub-1520-		# Get rid of the `-' at the beginning of $os.
gwaei-3.6.2/config.sub:1521:		os=`echo $os | sed 's/[^-]*-//'`
gwaei-3.6.2/config.sub:1522:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gwaei-3.6.2/config.sub-1523-		exit 1
##############################################
gwaei-3.6.2/config.sub-1780-		esac
gwaei-3.6.2/config.sub:1781:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gwaei-3.6.2/config.sub-1782-		;;
##############################################
gwaei-3.6.2/Makefile.in-90-  esac
gwaei-3.6.2/Makefile.in:91:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/Makefile.in-92-am__vpath_adj = case $$p in \
gwaei-3.6.2/Makefile.in:93:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/Makefile.in-94-    *) f=$$p;; \
gwaei-3.6.2/Makefile.in-95-  esac;
gwaei-3.6.2/Makefile.in:96:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/Makefile.in-97-am__install_max = 40
gwaei-3.6.2/Makefile.in-98-am__nobase_strip_setup = \
gwaei-3.6.2/Makefile.in:99:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/Makefile.in-100-am__nobase_strip = \
##############################################
gwaei-3.6.2/Makefile.in-146-  while test -n "$$dir1"; do \
gwaei-3.6.2/Makefile.in:147:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwaei-3.6.2/Makefile.in-148-    if test "$$first" != "."; then \
gwaei-3.6.2/Makefile.in-149-      if test "$$first" = ".."; then \
gwaei-3.6.2/Makefile.in:150:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwaei-3.6.2/Makefile.in:151:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwaei-3.6.2/Makefile.in-152-      else \
gwaei-3.6.2/Makefile.in:153:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwaei-3.6.2/Makefile.in-154-        if test "$$first2" = "$$first"; then \
gwaei-3.6.2/Makefile.in:155:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/Makefile.in-156-        else \
##############################################
gwaei-3.6.2/Makefile.in-161-    fi; \
gwaei-3.6.2/Makefile.in:162:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/Makefile.in-163-  done; \
##############################################
gwaei-3.6.2/Makefile.in-436-	@list='$(changelog_DATA)'; test -n "$(changelogdir)" || list=; \
gwaei-3.6.2/Makefile.in:437:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/Makefile.in-438-	dir='$(DESTDIR)$(changelogdir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/Makefile.in-457-	@list='$(copying_DATA)'; test -n "$(copyingdir)" || list=; \
gwaei-3.6.2/Makefile.in:458:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/Makefile.in-459-	dir='$(DESTDIR)$(copyingdir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/Makefile.in-478-	@list='$(news_DATA)'; test -n "$(newsdir)" || list=; \
gwaei-3.6.2/Makefile.in:479:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/Makefile.in-480-	dir='$(DESTDIR)$(newsdir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/Makefile.in-496-	dot_seen=no; \
gwaei-3.6.2/Makefile.in:497:	target=`echo $@ | sed s/-recursive//`; \
gwaei-3.6.2/Makefile.in-498-	case "$@" in \
##############################################
gwaei-3.6.2/Makefile.in-586-GTAGS:
gwaei-3.6.2/Makefile.in:587:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/Makefile.in-588-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/Makefile.in-620-	test -d "$(distdir)" || mkdir "$(distdir)"
gwaei-3.6.2/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/Makefile.in-634-	  if test -d $$d/$$file; then \
gwaei-3.6.2/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/Makefile.in-739-	test -d $(distdir)/_build || exit 0; \
gwaei-3.6.2/Makefile.in:740:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gwaei-3.6.2/Makefile.in-741-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gwaei-3.6.2/Makefile.in-782-	}; \
gwaei-3.6.2/Makefile.in:783:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gwaei-3.6.2/Makefile.in-784-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gwaei-3.6.2/Makefile.in-794-	fi
gwaei-3.6.2/Makefile.in:795:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gwaei-3.6.2/Makefile.in-796-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gwaei-3.6.2/mandir/Makefile.in-73-  esac
gwaei-3.6.2/mandir/Makefile.in:74:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/mandir/Makefile.in-75-am__vpath_adj = case $$p in \
gwaei-3.6.2/mandir/Makefile.in:76:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/mandir/Makefile.in-77-    *) f=$$p;; \
gwaei-3.6.2/mandir/Makefile.in-78-  esac;
gwaei-3.6.2/mandir/Makefile.in:79:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/mandir/Makefile.in-80-am__install_max = 40
gwaei-3.6.2/mandir/Makefile.in-81-am__nobase_strip_setup = \
gwaei-3.6.2/mandir/Makefile.in:82:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/mandir/Makefile.in-83-am__nobase_strip = \
##############################################
gwaei-3.6.2/mandir/Makefile.in-318-	test -n "$(man1dir)" \
gwaei-3.6.2/mandir/Makefile.in:319:	  && test -n "`echo $$list1$$list2`" \
gwaei-3.6.2/mandir/Makefile.in-320-	  || exit 0; \
##############################################
gwaei-3.6.2/mandir/Makefile.in-379-	else :; fi
gwaei-3.6.2/mandir/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/mandir/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/mandir/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/mandir/Makefile.in-393-	  if test -d $$d/$$file; then \
gwaei-3.6.2/mandir/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/mandir/Makefile.in-395-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gwaei-3.6.2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gwaei-3.6.2/configure-45-  as_echo='print -r --'
gwaei-3.6.2/configure-46-  as_echo_n='print -rn --'
gwaei-3.6.2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gwaei-3.6.2/configure-48-  as_echo='printf %s\n'
##############################################
gwaei-3.6.2/configure-50-else
gwaei-3.6.2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gwaei-3.6.2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gwaei-3.6.2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gwaei-3.6.2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gwaei-3.6.2/configure-62-      esac;
##############################################
gwaei-3.6.2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gwaei-3.6.2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gwaei-3.6.2/configure-199-
##############################################
gwaei-3.6.2/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
gwaei-3.6.2/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gwaei-3.6.2/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
gwaei-3.6.2/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gwaei-3.6.2/configure-332-      case $as_dir in #(
gwaei-3.6.2/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gwaei-3.6.2/configure-334-      *) as_qdir=$as_dir;;
##############################################
gwaei-3.6.2/configure-405-  {
gwaei-3.6.2/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gwaei-3.6.2/configure-407-  }
##############################################
gwaei-3.6.2/configure-412-# ----------------------------------------
gwaei-3.6.2/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gwaei-3.6.2/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gwaei-3.6.2/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gwaei-3.6.2/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gwaei-3.6.2/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gwaei-3.6.2/configure-937-  case $ac_option in
gwaei-3.6.2/configure:938:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gwaei-3.6.2/configure-939-  *=)   ac_optarg= ;;
##############################################
gwaei-3.6.2/configure-981-  -disable-* | --disable-*)
gwaei-3.6.2/configure:982:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gwaei-3.6.2/configure-983-    # Reject names that are not valid shell variable names.
##############################################
gwaei-3.6.2/configure-986-    ac_useropt_orig=$ac_useropt
gwaei-3.6.2/configure:987:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwaei-3.6.2/configure-988-    case $ac_user_opts in
##############################################
gwaei-3.6.2/configure-1007-  -enable-* | --enable-*)
gwaei-3.6.2/configure:1008:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gwaei-3.6.2/configure-1009-    # Reject names that are not valid shell variable names.
##############################################
gwaei-3.6.2/configure-1012-    ac_useropt_orig=$ac_useropt
gwaei-3.6.2/configure:1013:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwaei-3.6.2/configure-1014-    case $ac_user_opts in
##############################################
gwaei-3.6.2/configure-1211-  -with-* | --with-*)
gwaei-3.6.2/configure:1212:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gwaei-3.6.2/configure-1213-    # Reject names that are not valid shell variable names.
##############################################
gwaei-3.6.2/configure-1216-    ac_useropt_orig=$ac_useropt
gwaei-3.6.2/configure:1217:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwaei-3.6.2/configure-1218-    case $ac_user_opts in
##############################################
gwaei-3.6.2/configure-1227-  -without-* | --without-*)
gwaei-3.6.2/configure:1228:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gwaei-3.6.2/configure-1229-    # Reject names that are not valid shell variable names.
##############################################
gwaei-3.6.2/configure-1232-    ac_useropt_orig=$ac_useropt
gwaei-3.6.2/configure:1233:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gwaei-3.6.2/configure-1234-    case $ac_user_opts in
##############################################
gwaei-3.6.2/configure-1265-  *=*)
gwaei-3.6.2/configure:1266:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gwaei-3.6.2/configure-1267-    # Reject names that are not valid shell variable names.
##############################################
gwaei-3.6.2/configure-1286-if test -n "$ac_prev"; then
gwaei-3.6.2/configure:1287:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gwaei-3.6.2/configure-1288-  as_fn_error $? "missing argument to $ac_option"
##############################################
gwaei-3.6.2/configure-1308-    */ )
gwaei-3.6.2/configure:1309:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gwaei-3.6.2/configure-1310-      eval $ac_var=\$ac_val;;
##############################################
gwaei-3.6.2/configure-1343-ac_ls_di=`ls -di .` &&
gwaei-3.6.2/configure:1344:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gwaei-3.6.2/configure-1345-  as_fn_error $? "working directory cannot be determined"
##############################################
gwaei-3.6.2/configure-1399-case $srcdir in
gwaei-3.6.2/configure:1400:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gwaei-3.6.2/configure-1401-esac
##############################################
gwaei-3.6.2/configure-1442-By default, \`make install' will install all the files in
gwaei-3.6.2/configure:1443:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gwaei-3.6.2/configure:1444:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gwaei-3.6.2/configure-1445-for instance \`--prefix=\$HOME'.
##############################################
gwaei-3.6.2/configure-1572-*)
gwaei-3.6.2/configure:1573:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gwaei-3.6.2/configure-1574-  # A ".." for each directory in $ac_dir_suffix.
gwaei-3.6.2/configure:1575:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gwaei-3.6.2/configure-1576-  case $ac_top_builddir_sub in
##############################################
gwaei-3.6.2/configure-2056-    *\'*)
gwaei-3.6.2/configure:2057:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwaei-3.6.2/configure-2058-    esac
##############################################
gwaei-3.6.2/configure-2139-      case $ac_val in
gwaei-3.6.2/configure:2140:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gwaei-3.6.2/configure-2141-      esac
##############################################
gwaei-3.6.2/configure-2154-	case $ac_val in
gwaei-3.6.2/configure:2155:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gwaei-3.6.2/configure-2156-	esac
##############################################
gwaei-3.6.2/configure-2274-    set,)
gwaei-3.6.2/configure:2275:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gwaei-3.6.2/configure:2276:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gwaei-3.6.2/configure-2277-      ac_cache_corrupted=: ;;
##############################################
gwaei-3.6.2/configure-2285-	# differences in whitespace do not lead to failure.
gwaei-3.6.2/configure:2286:	ac_old_val_w=`echo x $ac_old_val`
gwaei-3.6.2/configure:2287:	ac_new_val_w=`echo x $ac_new_val`
gwaei-3.6.2/configure-2288-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gwaei-3.6.2/configure-2305-    case $ac_new_val in
gwaei-3.6.2/configure:2306:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gwaei-3.6.2/configure-2307-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gwaei-3.6.2/configure-2483-     echo "timestamp, slept: $am_has_slept" > conftest.file
gwaei-3.6.2/configure:2484:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gwaei-3.6.2/configure-2485-     if test "$*" = "X"; then
gwaei-3.6.2/configure-2486-	# -L didn't work.
gwaei-3.6.2/configure:2487:	set X `ls -t "$srcdir/configure" conftest.file`
gwaei-3.6.2/configure-2488-     fi
##############################################
gwaei-3.6.2/configure-2534-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gwaei-3.6.2/configure:2535:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gwaei-3.6.2/configure-2536-
gwaei-3.6.2/configure-2537-# expand $ac_aux_dir to an absolute path
gwaei-3.6.2/configure:2538:am_aux_dir=`cd $ac_aux_dir && pwd`
gwaei-3.6.2/configure-2539-
##############################################
gwaei-3.6.2/configure-2679-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gwaei-3.6.2/configure:2680:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gwaei-3.6.2/configure-2681-	     'mkdir (GNU coreutils) '* | \
##############################################
gwaei-3.6.2/configure-2752-set x ${MAKE-make}
gwaei-3.6.2/configure:2753:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gwaei-3.6.2/configure-2754-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gwaei-3.6.2/configure-2762-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gwaei-3.6.2/configure:2763:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gwaei-3.6.2/configure-2764-  *@@@%%%=?*=@@@%%%*)
##############################################
gwaei-3.6.2/configure-2789-
gwaei-3.6.2/configure:2790:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gwaei-3.6.2/configure-2791-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gwaei-3.6.2/configure-2897-test "x$ac_build_alias" = x &&
gwaei-3.6.2/configure:2898:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gwaei-3.6.2/configure-2899-test "x$ac_build_alias" = x &&
gwaei-3.6.2/configure-2900-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gwaei-3.6.2/configure:2901:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gwaei-3.6.2/configure-2902-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gwaei-3.6.2/configure-2921-IFS=$ac_save_IFS
gwaei-3.6.2/configure:2922:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gwaei-3.6.2/configure-2923-
##############################################
gwaei-3.6.2/configure-2932-else
gwaei-3.6.2/configure:2933:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gwaei-3.6.2/configure-2934-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gwaei-3.6.2/configure-2954-IFS=$ac_save_IFS
gwaei-3.6.2/configure:2955:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gwaei-3.6.2/configure-2956-
##############################################
gwaei-3.6.2/configure-2982-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gwaei-3.6.2/configure:2983:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gwaei-3.6.2/configure-2984-  ECHO='print -r --'
gwaei-3.6.2/configure:2985:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gwaei-3.6.2/configure-2986-  ECHO='printf %s\n'
##############################################
gwaei-3.6.2/configure-3046-# Ignore all kinds of additional output from 'make'.
gwaei-3.6.2/configure:3047:case `$am_make -s -f confmf 2> /dev/null` in #(
gwaei-3.6.2/configure-3048-*the\ am__doit\ target*)
##############################################
gwaei-3.6.2/configure-3056-   echo '.include "confinc"' > confmf
gwaei-3.6.2/configure:3057:   case `$am_make -s -f confmf 2> /dev/null` in #(
gwaei-3.6.2/configure-3058-   *the\ am__doit\ target*)
##############################################
gwaei-3.6.2/configure-3435-$as_echo_n "checking whether the C compiler works... " >&6; }
gwaei-3.6.2/configure:3436:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gwaei-3.6.2/configure-3437-
##############################################
gwaei-3.6.2/configure-3479-	then :; else
gwaei-3.6.2/configure:3480:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gwaei-3.6.2/configure-3481-	fi
##############################################
gwaei-3.6.2/configure-3539-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gwaei-3.6.2/configure:3540:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gwaei-3.6.2/configure-3541-	  break;;
##############################################
gwaei-3.6.2/configure-3648-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gwaei-3.6.2/configure:3649:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gwaei-3.6.2/configure-3650-       break;;
##############################################
gwaei-3.6.2/configure-3907-  if test "$am_compiler_list" = ""; then
gwaei-3.6.2/configure:3908:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gwaei-3.6.2/configure-3909-  fi
##############################################
gwaei-3.6.2/configure-4031-  # Check for GNU $ac_path_SED
gwaei-3.6.2/configure:4032:case `"$ac_path_SED" --version 2>&1` in
gwaei-3.6.2/configure-4033-*GNU*)
##############################################
gwaei-3.6.2/configure-4107-  # Check for GNU $ac_path_GREP
gwaei-3.6.2/configure:4108:case `"$ac_path_GREP" --version 2>&1` in
gwaei-3.6.2/configure-4109-*GNU*)
##############################################
gwaei-3.6.2/configure-4173-  # Check for GNU $ac_path_EGREP
gwaei-3.6.2/configure:4174:case `"$ac_path_EGREP" --version 2>&1` in
gwaei-3.6.2/configure-4175-*GNU*)
##############################################
gwaei-3.6.2/configure-4240-  # Check for GNU $ac_path_FGREP
gwaei-3.6.2/configure:4241:case `"$ac_path_FGREP" --version 2>&1` in
gwaei-3.6.2/configure-4242-*GNU*)
##############################################
gwaei-3.6.2/configure-4320-    # gcc leaves a trailing carriage return which upsets mingw
gwaei-3.6.2/configure:4321:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gwaei-3.6.2/configure-4322-  *)
gwaei-3.6.2/configure:4323:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gwaei-3.6.2/configure-4324-  esac
##############################################
gwaei-3.6.2/configure-4329-      # Canonicalize the pathname of ld
gwaei-3.6.2/configure:4330:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gwaei-3.6.2/configure-4331-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gwaei-3.6.2/configure:4332:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gwaei-3.6.2/configure-4333-      done
##############################################
gwaei-3.6.2/configure-4364-      # Break only if it was the GNU/non-GNU ld that we prefer.
gwaei-3.6.2/configure:4365:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gwaei-3.6.2/configure-4366-      *GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/configure-4395-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gwaei-3.6.2/configure:4396:case `$LD -v 2>&1 </dev/null` in
gwaei-3.6.2/configure-4397-*GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/configure-4440-	# Tru64's nm complains that /dev/null is an invalid object file
gwaei-3.6.2/configure:4441:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/configure-4442-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gwaei-3.6.2/configure-4446-	*)
gwaei-3.6.2/configure:4447:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/configure-4448-	  */dev/null*)
##############################################
gwaei-3.6.2/configure-4574-
gwaei-3.6.2/configure:4575:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/configure-4576-    *COFF*)
##############################################
gwaei-3.6.2/configure-4686-    # And add a safety zone
gwaei-3.6.2/configure:4687:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gwaei-3.6.2/configure:4688:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gwaei-3.6.2/configure-4689-    ;;
##############################################
gwaei-3.6.2/configure-4719-    if test -n "$kargmax"; then
gwaei-3.6.2/configure:4720:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gwaei-3.6.2/configure-4721-    else
##############################################
gwaei-3.6.2/configure-4727-    if test -n "$lt_cv_sys_max_cmd_len"; then
gwaei-3.6.2/configure:4728:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gwaei-3.6.2/configure:4729:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gwaei-3.6.2/configure-4730-    else
##############################################
gwaei-3.6.2/configure-4739-      # we can't tell.
gwaei-3.6.2/configure:4740:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gwaei-3.6.2/configure-4741-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gwaei-3.6.2/configure-4743-      do
gwaei-3.6.2/configure:4744:        i=`expr $i + 1`
gwaei-3.6.2/configure-4745-        teststring=$teststring$teststring
##############################################
gwaei-3.6.2/configure-4747-      # Only check the string length outside the loop.
gwaei-3.6.2/configure:4748:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gwaei-3.6.2/configure-4749-      teststring=
##############################################
gwaei-3.6.2/configure-4752-      # linker.  It appears as though 1/2 is a usable value.
gwaei-3.6.2/configure:4753:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gwaei-3.6.2/configure-4754-    fi
##############################################
gwaei-3.6.2/configure-5192-openbsd*)
gwaei-3.6.2/configure:5193:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/configure-5194-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gwaei-3.6.2/configure-5259-    else
gwaei-3.6.2/configure:5260:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gwaei-3.6.2/configure-5261-    fi
##############################################
gwaei-3.6.2/configure-5404-  # decide which to use based on capabilities of $DLLTOOL
gwaei-3.6.2/configure:5405:  case `$DLLTOOL --help 2>&1` in
gwaei-3.6.2/configure-5406-  *--identify-strict*)
##############################################
gwaei-3.6.2/configure-5926-# If we're using GNU nm, then use its standard symbol codes.
gwaei-3.6.2/configure:5927:case `$NM -V 2>&1` in
gwaei-3.6.2/configure-5928-*GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/configure-5944-mingw*)
gwaei-3.6.2/configure:5945:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gwaei-3.6.2/configure-5946-  ;;
##############################################
gwaei-3.6.2/configure-6163-   if test "$GCC" = yes; then
gwaei-3.6.2/configure:6164:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gwaei-3.6.2/configure-6165-   fi
##############################################
gwaei-3.6.2/configure-6167- /*)
gwaei-3.6.2/configure:6168:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gwaei-3.6.2/configure-6169-   ;; #(
##############################################
gwaei-3.6.2/configure-6203-  test $ac_status = 0; }; then
gwaei-3.6.2/configure:6204:    case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/configure-6205-      *ELF-32*)
##############################################
gwaei-3.6.2/configure-6223-    if test "$lt_cv_prog_gnu_ld" = yes; then
gwaei-3.6.2/configure:6224:      case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/configure-6225-	*32-bit*)
##############################################
gwaei-3.6.2/configure-6235-    else
gwaei-3.6.2/configure:6236:      case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/configure-6237-	*32-bit*)
##############################################
gwaei-3.6.2/configure-7389-do :
gwaei-3.6.2/configure:7390:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gwaei-3.6.2/configure-7391-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gwaei-3.6.2/configure-7394-  cat >>confdefs.h <<_ACEOF
gwaei-3.6.2/configure:7395:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gwaei-3.6.2/configure-7396-_ACEOF
##############################################
gwaei-3.6.2/configure-7680-done
gwaei-3.6.2/configure:7681:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gwaei-3.6.2/configure-7682-
##############################################
gwaei-3.6.2/configure-7709-	"file_magic "*)
gwaei-3.6.2/configure:7710:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gwaei-3.6.2/configure-7711-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gwaei-3.6.2/configure-7775-	"file_magic "*)
gwaei-3.6.2/configure:7776:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gwaei-3.6.2/configure-7777-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gwaei-3.6.2/configure-8142-      *)
gwaei-3.6.2/configure:8143:	case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/configure-8144-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gwaei-3.6.2/configure-8502-  if test "$hard_links" = no; then
gwaei-3.6.2/configure:8503:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gwaei-3.6.2/configure:8504:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gwaei-3.6.2/configure-8505-    need_locks=warn
##############################################
gwaei-3.6.2/configure-8588-	# shared libraries, regardless of the interface used.
gwaei-3.6.2/configure:8589:	case `$LD -v 2>&1` in
gwaei-3.6.2/configure-8590-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gwaei-3.6.2/configure-8620-    supports_anon_versioning=no
gwaei-3.6.2/configure:8621:    case `$LD -v 2>&1` in
gwaei-3.6.2/configure-8622-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gwaei-3.6.2/configure-8689-	# is EXPORTS), use it as is; otherwise, prepend...
gwaei-3.6.2/configure:8690:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/configure-8691-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gwaei-3.6.2/configure-8717-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gwaei-3.6.2/configure:8718:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/configure:8719:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/configure-8720-      ;;
##############################################
gwaei-3.6.2/configure-8735-        pgcc*)				# Portland Group C compiler
gwaei-3.6.2/configure:8736:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/configure-8737-	  tmp_addflag=' $pic_flag'
##############################################
gwaei-3.6.2/configure-8740-					# Portland Group f77 and f90 compilers
gwaei-3.6.2/configure:8741:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/configure-8742-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gwaei-3.6.2/configure-8755-	nvcc*)	# Cuda Compiler Driver 2.2
gwaei-3.6.2/configure:8756:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/configure-8757-	  compiler_needs_object=yes
##############################################
gwaei-3.6.2/configure-8759-	esac
gwaei-3.6.2/configure:8760:	case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/configure-8761-	*Sun\ C*)			# Sun C 5.9
gwaei-3.6.2/configure:8762:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/configure-8763-	  compiler_needs_object=yes
##############################################
gwaei-3.6.2/configure-8827-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gwaei-3.6.2/configure:8828:      case `$LD -v 2>&1` in
gwaei-3.6.2/configure-8829-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gwaei-3.6.2/configure-8950-	# below for broken collect2 doesn't work under 4.3+
gwaei-3.6.2/configure:8951:	  collect2name=`${CC} -print-prog-name=collect2`
gwaei-3.6.2/configure-8952-	  if test -f "$collect2name" &&
##############################################
gwaei-3.6.2/configure-9023-      }'
gwaei-3.6.2/configure:9024:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/configure-9025-  # Check for a 64-bit object if we didn't find anything.
gwaei-3.6.2/configure-9026-  if test -z "$lt_cv_aix_libpath_"; then
gwaei-3.6.2/configure:9027:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/configure-9028-  fi
##############################################
gwaei-3.6.2/configure-9041-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gwaei-3.6.2/configure:9042:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gwaei-3.6.2/configure-9043-      else
##############################################
gwaei-3.6.2/configure-9076-      }'
gwaei-3.6.2/configure:9077:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/configure-9078-  # Check for a 64-bit object if we didn't find anything.
gwaei-3.6.2/configure-9079-  if test -z "$lt_cv_aix_libpath_"; then
gwaei-3.6.2/configure:9080:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/configure-9081-  fi
##############################################
gwaei-3.6.2/configure-9149-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gwaei-3.6.2/configure:9150:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/configure-9151-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gwaei-3.6.2/configure-9186-	# FIXME: Setting linknames here is a bad hack.
gwaei-3.6.2/configure:9187:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gwaei-3.6.2/configure-9188-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gwaei-3.6.2/configure-9204-  if test "$lt_cv_ld_force_load" = "yes"; then
gwaei-3.6.2/configure:9205:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gwaei-3.6.2/configure-9206-
##############################################
gwaei-3.6.2/configure-9384-      if test "$GCC" = yes; then
gwaei-3.6.2/configure:9385:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure-9386-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gwaei-3.6.2/configure-9412-	if test "$lt_cv_irix_exported_symbol" = yes; then
gwaei-3.6.2/configure:9413:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gwaei-3.6.2/configure-9414-	fi
gwaei-3.6.2/configure-9415-      else
gwaei-3.6.2/configure:9416:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure:9417:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gwaei-3.6.2/configure-9418-      fi
##############################################
gwaei-3.6.2/configure-9452-	hardcode_direct_absolute=yes
gwaei-3.6.2/configure:9453:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/configure-9454-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gwaei-3.6.2/configure-9485-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gwaei-3.6.2/configure:9486:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure-9487-      else
gwaei-3.6.2/configure-9488-	allow_undefined_flag=' -expect_unresolved \*'
gwaei-3.6.2/configure:9489:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure-9490-      fi
##############################################
gwaei-3.6.2/configure-9498-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gwaei-3.6.2/configure:9499:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure-9500-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gwaei-3.6.2/configure-9502-	allow_undefined_flag=' -expect_unresolved \*'
gwaei-3.6.2/configure:9503:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/configure:9504:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gwaei-3.6.2/configure:9505:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gwaei-3.6.2/configure-9506-
##############################################
gwaei-3.6.2/configure-9521-      else
gwaei-3.6.2/configure:9522:	case `$CC -V 2>&1` in
gwaei-3.6.2/configure-9523-	*"Compilers 5.0"*)
##############################################
gwaei-3.6.2/configure-9920-  esac
gwaei-3.6.2/configure:9921:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gwaei-3.6.2/configure-9922-  case $lt_search_path_spec in
##############################################
gwaei-3.6.2/configure-9927-    # okay in the real world where ";" in dirpaths is itself problematic.
gwaei-3.6.2/configure:9928:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gwaei-3.6.2/configure-9929-    ;;
gwaei-3.6.2/configure-9930-  *)
gwaei-3.6.2/configure:9931:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/configure-9932-    ;;
##############################################
gwaei-3.6.2/configure-9936-  lt_tmp_lt_search_path_spec=
gwaei-3.6.2/configure:9937:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gwaei-3.6.2/configure-9938-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gwaei-3.6.2/configure-9971-  esac
gwaei-3.6.2/configure:9972:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gwaei-3.6.2/configure-9973-else
##############################################
gwaei-3.6.2/configure-10059-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gwaei-3.6.2/configure:10060:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gwaei-3.6.2/configure-10061-    ;;
##############################################
gwaei-3.6.2/configure-10095-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gwaei-3.6.2/configure:10096:    postinstall_cmds='base_file=`basename \${file}`~
gwaei-3.6.2/configure:10097:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gwaei-3.6.2/configure:10098:      dldir=$destdir/`dirname \$dlpath`~
gwaei-3.6.2/configure-10099-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gwaei-3.6.2/configure-10104-      fi'
gwaei-3.6.2/configure:10105:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gwaei-3.6.2/configure-10106-      dlpath=$dir/\$dldll~
##############################################
gwaei-3.6.2/configure-10112-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gwaei-3.6.2/configure:10113:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/configure-10114-
##############################################
gwaei-3.6.2/configure-10118-      # MinGW DLLs use traditional 'lib' prefix
gwaei-3.6.2/configure:10119:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/configure-10120-      ;;
##############################################
gwaei-3.6.2/configure-10122-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gwaei-3.6.2/configure:10123:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/configure-10124-      ;;
##############################################
gwaei-3.6.2/configure-10131-    libname_spec='$name'
gwaei-3.6.2/configure:10132:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/configure-10133-    library_names_spec='${libname}.dll.lib'
##############################################
gwaei-3.6.2/configure-10143-        # Let DOS variable expansion print the short 8.3 style file name.
gwaei-3.6.2/configure:10144:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gwaei-3.6.2/configure-10145-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gwaei-3.6.2/configure-10148-      # Convert to MSYS style.
gwaei-3.6.2/configure:10149:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gwaei-3.6.2/configure-10150-      ;;
##############################################
gwaei-3.6.2/configure-10154-      # like /cygdrive/c/PROGRA~1:/cygdr...
gwaei-3.6.2/configure:10155:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gwaei-3.6.2/configure:10156:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gwaei-3.6.2/configure:10157:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/configure-10158-      ;;
##############################################
gwaei-3.6.2/configure-10162-        # It is most probably a Windows format PATH.
gwaei-3.6.2/configure:10163:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gwaei-3.6.2/configure-10164-      else
gwaei-3.6.2/configure:10165:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/configure-10166-      fi
##############################################
gwaei-3.6.2/configure-10172-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gwaei-3.6.2/configure:10173:    postinstall_cmds='base_file=`basename \${file}`~
gwaei-3.6.2/configure:10174:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gwaei-3.6.2/configure:10175:      dldir=$destdir/`dirname \$dlpath`~
gwaei-3.6.2/configure-10176-      test -d \$dldir || mkdir -p \$dldir~
gwaei-3.6.2/configure-10177-      $install_prog $dir/$dlname \$dldir/$dlname'
gwaei-3.6.2/configure:10178:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gwaei-3.6.2/configure-10179-      dlpath=$dir/\$dldll~
##############################################
gwaei-3.6.2/configure-10186-    # Assume MSVC wrapper
gwaei-3.6.2/configure:10187:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gwaei-3.6.2/configure-10188-    dynamic_linker='Win32 ld.exe'
##############################################
gwaei-3.6.2/configure-10203-  shlibpath_var=DYLD_LIBRARY_PATH
gwaei-3.6.2/configure:10204:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gwaei-3.6.2/configure-10205-
##############################################
gwaei-3.6.2/configure-10440-  if test -f /etc/ld.so.conf; then
gwaei-3.6.2/configure:10441:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gwaei-3.6.2/configure-10442-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gwaei-3.6.2/configure-10502-  shlibpath_var=LD_LIBRARY_PATH
gwaei-3.6.2/configure:10503:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/configure-10504-    case $host_os in
##############################################
gwaei-3.6.2/configure-12353-  test $ac_status = 0; }; then
gwaei-3.6.2/configure:12354:  pkg_cv_HUNSPELL_CFLAGS=`$PKG_CONFIG --cflags "hunspell           >= $HUNSPELL_REQUIRED_VERSION" 2>/dev/null`
gwaei-3.6.2/configure-12355-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gwaei-3.6.2/configure-12370-  test $ac_status = 0; }; then
gwaei-3.6.2/configure:12371:  pkg_cv_HUNSPELL_LIBS=`$PKG_CONFIG --libs "hunspell           >= $HUNSPELL_REQUIRED_VERSION" 2>/dev/null`
gwaei-3.6.2/configure-12372-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gwaei-3.6.2/configure-12391-        if test $_pkg_short_errors_supported = yes; then
gwaei-3.6.2/configure:12392:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "hunspell           >= $HUNSPELL_REQUIRED_VERSION" 2>&1`
gwaei-3.6.2/configure-12393-        else
gwaei-3.6.2/configure:12394:	        HUNSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "hunspell           >= $HUNSPELL_REQUIRED_VERSION" 2>&1`
gwaei-3.6.2/configure-12395-        fi
##############################################
gwaei-3.6.2/configure-12616-  if test x$cross_compiling != xyes; then
gwaei-3.6.2/configure:12617:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
gwaei-3.6.2/configure-12618-  else
##############################################
gwaei-3.6.2/configure-12693-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gwaei-3.6.2/configure:12694:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gwaei-3.6.2/configure-12695-	test -n "$$files" || exit 0; \
##############################################
gwaei-3.6.2/configure-13323-  if test "$am_compiler_list" = ""; then
gwaei-3.6.2/configure:13324:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gwaei-3.6.2/configure-13325-  fi
##############################################
gwaei-3.6.2/configure-13828-set dummy $CC
gwaei-3.6.2/configure:13829:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
gwaei-3.6.2/configure-13830-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gwaei-3.6.2/configure-13977-
gwaei-3.6.2/configure:13978:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gwaei-3.6.2/configure-13979-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gwaei-3.6.2/configure:13980:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gwaei-3.6.2/configure-13981-if test -n "0.40.0"; then
##############################################
gwaei-3.6.2/configure-14417-fi
gwaei-3.6.2/configure:14418:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/configure:14419:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/configure:14420:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/configure-14421-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gwaei-3.6.2/configure-14473-else
gwaei-3.6.2/configure:14474:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gwaei-3.6.2/configure-14475-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
gwaei-3.6.2/configure-14480-$as_echo_n "checking for XML::Parser... " >&6; }
gwaei-3.6.2/configure:14481:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gwaei-3.6.2/configure-14482-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
gwaei-3.6.2/configure-14957-    if test -f $ac_dir/$ac_word; then
gwaei-3.6.2/configure:14958:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gwaei-3.6.2/configure-14959-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gwaei-3.6.2/configure-15076-    if test -f $ac_dir/$ac_word; then
gwaei-3.6.2/configure:15077:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gwaei-3.6.2/configure-15078-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gwaei-3.6.2/configure-15235-   if test "x$srcdir" != "x."; then
gwaei-3.6.2/configure:15236:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gwaei-3.6.2/configure-15237-       posrcprefix="$srcdir/"
##############################################
gwaei-3.6.2/configure-15354-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gwaei-3.6.2/configure:15355:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gwaei-3.6.2/configure-15356-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gwaei-3.6.2/configure-15505-if test -z "$BASH_VERSION$ZSH_VERSION" \
gwaei-3.6.2/configure:15506:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gwaei-3.6.2/configure-15507-  as_echo='print -r --'
gwaei-3.6.2/configure-15508-  as_echo_n='print -rn --'
gwaei-3.6.2/configure:15509:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gwaei-3.6.2/configure-15510-  as_echo='printf %s\n'
##############################################
gwaei-3.6.2/configure-15512-else
gwaei-3.6.2/configure:15513:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gwaei-3.6.2/configure-15514-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gwaei-3.6.2/configure-15522-	expr "X$arg" : "X\\(.*\\)$as_nl";
gwaei-3.6.2/configure:15523:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gwaei-3.6.2/configure-15524-      esac;
##############################################
gwaei-3.6.2/configure-15599-# ----------------------------------------
gwaei-3.6.2/configure:15600:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gwaei-3.6.2/configure-15601-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gwaei-3.6.2/configure-15671-  {
gwaei-3.6.2/configure:15672:    as_val=`expr "$@" || test $? -eq 1`
gwaei-3.6.2/configure-15673-  }
##############################################
gwaei-3.6.2/configure-15775-      case $as_dir in #(
gwaei-3.6.2/configure:15776:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gwaei-3.6.2/configure-15777-      *) as_qdir=$as_dir;;
##############################################
gwaei-3.6.2/configure-15910-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gwaei-3.6.2/configure:15911:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gwaei-3.6.2/configure-15912-ac_cs_version="\\
##############################################
gwaei-3.6.2/configure-15935-  --*=?*)
gwaei-3.6.2/configure:15936:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gwaei-3.6.2/configure:15937:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gwaei-3.6.2/configure-15938-    ac_shift=:
##############################################
gwaei-3.6.2/configure-15940-  --*=)
gwaei-3.6.2/configure:15941:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gwaei-3.6.2/configure-15942-    ac_optarg=
##############################################
gwaei-3.6.2/configure-15964-    case $ac_optarg in
gwaei-3.6.2/configure:15965:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwaei-3.6.2/configure-15966-    '') as_fn_error $? "missing file argument" ;;
##############################################
gwaei-3.6.2/configure-15972-    case $ac_optarg in
gwaei-3.6.2/configure:15973:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gwaei-3.6.2/configure-15974-    esac
##############################################
gwaei-3.6.2/configure-16041-delay_variable_subst='$delay_variable_subst'
gwaei-3.6.2/configure:16042:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16043:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16044:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16045:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16046:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16047:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16048:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16049:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16050:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16051:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16052:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16053:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16054:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16055:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16056:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16057:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16058:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16059:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16060:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16061:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16062:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16063:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16064:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16065:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16066:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16067:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16068:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16069:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16070:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16071:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16072:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16073:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16074:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16075:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16076:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16077:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16078:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16079:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16080:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16081:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16082:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16083:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16084:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16085:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16086:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16087:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16088:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16089:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16090:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16091:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16092:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16093:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16094:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16095:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16096:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16097:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16098:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16099:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16100:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16101:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16102:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16103:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16104:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16105:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16106:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16107:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16108:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16109:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16110:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16111:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16112:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16113:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16114:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16115:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16116:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16117:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16118:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16119:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16120:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16121:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16122:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16123:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16124:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16125:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16126:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16127:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16128:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16129:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16130:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16131:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16132:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16133:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16134:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16135:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16136:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16137:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16138:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16139:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16140:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16141:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16142:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16143:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16144:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16145:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16146:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16147:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16148:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16149:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16150:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16151:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16152:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16153:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16154:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16155:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16156:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16157:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16158:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16159:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16160:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16161:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16162:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16163:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16164:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16165:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16166:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16167:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16168:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16169:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16170:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure:16171:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/configure-16172-
##############################################
gwaei-3.6.2/configure-16250-striplib; do
gwaei-3.6.2/configure:16251:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gwaei-3.6.2/configure-16252-    *[\\\\\\\`\\"\\\$]*)
gwaei-3.6.2/configure:16253:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gwaei-3.6.2/configure-16254-      ;;
##############################################
gwaei-3.6.2/configure-16280-sys_lib_dlsearch_path_spec; do
gwaei-3.6.2/configure:16281:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gwaei-3.6.2/configure-16282-    *[\\\\\\\`\\"\\\$]*)
gwaei-3.6.2/configure:16283:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gwaei-3.6.2/configure-16284-      ;;
##############################################
gwaei-3.6.2/configure-16403-fi
gwaei-3.6.2/configure:16404:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gwaei-3.6.2/configure-16405-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gwaei-3.6.2/configure-16420-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gwaei-3.6.2/configure:16421:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gwaei-3.6.2/configure-16422-ac_delim='%!_!# '
##############################################
gwaei-3.6.2/configure-16426-
gwaei-3.6.2/configure:16427:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gwaei-3.6.2/configure-16428-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gwaei-3.6.2/configure-16564-for ac_last_try in false false :; do
gwaei-3.6.2/configure:16565:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gwaei-3.6.2/configure-16566-  if test -z "$ac_tt"; then
##############################################
gwaei-3.6.2/configure-16696-      esac
gwaei-3.6.2/configure:16697:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gwaei-3.6.2/configure-16698-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gwaei-3.6.2/configure-16755-*)
gwaei-3.6.2/configure:16756:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gwaei-3.6.2/configure-16757-  # A ".." for each directory in $ac_dir_suffix.
gwaei-3.6.2/configure:16758:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gwaei-3.6.2/configure-16759-  case $ac_top_builddir_sub in
##############################################
gwaei-3.6.2/configure-16816-/@mandir@/p'
gwaei-3.6.2/configure:16817:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gwaei-3.6.2/configure-16818-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gwaei-3.6.2/configure-16833-
gwaei-3.6.2/configure:16834:# Neutralize VPATH when `$srcdir' = `.'.
gwaei-3.6.2/configure-16835-# Shell code in configure.ac might set extrasub.
##############################################
gwaei-3.6.2/configure-16861-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gwaei-3.6.2/configure:16862:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gwaei-3.6.2/configure-16863-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gwaei-3.6.2/configure-16907-    * )
gwaei-3.6.2/configure:16908:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gwaei-3.6.2/configure-16909-  esac
##############################################
gwaei-3.6.2/configure-16954-    # Strip MF so we end up with the name of the file.
gwaei-3.6.2/configure:16955:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gwaei-3.6.2/configure-16956-    # Check whether this is an Automake generated Makefile or not.
##############################################
gwaei-3.6.2/configure-16991-    # from the Makefile without running 'make'.
gwaei-3.6.2/configure:16992:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gwaei-3.6.2/configure-16993-    test -z "$DEPDIR" && continue
gwaei-3.6.2/configure:16994:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gwaei-3.6.2/configure-16995-    test -z "am__include" && continue
gwaei-3.6.2/configure:16996:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gwaei-3.6.2/configure-16997-    # Find all dependency output files, they are included files with
##############################################
gwaei-3.6.2/configure-17050-
gwaei-3.6.2/configure:17051:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gwaei-3.6.2/configure-17052-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gwaei-3.6.2/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gwaei-3.6.2/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gwaei-3.6.2/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
gwaei-3.6.2/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gwaei-3.6.2/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gwaei-3.6.2/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gwaei-3.6.2/aclocal.m4-396-   if test "x$srcdir" != "x."; then
gwaei-3.6.2/aclocal.m4:397:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gwaei-3.6.2/aclocal.m4-398-       posrcprefix="$srcdir/"
##############################################
gwaei-3.6.2/aclocal.m4-420-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gwaei-3.6.2/aclocal.m4:421:datarootdir=`eval echo "${datarootdir}"`
gwaei-3.6.2/aclocal.m4-422-if test "x$CATOBJEXT" = "x.mo" ; then
gwaei-3.6.2/aclocal.m4:423:  localedir=`eval echo "${libdir}/locale"`
gwaei-3.6.2/aclocal.m4-424-else
gwaei-3.6.2/aclocal.m4:425:  localedir=`eval echo "${datadir}/locale"`
gwaei-3.6.2/aclocal.m4-426-fi
##############################################
gwaei-3.6.2/aclocal.m4-478-  if test x$cross_compiling != xyes; then
gwaei-3.6.2/aclocal.m4:479:    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
gwaei-3.6.2/aclocal.m4-480-  else
##############################################
gwaei-3.6.2/aclocal.m4-516-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gwaei-3.6.2/aclocal.m4:517:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gwaei-3.6.2/aclocal.m4-518-	test -n "$$files" || exit 0; \
##############################################
gwaei-3.6.2/aclocal.m4-650-    PKG_CHECK_EXISTS([$3],
gwaei-3.6.2/aclocal.m4:651:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gwaei-3.6.2/aclocal.m4-652-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gwaei-3.6.2/aclocal.m4-699-        if test $_pkg_short_errors_supported = yes; then
gwaei-3.6.2/aclocal.m4:700:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gwaei-3.6.2/aclocal.m4-701-        else 
gwaei-3.6.2/aclocal.m4:702:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gwaei-3.6.2/aclocal.m4-703-        fi
##############################################
gwaei-3.6.2/aclocal.m4-845-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gwaei-3.6.2/aclocal.m4:846:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gwaei-3.6.2/aclocal.m4-847-# and then we would define $MISSING as
##############################################
gwaei-3.6.2/aclocal.m4-861-# expand $ac_aux_dir to an absolute path
gwaei-3.6.2/aclocal.m4:862:am_aux_dir=`cd $ac_aux_dir && pwd`
gwaei-3.6.2/aclocal.m4-863-])
##############################################
gwaei-3.6.2/aclocal.m4-959-  if test "$am_compiler_list" = ""; then
gwaei-3.6.2/aclocal.m4:960:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gwaei-3.6.2/aclocal.m4-961-  fi
##############################################
gwaei-3.6.2/aclocal.m4-1110-    # Strip MF so we end up with the name of the file.
gwaei-3.6.2/aclocal.m4:1111:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gwaei-3.6.2/aclocal.m4-1112-    # Check whether this is an Automake generated Makefile or not.
##############################################
gwaei-3.6.2/aclocal.m4-1119-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gwaei-3.6.2/aclocal.m4:1120:      dirpart=`AS_DIRNAME("$mf")`
gwaei-3.6.2/aclocal.m4-1121-    else
##############################################
gwaei-3.6.2/aclocal.m4-1125-    # from the Makefile without running 'make'.
gwaei-3.6.2/aclocal.m4:1126:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gwaei-3.6.2/aclocal.m4-1127-    test -z "$DEPDIR" && continue
gwaei-3.6.2/aclocal.m4:1128:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gwaei-3.6.2/aclocal.m4-1129-    test -z "am__include" && continue
gwaei-3.6.2/aclocal.m4:1130:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gwaei-3.6.2/aclocal.m4-1131-    # Find all dependency output files, they are included files with
##############################################
gwaei-3.6.2/aclocal.m4-1139-      test -f "$dirpart/$file" && continue
gwaei-3.6.2/aclocal.m4:1140:      fdir=`AS_DIRNAME(["$file"])`
gwaei-3.6.2/aclocal.m4-1141-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gwaei-3.6.2/aclocal.m4-1200-AC_REQUIRE([AC_PROG_INSTALL])dnl
gwaei-3.6.2/aclocal.m4:1201:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gwaei-3.6.2/aclocal.m4-1202-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gwaei-3.6.2/aclocal.m4-1319-    * )
gwaei-3.6.2/aclocal.m4:1320:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gwaei-3.6.2/aclocal.m4-1321-  esac
gwaei-3.6.2/aclocal.m4-1322-done
gwaei-3.6.2/aclocal.m4:1323:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gwaei-3.6.2/aclocal.m4-1324-
##############################################
gwaei-3.6.2/aclocal.m4-1390-# Ignore all kinds of additional output from 'make'.
gwaei-3.6.2/aclocal.m4:1391:case `$am_make -s -f confmf 2> /dev/null` in #(
gwaei-3.6.2/aclocal.m4-1392-*the\ am__doit\ target*)
##############################################
gwaei-3.6.2/aclocal.m4-1400-   echo '.include "confinc"' > confmf
gwaei-3.6.2/aclocal.m4:1401:   case `$am_make -s -f confmf 2> /dev/null` in #(
gwaei-3.6.2/aclocal.m4-1402-   *the\ am__doit\ target*)
##############################################
gwaei-3.6.2/aclocal.m4-1430-set dummy $CC
gwaei-3.6.2/aclocal.m4:1431:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
gwaei-3.6.2/aclocal.m4-1432-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
##############################################
gwaei-3.6.2/aclocal.m4-1550-     echo "timestamp, slept: $am_has_slept" > conftest.file
gwaei-3.6.2/aclocal.m4:1551:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gwaei-3.6.2/aclocal.m4-1552-     if test "$[*]" = "X"; then
gwaei-3.6.2/aclocal.m4-1553-	# -L didn't work.
gwaei-3.6.2/aclocal.m4:1554:	set X `ls -t "$srcdir/configure" conftest.file`
gwaei-3.6.2/aclocal.m4-1555-     fi
##############################################
gwaei-3.6.2/m4/intltool.m4-38-
gwaei-3.6.2/m4/intltool.m4:39:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gwaei-3.6.2/m4/intltool.m4-40-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gwaei-3.6.2/m4/intltool.m4:41:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gwaei-3.6.2/m4/intltool.m4-42-if test -n "$1"; then
##############################################
gwaei-3.6.2/m4/intltool.m4-126-fi
gwaei-3.6.2/m4/intltool.m4:127:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/m4/intltool.m4:128:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/m4/intltool.m4:129:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gwaei-3.6.2/m4/intltool.m4-130-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gwaei-3.6.2/m4/intltool.m4-142-else
gwaei-3.6.2/m4/intltool.m4:143:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gwaei-3.6.2/m4/intltool.m4-144-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
gwaei-3.6.2/m4/intltool.m4-147-   AC_MSG_CHECKING([for XML::Parser])
gwaei-3.6.2/m4/intltool.m4:148:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gwaei-3.6.2/m4/intltool.m4-149-       AC_MSG_RESULT([ok])
##############################################
gwaei-3.6.2/m4/ltsugar.m4-67-m4_define([lt_combine],
gwaei-3.6.2/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
gwaei-3.6.2/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gwaei-3.6.2/m4/libtool.m4-125-done
gwaei-3.6.2/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gwaei-3.6.2/m4/libtool.m4-127-])
##############################################
gwaei-3.6.2/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
gwaei-3.6.2/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gwaei-3.6.2/m4/libtool.m4-429-
##############################################
gwaei-3.6.2/m4/libtool.m4-437-#
gwaei-3.6.2/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gwaei-3.6.2/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gwaei-3.6.2/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
gwaei-3.6.2/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gwaei-3.6.2/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
gwaei-3.6.2/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gwaei-3.6.2/m4/libtool.m4-551-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
gwaei-3.6.2/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gwaei-3.6.2/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
gwaei-3.6.2/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gwaei-3.6.2/m4/libtool.m4-564-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-720-
gwaei-3.6.2/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gwaei-3.6.2/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gwaei-3.6.2/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
gwaei-3.6.2/m4/libtool.m4:1091:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gwaei-3.6.2/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gwaei-3.6.2/m4/libtool.m4-1143-      }]'
gwaei-3.6.2/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
gwaei-3.6.2/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gwaei-3.6.2/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gwaei-3.6.2/m4/libtool.m4-1148-  fi],[])
##############################################
gwaei-3.6.2/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gwaei-3.6.2/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gwaei-3.6.2/m4/libtool.m4-1181-  ECHO='print -r --'
gwaei-3.6.2/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gwaei-3.6.2/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
gwaei-3.6.2/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
gwaei-3.6.2/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
gwaei-3.6.2/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gwaei-3.6.2/m4/libtool.m4-1217-
##############################################
gwaei-3.6.2/m4/libtool.m4-1237-   if test "$GCC" = yes; then
gwaei-3.6.2/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gwaei-3.6.2/m4/libtool.m4-1239-   fi
##############################################
gwaei-3.6.2/m4/libtool.m4-1241- /*)
gwaei-3.6.2/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gwaei-3.6.2/m4/libtool.m4-1243-   ;; #(
##############################################
gwaei-3.6.2/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
gwaei-3.6.2/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/m4/libtool.m4-1272-      *ELF-32*)
##############################################
gwaei-3.6.2/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
gwaei-3.6.2/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/m4/libtool.m4-1288-	*32-bit*)
##############################################
gwaei-3.6.2/m4/libtool.m4-1298-    else
gwaei-3.6.2/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
gwaei-3.6.2/m4/libtool.m4-1300-	*32-bit*)
##############################################
gwaei-3.6.2/m4/libtool.m4-1650-    # And add a safety zone
gwaei-3.6.2/m4/libtool.m4:1651:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gwaei-3.6.2/m4/libtool.m4:1652:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gwaei-3.6.2/m4/libtool.m4-1653-    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-1683-    if test -n "$kargmax"; then
gwaei-3.6.2/m4/libtool.m4:1684:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gwaei-3.6.2/m4/libtool.m4-1685-    else
##############################################
gwaei-3.6.2/m4/libtool.m4-1691-    if test -n "$lt_cv_sys_max_cmd_len"; then
gwaei-3.6.2/m4/libtool.m4:1692:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gwaei-3.6.2/m4/libtool.m4:1693:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gwaei-3.6.2/m4/libtool.m4-1694-    else
##############################################
gwaei-3.6.2/m4/libtool.m4-1703-      # we can't tell.
gwaei-3.6.2/m4/libtool.m4:1704:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gwaei-3.6.2/m4/libtool.m4-1705-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gwaei-3.6.2/m4/libtool.m4-1707-      do
gwaei-3.6.2/m4/libtool.m4:1708:        i=`expr $i + 1`
gwaei-3.6.2/m4/libtool.m4-1709-        teststring=$teststring$teststring
##############################################
gwaei-3.6.2/m4/libtool.m4-1711-      # Only check the string length outside the loop.
gwaei-3.6.2/m4/libtool.m4:1712:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gwaei-3.6.2/m4/libtool.m4-1713-      teststring=
##############################################
gwaei-3.6.2/m4/libtool.m4-1716-      # linker.  It appears as though 1/2 is a usable value.
gwaei-3.6.2/m4/libtool.m4:1717:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gwaei-3.6.2/m4/libtool.m4-1718-    fi
##############################################
gwaei-3.6.2/m4/libtool.m4-2041-  if test "$hard_links" = no; then
gwaei-3.6.2/m4/libtool.m4:2042:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gwaei-3.6.2/m4/libtool.m4-2043-    need_locks=warn
##############################################
gwaei-3.6.2/m4/libtool.m4-2172-  esac
gwaei-3.6.2/m4/libtool.m4:2173:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gwaei-3.6.2/m4/libtool.m4-2174-  case $lt_search_path_spec in
##############################################
gwaei-3.6.2/m4/libtool.m4-2179-    # okay in the real world where ";" in dirpaths is itself problematic.
gwaei-3.6.2/m4/libtool.m4:2180:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gwaei-3.6.2/m4/libtool.m4-2181-    ;;
gwaei-3.6.2/m4/libtool.m4-2182-  *)
gwaei-3.6.2/m4/libtool.m4:2183:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/m4/libtool.m4-2184-    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2188-  lt_tmp_lt_search_path_spec=
gwaei-3.6.2/m4/libtool.m4:2189:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gwaei-3.6.2/m4/libtool.m4-2190-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gwaei-3.6.2/m4/libtool.m4-2223-  esac
gwaei-3.6.2/m4/libtool.m4:2224:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gwaei-3.6.2/m4/libtool.m4-2225-else
##############################################
gwaei-3.6.2/m4/libtool.m4-2311-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gwaei-3.6.2/m4/libtool.m4:2312:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gwaei-3.6.2/m4/libtool.m4-2313-    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2347-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gwaei-3.6.2/m4/libtool.m4:2348:    postinstall_cmds='base_file=`basename \${file}`~
gwaei-3.6.2/m4/libtool.m4:2349:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gwaei-3.6.2/m4/libtool.m4:2350:      dldir=$destdir/`dirname \$dlpath`~
gwaei-3.6.2/m4/libtool.m4-2351-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gwaei-3.6.2/m4/libtool.m4-2356-      fi'
gwaei-3.6.2/m4/libtool.m4:2357:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gwaei-3.6.2/m4/libtool.m4-2358-      dlpath=$dir/\$dldll~
##############################################
gwaei-3.6.2/m4/libtool.m4-2364-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gwaei-3.6.2/m4/libtool.m4:2365:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/m4/libtool.m4-2366-m4_if([$1], [],[
##############################################
gwaei-3.6.2/m4/libtool.m4-2370-      # MinGW DLLs use traditional 'lib' prefix
gwaei-3.6.2/m4/libtool.m4:2371:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/m4/libtool.m4-2372-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2374-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gwaei-3.6.2/m4/libtool.m4:2375:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/m4/libtool.m4-2376-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2383-    libname_spec='$name'
gwaei-3.6.2/m4/libtool.m4:2384:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gwaei-3.6.2/m4/libtool.m4-2385-    library_names_spec='${libname}.dll.lib'
##############################################
gwaei-3.6.2/m4/libtool.m4-2395-        # Let DOS variable expansion print the short 8.3 style file name.
gwaei-3.6.2/m4/libtool.m4:2396:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gwaei-3.6.2/m4/libtool.m4-2397-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gwaei-3.6.2/m4/libtool.m4-2400-      # Convert to MSYS style.
gwaei-3.6.2/m4/libtool.m4:2401:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gwaei-3.6.2/m4/libtool.m4-2402-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2406-      # like /cygdrive/c/PROGRA~1:/cygdr...
gwaei-3.6.2/m4/libtool.m4:2407:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gwaei-3.6.2/m4/libtool.m4:2408:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gwaei-3.6.2/m4/libtool.m4:2409:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/m4/libtool.m4-2410-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-2414-        # It is most probably a Windows format PATH.
gwaei-3.6.2/m4/libtool.m4:2415:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gwaei-3.6.2/m4/libtool.m4-2416-      else
gwaei-3.6.2/m4/libtool.m4:2417:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gwaei-3.6.2/m4/libtool.m4-2418-      fi
##############################################
gwaei-3.6.2/m4/libtool.m4-2424-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gwaei-3.6.2/m4/libtool.m4:2425:    postinstall_cmds='base_file=`basename \${file}`~
gwaei-3.6.2/m4/libtool.m4:2426:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gwaei-3.6.2/m4/libtool.m4:2427:      dldir=$destdir/`dirname \$dlpath`~
gwaei-3.6.2/m4/libtool.m4-2428-      test -d \$dldir || mkdir -p \$dldir~
gwaei-3.6.2/m4/libtool.m4-2429-      $install_prog $dir/$dlname \$dldir/$dlname'
gwaei-3.6.2/m4/libtool.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gwaei-3.6.2/m4/libtool.m4-2431-      dlpath=$dir/\$dldll~
##############################################
gwaei-3.6.2/m4/libtool.m4-2438-    # Assume MSVC wrapper
gwaei-3.6.2/m4/libtool.m4:2439:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gwaei-3.6.2/m4/libtool.m4-2440-    dynamic_linker='Win32 ld.exe'
##############################################
gwaei-3.6.2/m4/libtool.m4-2455-  shlibpath_var=DYLD_LIBRARY_PATH
gwaei-3.6.2/m4/libtool.m4:2456:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gwaei-3.6.2/m4/libtool.m4-2457-m4_if([$1], [],[
##############################################
gwaei-3.6.2/m4/libtool.m4-2673-  if test -f /etc/ld.so.conf; then
gwaei-3.6.2/m4/libtool.m4:2674:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gwaei-3.6.2/m4/libtool.m4-2675-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gwaei-3.6.2/m4/libtool.m4-2735-  shlibpath_var=LD_LIBRARY_PATH
gwaei-3.6.2/m4/libtool.m4:2736:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/m4/libtool.m4-2737-    case $host_os in
##############################################
gwaei-3.6.2/m4/libtool.m4-2952-	"file_magic "*)
gwaei-3.6.2/m4/libtool.m4:2953:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gwaei-3.6.2/m4/libtool.m4-2954-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gwaei-3.6.2/m4/libtool.m4-3035-    # gcc leaves a trailing carriage return which upsets mingw
gwaei-3.6.2/m4/libtool.m4:3036:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gwaei-3.6.2/m4/libtool.m4-3037-  *)
gwaei-3.6.2/m4/libtool.m4:3038:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gwaei-3.6.2/m4/libtool.m4-3039-  esac
##############################################
gwaei-3.6.2/m4/libtool.m4-3044-      # Canonicalize the pathname of ld
gwaei-3.6.2/m4/libtool.m4:3045:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gwaei-3.6.2/m4/libtool.m4-3046-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gwaei-3.6.2/m4/libtool.m4:3047:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gwaei-3.6.2/m4/libtool.m4-3048-      done
##############################################
gwaei-3.6.2/m4/libtool.m4-3075-      # Break only if it was the GNU/non-GNU ld that we prefer.
gwaei-3.6.2/m4/libtool.m4:3076:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gwaei-3.6.2/m4/libtool.m4-3077-      *GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3115-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gwaei-3.6.2/m4/libtool.m4:3116:case `$LD -v 2>&1 </dev/null` in
gwaei-3.6.2/m4/libtool.m4-3117-*GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3310-openbsd*)
gwaei-3.6.2/m4/libtool.m4:3311:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/m4/libtool.m4-3312-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gwaei-3.6.2/m4/libtool.m4-3374-    else
gwaei-3.6.2/m4/libtool.m4:3375:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gwaei-3.6.2/m4/libtool.m4-3376-    fi
##############################################
gwaei-3.6.2/m4/libtool.m4-3420-	# Tru64's nm complains that /dev/null is an invalid object file
gwaei-3.6.2/m4/libtool.m4:3421:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/m4/libtool.m4-3422-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3426-	*)
gwaei-3.6.2/m4/libtool.m4:3427:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/m4/libtool.m4-3428-	  */dev/null*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3452-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gwaei-3.6.2/m4/libtool.m4:3453:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gwaei-3.6.2/m4/libtool.m4-3454-    *COFF*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3511-  # decide which to use based on capabilities of $DLLTOOL
gwaei-3.6.2/m4/libtool.m4:3512:  case `$DLLTOOL --help 2>&1` in
gwaei-3.6.2/m4/libtool.m4-3513-  *--identify-strict*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3670-# If we're using GNU nm, then use its standard symbol codes.
gwaei-3.6.2/m4/libtool.m4:3671:case `$NM -V 2>&1` in
gwaei-3.6.2/m4/libtool.m4-3672-*GNU* | *'with BFD'*)
##############################################
gwaei-3.6.2/m4/libtool.m4-3688-mingw*)
gwaei-3.6.2/m4/libtool.m4:3689:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gwaei-3.6.2/m4/libtool.m4-3690-  ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-3741-    nlist=conftest.nm
gwaei-3.6.2/m4/libtool.m4:3742:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gwaei-3.6.2/m4/libtool.m4-3743-      # Try sorting and uniquifying the output.
##############################################
gwaei-3.6.2/m4/libtool.m4-4079-	  *)
gwaei-3.6.2/m4/libtool.m4:4080:	    case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/m4/libtool.m4-4081-	    *Sun\ C*)
##############################################
gwaei-3.6.2/m4/libtool.m4-4384-      *)
gwaei-3.6.2/m4/libtool.m4:4385:	case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/m4/libtool.m4-4386-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gwaei-3.6.2/m4/libtool.m4-4656-	# shared libraries, regardless of the interface used.
gwaei-3.6.2/m4/libtool.m4:4657:	case `$LD -v 2>&1` in
gwaei-3.6.2/m4/libtool.m4-4658-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-4688-    supports_anon_versioning=no
gwaei-3.6.2/m4/libtool.m4:4689:    case `$LD -v 2>&1` in
gwaei-3.6.2/m4/libtool.m4-4690-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-4757-	# is EXPORTS), use it as is; otherwise, prepend...
gwaei-3.6.2/m4/libtool.m4:4758:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/m4/libtool.m4-4759-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gwaei-3.6.2/m4/libtool.m4-4785-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gwaei-3.6.2/m4/libtool.m4:4786:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/m4/libtool.m4:4787:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/m4/libtool.m4-4788-      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-4803-        pgcc*)				# Portland Group C compiler
gwaei-3.6.2/m4/libtool.m4:4804:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-4805-	  tmp_addflag=' $pic_flag'
##############################################
gwaei-3.6.2/m4/libtool.m4-4808-					# Portland Group f77 and f90 compilers
gwaei-3.6.2/m4/libtool.m4:4809:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-4810-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-4823-	nvcc*)	# Cuda Compiler Driver 2.2
gwaei-3.6.2/m4/libtool.m4:4824:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-4825-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gwaei-3.6.2/m4/libtool.m4-4827-	esac
gwaei-3.6.2/m4/libtool.m4:4828:	case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/m4/libtool.m4-4829-	*Sun\ C*)			# Sun C 5.9
gwaei-3.6.2/m4/libtool.m4:4830:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-4831-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gwaei-3.6.2/m4/libtool.m4-4895-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gwaei-3.6.2/m4/libtool.m4:4896:      case `$LD -v 2>&1` in
gwaei-3.6.2/m4/libtool.m4-4897-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gwaei-3.6.2/m4/libtool.m4-5018-	# below for broken collect2 doesn't work under 4.3+
gwaei-3.6.2/m4/libtool.m4:5019:	  collect2name=`${CC} -print-prog-name=collect2`
gwaei-3.6.2/m4/libtool.m4-5020-	  if test -f "$collect2name" &&
##############################################
gwaei-3.6.2/m4/libtool.m4-5067-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gwaei-3.6.2/m4/libtool.m4:5068:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gwaei-3.6.2/m4/libtool.m4-5069-      else
##############################################
gwaei-3.6.2/m4/libtool.m4-5133-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gwaei-3.6.2/m4/libtool.m4:5134:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/m4/libtool.m4-5135-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gwaei-3.6.2/m4/libtool.m4-5170-	# FIXME: Setting linknames here is a bad hack.
gwaei-3.6.2/m4/libtool.m4:5171:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gwaei-3.6.2/m4/libtool.m4-5172-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gwaei-3.6.2/m4/libtool.m4-5308-      if test "$GCC" = yes; then
gwaei-3.6.2/m4/libtool.m4:5309:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-5310-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gwaei-3.6.2/m4/libtool.m4-5331-	if test "$lt_cv_irix_exported_symbol" = yes; then
gwaei-3.6.2/m4/libtool.m4:5332:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gwaei-3.6.2/m4/libtool.m4-5333-	fi
gwaei-3.6.2/m4/libtool.m4-5334-      else
gwaei-3.6.2/m4/libtool.m4:5335:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4:5336:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gwaei-3.6.2/m4/libtool.m4-5337-      fi
##############################################
gwaei-3.6.2/m4/libtool.m4-5371-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gwaei-3.6.2/m4/libtool.m4:5372:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/m4/libtool.m4-5373-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gwaei-3.6.2/m4/libtool.m4-5404-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gwaei-3.6.2/m4/libtool.m4:5405:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-5406-      else
gwaei-3.6.2/m4/libtool.m4-5407-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gwaei-3.6.2/m4/libtool.m4:5408:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-5409-      fi
##############################################
gwaei-3.6.2/m4/libtool.m4-5417-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gwaei-3.6.2/m4/libtool.m4:5418:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-5419-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gwaei-3.6.2/m4/libtool.m4-5421-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gwaei-3.6.2/m4/libtool.m4:5422:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4:5423:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gwaei-3.6.2/m4/libtool.m4:5424:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gwaei-3.6.2/m4/libtool.m4-5425-
##############################################
gwaei-3.6.2/m4/libtool.m4-5440-      else
gwaei-3.6.2/m4/libtool.m4:5441:	case `$CC -V 2>&1` in
gwaei-3.6.2/m4/libtool.m4-5442-	*"Compilers 5.0"*)
##############################################
gwaei-3.6.2/m4/libtool.m4-5633-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gwaei-3.6.2/m4/libtool.m4:5634:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gwaei-3.6.2/m4/libtool.m4-5635-	  then
##############################################
gwaei-3.6.2/m4/libtool.m4-5933-        # ancient GNU ld didn't support --whole-archive et. al.
gwaei-3.6.2/m4/libtool.m4:5934:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gwaei-3.6.2/m4/libtool.m4-5935-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gwaei-3.6.2/m4/libtool.m4-6016-          # below for broken collect2 doesn't work under 4.3+
gwaei-3.6.2/m4/libtool.m4:6017:	  collect2name=`${CC} -print-prog-name=collect2`
gwaei-3.6.2/m4/libtool.m4-6018-	  if test -f "$collect2name" &&
##############################################
gwaei-3.6.2/m4/libtool.m4-6066-
gwaei-3.6.2/m4/libtool.m4:6067:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gwaei-3.6.2/m4/libtool.m4-6068-        else
##############################################
gwaei-3.6.2/m4/libtool.m4-6132-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gwaei-3.6.2/m4/libtool.m4:6133:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/m4/libtool.m4-6134-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gwaei-3.6.2/m4/libtool.m4-6173-	    # is EXPORTS), use it as is; otherwise, prepend...
gwaei-3.6.2/m4/libtool.m4:6174:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gwaei-3.6.2/m4/libtool.m4-6175-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gwaei-3.6.2/m4/libtool.m4-6256-            # dependencies.
gwaei-3.6.2/m4/libtool.m4:6257:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gwaei-3.6.2/m4/libtool.m4-6258-            ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6321-	    # dependencies.
gwaei-3.6.2/m4/libtool.m4:6322:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gwaei-3.6.2/m4/libtool.m4-6323-	    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6357-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gwaei-3.6.2/m4/libtool.m4:6358:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/m4/libtool.m4:6359:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gwaei-3.6.2/m4/libtool.m4-6360-	;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6364-	    # SGI C++
gwaei-3.6.2/m4/libtool.m4:6365:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-6366-
##############################################
gwaei-3.6.2/m4/libtool.m4-6375-	      if test "$with_gnu_ld" = no; then
gwaei-3.6.2/m4/libtool.m4:6376:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-6377-	      else
gwaei-3.6.2/m4/libtool.m4:6378:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gwaei-3.6.2/m4/libtool.m4-6379-	      fi
##############################################
gwaei-3.6.2/m4/libtool.m4-6396-	    # to its proper name (with version) after linking.
gwaei-3.6.2/m4/libtool.m4:6397:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gwaei-3.6.2/m4/libtool.m4:6398:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gwaei-3.6.2/m4/libtool.m4-6399-	    # Commands to make compiler produce verbose output that lists
##############################################
gwaei-3.6.2/m4/libtool.m4-6406-	    # dependencies.
gwaei-3.6.2/m4/libtool.m4:6407:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gwaei-3.6.2/m4/libtool.m4-6408-
##############################################
gwaei-3.6.2/m4/libtool.m4-6421-	    # earlier do not add the objects themselves.
gwaei-3.6.2/m4/libtool.m4:6422:	    case `$CC -V 2>&1` in
gwaei-3.6.2/m4/libtool.m4-6423-	      *"Version 7."*)
##############################################
gwaei-3.6.2/m4/libtool.m4-6442-            # Portland Group C++ compiler
gwaei-3.6.2/m4/libtool.m4:6443:	    case `$CC -V` in
gwaei-3.6.2/m4/libtool.m4-6444-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gwaei-3.6.2/m4/libtool.m4-6447-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gwaei-3.6.2/m4/libtool.m4:6448:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gwaei-3.6.2/m4/libtool.m4-6449-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gwaei-3.6.2/m4/libtool.m4-6451-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gwaei-3.6.2/m4/libtool.m4:6452:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gwaei-3.6.2/m4/libtool.m4-6453-		$RANLIB $oldlib'
##############################################
gwaei-3.6.2/m4/libtool.m4-6456-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gwaei-3.6.2/m4/libtool.m4:6457:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gwaei-3.6.2/m4/libtool.m4-6458-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gwaei-3.6.2/m4/libtool.m4-6460-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gwaei-3.6.2/m4/libtool.m4:6461:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gwaei-3.6.2/m4/libtool.m4-6462-	      ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6470-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gwaei-3.6.2/m4/libtool.m4:6471:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-6472-            ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6489-	    # dependencies.
gwaei-3.6.2/m4/libtool.m4:6490:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gwaei-3.6.2/m4/libtool.m4-6491-	    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6504-	  *)
gwaei-3.6.2/m4/libtool.m4:6505:	    case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/m4/libtool.m4-6506-	    *Sun\ C*)
##############################################
gwaei-3.6.2/m4/libtool.m4-6511-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gwaei-3.6.2/m4/libtool.m4:6512:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gwaei-3.6.2/m4/libtool.m4-6513-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gwaei-3.6.2/m4/libtool.m4-6581-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gwaei-3.6.2/m4/libtool.m4:6582:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gwaei-3.6.2/m4/libtool.m4-6583-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gwaei-3.6.2/m4/libtool.m4-6600-	    # to its proper name (with version) after linking.
gwaei-3.6.2/m4/libtool.m4:6601:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gwaei-3.6.2/m4/libtool.m4-6602-
##############################################
gwaei-3.6.2/m4/libtool.m4-6621-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gwaei-3.6.2/m4/libtool.m4:6622:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-6623-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gwaei-3.6.2/m4/libtool.m4-6626-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gwaei-3.6.2/m4/libtool.m4:6627:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4:6628:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gwaei-3.6.2/m4/libtool.m4-6629-	          echo "-hidden">> $lib.exp~
gwaei-3.6.2/m4/libtool.m4:6630:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gwaei-3.6.2/m4/libtool.m4-6631-	          $RM $lib.exp'
##############################################
gwaei-3.6.2/m4/libtool.m4-6645-	    # dependencies.
gwaei-3.6.2/m4/libtool.m4:6646:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gwaei-3.6.2/m4/libtool.m4-6647-	    ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6652-	        osf3*)
gwaei-3.6.2/m4/libtool.m4:6653:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-6654-		  ;;
gwaei-3.6.2/m4/libtool.m4-6655-	        *)
gwaei-3.6.2/m4/libtool.m4:6656:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gwaei-3.6.2/m4/libtool.m4-6657-		  ;;
##############################################
gwaei-3.6.2/m4/libtool.m4-6905-  case ${2} in
gwaei-3.6.2/m4/libtool.m4:6906:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gwaei-3.6.2/m4/libtool.m4:6907:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gwaei-3.6.2/m4/libtool.m4-6908-  esac
##############################################
gwaei-3.6.2/m4/libtool.m4-6993-
gwaei-3.6.2/m4/libtool.m4:6994:  for p in `eval "$output_verbose_link_cmd"`; do
gwaei-3.6.2/m4/libtool.m4-6995-    case ${prev}${p} in
##############################################
gwaei-3.6.2/m4/libtool.m4-7091-linux*)
gwaei-3.6.2/m4/libtool.m4:7092:  case `$CC -V 2>&1 | sed 5q` in
gwaei-3.6.2/m4/libtool.m4-7093-  *Sun\ C*)
##############################################
gwaei-3.6.2/m4/libtool.m4-7142-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gwaei-3.6.2/m4/libtool.m4:7143: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gwaei-3.6.2/m4/libtool.m4-7144-fi
##############################################
gwaei-3.6.2/m4/libtool.m4-7754-    test $lt_ac_count -gt 10 && break
gwaei-3.6.2/m4/libtool.m4:7755:    lt_ac_count=`expr $lt_ac_count + 1`
gwaei-3.6.2/m4/libtool.m4-7756-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gwaei-3.6.2/m4/libtool.m4-7825-# ------------------------------------------------------
gwaei-3.6.2/m4/libtool.m4:7826:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gwaei-3.6.2/m4/libtool.m4-7827-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gwaei-3.6.2/depcomp-72-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gwaei-3.6.2/depcomp:73:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gwaei-3.6.2/depcomp-74-
##############################################
gwaei-3.6.2/depcomp-255-  # Version 6 uses the directory in both cases.
gwaei-3.6.2/depcomp:256:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gwaei-3.6.2/depcomp-257-  test "x$dir" = "x$object" && dir=
gwaei-3.6.2/depcomp:258:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gwaei-3.6.2/depcomp-259-  if test "$libtool" = yes; then
##############################################
gwaei-3.6.2/depcomp-358-  #     ...
gwaei-3.6.2/depcomp:359:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gwaei-3.6.2/depcomp-360-  test "x$dir" = "x$object" && dir=
##############################################
gwaei-3.6.2/depcomp-362-  # that's sadly what pgcc will do too.
gwaei-3.6.2/depcomp:363:  base=`echo "$source" | sed -e 's|^.*/||' -e 's/\.[-_a-zA-Z0-9]*$//'`
gwaei-3.6.2/depcomp-364-  tmpdepfile="$base.d"
##############################################
gwaei-3.6.2/depcomp-387-        sleep 1
gwaei-3.6.2/depcomp:388:        i=`expr $i - 1`
gwaei-3.6.2/depcomp-389-      done
gwaei-3.6.2/depcomp-390-    fi
gwaei-3.6.2/depcomp:391:    i=`expr $i - 1`
gwaei-3.6.2/depcomp-392-  done
##############################################
gwaei-3.6.2/depcomp-407-  # Do two passes, one to just change these to
gwaei-3.6.2/depcomp:408:  # `$object: dependent.h' and one to simply `dependent.h:'.
gwaei-3.6.2/depcomp-409-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gwaei-3.6.2/depcomp-423-  # Much of this is similar to the tru64 case; see comments there.
gwaei-3.6.2/depcomp:424:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gwaei-3.6.2/depcomp-425-  test "x$dir" = "x$object" && dir=
gwaei-3.6.2/depcomp:426:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gwaei-3.6.2/depcomp-427-  if test "$libtool" = yes; then
##############################################
gwaei-3.6.2/depcomp-467-   # Subdirectories are respected.
gwaei-3.6.2/depcomp:468:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
gwaei-3.6.2/depcomp-469-   test "x$dir" = "x$object" && dir=
gwaei-3.6.2/depcomp:470:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
gwaei-3.6.2/depcomp-471-
##############################################
gwaei-3.6.2/depcomp-657-  done
gwaei-3.6.2/depcomp:658:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gwaei-3.6.2/depcomp-659-  touch "$tmpdepfile"
##############################################
gwaei-3.6.2/src/images/Makefile.in-74-  esac
gwaei-3.6.2/src/images/Makefile.in:75:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/images/Makefile.in-76-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/images/Makefile.in:77:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/images/Makefile.in-78-    *) f=$$p;; \
gwaei-3.6.2/src/images/Makefile.in-79-  esac;
gwaei-3.6.2/src/images/Makefile.in:80:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/images/Makefile.in-81-am__install_max = 40
gwaei-3.6.2/src/images/Makefile.in-82-am__nobase_strip_setup = \
gwaei-3.6.2/src/images/Makefile.in:83:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/images/Makefile.in-84-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/images/Makefile.in-387-	@list='$(data16_DATA)'; test -n "$(data16dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:388:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-389-	dir='$(DESTDIR)$(data16dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-408-	@list='$(data24_DATA)'; test -n "$(data24dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:409:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-410-	dir='$(DESTDIR)$(data24dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-429-	@list='$(data32_DATA)'; test -n "$(data32dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:430:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-431-	dir='$(DESTDIR)$(data32dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-450-	@list='$(data48_DATA)'; test -n "$(data48dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:451:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-452-	dir='$(DESTDIR)$(data48dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-471-	@list='$(datanonwordboundary16_DATA)'; test -n "$(datanonwordboundary16dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:472:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-473-	dir='$(DESTDIR)$(datanonwordboundary16dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-492-	@list='$(datanonwordboundary22_DATA)'; test -n "$(datanonwordboundary22dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:493:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-494-	dir='$(DESTDIR)$(datanonwordboundary22dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-513-	@list='$(datanonwordboundary24_DATA)'; test -n "$(datanonwordboundary24dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:514:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-515-	dir='$(DESTDIR)$(datanonwordboundary24dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-534-	@list='$(datascalable_DATA)'; test -n "$(datascalabledir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:535:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-536-	dir='$(DESTDIR)$(datascalabledir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-555-	@list='$(dataunknowncharacter16_DATA)'; test -n "$(dataunknowncharacter16dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:556:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-557-	dir='$(DESTDIR)$(dataunknowncharacter16dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-576-	@list='$(dataunknowncharacter22_DATA)'; test -n "$(dataunknowncharacter22dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:577:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-578-	dir='$(DESTDIR)$(dataunknowncharacter22dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-597-	@list='$(dataunknowncharacter24_DATA)'; test -n "$(dataunknowncharacter24dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:598:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-599-	dir='$(DESTDIR)$(dataunknowncharacter24dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-618-	@list='$(datawordboundary16_DATA)'; test -n "$(datawordboundary16dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:619:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-620-	dir='$(DESTDIR)$(datawordboundary16dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-639-	@list='$(datawordboundary22_DATA)'; test -n "$(datawordboundary22dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:640:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-641-	dir='$(DESTDIR)$(datawordboundary22dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-660-	@list='$(datawordboundary24_DATA)'; test -n "$(datawordboundary24dir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:661:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-662-	dir='$(DESTDIR)$(datawordboundary24dir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-681-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gwaei-3.6.2/src/images/Makefile.in:682:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/images/Makefile.in-683-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/images/Makefile.in-693-distdir: $(DISTFILES)
gwaei-3.6.2/src/images/Makefile.in:694:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/images/Makefile.in:695:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/images/Makefile.in-696-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/images/Makefile.in-707-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/images/Makefile.in:708:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/images/Makefile.in-709-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-75-  esac
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:76:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-77-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:78:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-79-    *) f=$$p;; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-80-  esac;
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:81:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-82-am__install_max = 40
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-83-am__nobase_strip_setup = \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:84:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-85-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-335-	@list='$(libraryinclude_HEADERS)'; test -n "$(libraryincludedir)" || list=; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:336:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-337-	dir='$(DESTDIR)$(libraryincludedir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-383-GTAGS:
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:384:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-385-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-405-distdir: $(DISTFILES)
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:406:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:407:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-408-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-419-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in:420:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/libwaei/include/libwaei/Makefile.in-421-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-72-CONFIG_CLEAN_VPATH_FILES =
gwaei-3.6.2/src/libwaei/Makefile.in:73:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/libwaei/Makefile.in-74-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/libwaei/Makefile.in:75:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/libwaei/Makefile.in-76-    *) f=$$p;; \
gwaei-3.6.2/src/libwaei/Makefile.in-77-  esac;
gwaei-3.6.2/src/libwaei/Makefile.in:78:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/libwaei/Makefile.in-79-am__install_max = 40
gwaei-3.6.2/src/libwaei/Makefile.in-80-am__nobase_strip_setup = \
gwaei-3.6.2/src/libwaei/Makefile.in:81:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/libwaei/Makefile.in-82-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-166-  while test -n "$$dir1"; do \
gwaei-3.6.2/src/libwaei/Makefile.in:167:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/libwaei/Makefile.in-168-    if test "$$first" != "."; then \
gwaei-3.6.2/src/libwaei/Makefile.in-169-      if test "$$first" = ".."; then \
gwaei-3.6.2/src/libwaei/Makefile.in:170:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwaei-3.6.2/src/libwaei/Makefile.in:171:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwaei-3.6.2/src/libwaei/Makefile.in-172-      else \
gwaei-3.6.2/src/libwaei/Makefile.in:173:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/libwaei/Makefile.in-174-        if test "$$first2" = "$$first"; then \
gwaei-3.6.2/src/libwaei/Makefile.in:175:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/libwaei/Makefile.in-176-        else \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-181-    fi; \
gwaei-3.6.2/src/libwaei/Makefile.in:182:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/libwaei/Makefile.in-183-  done; \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-477-.c.obj:
gwaei-3.6.2/src/libwaei/Makefile.in:478:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/libwaei/Makefile.in-479-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-481-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:482:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/libwaei/Makefile.in-483-
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-491-libwaei_la-libwaei.lo: libwaei.c
gwaei-3.6.2/src/libwaei/Makefile.in:492:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-libwaei.lo -MD -MP -MF $(DEPDIR)/libwaei_la-libwaei.Tpo -c -o libwaei_la-libwaei.lo `test -f 'libwaei.c' || echo '$(srcdir)/'`libwaei.c
gwaei-3.6.2/src/libwaei/Makefile.in-493-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-libwaei.Tpo $(DEPDIR)/libwaei_la-libwaei.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:496:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-libwaei.lo `test -f 'libwaei.c' || echo '$(srcdir)/'`libwaei.c
gwaei-3.6.2/src/libwaei/Makefile.in-497-
gwaei-3.6.2/src/libwaei/Makefile.in-498-libwaei_la-dictionary.lo: dictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in:499:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-dictionary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-dictionary.Tpo -c -o libwaei_la-dictionary.lo `test -f 'dictionary.c' || echo '$(srcdir)/'`dictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-500-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-dictionary.Tpo $(DEPDIR)/libwaei_la-dictionary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-502-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:503:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-dictionary.lo `test -f 'dictionary.c' || echo '$(srcdir)/'`dictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-504-
gwaei-3.6.2/src/libwaei/Makefile.in-505-libwaei_la-dictionary-installer.lo: dictionary-installer.c
gwaei-3.6.2/src/libwaei/Makefile.in:506:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-dictionary-installer.lo -MD -MP -MF $(DEPDIR)/libwaei_la-dictionary-installer.Tpo -c -o libwaei_la-dictionary-installer.lo `test -f 'dictionary-installer.c' || echo '$(srcdir)/'`dictionary-installer.c
gwaei-3.6.2/src/libwaei/Makefile.in-507-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-dictionary-installer.Tpo $(DEPDIR)/libwaei_la-dictionary-installer.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-509-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:510:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-dictionary-installer.lo `test -f 'dictionary-installer.c' || echo '$(srcdir)/'`dictionary-installer.c
gwaei-3.6.2/src/libwaei/Makefile.in-511-
gwaei-3.6.2/src/libwaei/Makefile.in-512-libwaei_la-dictionary-callbacks.lo: dictionary-callbacks.c
gwaei-3.6.2/src/libwaei/Makefile.in:513:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-dictionary-callbacks.lo -MD -MP -MF $(DEPDIR)/libwaei_la-dictionary-callbacks.Tpo -c -o libwaei_la-dictionary-callbacks.lo `test -f 'dictionary-callbacks.c' || echo '$(srcdir)/'`dictionary-callbacks.c
gwaei-3.6.2/src/libwaei/Makefile.in-514-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-dictionary-callbacks.Tpo $(DEPDIR)/libwaei_la-dictionary-callbacks.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-516-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:517:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-dictionary-callbacks.lo `test -f 'dictionary-callbacks.c' || echo '$(srcdir)/'`dictionary-callbacks.c
gwaei-3.6.2/src/libwaei/Makefile.in-518-
gwaei-3.6.2/src/libwaei/Makefile.in-519-libwaei_la-edictionary.lo: edictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in:520:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-edictionary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-edictionary.Tpo -c -o libwaei_la-edictionary.lo `test -f 'edictionary.c' || echo '$(srcdir)/'`edictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-521-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-edictionary.Tpo $(DEPDIR)/libwaei_la-edictionary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-523-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:524:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-edictionary.lo `test -f 'edictionary.c' || echo '$(srcdir)/'`edictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-525-
gwaei-3.6.2/src/libwaei/Makefile.in-526-libwaei_la-kanjidictionary.lo: kanjidictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in:527:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-kanjidictionary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-kanjidictionary.Tpo -c -o libwaei_la-kanjidictionary.lo `test -f 'kanjidictionary.c' || echo '$(srcdir)/'`kanjidictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-528-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-kanjidictionary.Tpo $(DEPDIR)/libwaei_la-kanjidictionary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:531:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-kanjidictionary.lo `test -f 'kanjidictionary.c' || echo '$(srcdir)/'`kanjidictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-532-
gwaei-3.6.2/src/libwaei/Makefile.in-533-libwaei_la-exampledictionary.lo: exampledictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in:534:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-exampledictionary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-exampledictionary.Tpo -c -o libwaei_la-exampledictionary.lo `test -f 'exampledictionary.c' || echo '$(srcdir)/'`exampledictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-535-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-exampledictionary.Tpo $(DEPDIR)/libwaei_la-exampledictionary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-537-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:538:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-exampledictionary.lo `test -f 'exampledictionary.c' || echo '$(srcdir)/'`exampledictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-539-
gwaei-3.6.2/src/libwaei/Makefile.in-540-libwaei_la-unknowndictionary.lo: unknowndictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in:541:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-unknowndictionary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-unknowndictionary.Tpo -c -o libwaei_la-unknowndictionary.lo `test -f 'unknowndictionary.c' || echo '$(srcdir)/'`unknowndictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-542-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-unknowndictionary.Tpo $(DEPDIR)/libwaei_la-unknowndictionary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-544-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:545:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-unknowndictionary.lo `test -f 'unknowndictionary.c' || echo '$(srcdir)/'`unknowndictionary.c
gwaei-3.6.2/src/libwaei/Makefile.in-546-
gwaei-3.6.2/src/libwaei/Makefile.in-547-libwaei_la-dictionarylist.lo: dictionarylist.c
gwaei-3.6.2/src/libwaei/Makefile.in:548:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-dictionarylist.lo -MD -MP -MF $(DEPDIR)/libwaei_la-dictionarylist.Tpo -c -o libwaei_la-dictionarylist.lo `test -f 'dictionarylist.c' || echo '$(srcdir)/'`dictionarylist.c
gwaei-3.6.2/src/libwaei/Makefile.in-549-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-dictionarylist.Tpo $(DEPDIR)/libwaei_la-dictionarylist.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-551-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:552:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-dictionarylist.lo `test -f 'dictionarylist.c' || echo '$(srcdir)/'`dictionarylist.c
gwaei-3.6.2/src/libwaei/Makefile.in-553-
gwaei-3.6.2/src/libwaei/Makefile.in-554-libwaei_la-query.lo: query.c
gwaei-3.6.2/src/libwaei/Makefile.in:555:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-query.lo -MD -MP -MF $(DEPDIR)/libwaei_la-query.Tpo -c -o libwaei_la-query.lo `test -f 'query.c' || echo '$(srcdir)/'`query.c
gwaei-3.6.2/src/libwaei/Makefile.in-556-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-query.Tpo $(DEPDIR)/libwaei_la-query.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-558-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:559:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-query.lo `test -f 'query.c' || echo '$(srcdir)/'`query.c
gwaei-3.6.2/src/libwaei/Makefile.in-560-
gwaei-3.6.2/src/libwaei/Makefile.in-561-libwaei_la-range.lo: range.c
gwaei-3.6.2/src/libwaei/Makefile.in:562:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-range.lo -MD -MP -MF $(DEPDIR)/libwaei_la-range.Tpo -c -o libwaei_la-range.lo `test -f 'range.c' || echo '$(srcdir)/'`range.c
gwaei-3.6.2/src/libwaei/Makefile.in-563-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-range.Tpo $(DEPDIR)/libwaei_la-range.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-565-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:566:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-range.lo `test -f 'range.c' || echo '$(srcdir)/'`range.c
gwaei-3.6.2/src/libwaei/Makefile.in-567-
gwaei-3.6.2/src/libwaei/Makefile.in-568-libwaei_la-utilities.lo: utilities.c
gwaei-3.6.2/src/libwaei/Makefile.in:569:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-utilities.lo -MD -MP -MF $(DEPDIR)/libwaei_la-utilities.Tpo -c -o libwaei_la-utilities.lo `test -f 'utilities.c' || echo '$(srcdir)/'`utilities.c
gwaei-3.6.2/src/libwaei/Makefile.in-570-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-utilities.Tpo $(DEPDIR)/libwaei_la-utilities.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-572-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:573:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-utilities.lo `test -f 'utilities.c' || echo '$(srcdir)/'`utilities.c
gwaei-3.6.2/src/libwaei/Makefile.in-574-
gwaei-3.6.2/src/libwaei/Makefile.in-575-libwaei_la-io.lo: io.c
gwaei-3.6.2/src/libwaei/Makefile.in:576:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-io.lo -MD -MP -MF $(DEPDIR)/libwaei_la-io.Tpo -c -o libwaei_la-io.lo `test -f 'io.c' || echo '$(srcdir)/'`io.c
gwaei-3.6.2/src/libwaei/Makefile.in-577-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-io.Tpo $(DEPDIR)/libwaei_la-io.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-579-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:580:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-io.lo `test -f 'io.c' || echo '$(srcdir)/'`io.c
gwaei-3.6.2/src/libwaei/Makefile.in-581-
gwaei-3.6.2/src/libwaei/Makefile.in-582-libwaei_la-regex.lo: regex.c
gwaei-3.6.2/src/libwaei/Makefile.in:583:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-regex.lo -MD -MP -MF $(DEPDIR)/libwaei_la-regex.Tpo -c -o libwaei_la-regex.lo `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
gwaei-3.6.2/src/libwaei/Makefile.in-584-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-regex.Tpo $(DEPDIR)/libwaei_la-regex.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:587:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-regex.lo `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
gwaei-3.6.2/src/libwaei/Makefile.in-588-
gwaei-3.6.2/src/libwaei/Makefile.in-589-libwaei_la-search.lo: search.c
gwaei-3.6.2/src/libwaei/Makefile.in:590:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-search.lo -MD -MP -MF $(DEPDIR)/libwaei_la-search.Tpo -c -o libwaei_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
gwaei-3.6.2/src/libwaei/Makefile.in-591-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-search.Tpo $(DEPDIR)/libwaei_la-search.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-593-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:594:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
gwaei-3.6.2/src/libwaei/Makefile.in-595-
gwaei-3.6.2/src/libwaei/Makefile.in-596-libwaei_la-history.lo: history.c
gwaei-3.6.2/src/libwaei/Makefile.in:597:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-history.lo -MD -MP -MF $(DEPDIR)/libwaei_la-history.Tpo -c -o libwaei_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
gwaei-3.6.2/src/libwaei/Makefile.in-598-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-history.Tpo $(DEPDIR)/libwaei_la-history.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:601:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
gwaei-3.6.2/src/libwaei/Makefile.in-602-
gwaei-3.6.2/src/libwaei/Makefile.in-603-libwaei_la-result.lo: result.c
gwaei-3.6.2/src/libwaei/Makefile.in:604:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-result.lo -MD -MP -MF $(DEPDIR)/libwaei_la-result.Tpo -c -o libwaei_la-result.lo `test -f 'result.c' || echo '$(srcdir)/'`result.c
gwaei-3.6.2/src/libwaei/Makefile.in-605-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-result.Tpo $(DEPDIR)/libwaei_la-result.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-607-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:608:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-result.lo `test -f 'result.c' || echo '$(srcdir)/'`result.c
gwaei-3.6.2/src/libwaei/Makefile.in-609-
gwaei-3.6.2/src/libwaei/Makefile.in-610-libwaei_la-preferences.lo: preferences.c
gwaei-3.6.2/src/libwaei/Makefile.in:611:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-preferences.lo -MD -MP -MF $(DEPDIR)/libwaei_la-preferences.Tpo -c -o libwaei_la-preferences.lo `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c
gwaei-3.6.2/src/libwaei/Makefile.in-612-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-preferences.Tpo $(DEPDIR)/libwaei_la-preferences.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-614-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:615:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-preferences.lo `test -f 'preferences.c' || echo '$(srcdir)/'`preferences.c
gwaei-3.6.2/src/libwaei/Makefile.in-616-
gwaei-3.6.2/src/libwaei/Makefile.in-617-libwaei_la-vocabulary.lo: vocabulary.c
gwaei-3.6.2/src/libwaei/Makefile.in:618:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-vocabulary.lo -MD -MP -MF $(DEPDIR)/libwaei_la-vocabulary.Tpo -c -o libwaei_la-vocabulary.lo `test -f 'vocabulary.c' || echo '$(srcdir)/'`vocabulary.c
gwaei-3.6.2/src/libwaei/Makefile.in-619-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-vocabulary.Tpo $(DEPDIR)/libwaei_la-vocabulary.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:622:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-vocabulary.lo `test -f 'vocabulary.c' || echo '$(srcdir)/'`vocabulary.c
gwaei-3.6.2/src/libwaei/Makefile.in-623-
gwaei-3.6.2/src/libwaei/Makefile.in-624-libwaei_la-word.lo: word.c
gwaei-3.6.2/src/libwaei/Makefile.in:625:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-word.lo -MD -MP -MF $(DEPDIR)/libwaei_la-word.Tpo -c -o libwaei_la-word.lo `test -f 'word.c' || echo '$(srcdir)/'`word.c
gwaei-3.6.2/src/libwaei/Makefile.in-626-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-word.Tpo $(DEPDIR)/libwaei_la-word.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:629:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-word.lo `test -f 'word.c' || echo '$(srcdir)/'`word.c
gwaei-3.6.2/src/libwaei/Makefile.in-630-
gwaei-3.6.2/src/libwaei/Makefile.in-631-libwaei_la-morphology.lo: morphology.c
gwaei-3.6.2/src/libwaei/Makefile.in:632:@am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libwaei_la-morphology.lo -MD -MP -MF $(DEPDIR)/libwaei_la-morphology.Tpo -c -o libwaei_la-morphology.lo `test -f 'morphology.c' || echo '$(srcdir)/'`morphology.c
gwaei-3.6.2/src/libwaei/Makefile.in-633-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libwaei_la-morphology.Tpo $(DEPDIR)/libwaei_la-morphology.Plo
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-635-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/libwaei/Makefile.in:636:@am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libwaei_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libwaei_la-morphology.lo `test -f 'morphology.c' || echo '$(srcdir)/'`morphology.c
gwaei-3.6.2/src/libwaei/Makefile.in-637-
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-658-	dot_seen=no; \
gwaei-3.6.2/src/libwaei/Makefile.in:659:	target=`echo $@ | sed s/-recursive//`; \
gwaei-3.6.2/src/libwaei/Makefile.in-660-	case "$@" in \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-748-GTAGS:
gwaei-3.6.2/src/libwaei/Makefile.in:749:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/libwaei/Makefile.in-750-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-770-distdir: $(DISTFILES)
gwaei-3.6.2/src/libwaei/Makefile.in:771:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/libwaei/Makefile.in:772:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/libwaei/Makefile.in-773-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/libwaei/Makefile.in-784-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/libwaei/Makefile.in:785:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/libwaei/Makefile.in-786-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/Makefile.in-98-  while test -n "$$dir1"; do \
gwaei-3.6.2/src/Makefile.in:99:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/Makefile.in-100-    if test "$$first" != "."; then \
gwaei-3.6.2/src/Makefile.in-101-      if test "$$first" = ".."; then \
gwaei-3.6.2/src/Makefile.in:102:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwaei-3.6.2/src/Makefile.in:103:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwaei-3.6.2/src/Makefile.in-104-      else \
gwaei-3.6.2/src/Makefile.in:105:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/Makefile.in-106-        if test "$$first2" = "$$first"; then \
gwaei-3.6.2/src/Makefile.in:107:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/Makefile.in-108-        else \
##############################################
gwaei-3.6.2/src/Makefile.in-113-    fi; \
gwaei-3.6.2/src/Makefile.in:114:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/Makefile.in-115-  done; \
##############################################
gwaei-3.6.2/src/Makefile.in-339-	dot_seen=no; \
gwaei-3.6.2/src/Makefile.in:340:	target=`echo $@ | sed s/-recursive//`; \
gwaei-3.6.2/src/Makefile.in-341-	case "$@" in \
##############################################
gwaei-3.6.2/src/Makefile.in-429-GTAGS:
gwaei-3.6.2/src/Makefile.in:430:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/Makefile.in-431-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/Makefile.in-451-distdir: $(DISTFILES)
gwaei-3.6.2/src/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/Makefile.in-465-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/waei/include/waei/Makefile.in-331-GTAGS:
gwaei-3.6.2/src/waei/include/waei/Makefile.in:332:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/waei/include/waei/Makefile.in-333-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/waei/include/waei/Makefile.in-353-distdir: $(DISTFILES)
gwaei-3.6.2/src/waei/include/waei/Makefile.in:354:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/waei/include/waei/Makefile.in:355:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/waei/include/waei/Makefile.in-356-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/waei/include/waei/Makefile.in-367-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/waei/include/waei/Makefile.in:368:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/waei/include/waei/Makefile.in-369-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-127-  while test -n "$$dir1"; do \
gwaei-3.6.2/src/waei/Makefile.in:128:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/waei/Makefile.in-129-    if test "$$first" != "."; then \
gwaei-3.6.2/src/waei/Makefile.in-130-      if test "$$first" = ".."; then \
gwaei-3.6.2/src/waei/Makefile.in:131:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwaei-3.6.2/src/waei/Makefile.in:132:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwaei-3.6.2/src/waei/Makefile.in-133-      else \
gwaei-3.6.2/src/waei/Makefile.in:134:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/waei/Makefile.in-135-        if test "$$first2" = "$$first"; then \
gwaei-3.6.2/src/waei/Makefile.in:136:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/waei/Makefile.in-137-        else \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-142-    fi; \
gwaei-3.6.2/src/waei/Makefile.in:143:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/waei/Makefile.in-144-  done; \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-402-	test -n "$(EXEEXT)" || exit 0; \
gwaei-3.6.2/src/waei/Makefile.in:403:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gwaei-3.6.2/src/waei/Makefile.in-404-	echo " rm -f" $$list; \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-430-.c.obj:
gwaei-3.6.2/src/waei/Makefile.in:431:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/waei/Makefile.in-432-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:435:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/waei/Makefile.in-436-
##############################################
gwaei-3.6.2/src/waei/Makefile.in-444-waei-waei.o: waei.c
gwaei-3.6.2/src/waei/Makefile.in:445:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-waei.o -MD -MP -MF $(DEPDIR)/waei-waei.Tpo -c -o waei-waei.o `test -f 'waei.c' || echo '$(srcdir)/'`waei.c
gwaei-3.6.2/src/waei/Makefile.in-446-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-waei.Tpo $(DEPDIR)/waei-waei.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:449:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-waei.o `test -f 'waei.c' || echo '$(srcdir)/'`waei.c
gwaei-3.6.2/src/waei/Makefile.in-450-
gwaei-3.6.2/src/waei/Makefile.in-451-waei-waei.obj: waei.c
gwaei-3.6.2/src/waei/Makefile.in:452:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-waei.obj -MD -MP -MF $(DEPDIR)/waei-waei.Tpo -c -o waei-waei.obj `if test -f 'waei.c'; then $(CYGPATH_W) 'waei.c'; else $(CYGPATH_W) '$(srcdir)/waei.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-453-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-waei.Tpo $(DEPDIR)/waei-waei.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:456:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-waei.obj `if test -f 'waei.c'; then $(CYGPATH_W) 'waei.c'; else $(CYGPATH_W) '$(srcdir)/waei.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-457-
gwaei-3.6.2/src/waei/Makefile.in-458-waei-application.o: application.c
gwaei-3.6.2/src/waei/Makefile.in:459:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-application.o -MD -MP -MF $(DEPDIR)/waei-application.Tpo -c -o waei-application.o `test -f 'application.c' || echo '$(srcdir)/'`application.c
gwaei-3.6.2/src/waei/Makefile.in-460-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-application.Tpo $(DEPDIR)/waei-application.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:463:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-application.o `test -f 'application.c' || echo '$(srcdir)/'`application.c
gwaei-3.6.2/src/waei/Makefile.in-464-
gwaei-3.6.2/src/waei/Makefile.in-465-waei-application.obj: application.c
gwaei-3.6.2/src/waei/Makefile.in:466:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-application.obj -MD -MP -MF $(DEPDIR)/waei-application.Tpo -c -o waei-application.obj `if test -f 'application.c'; then $(CYGPATH_W) 'application.c'; else $(CYGPATH_W) '$(srcdir)/application.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-467-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-application.Tpo $(DEPDIR)/waei-application.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:470:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-application.obj `if test -f 'application.c'; then $(CYGPATH_W) 'application.c'; else $(CYGPATH_W) '$(srcdir)/application.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-471-
gwaei-3.6.2/src/waei/Makefile.in-472-waei-search-data.o: search-data.c
gwaei-3.6.2/src/waei/Makefile.in:473:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-search-data.o -MD -MP -MF $(DEPDIR)/waei-search-data.Tpo -c -o waei-search-data.o `test -f 'search-data.c' || echo '$(srcdir)/'`search-data.c
gwaei-3.6.2/src/waei/Makefile.in-474-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-search-data.Tpo $(DEPDIR)/waei-search-data.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:477:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-search-data.o `test -f 'search-data.c' || echo '$(srcdir)/'`search-data.c
gwaei-3.6.2/src/waei/Makefile.in-478-
gwaei-3.6.2/src/waei/Makefile.in-479-waei-search-data.obj: search-data.c
gwaei-3.6.2/src/waei/Makefile.in:480:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-search-data.obj -MD -MP -MF $(DEPDIR)/waei-search-data.Tpo -c -o waei-search-data.obj `if test -f 'search-data.c'; then $(CYGPATH_W) 'search-data.c'; else $(CYGPATH_W) '$(srcdir)/search-data.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-481-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-search-data.Tpo $(DEPDIR)/waei-search-data.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:484:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-search-data.obj `if test -f 'search-data.c'; then $(CYGPATH_W) 'search-data.c'; else $(CYGPATH_W) '$(srcdir)/search-data.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-485-
gwaei-3.6.2/src/waei/Makefile.in-486-waei-console.o: console.c
gwaei-3.6.2/src/waei/Makefile.in:487:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console.o -MD -MP -MF $(DEPDIR)/waei-console.Tpo -c -o waei-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
gwaei-3.6.2/src/waei/Makefile.in-488-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console.Tpo $(DEPDIR)/waei-console.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:491:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
gwaei-3.6.2/src/waei/Makefile.in-492-
gwaei-3.6.2/src/waei/Makefile.in-493-waei-console.obj: console.c
gwaei-3.6.2/src/waei/Makefile.in:494:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console.obj -MD -MP -MF $(DEPDIR)/waei-console.Tpo -c -o waei-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-495-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console.Tpo $(DEPDIR)/waei-console.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:498:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-499-
gwaei-3.6.2/src/waei/Makefile.in-500-waei-console-output.o: console-output.c
gwaei-3.6.2/src/waei/Makefile.in:501:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console-output.o -MD -MP -MF $(DEPDIR)/waei-console-output.Tpo -c -o waei-console-output.o `test -f 'console-output.c' || echo '$(srcdir)/'`console-output.c
gwaei-3.6.2/src/waei/Makefile.in-502-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console-output.Tpo $(DEPDIR)/waei-console-output.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:505:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console-output.o `test -f 'console-output.c' || echo '$(srcdir)/'`console-output.c
gwaei-3.6.2/src/waei/Makefile.in-506-
gwaei-3.6.2/src/waei/Makefile.in-507-waei-console-output.obj: console-output.c
gwaei-3.6.2/src/waei/Makefile.in:508:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console-output.obj -MD -MP -MF $(DEPDIR)/waei-console-output.Tpo -c -o waei-console-output.obj `if test -f 'console-output.c'; then $(CYGPATH_W) 'console-output.c'; else $(CYGPATH_W) '$(srcdir)/console-output.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-509-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console-output.Tpo $(DEPDIR)/waei-console-output.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:512:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console-output.obj `if test -f 'console-output.c'; then $(CYGPATH_W) 'console-output.c'; else $(CYGPATH_W) '$(srcdir)/console-output.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-513-
gwaei-3.6.2/src/waei/Makefile.in-514-waei-console-callbacks.o: console-callbacks.c
gwaei-3.6.2/src/waei/Makefile.in:515:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console-callbacks.o -MD -MP -MF $(DEPDIR)/waei-console-callbacks.Tpo -c -o waei-console-callbacks.o `test -f 'console-callbacks.c' || echo '$(srcdir)/'`console-callbacks.c
gwaei-3.6.2/src/waei/Makefile.in-516-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console-callbacks.Tpo $(DEPDIR)/waei-console-callbacks.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:519:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console-callbacks.o `test -f 'console-callbacks.c' || echo '$(srcdir)/'`console-callbacks.c
gwaei-3.6.2/src/waei/Makefile.in-520-
gwaei-3.6.2/src/waei/Makefile.in-521-waei-console-callbacks.obj: console-callbacks.c
gwaei-3.6.2/src/waei/Makefile.in:522:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT waei-console-callbacks.obj -MD -MP -MF $(DEPDIR)/waei-console-callbacks.Tpo -c -o waei-console-callbacks.obj `if test -f 'console-callbacks.c'; then $(CYGPATH_W) 'console-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/console-callbacks.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-523-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/waei-console-callbacks.Tpo $(DEPDIR)/waei-console-callbacks.Po
##############################################
gwaei-3.6.2/src/waei/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/waei/Makefile.in:526:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(waei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o waei-console-callbacks.obj `if test -f 'console-callbacks.c'; then $(CYGPATH_W) 'console-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/console-callbacks.c'; fi`
gwaei-3.6.2/src/waei/Makefile.in-527-
##############################################
gwaei-3.6.2/src/waei/Makefile.in-548-	dot_seen=no; \
gwaei-3.6.2/src/waei/Makefile.in:549:	target=`echo $@ | sed s/-recursive//`; \
gwaei-3.6.2/src/waei/Makefile.in-550-	case "$@" in \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-638-GTAGS:
gwaei-3.6.2/src/waei/Makefile.in:639:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/waei/Makefile.in-640-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-660-distdir: $(DISTFILES)
gwaei-3.6.2/src/waei/Makefile.in:661:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/waei/Makefile.in:662:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/waei/Makefile.in-663-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/waei/Makefile.in-674-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/waei/Makefile.in:675:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/waei/Makefile.in-676-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/schemas/Makefile.in-292-distdir: $(DISTFILES)
gwaei-3.6.2/src/schemas/Makefile.in:293:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/schemas/Makefile.in:294:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/schemas/Makefile.in-295-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/schemas/Makefile.in-306-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/schemas/Makefile.in:307:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/schemas/Makefile.in-308-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/desktop/Makefile.in-74-  esac
gwaei-3.6.2/src/desktop/Makefile.in:75:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/desktop/Makefile.in-76-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/desktop/Makefile.in:77:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/desktop/Makefile.in-78-    *) f=$$p;; \
gwaei-3.6.2/src/desktop/Makefile.in-79-  esac;
gwaei-3.6.2/src/desktop/Makefile.in:80:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/desktop/Makefile.in-81-am__install_max = 40
gwaei-3.6.2/src/desktop/Makefile.in-82-am__nobase_strip_setup = \
gwaei-3.6.2/src/desktop/Makefile.in:83:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/desktop/Makefile.in-84-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/desktop/Makefile.in-333-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
gwaei-3.6.2/src/desktop/Makefile.in:334:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/desktop/Makefile.in-335-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/desktop/Makefile.in-345-distdir: $(DISTFILES)
gwaei-3.6.2/src/desktop/Makefile.in:346:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/desktop/Makefile.in:347:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/desktop/Makefile.in-348-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/desktop/Makefile.in-359-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/desktop/Makefile.in:360:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/desktop/Makefile.in-361-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-354-GTAGS:
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in:355:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-356-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-376-distdir: $(DISTFILES)
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in:377:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in:378:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-379-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-390-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in:391:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/gwaei/include/gwaei/Makefile.in-392-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-162-  esac
gwaei-3.6.2/src/gwaei/Makefile.in:163:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/gwaei/Makefile.in-164-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/gwaei/Makefile.in:165:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/gwaei/Makefile.in-166-    *) f=$$p;; \
gwaei-3.6.2/src/gwaei/Makefile.in-167-  esac;
gwaei-3.6.2/src/gwaei/Makefile.in:168:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/gwaei/Makefile.in-169-am__install_max = 40
gwaei-3.6.2/src/gwaei/Makefile.in-170-am__nobase_strip_setup = \
gwaei-3.6.2/src/gwaei/Makefile.in:171:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/gwaei/Makefile.in-172-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-206-  while test -n "$$dir1"; do \
gwaei-3.6.2/src/gwaei/Makefile.in:207:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/gwaei/Makefile.in-208-    if test "$$first" != "."; then \
gwaei-3.6.2/src/gwaei/Makefile.in-209-      if test "$$first" = ".."; then \
gwaei-3.6.2/src/gwaei/Makefile.in:210:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gwaei-3.6.2/src/gwaei/Makefile.in:211:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gwaei-3.6.2/src/gwaei/Makefile.in-212-      else \
gwaei-3.6.2/src/gwaei/Makefile.in:213:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gwaei-3.6.2/src/gwaei/Makefile.in-214-        if test "$$first2" = "$$first"; then \
gwaei-3.6.2/src/gwaei/Makefile.in:215:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/gwaei/Makefile.in-216-        else \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-221-    fi; \
gwaei-3.6.2/src/gwaei/Makefile.in:222:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gwaei-3.6.2/src/gwaei/Makefile.in-223-  done; \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-498-	test -n "$(EXEEXT)" || exit 0; \
gwaei-3.6.2/src/gwaei/Makefile.in:499:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gwaei-3.6.2/src/gwaei/Makefile.in-500-	echo " rm -f" $$list; \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-557-.c.obj:
gwaei-3.6.2/src/gwaei/Makefile.in:558:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/gwaei/Makefile.in-559-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-561-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:562:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/gwaei/Makefile.in-563-
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-571-gwaei-gwaei.o: gwaei.c
gwaei-3.6.2/src/gwaei/Makefile.in:572:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-gwaei.o -MD -MP -MF $(DEPDIR)/gwaei-gwaei.Tpo -c -o gwaei-gwaei.o `test -f 'gwaei.c' || echo '$(srcdir)/'`gwaei.c
gwaei-3.6.2/src/gwaei/Makefile.in-573-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-gwaei.Tpo $(DEPDIR)/gwaei-gwaei.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-575-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:576:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-gwaei.o `test -f 'gwaei.c' || echo '$(srcdir)/'`gwaei.c
gwaei-3.6.2/src/gwaei/Makefile.in-577-
gwaei-3.6.2/src/gwaei/Makefile.in-578-gwaei-gwaei.obj: gwaei.c
gwaei-3.6.2/src/gwaei/Makefile.in:579:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-gwaei.obj -MD -MP -MF $(DEPDIR)/gwaei-gwaei.Tpo -c -o gwaei-gwaei.obj `if test -f 'gwaei.c'; then $(CYGPATH_W) 'gwaei.c'; else $(CYGPATH_W) '$(srcdir)/gwaei.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-580-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-gwaei.Tpo $(DEPDIR)/gwaei-gwaei.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-582-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:583:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-gwaei.obj `if test -f 'gwaei.c'; then $(CYGPATH_W) 'gwaei.c'; else $(CYGPATH_W) '$(srcdir)/gwaei.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-584-
gwaei-3.6.2/src/gwaei/Makefile.in-585-gwaei-application.o: application.c
gwaei-3.6.2/src/gwaei/Makefile.in:586:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-application.o -MD -MP -MF $(DEPDIR)/gwaei-application.Tpo -c -o gwaei-application.o `test -f 'application.c' || echo '$(srcdir)/'`application.c
gwaei-3.6.2/src/gwaei/Makefile.in-587-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-application.Tpo $(DEPDIR)/gwaei-application.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-589-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:590:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-application.o `test -f 'application.c' || echo '$(srcdir)/'`application.c
gwaei-3.6.2/src/gwaei/Makefile.in-591-
gwaei-3.6.2/src/gwaei/Makefile.in-592-gwaei-application.obj: application.c
gwaei-3.6.2/src/gwaei/Makefile.in:593:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-application.obj -MD -MP -MF $(DEPDIR)/gwaei-application.Tpo -c -o gwaei-application.obj `if test -f 'application.c'; then $(CYGPATH_W) 'application.c'; else $(CYGPATH_W) '$(srcdir)/application.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-594-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-application.Tpo $(DEPDIR)/gwaei-application.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-596-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:597:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-application.obj `if test -f 'application.c'; then $(CYGPATH_W) 'application.c'; else $(CYGPATH_W) '$(srcdir)/application.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-598-
gwaei-3.6.2/src/gwaei/Makefile.in-599-gwaei-application-callbacks.o: application-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:600:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-application-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-application-callbacks.Tpo -c -o gwaei-application-callbacks.o `test -f 'application-callbacks.c' || echo '$(srcdir)/'`application-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-601-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-application-callbacks.Tpo $(DEPDIR)/gwaei-application-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-603-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:604:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-application-callbacks.o `test -f 'application-callbacks.c' || echo '$(srcdir)/'`application-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-605-
gwaei-3.6.2/src/gwaei/Makefile.in-606-gwaei-application-callbacks.obj: application-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:607:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-application-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-application-callbacks.Tpo -c -o gwaei-application-callbacks.obj `if test -f 'application-callbacks.c'; then $(CYGPATH_W) 'application-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/application-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-608-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-application-callbacks.Tpo $(DEPDIR)/gwaei-application-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:611:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-application-callbacks.obj `if test -f 'application-callbacks.c'; then $(CYGPATH_W) 'application-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/application-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-612-
gwaei-3.6.2/src/gwaei/Makefile.in-613-gwaei-window.o: window.c
gwaei-3.6.2/src/gwaei/Makefile.in:614:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-window.o -MD -MP -MF $(DEPDIR)/gwaei-window.Tpo -c -o gwaei-window.o `test -f 'window.c' || echo '$(srcdir)/'`window.c
gwaei-3.6.2/src/gwaei/Makefile.in-615-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-window.Tpo $(DEPDIR)/gwaei-window.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-617-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:618:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-window.o `test -f 'window.c' || echo '$(srcdir)/'`window.c
gwaei-3.6.2/src/gwaei/Makefile.in-619-
gwaei-3.6.2/src/gwaei/Makefile.in-620-gwaei-window.obj: window.c
gwaei-3.6.2/src/gwaei/Makefile.in:621:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-window.obj -MD -MP -MF $(DEPDIR)/gwaei-window.Tpo -c -o gwaei-window.obj `if test -f 'window.c'; then $(CYGPATH_W) 'window.c'; else $(CYGPATH_W) '$(srcdir)/window.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-622-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-window.Tpo $(DEPDIR)/gwaei-window.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-624-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:625:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-window.obj `if test -f 'window.c'; then $(CYGPATH_W) 'window.c'; else $(CYGPATH_W) '$(srcdir)/window.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-626-
gwaei-3.6.2/src/gwaei/Makefile.in-627-gwaei-window-callbacks.o: window-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:628:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-window-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-window-callbacks.Tpo -c -o gwaei-window-callbacks.o `test -f 'window-callbacks.c' || echo '$(srcdir)/'`window-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-629-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-window-callbacks.Tpo $(DEPDIR)/gwaei-window-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-631-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:632:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-window-callbacks.o `test -f 'window-callbacks.c' || echo '$(srcdir)/'`window-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-633-
gwaei-3.6.2/src/gwaei/Makefile.in-634-gwaei-window-callbacks.obj: window-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:635:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-window-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-window-callbacks.Tpo -c -o gwaei-window-callbacks.obj `if test -f 'window-callbacks.c'; then $(CYGPATH_W) 'window-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/window-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-636-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-window-callbacks.Tpo $(DEPDIR)/gwaei-window-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-638-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:639:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-window-callbacks.obj `if test -f 'window-callbacks.c'; then $(CYGPATH_W) 'window-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/window-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-640-
gwaei-3.6.2/src/gwaei/Makefile.in-641-gwaei-dictionarylist.o: dictionarylist.c
gwaei-3.6.2/src/gwaei/Makefile.in:642:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionarylist.o -MD -MP -MF $(DEPDIR)/gwaei-dictionarylist.Tpo -c -o gwaei-dictionarylist.o `test -f 'dictionarylist.c' || echo '$(srcdir)/'`dictionarylist.c
gwaei-3.6.2/src/gwaei/Makefile.in-643-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionarylist.Tpo $(DEPDIR)/gwaei-dictionarylist.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-645-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:646:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionarylist.o `test -f 'dictionarylist.c' || echo '$(srcdir)/'`dictionarylist.c
gwaei-3.6.2/src/gwaei/Makefile.in-647-
gwaei-3.6.2/src/gwaei/Makefile.in-648-gwaei-dictionarylist.obj: dictionarylist.c
gwaei-3.6.2/src/gwaei/Makefile.in:649:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionarylist.obj -MD -MP -MF $(DEPDIR)/gwaei-dictionarylist.Tpo -c -o gwaei-dictionarylist.obj `if test -f 'dictionarylist.c'; then $(CYGPATH_W) 'dictionarylist.c'; else $(CYGPATH_W) '$(srcdir)/dictionarylist.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-650-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionarylist.Tpo $(DEPDIR)/gwaei-dictionarylist.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-652-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:653:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionarylist.obj `if test -f 'dictionarylist.c'; then $(CYGPATH_W) 'dictionarylist.c'; else $(CYGPATH_W) '$(srcdir)/dictionarylist.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-654-
gwaei-3.6.2/src/gwaei/Makefile.in-655-gwaei-dictionarylist-callbacks.o: dictionarylist-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:656:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionarylist-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-dictionarylist-callbacks.Tpo -c -o gwaei-dictionarylist-callbacks.o `test -f 'dictionarylist-callbacks.c' || echo '$(srcdir)/'`dictionarylist-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-657-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionarylist-callbacks.Tpo $(DEPDIR)/gwaei-dictionarylist-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-659-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:660:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionarylist-callbacks.o `test -f 'dictionarylist-callbacks.c' || echo '$(srcdir)/'`dictionarylist-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-661-
gwaei-3.6.2/src/gwaei/Makefile.in-662-gwaei-dictionarylist-callbacks.obj: dictionarylist-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:663:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionarylist-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-dictionarylist-callbacks.Tpo -c -o gwaei-dictionarylist-callbacks.obj `if test -f 'dictionarylist-callbacks.c'; then $(CYGPATH_W) 'dictionarylist-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/dictionarylist-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-664-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionarylist-callbacks.Tpo $(DEPDIR)/gwaei-dictionarylist-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-666-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:667:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionarylist-callbacks.obj `if test -f 'dictionarylist-callbacks.c'; then $(CYGPATH_W) 'dictionarylist-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/dictionarylist-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-668-
gwaei-3.6.2/src/gwaei/Makefile.in-669-gwaei-searchwindow.o: searchwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:670:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow.o -MD -MP -MF $(DEPDIR)/gwaei-searchwindow.Tpo -c -o gwaei-searchwindow.o `test -f 'searchwindow.c' || echo '$(srcdir)/'`searchwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-671-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow.Tpo $(DEPDIR)/gwaei-searchwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-673-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:674:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow.o `test -f 'searchwindow.c' || echo '$(srcdir)/'`searchwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-675-
gwaei-3.6.2/src/gwaei/Makefile.in-676-gwaei-searchwindow.obj: searchwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:677:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow.obj -MD -MP -MF $(DEPDIR)/gwaei-searchwindow.Tpo -c -o gwaei-searchwindow.obj `if test -f 'searchwindow.c'; then $(CYGPATH_W) 'searchwindow.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-678-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow.Tpo $(DEPDIR)/gwaei-searchwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-680-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:681:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow.obj `if test -f 'searchwindow.c'; then $(CYGPATH_W) 'searchwindow.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-682-
gwaei-3.6.2/src/gwaei/Makefile.in-683-gwaei-searchwindow-callbacks.o: searchwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:684:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-searchwindow-callbacks.Tpo -c -o gwaei-searchwindow-callbacks.o `test -f 'searchwindow-callbacks.c' || echo '$(srcdir)/'`searchwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-685-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow-callbacks.Tpo $(DEPDIR)/gwaei-searchwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-687-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:688:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow-callbacks.o `test -f 'searchwindow-callbacks.c' || echo '$(srcdir)/'`searchwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-689-
gwaei-3.6.2/src/gwaei/Makefile.in-690-gwaei-searchwindow-callbacks.obj: searchwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:691:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-searchwindow-callbacks.Tpo -c -o gwaei-searchwindow-callbacks.obj `if test -f 'searchwindow-callbacks.c'; then $(CYGPATH_W) 'searchwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-692-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow-callbacks.Tpo $(DEPDIR)/gwaei-searchwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-694-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:695:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow-callbacks.obj `if test -f 'searchwindow-callbacks.c'; then $(CYGPATH_W) 'searchwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-696-
gwaei-3.6.2/src/gwaei/Makefile.in-697-gwaei-searchwindow-output.o: searchwindow-output.c
gwaei-3.6.2/src/gwaei/Makefile.in:698:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow-output.o -MD -MP -MF $(DEPDIR)/gwaei-searchwindow-output.Tpo -c -o gwaei-searchwindow-output.o `test -f 'searchwindow-output.c' || echo '$(srcdir)/'`searchwindow-output.c
gwaei-3.6.2/src/gwaei/Makefile.in-699-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow-output.Tpo $(DEPDIR)/gwaei-searchwindow-output.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-701-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:702:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow-output.o `test -f 'searchwindow-output.c' || echo '$(srcdir)/'`searchwindow-output.c
gwaei-3.6.2/src/gwaei/Makefile.in-703-
gwaei-3.6.2/src/gwaei/Makefile.in-704-gwaei-searchwindow-output.obj: searchwindow-output.c
gwaei-3.6.2/src/gwaei/Makefile.in:705:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-searchwindow-output.obj -MD -MP -MF $(DEPDIR)/gwaei-searchwindow-output.Tpo -c -o gwaei-searchwindow-output.obj `if test -f 'searchwindow-output.c'; then $(CYGPATH_W) 'searchwindow-output.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow-output.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-706-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-searchwindow-output.Tpo $(DEPDIR)/gwaei-searchwindow-output.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-708-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:709:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-searchwindow-output.obj `if test -f 'searchwindow-output.c'; then $(CYGPATH_W) 'searchwindow-output.c'; else $(CYGPATH_W) '$(srcdir)/searchwindow-output.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-710-
gwaei-3.6.2/src/gwaei/Makefile.in-711-gwaei-search-data.o: search-data.c
gwaei-3.6.2/src/gwaei/Makefile.in:712:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-search-data.o -MD -MP -MF $(DEPDIR)/gwaei-search-data.Tpo -c -o gwaei-search-data.o `test -f 'search-data.c' || echo '$(srcdir)/'`search-data.c
gwaei-3.6.2/src/gwaei/Makefile.in-713-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-search-data.Tpo $(DEPDIR)/gwaei-search-data.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-715-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:716:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-search-data.o `test -f 'search-data.c' || echo '$(srcdir)/'`search-data.c
gwaei-3.6.2/src/gwaei/Makefile.in-717-
gwaei-3.6.2/src/gwaei/Makefile.in-718-gwaei-search-data.obj: search-data.c
gwaei-3.6.2/src/gwaei/Makefile.in:719:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-search-data.obj -MD -MP -MF $(DEPDIR)/gwaei-search-data.Tpo -c -o gwaei-search-data.obj `if test -f 'search-data.c'; then $(CYGPATH_W) 'search-data.c'; else $(CYGPATH_W) '$(srcdir)/search-data.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-720-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-search-data.Tpo $(DEPDIR)/gwaei-search-data.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-722-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:723:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-search-data.obj `if test -f 'search-data.c'; then $(CYGPATH_W) 'search-data.c'; else $(CYGPATH_W) '$(srcdir)/search-data.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-724-
gwaei-3.6.2/src/gwaei/Makefile.in-725-gwaei-printing.o: printing.c
gwaei-3.6.2/src/gwaei/Makefile.in:726:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-printing.o -MD -MP -MF $(DEPDIR)/gwaei-printing.Tpo -c -o gwaei-printing.o `test -f 'printing.c' || echo '$(srcdir)/'`printing.c
gwaei-3.6.2/src/gwaei/Makefile.in-727-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-printing.Tpo $(DEPDIR)/gwaei-printing.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-729-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:730:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-printing.o `test -f 'printing.c' || echo '$(srcdir)/'`printing.c
gwaei-3.6.2/src/gwaei/Makefile.in-731-
gwaei-3.6.2/src/gwaei/Makefile.in-732-gwaei-printing.obj: printing.c
gwaei-3.6.2/src/gwaei/Makefile.in:733:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-printing.obj -MD -MP -MF $(DEPDIR)/gwaei-printing.Tpo -c -o gwaei-printing.obj `if test -f 'printing.c'; then $(CYGPATH_W) 'printing.c'; else $(CYGPATH_W) '$(srcdir)/printing.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-734-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-printing.Tpo $(DEPDIR)/gwaei-printing.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-736-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:737:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-printing.obj `if test -f 'printing.c'; then $(CYGPATH_W) 'printing.c'; else $(CYGPATH_W) '$(srcdir)/printing.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-738-
gwaei-3.6.2/src/gwaei/Makefile.in-739-gwaei-radicalswindow.o: radicalswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:740:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-radicalswindow.o -MD -MP -MF $(DEPDIR)/gwaei-radicalswindow.Tpo -c -o gwaei-radicalswindow.o `test -f 'radicalswindow.c' || echo '$(srcdir)/'`radicalswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-741-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-radicalswindow.Tpo $(DEPDIR)/gwaei-radicalswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-743-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:744:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-radicalswindow.o `test -f 'radicalswindow.c' || echo '$(srcdir)/'`radicalswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-745-
gwaei-3.6.2/src/gwaei/Makefile.in-746-gwaei-radicalswindow.obj: radicalswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:747:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-radicalswindow.obj -MD -MP -MF $(DEPDIR)/gwaei-radicalswindow.Tpo -c -o gwaei-radicalswindow.obj `if test -f 'radicalswindow.c'; then $(CYGPATH_W) 'radicalswindow.c'; else $(CYGPATH_W) '$(srcdir)/radicalswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-748-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-radicalswindow.Tpo $(DEPDIR)/gwaei-radicalswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-750-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:751:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-radicalswindow.obj `if test -f 'radicalswindow.c'; then $(CYGPATH_W) 'radicalswindow.c'; else $(CYGPATH_W) '$(srcdir)/radicalswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-752-
gwaei-3.6.2/src/gwaei/Makefile.in-753-gwaei-radicalswindow-callbacks.o: radicalswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:754:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-radicalswindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-radicalswindow-callbacks.Tpo -c -o gwaei-radicalswindow-callbacks.o `test -f 'radicalswindow-callbacks.c' || echo '$(srcdir)/'`radicalswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-755-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-radicalswindow-callbacks.Tpo $(DEPDIR)/gwaei-radicalswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-757-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:758:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-radicalswindow-callbacks.o `test -f 'radicalswindow-callbacks.c' || echo '$(srcdir)/'`radicalswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-759-
gwaei-3.6.2/src/gwaei/Makefile.in-760-gwaei-radicalswindow-callbacks.obj: radicalswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:761:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-radicalswindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-radicalswindow-callbacks.Tpo -c -o gwaei-radicalswindow-callbacks.obj `if test -f 'radicalswindow-callbacks.c'; then $(CYGPATH_W) 'radicalswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/radicalswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-762-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-radicalswindow-callbacks.Tpo $(DEPDIR)/gwaei-radicalswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-764-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:765:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-radicalswindow-callbacks.obj `if test -f 'radicalswindow-callbacks.c'; then $(CYGPATH_W) 'radicalswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/radicalswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-766-
gwaei-3.6.2/src/gwaei/Makefile.in-767-gwaei-kanjipadwindow-callbacks.o: kanjipadwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:768:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipadwindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Tpo -c -o gwaei-kanjipadwindow-callbacks.o `test -f 'kanjipadwindow-callbacks.c' || echo '$(srcdir)/'`kanjipadwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-769-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Tpo $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-771-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:772:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipadwindow-callbacks.o `test -f 'kanjipadwindow-callbacks.c' || echo '$(srcdir)/'`kanjipadwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-773-
gwaei-3.6.2/src/gwaei/Makefile.in-774-gwaei-kanjipadwindow-callbacks.obj: kanjipadwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:775:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipadwindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Tpo -c -o gwaei-kanjipadwindow-callbacks.obj `if test -f 'kanjipadwindow-callbacks.c'; then $(CYGPATH_W) 'kanjipadwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/kanjipadwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-776-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Tpo $(DEPDIR)/gwaei-kanjipadwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:779:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipadwindow-callbacks.obj `if test -f 'kanjipadwindow-callbacks.c'; then $(CYGPATH_W) 'kanjipadwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/kanjipadwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-780-
gwaei-3.6.2/src/gwaei/Makefile.in-781-gwaei-kanjipad-drawingarea.o: kanjipad-drawingarea.c
gwaei-3.6.2/src/gwaei/Makefile.in:782:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipad-drawingarea.o -MD -MP -MF $(DEPDIR)/gwaei-kanjipad-drawingarea.Tpo -c -o gwaei-kanjipad-drawingarea.o `test -f 'kanjipad-drawingarea.c' || echo '$(srcdir)/'`kanjipad-drawingarea.c
gwaei-3.6.2/src/gwaei/Makefile.in-783-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipad-drawingarea.Tpo $(DEPDIR)/gwaei-kanjipad-drawingarea.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-785-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:786:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipad-drawingarea.o `test -f 'kanjipad-drawingarea.c' || echo '$(srcdir)/'`kanjipad-drawingarea.c
gwaei-3.6.2/src/gwaei/Makefile.in-787-
gwaei-3.6.2/src/gwaei/Makefile.in-788-gwaei-kanjipad-drawingarea.obj: kanjipad-drawingarea.c
gwaei-3.6.2/src/gwaei/Makefile.in:789:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipad-drawingarea.obj -MD -MP -MF $(DEPDIR)/gwaei-kanjipad-drawingarea.Tpo -c -o gwaei-kanjipad-drawingarea.obj `if test -f 'kanjipad-drawingarea.c'; then $(CYGPATH_W) 'kanjipad-drawingarea.c'; else $(CYGPATH_W) '$(srcdir)/kanjipad-drawingarea.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-790-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipad-drawingarea.Tpo $(DEPDIR)/gwaei-kanjipad-drawingarea.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-792-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:793:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipad-drawingarea.obj `if test -f 'kanjipad-drawingarea.c'; then $(CYGPATH_W) 'kanjipad-drawingarea.c'; else $(CYGPATH_W) '$(srcdir)/kanjipad-drawingarea.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-794-
gwaei-3.6.2/src/gwaei/Makefile.in-795-gwaei-kanjipad-candidatearea.o: kanjipad-candidatearea.c
gwaei-3.6.2/src/gwaei/Makefile.in:796:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipad-candidatearea.o -MD -MP -MF $(DEPDIR)/gwaei-kanjipad-candidatearea.Tpo -c -o gwaei-kanjipad-candidatearea.o `test -f 'kanjipad-candidatearea.c' || echo '$(srcdir)/'`kanjipad-candidatearea.c
gwaei-3.6.2/src/gwaei/Makefile.in-797-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipad-candidatearea.Tpo $(DEPDIR)/gwaei-kanjipad-candidatearea.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-799-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:800:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipad-candidatearea.o `test -f 'kanjipad-candidatearea.c' || echo '$(srcdir)/'`kanjipad-candidatearea.c
gwaei-3.6.2/src/gwaei/Makefile.in-801-
gwaei-3.6.2/src/gwaei/Makefile.in-802-gwaei-kanjipad-candidatearea.obj: kanjipad-candidatearea.c
gwaei-3.6.2/src/gwaei/Makefile.in:803:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipad-candidatearea.obj -MD -MP -MF $(DEPDIR)/gwaei-kanjipad-candidatearea.Tpo -c -o gwaei-kanjipad-candidatearea.obj `if test -f 'kanjipad-candidatearea.c'; then $(CYGPATH_W) 'kanjipad-candidatearea.c'; else $(CYGPATH_W) '$(srcdir)/kanjipad-candidatearea.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-804-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipad-candidatearea.Tpo $(DEPDIR)/gwaei-kanjipad-candidatearea.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-806-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:807:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipad-candidatearea.obj `if test -f 'kanjipad-candidatearea.c'; then $(CYGPATH_W) 'kanjipad-candidatearea.c'; else $(CYGPATH_W) '$(srcdir)/kanjipad-candidatearea.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-808-
gwaei-3.6.2/src/gwaei/Makefile.in-809-gwaei-kanjipadwindow.o: kanjipadwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:810:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipadwindow.o -MD -MP -MF $(DEPDIR)/gwaei-kanjipadwindow.Tpo -c -o gwaei-kanjipadwindow.o `test -f 'kanjipadwindow.c' || echo '$(srcdir)/'`kanjipadwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-811-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipadwindow.Tpo $(DEPDIR)/gwaei-kanjipadwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-813-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:814:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipadwindow.o `test -f 'kanjipadwindow.c' || echo '$(srcdir)/'`kanjipadwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-815-
gwaei-3.6.2/src/gwaei/Makefile.in-816-gwaei-kanjipadwindow.obj: kanjipadwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:817:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-kanjipadwindow.obj -MD -MP -MF $(DEPDIR)/gwaei-kanjipadwindow.Tpo -c -o gwaei-kanjipadwindow.obj `if test -f 'kanjipadwindow.c'; then $(CYGPATH_W) 'kanjipadwindow.c'; else $(CYGPATH_W) '$(srcdir)/kanjipadwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-818-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-kanjipadwindow.Tpo $(DEPDIR)/gwaei-kanjipadwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-820-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:821:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-kanjipadwindow.obj `if test -f 'kanjipadwindow.c'; then $(CYGPATH_W) 'kanjipadwindow.c'; else $(CYGPATH_W) '$(srcdir)/kanjipadwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-822-
gwaei-3.6.2/src/gwaei/Makefile.in-823-gwaei-settingswindow.o: settingswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:824:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-settingswindow.o -MD -MP -MF $(DEPDIR)/gwaei-settingswindow.Tpo -c -o gwaei-settingswindow.o `test -f 'settingswindow.c' || echo '$(srcdir)/'`settingswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-825-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-settingswindow.Tpo $(DEPDIR)/gwaei-settingswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-827-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:828:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-settingswindow.o `test -f 'settingswindow.c' || echo '$(srcdir)/'`settingswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-829-
gwaei-3.6.2/src/gwaei/Makefile.in-830-gwaei-settingswindow.obj: settingswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:831:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-settingswindow.obj -MD -MP -MF $(DEPDIR)/gwaei-settingswindow.Tpo -c -o gwaei-settingswindow.obj `if test -f 'settingswindow.c'; then $(CYGPATH_W) 'settingswindow.c'; else $(CYGPATH_W) '$(srcdir)/settingswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-832-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-settingswindow.Tpo $(DEPDIR)/gwaei-settingswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-834-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:835:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-settingswindow.obj `if test -f 'settingswindow.c'; then $(CYGPATH_W) 'settingswindow.c'; else $(CYGPATH_W) '$(srcdir)/settingswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-836-
gwaei-3.6.2/src/gwaei/Makefile.in-837-gwaei-settingswindow-callbacks.o: settingswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:838:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-settingswindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-settingswindow-callbacks.Tpo -c -o gwaei-settingswindow-callbacks.o `test -f 'settingswindow-callbacks.c' || echo '$(srcdir)/'`settingswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-839-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-settingswindow-callbacks.Tpo $(DEPDIR)/gwaei-settingswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-841-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:842:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-settingswindow-callbacks.o `test -f 'settingswindow-callbacks.c' || echo '$(srcdir)/'`settingswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-843-
gwaei-3.6.2/src/gwaei/Makefile.in-844-gwaei-settingswindow-callbacks.obj: settingswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:845:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-settingswindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-settingswindow-callbacks.Tpo -c -o gwaei-settingswindow-callbacks.obj `if test -f 'settingswindow-callbacks.c'; then $(CYGPATH_W) 'settingswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/settingswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-846-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-settingswindow-callbacks.Tpo $(DEPDIR)/gwaei-settingswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:849:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-settingswindow-callbacks.obj `if test -f 'settingswindow-callbacks.c'; then $(CYGPATH_W) 'settingswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/settingswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-850-
gwaei-3.6.2/src/gwaei/Makefile.in-851-gwaei-dictionaryinstallwindow.o: dictionaryinstallwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:852:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionaryinstallwindow.o -MD -MP -MF $(DEPDIR)/gwaei-dictionaryinstallwindow.Tpo -c -o gwaei-dictionaryinstallwindow.o `test -f 'dictionaryinstallwindow.c' || echo '$(srcdir)/'`dictionaryinstallwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-853-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionaryinstallwindow.Tpo $(DEPDIR)/gwaei-dictionaryinstallwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-855-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:856:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionaryinstallwindow.o `test -f 'dictionaryinstallwindow.c' || echo '$(srcdir)/'`dictionaryinstallwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-857-
gwaei-3.6.2/src/gwaei/Makefile.in-858-gwaei-dictionaryinstallwindow.obj: dictionaryinstallwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:859:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionaryinstallwindow.obj -MD -MP -MF $(DEPDIR)/gwaei-dictionaryinstallwindow.Tpo -c -o gwaei-dictionaryinstallwindow.obj `if test -f 'dictionaryinstallwindow.c'; then $(CYGPATH_W) 'dictionaryinstallwindow.c'; else $(CYGPATH_W) '$(srcdir)/dictionaryinstallwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-860-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionaryinstallwindow.Tpo $(DEPDIR)/gwaei-dictionaryinstallwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:863:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionaryinstallwindow.obj `if test -f 'dictionaryinstallwindow.c'; then $(CYGPATH_W) 'dictionaryinstallwindow.c'; else $(CYGPATH_W) '$(srcdir)/dictionaryinstallwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-864-
gwaei-3.6.2/src/gwaei/Makefile.in-865-gwaei-dictionaryinstallwindow-callbacks.o: dictionaryinstallwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:866:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionaryinstallwindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Tpo -c -o gwaei-dictionaryinstallwindow-callbacks.o `test -f 'dictionaryinstallwindow-callbacks.c' || echo '$(srcdir)/'`dictionaryinstallwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-867-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Tpo $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:870:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionaryinstallwindow-callbacks.o `test -f 'dictionaryinstallwindow-callbacks.c' || echo '$(srcdir)/'`dictionaryinstallwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-871-
gwaei-3.6.2/src/gwaei/Makefile.in-872-gwaei-dictionaryinstallwindow-callbacks.obj: dictionaryinstallwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:873:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-dictionaryinstallwindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Tpo -c -o gwaei-dictionaryinstallwindow-callbacks.obj `if test -f 'dictionaryinstallwindow-callbacks.c'; then $(CYGPATH_W) 'dictionaryinstallwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/dictionaryinstallwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-874-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Tpo $(DEPDIR)/gwaei-dictionaryinstallwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:877:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-dictionaryinstallwindow-callbacks.obj `if test -f 'dictionaryinstallwindow-callbacks.c'; then $(CYGPATH_W) 'dictionaryinstallwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/dictionaryinstallwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-878-
gwaei-3.6.2/src/gwaei/Makefile.in-879-gwaei-installprogresswindow.o: installprogresswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:880:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-installprogresswindow.o -MD -MP -MF $(DEPDIR)/gwaei-installprogresswindow.Tpo -c -o gwaei-installprogresswindow.o `test -f 'installprogresswindow.c' || echo '$(srcdir)/'`installprogresswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-881-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-installprogresswindow.Tpo $(DEPDIR)/gwaei-installprogresswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:884:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-installprogresswindow.o `test -f 'installprogresswindow.c' || echo '$(srcdir)/'`installprogresswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-885-
gwaei-3.6.2/src/gwaei/Makefile.in-886-gwaei-installprogresswindow.obj: installprogresswindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:887:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-installprogresswindow.obj -MD -MP -MF $(DEPDIR)/gwaei-installprogresswindow.Tpo -c -o gwaei-installprogresswindow.obj `if test -f 'installprogresswindow.c'; then $(CYGPATH_W) 'installprogresswindow.c'; else $(CYGPATH_W) '$(srcdir)/installprogresswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-888-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-installprogresswindow.Tpo $(DEPDIR)/gwaei-installprogresswindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:891:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-installprogresswindow.obj `if test -f 'installprogresswindow.c'; then $(CYGPATH_W) 'installprogresswindow.c'; else $(CYGPATH_W) '$(srcdir)/installprogresswindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-892-
gwaei-3.6.2/src/gwaei/Makefile.in-893-gwaei-installprogresswindow-callbacks.o: installprogresswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:894:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-installprogresswindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-installprogresswindow-callbacks.Tpo -c -o gwaei-installprogresswindow-callbacks.o `test -f 'installprogresswindow-callbacks.c' || echo '$(srcdir)/'`installprogresswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-895-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-installprogresswindow-callbacks.Tpo $(DEPDIR)/gwaei-installprogresswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:898:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-installprogresswindow-callbacks.o `test -f 'installprogresswindow-callbacks.c' || echo '$(srcdir)/'`installprogresswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-899-
gwaei-3.6.2/src/gwaei/Makefile.in-900-gwaei-installprogresswindow-callbacks.obj: installprogresswindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:901:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-installprogresswindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-installprogresswindow-callbacks.Tpo -c -o gwaei-installprogresswindow-callbacks.obj `if test -f 'installprogresswindow-callbacks.c'; then $(CYGPATH_W) 'installprogresswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/installprogresswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-902-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-installprogresswindow-callbacks.Tpo $(DEPDIR)/gwaei-installprogresswindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:905:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-installprogresswindow-callbacks.obj `if test -f 'installprogresswindow-callbacks.c'; then $(CYGPATH_W) 'installprogresswindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/installprogresswindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-906-
gwaei-3.6.2/src/gwaei/Makefile.in-907-gwaei-vocabularywindow.o: vocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:908:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywindow.o -MD -MP -MF $(DEPDIR)/gwaei-vocabularywindow.Tpo -c -o gwaei-vocabularywindow.o `test -f 'vocabularywindow.c' || echo '$(srcdir)/'`vocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-909-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywindow.Tpo $(DEPDIR)/gwaei-vocabularywindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:912:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywindow.o `test -f 'vocabularywindow.c' || echo '$(srcdir)/'`vocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-913-
gwaei-3.6.2/src/gwaei/Makefile.in-914-gwaei-vocabularywindow.obj: vocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:915:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywindow.obj -MD -MP -MF $(DEPDIR)/gwaei-vocabularywindow.Tpo -c -o gwaei-vocabularywindow.obj `if test -f 'vocabularywindow.c'; then $(CYGPATH_W) 'vocabularywindow.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-916-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywindow.Tpo $(DEPDIR)/gwaei-vocabularywindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:919:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywindow.obj `if test -f 'vocabularywindow.c'; then $(CYGPATH_W) 'vocabularywindow.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-920-
gwaei-3.6.2/src/gwaei/Makefile.in-921-gwaei-vocabularywindow-callbacks.o: vocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:922:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-vocabularywindow-callbacks.Tpo -c -o gwaei-vocabularywindow-callbacks.o `test -f 'vocabularywindow-callbacks.c' || echo '$(srcdir)/'`vocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-923-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywindow-callbacks.Tpo $(DEPDIR)/gwaei-vocabularywindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:926:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywindow-callbacks.o `test -f 'vocabularywindow-callbacks.c' || echo '$(srcdir)/'`vocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-927-
gwaei-3.6.2/src/gwaei/Makefile.in-928-gwaei-vocabularywindow-callbacks.obj: vocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:929:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-vocabularywindow-callbacks.Tpo -c -o gwaei-vocabularywindow-callbacks.obj `if test -f 'vocabularywindow-callbacks.c'; then $(CYGPATH_W) 'vocabularywindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-930-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywindow-callbacks.Tpo $(DEPDIR)/gwaei-vocabularywindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:933:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywindow-callbacks.obj `if test -f 'vocabularywindow-callbacks.c'; then $(CYGPATH_W) 'vocabularywindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-934-
gwaei-3.6.2/src/gwaei/Makefile.in-935-gwaei-vocabularywordstore.o: vocabularywordstore.c
gwaei-3.6.2/src/gwaei/Makefile.in:936:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywordstore.o -MD -MP -MF $(DEPDIR)/gwaei-vocabularywordstore.Tpo -c -o gwaei-vocabularywordstore.o `test -f 'vocabularywordstore.c' || echo '$(srcdir)/'`vocabularywordstore.c
gwaei-3.6.2/src/gwaei/Makefile.in-937-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywordstore.Tpo $(DEPDIR)/gwaei-vocabularywordstore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:940:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywordstore.o `test -f 'vocabularywordstore.c' || echo '$(srcdir)/'`vocabularywordstore.c
gwaei-3.6.2/src/gwaei/Makefile.in-941-
gwaei-3.6.2/src/gwaei/Makefile.in-942-gwaei-vocabularywordstore.obj: vocabularywordstore.c
gwaei-3.6.2/src/gwaei/Makefile.in:943:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularywordstore.obj -MD -MP -MF $(DEPDIR)/gwaei-vocabularywordstore.Tpo -c -o gwaei-vocabularywordstore.obj `if test -f 'vocabularywordstore.c'; then $(CYGPATH_W) 'vocabularywordstore.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywordstore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-944-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularywordstore.Tpo $(DEPDIR)/gwaei-vocabularywordstore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:947:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularywordstore.obj `if test -f 'vocabularywordstore.c'; then $(CYGPATH_W) 'vocabularywordstore.c'; else $(CYGPATH_W) '$(srcdir)/vocabularywordstore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-948-
gwaei-3.6.2/src/gwaei/Makefile.in-949-gwaei-vocabularyliststore.o: vocabularyliststore.c
gwaei-3.6.2/src/gwaei/Makefile.in:950:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularyliststore.o -MD -MP -MF $(DEPDIR)/gwaei-vocabularyliststore.Tpo -c -o gwaei-vocabularyliststore.o `test -f 'vocabularyliststore.c' || echo '$(srcdir)/'`vocabularyliststore.c
gwaei-3.6.2/src/gwaei/Makefile.in-951-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularyliststore.Tpo $(DEPDIR)/gwaei-vocabularyliststore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:954:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularyliststore.o `test -f 'vocabularyliststore.c' || echo '$(srcdir)/'`vocabularyliststore.c
gwaei-3.6.2/src/gwaei/Makefile.in-955-
gwaei-3.6.2/src/gwaei/Makefile.in-956-gwaei-vocabularyliststore.obj: vocabularyliststore.c
gwaei-3.6.2/src/gwaei/Makefile.in:957:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-vocabularyliststore.obj -MD -MP -MF $(DEPDIR)/gwaei-vocabularyliststore.Tpo -c -o gwaei-vocabularyliststore.obj `if test -f 'vocabularyliststore.c'; then $(CYGPATH_W) 'vocabularyliststore.c'; else $(CYGPATH_W) '$(srcdir)/vocabularyliststore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-958-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-vocabularyliststore.Tpo $(DEPDIR)/gwaei-vocabularyliststore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:961:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-vocabularyliststore.obj `if test -f 'vocabularyliststore.c'; then $(CYGPATH_W) 'vocabularyliststore.c'; else $(CYGPATH_W) '$(srcdir)/vocabularyliststore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-962-
gwaei-3.6.2/src/gwaei/Makefile.in-963-gwaei-addvocabularywindow.o: addvocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:964:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-addvocabularywindow.o -MD -MP -MF $(DEPDIR)/gwaei-addvocabularywindow.Tpo -c -o gwaei-addvocabularywindow.o `test -f 'addvocabularywindow.c' || echo '$(srcdir)/'`addvocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-965-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-addvocabularywindow.Tpo $(DEPDIR)/gwaei-addvocabularywindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:968:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-addvocabularywindow.o `test -f 'addvocabularywindow.c' || echo '$(srcdir)/'`addvocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-969-
gwaei-3.6.2/src/gwaei/Makefile.in-970-gwaei-addvocabularywindow.obj: addvocabularywindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:971:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-addvocabularywindow.obj -MD -MP -MF $(DEPDIR)/gwaei-addvocabularywindow.Tpo -c -o gwaei-addvocabularywindow.obj `if test -f 'addvocabularywindow.c'; then $(CYGPATH_W) 'addvocabularywindow.c'; else $(CYGPATH_W) '$(srcdir)/addvocabularywindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-972-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-addvocabularywindow.Tpo $(DEPDIR)/gwaei-addvocabularywindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:975:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-addvocabularywindow.obj `if test -f 'addvocabularywindow.c'; then $(CYGPATH_W) 'addvocabularywindow.c'; else $(CYGPATH_W) '$(srcdir)/addvocabularywindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-976-
gwaei-3.6.2/src/gwaei/Makefile.in-977-gwaei-addvocabularywindow-callbacks.o: addvocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:978:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-addvocabularywindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Tpo -c -o gwaei-addvocabularywindow-callbacks.o `test -f 'addvocabularywindow-callbacks.c' || echo '$(srcdir)/'`addvocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-979-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Tpo $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:982:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-addvocabularywindow-callbacks.o `test -f 'addvocabularywindow-callbacks.c' || echo '$(srcdir)/'`addvocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-983-
gwaei-3.6.2/src/gwaei/Makefile.in-984-gwaei-addvocabularywindow-callbacks.obj: addvocabularywindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:985:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-addvocabularywindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Tpo -c -o gwaei-addvocabularywindow-callbacks.obj `if test -f 'addvocabularywindow-callbacks.c'; then $(CYGPATH_W) 'addvocabularywindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/addvocabularywindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-986-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Tpo $(DEPDIR)/gwaei-addvocabularywindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:989:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-addvocabularywindow-callbacks.obj `if test -f 'addvocabularywindow-callbacks.c'; then $(CYGPATH_W) 'addvocabularywindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/addvocabularywindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-990-
gwaei-3.6.2/src/gwaei/Makefile.in-991-gwaei-flashcardwindow.o: flashcardwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:992:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardwindow.o -MD -MP -MF $(DEPDIR)/gwaei-flashcardwindow.Tpo -c -o gwaei-flashcardwindow.o `test -f 'flashcardwindow.c' || echo '$(srcdir)/'`flashcardwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-993-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardwindow.Tpo $(DEPDIR)/gwaei-flashcardwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:996:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardwindow.o `test -f 'flashcardwindow.c' || echo '$(srcdir)/'`flashcardwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in-997-
gwaei-3.6.2/src/gwaei/Makefile.in-998-gwaei-flashcardwindow.obj: flashcardwindow.c
gwaei-3.6.2/src/gwaei/Makefile.in:999:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardwindow.obj -MD -MP -MF $(DEPDIR)/gwaei-flashcardwindow.Tpo -c -o gwaei-flashcardwindow.obj `if test -f 'flashcardwindow.c'; then $(CYGPATH_W) 'flashcardwindow.c'; else $(CYGPATH_W) '$(srcdir)/flashcardwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1000-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardwindow.Tpo $(DEPDIR)/gwaei-flashcardwindow.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1003:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardwindow.obj `if test -f 'flashcardwindow.c'; then $(CYGPATH_W) 'flashcardwindow.c'; else $(CYGPATH_W) '$(srcdir)/flashcardwindow.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1004-
gwaei-3.6.2/src/gwaei/Makefile.in-1005-gwaei-flashcardwindow-callbacks.o: flashcardwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:1006:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardwindow-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-flashcardwindow-callbacks.Tpo -c -o gwaei-flashcardwindow-callbacks.o `test -f 'flashcardwindow-callbacks.c' || echo '$(srcdir)/'`flashcardwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-1007-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardwindow-callbacks.Tpo $(DEPDIR)/gwaei-flashcardwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1010:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardwindow-callbacks.o `test -f 'flashcardwindow-callbacks.c' || echo '$(srcdir)/'`flashcardwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-1011-
gwaei-3.6.2/src/gwaei/Makefile.in-1012-gwaei-flashcardwindow-callbacks.obj: flashcardwindow-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:1013:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardwindow-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-flashcardwindow-callbacks.Tpo -c -o gwaei-flashcardwindow-callbacks.obj `if test -f 'flashcardwindow-callbacks.c'; then $(CYGPATH_W) 'flashcardwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/flashcardwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1014-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardwindow-callbacks.Tpo $(DEPDIR)/gwaei-flashcardwindow-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1017:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardwindow-callbacks.obj `if test -f 'flashcardwindow-callbacks.c'; then $(CYGPATH_W) 'flashcardwindow-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/flashcardwindow-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1018-
gwaei-3.6.2/src/gwaei/Makefile.in-1019-gwaei-flashcardstore.o: flashcardstore.c
gwaei-3.6.2/src/gwaei/Makefile.in:1020:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardstore.o -MD -MP -MF $(DEPDIR)/gwaei-flashcardstore.Tpo -c -o gwaei-flashcardstore.o `test -f 'flashcardstore.c' || echo '$(srcdir)/'`flashcardstore.c
gwaei-3.6.2/src/gwaei/Makefile.in-1021-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardstore.Tpo $(DEPDIR)/gwaei-flashcardstore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1024:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardstore.o `test -f 'flashcardstore.c' || echo '$(srcdir)/'`flashcardstore.c
gwaei-3.6.2/src/gwaei/Makefile.in-1025-
gwaei-3.6.2/src/gwaei/Makefile.in-1026-gwaei-flashcardstore.obj: flashcardstore.c
gwaei-3.6.2/src/gwaei/Makefile.in:1027:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-flashcardstore.obj -MD -MP -MF $(DEPDIR)/gwaei-flashcardstore.Tpo -c -o gwaei-flashcardstore.obj `if test -f 'flashcardstore.c'; then $(CYGPATH_W) 'flashcardstore.c'; else $(CYGPATH_W) '$(srcdir)/flashcardstore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1028-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-flashcardstore.Tpo $(DEPDIR)/gwaei-flashcardstore.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1031:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-flashcardstore.obj `if test -f 'flashcardstore.c'; then $(CYGPATH_W) 'flashcardstore.c'; else $(CYGPATH_W) '$(srcdir)/flashcardstore.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1032-
gwaei-3.6.2/src/gwaei/Makefile.in-1033-gwaei-texttagtable.o: texttagtable.c
gwaei-3.6.2/src/gwaei/Makefile.in:1034:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-texttagtable.o -MD -MP -MF $(DEPDIR)/gwaei-texttagtable.Tpo -c -o gwaei-texttagtable.o `test -f 'texttagtable.c' || echo '$(srcdir)/'`texttagtable.c
gwaei-3.6.2/src/gwaei/Makefile.in-1035-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-texttagtable.Tpo $(DEPDIR)/gwaei-texttagtable.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1038:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-texttagtable.o `test -f 'texttagtable.c' || echo '$(srcdir)/'`texttagtable.c
gwaei-3.6.2/src/gwaei/Makefile.in-1039-
gwaei-3.6.2/src/gwaei/Makefile.in-1040-gwaei-texttagtable.obj: texttagtable.c
gwaei-3.6.2/src/gwaei/Makefile.in:1041:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-texttagtable.obj -MD -MP -MF $(DEPDIR)/gwaei-texttagtable.Tpo -c -o gwaei-texttagtable.obj `if test -f 'texttagtable.c'; then $(CYGPATH_W) 'texttagtable.c'; else $(CYGPATH_W) '$(srcdir)/texttagtable.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1042-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-texttagtable.Tpo $(DEPDIR)/gwaei-texttagtable.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1045:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-texttagtable.obj `if test -f 'texttagtable.c'; then $(CYGPATH_W) 'texttagtable.c'; else $(CYGPATH_W) '$(srcdir)/texttagtable.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1046-
gwaei-3.6.2/src/gwaei/Makefile.in-1047-gwaei-history.o: history.c
gwaei-3.6.2/src/gwaei/Makefile.in:1048:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-history.o -MD -MP -MF $(DEPDIR)/gwaei-history.Tpo -c -o gwaei-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
gwaei-3.6.2/src/gwaei/Makefile.in-1049-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-history.Tpo $(DEPDIR)/gwaei-history.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1052:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
gwaei-3.6.2/src/gwaei/Makefile.in-1053-
gwaei-3.6.2/src/gwaei/Makefile.in-1054-gwaei-history.obj: history.c
gwaei-3.6.2/src/gwaei/Makefile.in:1055:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-history.obj -MD -MP -MF $(DEPDIR)/gwaei-history.Tpo -c -o gwaei-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1056-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-history.Tpo $(DEPDIR)/gwaei-history.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1059:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1060-
gwaei-3.6.2/src/gwaei/Makefile.in-1061-gwaei-spellcheck.o: spellcheck.c
gwaei-3.6.2/src/gwaei/Makefile.in:1062:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-spellcheck.o -MD -MP -MF $(DEPDIR)/gwaei-spellcheck.Tpo -c -o gwaei-spellcheck.o `test -f 'spellcheck.c' || echo '$(srcdir)/'`spellcheck.c
gwaei-3.6.2/src/gwaei/Makefile.in-1063-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-spellcheck.Tpo $(DEPDIR)/gwaei-spellcheck.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1066:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-spellcheck.o `test -f 'spellcheck.c' || echo '$(srcdir)/'`spellcheck.c
gwaei-3.6.2/src/gwaei/Makefile.in-1067-
gwaei-3.6.2/src/gwaei/Makefile.in-1068-gwaei-spellcheck.obj: spellcheck.c
gwaei-3.6.2/src/gwaei/Makefile.in:1069:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-spellcheck.obj -MD -MP -MF $(DEPDIR)/gwaei-spellcheck.Tpo -c -o gwaei-spellcheck.obj `if test -f 'spellcheck.c'; then $(CYGPATH_W) 'spellcheck.c'; else $(CYGPATH_W) '$(srcdir)/spellcheck.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1070-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-spellcheck.Tpo $(DEPDIR)/gwaei-spellcheck.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1073:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-spellcheck.obj `if test -f 'spellcheck.c'; then $(CYGPATH_W) 'spellcheck.c'; else $(CYGPATH_W) '$(srcdir)/spellcheck.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1074-
gwaei-3.6.2/src/gwaei/Makefile.in-1075-gwaei-spellcheck-callbacks.o: spellcheck-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:1076:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-spellcheck-callbacks.o -MD -MP -MF $(DEPDIR)/gwaei-spellcheck-callbacks.Tpo -c -o gwaei-spellcheck-callbacks.o `test -f 'spellcheck-callbacks.c' || echo '$(srcdir)/'`spellcheck-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-1077-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-spellcheck-callbacks.Tpo $(DEPDIR)/gwaei-spellcheck-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1080:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-spellcheck-callbacks.o `test -f 'spellcheck-callbacks.c' || echo '$(srcdir)/'`spellcheck-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in-1081-
gwaei-3.6.2/src/gwaei/Makefile.in-1082-gwaei-spellcheck-callbacks.obj: spellcheck-callbacks.c
gwaei-3.6.2/src/gwaei/Makefile.in:1083:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gwaei-spellcheck-callbacks.obj -MD -MP -MF $(DEPDIR)/gwaei-spellcheck-callbacks.Tpo -c -o gwaei-spellcheck-callbacks.obj `if test -f 'spellcheck-callbacks.c'; then $(CYGPATH_W) 'spellcheck-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/spellcheck-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1084-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/gwaei-spellcheck-callbacks.Tpo $(DEPDIR)/gwaei-spellcheck-callbacks.Po
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/gwaei/Makefile.in:1087:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gwaei_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gwaei-spellcheck-callbacks.obj `if test -f 'spellcheck-callbacks.c'; then $(CYGPATH_W) 'spellcheck-callbacks.c'; else $(CYGPATH_W) '$(srcdir)/spellcheck-callbacks.c'; fi`
gwaei-3.6.2/src/gwaei/Makefile.in-1088-
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1112-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gwaei-3.6.2/src/gwaei/Makefile.in:1113:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/gwaei/Makefile.in-1114-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1130-	dot_seen=no; \
gwaei-3.6.2/src/gwaei/Makefile.in:1131:	target=`echo $@ | sed s/-recursive//`; \
gwaei-3.6.2/src/gwaei/Makefile.in-1132-	case "$@" in \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1220-GTAGS:
gwaei-3.6.2/src/gwaei/Makefile.in:1221:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/gwaei/Makefile.in-1222-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1242-distdir: $(DISTFILES)
gwaei-3.6.2/src/gwaei/Makefile.in:1243:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/Makefile.in:1244:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/Makefile.in-1245-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/gwaei/Makefile.in-1256-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/gwaei/Makefile.in:1257:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/gwaei/Makefile.in-1258-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/gwaei/mingw/Makefile.in-291-distdir: $(DISTFILES)
gwaei-3.6.2/src/gwaei/mingw/Makefile.in:292:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/mingw/Makefile.in:293:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/mingw/Makefile.in-294-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/gwaei/mingw/Makefile.in-305-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/gwaei/mingw/Makefile.in:306:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/gwaei/mingw/Makefile.in-307-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-99-  esac
gwaei-3.6.2/src/gwaei/help/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/gwaei/help/Makefile.in-101-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/gwaei/help/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-103-    *) f=$$p;; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-104-  esac;
gwaei-3.6.2/src/gwaei/help/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/gwaei/help/Makefile.in-106-am__install_max = 40
gwaei-3.6.2/src/gwaei/help/Makefile.in-107-am__nobase_strip_setup = \
gwaei-3.6.2/src/gwaei/help/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/gwaei/help/Makefile.in-109-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-485-	@list='$(cglossary_DATA)'; test -n "$(cglossarydir)" || list=; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:486:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-487-	dir='$(DESTDIR)$(cglossarydir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-497-distdir: $(DISTFILES)
gwaei-3.6.2/src/gwaei/help/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-511-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/gwaei/help/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-657-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gwaei-3.6.2/src/gwaei/help/Makefile.in:658:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-659-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-667-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gwaei-3.6.2/src/gwaei/help/Makefile.in:668:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-669-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-672-	  echo $$xmlpath; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:673:	  ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-674-	  for id in $$ids; do \
gwaei-3.6.2/src/gwaei/help/Makefile.in:675:	    echo '#define HELP_'`echo $$docid`'_'`echo $$id \
gwaei-3.6.2/src/gwaei/help/Makefile.in-676-	      | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-725-
gwaei-3.6.2/src/gwaei/help/Makefile.in:726:_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
gwaei-3.6.2/src/gwaei/help/Makefile.in:727:_db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
gwaei-3.6.2/src/gwaei/help/Makefile.in:728:_chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
gwaei-3.6.2/src/gwaei/help/Makefile.in:729:_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
gwaei-3.6.2/src/gwaei/help/Makefile.in-730-_ids ?= $(shell $(PKG_CONFIG) --variable xmldir gnome-doc-utils)/gnome/xslt/docbook/utils/ids.xsl
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-841-	@for lc in C $(_DOC_REAL_LINGUAS); do \
gwaei-3.6.2/src/gwaei/help/Makefile.in:842:	  for dir in `find $$lc -depth -type d`; do \
gwaei-3.6.2/src/gwaei/help/Makefile.in-843-	    if ! test $$dir -ef $(srcdir)/$$dir; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-879-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:880:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-881-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-890-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:891:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-892-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-901-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:902:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-903-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-915-	  if test -f "$$d$$fig"; then \
gwaei-3.6.2/src/gwaei/help/Makefile.in:916:	    figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-917-	    if ! test -d "$(distdir)/$$figdir"; then \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-995-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:996:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-997-	  docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-1006-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:1007:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-1008-	  docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-1027-	    fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:1028:	    figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-1029-	    figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
##############################################
gwaei-3.6.2/src/gwaei/help/Makefile.in-1033-	    fi; \
gwaei-3.6.2/src/gwaei/help/Makefile.in:1034:	    figbase=`echo $$fig | sed -e 's/^.*\///'`; \
gwaei-3.6.2/src/gwaei/help/Makefile.in-1035-	    if $$figsymlink; then \
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-101-  esac
gwaei-3.6.2/src/kpengine/Makefile.in:102:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gwaei-3.6.2/src/kpengine/Makefile.in-103-am__vpath_adj = case $$p in \
gwaei-3.6.2/src/kpengine/Makefile.in:104:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gwaei-3.6.2/src/kpengine/Makefile.in-105-    *) f=$$p;; \
gwaei-3.6.2/src/kpengine/Makefile.in-106-  esac;
gwaei-3.6.2/src/kpengine/Makefile.in:107:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gwaei-3.6.2/src/kpengine/Makefile.in-108-am__install_max = 40
gwaei-3.6.2/src/kpengine/Makefile.in-109-am__nobase_strip_setup = \
gwaei-3.6.2/src/kpengine/Makefile.in:110:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gwaei-3.6.2/src/kpengine/Makefile.in-111-am__nobase_strip = \
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-389-	test -n "$(EXEEXT)" || exit 0; \
gwaei-3.6.2/src/kpengine/Makefile.in:390:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gwaei-3.6.2/src/kpengine/Makefile.in-391-	echo " rm -f" $$list; \
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-414-.c.obj:
gwaei-3.6.2/src/kpengine/Makefile.in:415:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/kpengine/Makefile.in-416-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-418-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/kpengine/Makefile.in:419:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
gwaei-3.6.2/src/kpengine/Makefile.in-420-
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-428-scoring.o: jstroke/scoring.c
gwaei-3.6.2/src/kpengine/Makefile.in:429:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scoring.o -MD -MP -MF $(DEPDIR)/scoring.Tpo -c -o scoring.o `test -f 'jstroke/scoring.c' || echo '$(srcdir)/'`jstroke/scoring.c
gwaei-3.6.2/src/kpengine/Makefile.in-430-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/scoring.Tpo $(DEPDIR)/scoring.Po
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/kpengine/Makefile.in:433:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scoring.o `test -f 'jstroke/scoring.c' || echo '$(srcdir)/'`jstroke/scoring.c
gwaei-3.6.2/src/kpengine/Makefile.in-434-
gwaei-3.6.2/src/kpengine/Makefile.in-435-scoring.obj: jstroke/scoring.c
gwaei-3.6.2/src/kpengine/Makefile.in:436:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT scoring.obj -MD -MP -MF $(DEPDIR)/scoring.Tpo -c -o scoring.obj `if test -f 'jstroke/scoring.c'; then $(CYGPATH_W) 'jstroke/scoring.c'; else $(CYGPATH_W) '$(srcdir)/jstroke/scoring.c'; fi`
gwaei-3.6.2/src/kpengine/Makefile.in-437-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/scoring.Tpo $(DEPDIR)/scoring.Po
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/kpengine/Makefile.in:440:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o scoring.obj `if test -f 'jstroke/scoring.c'; then $(CYGPATH_W) 'jstroke/scoring.c'; else $(CYGPATH_W) '$(srcdir)/jstroke/scoring.c'; fi`
gwaei-3.6.2/src/kpengine/Makefile.in-441-
gwaei-3.6.2/src/kpengine/Makefile.in-442-util.o: jstroke/util.c
gwaei-3.6.2/src/kpengine/Makefile.in:443:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util.o -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.o `test -f 'jstroke/util.c' || echo '$(srcdir)/'`jstroke/util.c
gwaei-3.6.2/src/kpengine/Makefile.in-444-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/kpengine/Makefile.in:447:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.o `test -f 'jstroke/util.c' || echo '$(srcdir)/'`jstroke/util.c
gwaei-3.6.2/src/kpengine/Makefile.in-448-
gwaei-3.6.2/src/kpengine/Makefile.in-449-util.obj: jstroke/util.c
gwaei-3.6.2/src/kpengine/Makefile.in:450:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT util.obj -MD -MP -MF $(DEPDIR)/util.Tpo -c -o util.obj `if test -f 'jstroke/util.c'; then $(CYGPATH_W) 'jstroke/util.c'; else $(CYGPATH_W) '$(srcdir)/jstroke/util.c'; fi`
gwaei-3.6.2/src/kpengine/Makefile.in-451-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/util.Tpo $(DEPDIR)/util.Po
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-453-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gwaei-3.6.2/src/kpengine/Makefile.in:454:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o util.obj `if test -f 'jstroke/util.c'; then $(CYGPATH_W) 'jstroke/util.c'; else $(CYGPATH_W) '$(srcdir)/jstroke/util.c'; fi`
gwaei-3.6.2/src/kpengine/Makefile.in-455-
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-479-	@list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
gwaei-3.6.2/src/kpengine/Makefile.in:480:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gwaei-3.6.2/src/kpengine/Makefile.in-481-	dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-527-GTAGS:
gwaei-3.6.2/src/kpengine/Makefile.in:528:	here=`$(am__cd) $(top_builddir) && pwd` \
gwaei-3.6.2/src/kpengine/Makefile.in-529-	  && $(am__cd) $(top_srcdir) \
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-549-distdir: $(DISTFILES)
gwaei-3.6.2/src/kpengine/Makefile.in:550:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/kpengine/Makefile.in:551:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gwaei-3.6.2/src/kpengine/Makefile.in-552-	list='$(DISTFILES)'; \
##############################################
gwaei-3.6.2/src/kpengine/Makefile.in-563-	  if test -d $$d/$$file; then \
gwaei-3.6.2/src/kpengine/Makefile.in:564:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gwaei-3.6.2/src/kpengine/Makefile.in-565-	    if test -d "$(distdir)/$$file"; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-37-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gwaei-3.6.2/gnome-doc-utils.make:38:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gwaei-3.6.2/gnome-doc-utils.make-39-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-47-	list='$(DOC_H_DOCS)'; for doc in $$list; do \
gwaei-3.6.2/gnome-doc-utils.make:48:	  xmlpath="`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`:$(srcdir)/`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`"; \
gwaei-3.6.2/gnome-doc-utils.make-49-	  if ! test -f "$$doc"; then doc="$(srcdir)/$$doc"; fi; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-52-	  echo $$xmlpath; \
gwaei-3.6.2/gnome-doc-utils.make:53:	  ids=`xsltproc --xinclude --path "$$xmlpath" $(_ids) $$doc`; \
gwaei-3.6.2/gnome-doc-utils.make-54-	  for id in $$ids; do \
gwaei-3.6.2/gnome-doc-utils.make:55:	    echo '#define HELP_'`echo $$docid`'_'`echo $$id \
gwaei-3.6.2/gnome-doc-utils.make-56-	      | sed -e 's/[^a-zA-Z_]/_/g' | tr 'a-z' 'A-Z'`' "'$$id'"' >> $@.tmp; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-135-
gwaei-3.6.2/gnome-doc-utils.make:136:_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils`
gwaei-3.6.2/gnome-doc-utils.make:137:_db2omf  ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils`
gwaei-3.6.2/gnome-doc-utils.make:138:_chunks  ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl
gwaei-3.6.2/gnome-doc-utils.make:139:_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
gwaei-3.6.2/gnome-doc-utils.make-140-_ids ?= $(shell $(PKG_CONFIG) --variable xmldir gnome-doc-utils)/gnome/xslt/docbook/utils/ids.xsl
##############################################
gwaei-3.6.2/gnome-doc-utils.make-432-	@for lc in C $(_DOC_REAL_LINGUAS); do \
gwaei-3.6.2/gnome-doc-utils.make:433:	  for dir in `find $$lc -depth -type d`; do \
gwaei-3.6.2/gnome-doc-utils.make-434-	    if ! test $$dir -ef $(srcdir)/$$dir; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-478-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/gnome-doc-utils.make:479:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-480-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-489-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/gnome-doc-utils.make:490:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-491-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-500-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/gnome-doc-utils.make:501:	    docdir=`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-502-	    if ! test -d "$(distdir)/$$docdir"; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-514-	  if test -f "$$d$$fig"; then \
gwaei-3.6.2/gnome-doc-utils.make:515:	    figdir=`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-516-	    if ! test -d "$(distdir)/$$figdir"; then \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-602-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/gnome-doc-utils.make:603:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-604-	  docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-613-	  if test -f "$$doc"; then d=; else d="$(srcdir)/"; fi; \
gwaei-3.6.2/gnome-doc-utils.make:614:	  docdir="$$lc/"`echo $$doc | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-615-	  docdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$docdir"; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-634-	    fi; \
gwaei-3.6.2/gnome-doc-utils.make:635:	    figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*/\1/' -e '/\//!s/.*//'`; \
gwaei-3.6.2/gnome-doc-utils.make-636-	    figdir="$(DESTDIR)$(HELP_DIR)/$(_doc_install_dir)/$$figdir"; \
##############################################
gwaei-3.6.2/gnome-doc-utils.make-640-	    fi; \
gwaei-3.6.2/gnome-doc-utils.make:641:	    figbase=`echo $$fig | sed -e 's/^.*\///'`; \
gwaei-3.6.2/gnome-doc-utils.make-642-	    if $$figsymlink; then \
##############################################
gwaei-3.6.2/INSTALL-173-directory configuration variables that were expressed in terms of
gwaei-3.6.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gwaei-3.6.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gwaei-3.6.2/compile-67-	mingw/*)
gwaei-3.6.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gwaei-3.6.2/compile-69-	  ;;
gwaei-3.6.2/compile-70-	cygwin/*)
gwaei-3.6.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gwaei-3.6.2/compile-72-	  ;;
gwaei-3.6.2/compile-73-	wine/*)
gwaei-3.6.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gwaei-3.6.2/compile-75-	  ;;
##############################################
gwaei-3.6.2/compile-309-# Name of file we expect compiler to create.
gwaei-3.6.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gwaei-3.6.2/compile-311-
##############################################
gwaei-3.6.2/compile-315-# object file name, since that is what matters with a parallel build.
gwaei-3.6.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gwaei-3.6.2/compile-317-while true; do
##############################################
gwaei-3.6.2/config.guess-38-
gwaei-3.6.2/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
gwaei-3.6.2/config.guess-40-
##############################################
gwaei-3.6.2/config.guess-108-: ${TMPDIR=/tmp} ;
gwaei-3.6.2/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gwaei-3.6.2/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gwaei-3.6.2/config.guess-194-	    *)
gwaei-3.6.2/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gwaei-3.6.2/config.guess-196-		;;
##############################################
gwaei-3.6.2/config.guess-225-	*4.0)
gwaei-3.6.2/config.guess:226:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gwaei-3.6.2/config.guess-227-		;;
gwaei-3.6.2/config.guess-228-	*5.*)
gwaei-3.6.2/config.guess:229:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gwaei-3.6.2/config.guess-230-		;;
##############################################
gwaei-3.6.2/config.guess-235-	# types through head -n 1, so we only detect the type of CPU 0.
gwaei-3.6.2/config.guess:236:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gwaei-3.6.2/config.guess-237-	case "$ALPHA_CPU_TYPE" in
##############################################
gwaei-3.6.2/config.guess-273-	# 1.2 uses "1.2" for uname -r.
gwaei-3.6.2/config.guess:274:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gwaei-3.6.2/config.guess-275-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gwaei-3.6.2/config.guess-333-    s390x:SunOS:*:*)
gwaei-3.6.2/config.guess:334:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-335-	exit ;;
gwaei-3.6.2/config.guess-336-    sun4H:SunOS:5.*:*)
gwaei-3.6.2/config.guess:337:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-338-	exit ;;
gwaei-3.6.2/config.guess-339-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gwaei-3.6.2/config.guess:340:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-341-	exit ;;
##############################################
gwaei-3.6.2/config.guess-358-	fi
gwaei-3.6.2/config.guess:359:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-360-	exit ;;
##############################################
gwaei-3.6.2/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
gwaei-3.6.2/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-366-	exit ;;
##############################################
gwaei-3.6.2/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
gwaei-3.6.2/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gwaei-3.6.2/config.guess-375-	exit ;;
##############################################
gwaei-3.6.2/config.guess-379-    sun*:*:4.2BSD:*)
gwaei-3.6.2/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gwaei-3.6.2/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gwaei-3.6.2/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gwaei-3.6.2/config.guess:462:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gwaei-3.6.2/config.guess:463:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gwaei-3.6.2/config.guess-464-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gwaei-3.6.2/config.guess-517-    *:IRIX*:*:*)
gwaei-3.6.2/config.guess:518:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gwaei-3.6.2/config.guess-519-	exit ;;
##############################################
gwaei-3.6.2/config.guess-547-EOF
gwaei-3.6.2/config.guess:548:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gwaei-3.6.2/config.guess-549-		then
##############################################
gwaei-3.6.2/config.guess-560-    *:AIX:*:[4567])
gwaei-3.6.2/config.guess:561:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gwaei-3.6.2/config.guess-562-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gwaei-3.6.2/config.guess-595-    9000/[34678]??:HP-UX:*:*)
gwaei-3.6.2/config.guess:596:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gwaei-3.6.2/config.guess-597-	case "${UNAME_MACHINE}" in
##############################################
gwaei-3.6.2/config.guess-649-EOF
gwaei-3.6.2/config.guess:650:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gwaei-3.6.2/config.guess-651-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gwaei-3.6.2/config.guess-677-    ia64:HP-UX:*:*)
gwaei-3.6.2/config.guess:678:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gwaei-3.6.2/config.guess-679-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gwaei-3.6.2/config.guess-707-EOF
gwaei-3.6.2/config.guess:708:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gwaei-3.6.2/config.guess-709-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gwaei-3.6.2/config.guess-778-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gwaei-3.6.2/config.guess:779:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gwaei-3.6.2/config.guess-780-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gwaei-3.6.2/config.guess-783-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gwaei-3.6.2/config.guess:784:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gwaei-3.6.2/config.guess-785-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gwaei-3.6.2/config.guess-799-	    amd64)
gwaei-3.6.2/config.guess:800:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gwaei-3.6.2/config.guess-801-	    *)
gwaei-3.6.2/config.guess:802:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gwaei-3.6.2/config.guess-803-	esac
##############################################
gwaei-3.6.2/config.guess-857-    prep*:SunOS:5.*:*)
gwaei-3.6.2/config.guess:858:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gwaei-3.6.2/config.guess-859-	exit ;;
##############################################
gwaei-3.6.2/config.guess-861-	# the GNU system
gwaei-3.6.2/config.guess:862:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gwaei-3.6.2/config.guess-863-	exit ;;
##############################################
gwaei-3.6.2/config.guess-865-	# other systems with GNU libc and userland
gwaei-3.6.2/config.guess:866:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
gwaei-3.6.2/config.guess-867-	exit ;;
##############################################
gwaei-3.6.2/config.guess-930-EOF
gwaei-3.6.2/config.guess:931:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gwaei-3.6.2/config.guess-932-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
gwaei-3.6.2/config.guess-958-EOF
gwaei-3.6.2/config.guess:959:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gwaei-3.6.2/config.guess-960-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
gwaei-3.6.2/config.guess-1043-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gwaei-3.6.2/config.guess:1044:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gwaei-3.6.2/config.guess-1045-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gwaei-3.6.2/config.guess-1316-    *:DragonFly:*:*)
gwaei-3.6.2/config.guess:1317:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gwaei-3.6.2/config.guess-1318-	exit ;;
##############################################
gwaei-3.6.2/config.guess-1329-    i*86:skyos:*:*)
gwaei-3.6.2/config.guess:1330:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gwaei-3.6.2/config.guess-1331-	exit ;;
##############################################
gwaei-3.6.2/config.guess-1457-
gwaei-3.6.2/config.guess:1458:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gwaei-3.6.2/config.guess-1459-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gwaei-3.6.2/install-sh-229-      fi
gwaei-3.6.2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gwaei-3.6.2/install-sh-231-    *)
##############################################
gwaei-3.6.2/install-sh-276-      dstdir=$dst
gwaei-3.6.2/install-sh:277:      dst=$dstdir/`basename "$src"`
gwaei-3.6.2/install-sh-278-      dstdir_status=0
##############################################
gwaei-3.6.2/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gwaei-3.6.2/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gwaei-3.6.2/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gwaei-3.6.2/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gwaei-3.6.2/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gwaei-3.6.2/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gwaei-3.6.2/install-sh-425-	    case $prefix in
gwaei-3.6.2/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gwaei-3.6.2/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gwaei-3.6.2/install-sh-474-    if $copy_on_change &&
gwaei-3.6.2/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gwaei-3.6.2/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gwaei-3.6.2/install-sh-477-
##############################################
gwaei-3.6.2/missing-162-         from any GNU archive site."
gwaei-3.6.2/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
gwaei-3.6.2/missing-164-    test -z "$files" && files="config.h"
##############################################
gwaei-3.6.2/missing-194-
gwaei-3.6.2/missing:195:    file=`echo "$*" | sed -n "$sed_output"`
gwaei-3.6.2/missing:196:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gwaei-3.6.2/missing-197-    if test -f "$file"; then
##############################################
gwaei-3.6.2/missing-220-	*.y)
gwaei-3.6.2/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
gwaei-3.6.2/missing-222-	    if test -f "$SRCFILE"; then
##############################################
gwaei-3.6.2/missing-224-	    fi
gwaei-3.6.2/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
gwaei-3.6.2/missing-226-	    if test -f "$SRCFILE"; then
##############################################
gwaei-3.6.2/missing-250-	*.l)
gwaei-3.6.2/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
gwaei-3.6.2/missing-252-	    if test -f "$SRCFILE"; then
##############################################
gwaei-3.6.2/missing-269-
gwaei-3.6.2/missing:270:    file=`echo "$*" | sed -n "$sed_output"`
gwaei-3.6.2/missing:271:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gwaei-3.6.2/missing-272-    if test -f "$file"; then
##############################################
gwaei-3.6.2/missing-289-    # The file to touch is that specified with -o ...
gwaei-3.6.2/missing:290:    file=`echo "$*" | sed -n "$sed_output"`
gwaei-3.6.2/missing:291:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
gwaei-3.6.2/missing-292-    if test -z "$file"; then
gwaei-3.6.2/missing-293-      # ... or it is the one specified with @setfilename ...
gwaei-3.6.2/missing:294:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
gwaei-3.6.2/missing-295-      file=`sed -n '
##############################################
gwaei-3.6.2/missing-301-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
gwaei-3.6.2/missing:302:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
gwaei-3.6.2/missing-303-    fi