===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
phasex-0.14.97/ltmain.sh-167-{
phasex-0.14.97/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
phasex-0.14.97/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
phasex-0.14.97/ltmain.sh-179-{
phasex-0.14.97/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
phasex-0.14.97/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-198-    # Extract subdirectory from the argument.
phasex-0.14.97/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
phasex-0.14.97/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
phasex-0.14.97/ltmain.sh-204-    fi
phasex-0.14.97/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
phasex-0.14.97/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-217-    case ${2} in
phasex-0.14.97/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
phasex-0.14.97/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
phasex-0.14.97/ltmain.sh-220-    esac
##############################################
phasex-0.14.97/ltmain.sh-380-     progdir=$func_dirname_result
phasex-0.14.97/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
phasex-0.14.97/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
phasex-0.14.97/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
phasex-0.14.97/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
phasex-0.14.97/ltmain.sh-419-bs='\\'
##############################################
phasex-0.14.97/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
phasex-0.14.97/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
phasex-0.14.97/ltmain.sh-533-      done
phasex-0.14.97/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
phasex-0.14.97/ltmain.sh-535-
##############################################
phasex-0.14.97/ltmain.sh-566-      # If mktemp works, use that first and foremost
phasex-0.14.97/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
phasex-0.14.97/ltmain.sh-568-
##############################################
phasex-0.14.97/ltmain.sh-597-      *[\\\`\"\$]*)
phasex-0.14.97/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
phasex-0.14.97/ltmain.sh-599-      *)
##############################################
phasex-0.14.97/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
phasex-0.14.97/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
phasex-0.14.97/ltmain.sh-704-    ;;
##############################################
phasex-0.14.97/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
phasex-0.14.97/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
phasex-0.14.97/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
phasex-0.14.97/ltmain.sh-772-	p
##############################################
phasex-0.14.97/ltmain.sh-803-
phasex-0.14.97/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
phasex-0.14.97/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
phasex-0.14.97/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-816-
phasex-0.14.97/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
phasex-0.14.97/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
phasex-0.14.97/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-862-{
phasex-0.14.97/ltmain.sh:863:    func_arith_result=`expr "${@}"`
phasex-0.14.97/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-870-{
phasex-0.14.97/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
phasex-0.14.97/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-877-{
phasex-0.14.97/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
phasex-0.14.97/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-884-{
phasex-0.14.97/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
phasex-0.14.97/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
phasex-0.14.97/ltmain.sh-968-	# quotes we have to do it in 2 steps:
phasex-0.14.97/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
phasex-0.14.97/ltmain.sh-970-	eval "$extractedcf"
##############################################
phasex-0.14.97/ltmain.sh-1382-      done
phasex-0.14.97/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
phasex-0.14.97/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
phasex-0.14.97/ltmain.sh-1385-      case $@ in
##############################################
phasex-0.14.97/ltmain.sh-1395-	    # Evaluate the configuration.
phasex-0.14.97/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
phasex-0.14.97/ltmain.sh-1397-	    CC_quoted=
##############################################
phasex-0.14.97/ltmain.sh-1401-	    done
phasex-0.14.97/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
phasex-0.14.97/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
phasex-0.14.97/ltmain.sh-1404-	    case "$@ " in
##############################################
phasex-0.14.97/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
phasex-0.14.97/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
phasex-0.14.97/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
phasex-0.14.97/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
phasex-0.14.97/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
phasex-0.14.97/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
phasex-0.14.97/ltmain.sh-1721-    # LT_CYGPATH in this case.
phasex-0.14.97/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
phasex-0.14.97/ltmain.sh-1723-  fi
##############################################
phasex-0.14.97/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
phasex-0.14.97/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
phasex-0.14.97/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
phasex-0.14.97/ltmain.sh-2060-    *.[cCFSifmso] | \
phasex-0.14.97/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
phasex-0.14.97/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
phasex-0.14.97/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
phasex-0.14.97/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
phasex-0.14.97/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
phasex-0.14.97/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
phasex-0.14.97/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
phasex-0.14.97/ltmain.sh-2158-
##############################################
phasex-0.14.97/ltmain.sh-2204-      if test "$need_locks" = warn &&
phasex-0.14.97/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
phasex-0.14.97/ltmain.sh-2206-	$ECHO "\
phasex-0.14.97/ltmain.sh-2207-*** ERROR, $lockfile contains:
phasex-0.14.97/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
phasex-0.14.97/ltmain.sh-2209-
##############################################
phasex-0.14.97/ltmain.sh-2253-      if test "$need_locks" = warn &&
phasex-0.14.97/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
phasex-0.14.97/ltmain.sh-2255-	$ECHO "\
phasex-0.14.97/ltmain.sh-2256-*** ERROR, $lockfile contains:
phasex-0.14.97/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
phasex-0.14.97/ltmain.sh-2258-
##############################################
phasex-0.14.97/ltmain.sh-2548-	  test -n "$library_names" && \
phasex-0.14.97/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
phasex-0.14.97/ltmain.sh-2550-	  continue
##############################################
phasex-0.14.97/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
phasex-0.14.97/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
phasex-0.14.97/ltmain.sh-2561-	  fi
##############################################
phasex-0.14.97/ltmain.sh-2577-      # Get the absolute pathname.
phasex-0.14.97/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
phasex-0.14.97/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
phasex-0.14.97/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
phasex-0.14.97/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
phasex-0.14.97/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
phasex-0.14.97/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
phasex-0.14.97/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
phasex-0.14.97/ltmain.sh-2959-
##############################################
phasex-0.14.97/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
phasex-0.14.97/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
phasex-0.14.97/ltmain.sh-2972-	  else
phasex-0.14.97/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
phasex-0.14.97/ltmain.sh-2974-	  fi
##############################################
phasex-0.14.97/ltmain.sh-3130-	    fi
phasex-0.14.97/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
phasex-0.14.97/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
phasex-0.14.97/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
phasex-0.14.97/ltmain.sh-3134-	      finalize=no
##############################################
phasex-0.14.97/ltmain.sh-3149-	        # Replace the output file specification.
phasex-0.14.97/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
phasex-0.14.97/ltmain.sh-3151-
##############################################
phasex-0.14.97/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
phasex-0.14.97/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
phasex-0.14.97/ltmain.sh-3170-	  fi
##############################################
phasex-0.14.97/ltmain.sh-3241-    my_pic_p="${3-no}"
phasex-0.14.97/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
phasex-0.14.97/ltmain.sh-3243-    my_dlsyms=
##############################################
phasex-0.14.97/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
phasex-0.14.97/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
phasex-0.14.97/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
phasex-0.14.97/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
phasex-0.14.97/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
phasex-0.14.97/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
phasex-0.14.97/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
phasex-0.14.97/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
phasex-0.14.97/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
phasex-0.14.97/ltmain.sh-3509-	  else
phasex-0.14.97/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
phasex-0.14.97/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
phasex-0.14.97/ltmain.sh-3512-	  fi
##############################################
phasex-0.14.97/ltmain.sh-3514-	*)
phasex-0.14.97/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
phasex-0.14.97/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
phasex-0.14.97/ltmain.sh-3517-	  ;;
##############################################
phasex-0.14.97/ltmain.sh-3529-      # Nullify the symbol file.
phasex-0.14.97/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
phasex-0.14.97/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
phasex-0.14.97/ltmain.sh-3532-    fi
##############################################
phasex-0.14.97/ltmain.sh-3545-  win32_libid_type="unknown"
phasex-0.14.97/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
phasex-0.14.97/ltmain.sh-3547-  case $win32_fileres in
##############################################
phasex-0.14.97/ltmain.sh-3596-  $opt_debug
phasex-0.14.97/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
phasex-0.14.97/ltmain.sh-3598-}
##############################################
phasex-0.14.97/ltmain.sh-3613-  $opt_debug
phasex-0.14.97/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
phasex-0.14.97/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
phasex-0.14.97/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
phasex-0.14.97/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)$'`
phasex-0.14.97/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
phasex-0.14.97/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
phasex-0.14.97/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
phasex-0.14.97/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
phasex-0.14.97/ltmain.sh-3700-    # binutils import library
phasex-0.14.97/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
phasex-0.14.97/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
phasex-0.14.97/ltmain.sh-3703-    # ms-generated import library
phasex-0.14.97/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
phasex-0.14.97/ltmain.sh-3705-  else
##############################################
phasex-0.14.97/ltmain.sh-3780-	  darwin_curdir=`pwd`
phasex-0.14.97/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
phasex-0.14.97/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
phasex-0.14.97/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
phasex-0.14.97/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
phasex-0.14.97/ltmain.sh-3785-	    darwin_arch=
##############################################
phasex-0.14.97/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
phasex-0.14.97/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
phasex-0.14.97/ltmain.sh-3797-	    darwin_file=
##############################################
phasex-0.14.97/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
phasex-0.14.97/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
phasex-0.14.97/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
phasex-0.14.97/ltmain.sh-3814-      esac
phasex-0.14.97/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
phasex-0.14.97/ltmain.sh-3816-    done
##############################################
phasex-0.14.97/ltmain.sh-3885-
phasex-0.14.97/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
phasex-0.14.97/ltmain.sh-3887-    $ECHO "\
##############################################
phasex-0.14.97/ltmain.sh-3920-    --lt-dump-script)
phasex-0.14.97/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
phasex-0.14.97/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
phasex-0.14.97/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
phasex-0.14.97/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
phasex-0.14.97/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
phasex-0.14.97/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
phasex-0.14.97/ltmain.sh-3949-  done
##############################################
phasex-0.14.97/ltmain.sh-4005-  # Find the directory that this script lives in.
phasex-0.14.97/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
phasex-0.14.97/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
phasex-0.14.97/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
phasex-0.14.97/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
phasex-0.14.97/ltmain.sh-4011-  while test -n \"\$file\"; do
phasex-0.14.97/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
phasex-0.14.97/ltmain.sh-4013-
##############################################
phasex-0.14.97/ltmain.sh-4021-
phasex-0.14.97/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
phasex-0.14.97/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
phasex-0.14.97/ltmain.sh-4024-  done
##############################################
phasex-0.14.97/ltmain.sh-4035-    case \"\$thisdir\" in
phasex-0.14.97/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
phasex-0.14.97/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
phasex-0.14.97/ltmain.sh-4041-  # Try to get the absolute directory name.
phasex-0.14.97/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
phasex-0.14.97/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
phasex-0.14.97/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
phasex-0.14.97/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
phasex-0.14.97/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
phasex-0.14.97/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
phasex-0.14.97/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
phasex-0.14.97/ltmain.sh-4068-      else
##############################################
phasex-0.14.97/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
phasex-0.14.97/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
phasex-0.14.97/ltmain.sh-4112-
##############################################
phasex-0.14.97/ltmain.sh-5085-    $opt_debug
phasex-0.14.97/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
phasex-0.14.97/ltmain.sh-5087-    *import*) : ;;
##############################################
phasex-0.14.97/ltmain.sh-5307-	    moreargs=
phasex-0.14.97/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
phasex-0.14.97/ltmain.sh-5309-	    do
##############################################
phasex-0.14.97/ltmain.sh-5563-	*)
phasex-0.14.97/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
phasex-0.14.97/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
phasex-0.14.97/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
phasex-0.14.97/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
phasex-0.14.97/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
phasex-0.14.97/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
phasex-0.14.97/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
phasex-0.14.97/ltmain.sh-6018-    else
##############################################
phasex-0.14.97/ltmain.sh-6328-		  set dummy $deplibs_check_method; shift
phasex-0.14.97/ltmain.sh:6329:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
phasex-0.14.97/ltmain.sh-6330-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
phasex-0.14.97/ltmain.sh-6391-	else
phasex-0.14.97/ltmain.sh:6392:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
phasex-0.14.97/ltmain.sh-6393-	fi
##############################################
phasex-0.14.97/ltmain.sh-6420-	if test -n "$inherited_linker_flags"; then
phasex-0.14.97/ltmain.sh:6421:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
phasex-0.14.97/ltmain.sh-6422-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
phasex-0.14.97/ltmain.sh-6428-	fi
phasex-0.14.97/ltmain.sh:6429:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh-6430-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
phasex-0.14.97/ltmain.sh-6501-	*)
phasex-0.14.97/ltmain.sh:6502:	  abs_ladir=`cd "$ladir" && pwd`
phasex-0.14.97/ltmain.sh-6503-	  if test -z "$abs_ladir"; then
##############################################
phasex-0.14.97/ltmain.sh-6754-	    shift
phasex-0.14.97/ltmain.sh:6755:	    libname=`eval "\\$ECHO \"$libname_spec\""`
phasex-0.14.97/ltmain.sh-6756-	    # use dlname if we got it. it's perfectly good, no?
##############################################
phasex-0.14.97/ltmain.sh-7046-		*)
phasex-0.14.97/ltmain.sh:7047:		  absdir=`cd "$dir" && pwd`
phasex-0.14.97/ltmain.sh-7048-		  if test -z "$absdir"; then
##############################################
phasex-0.14.97/ltmain.sh-7057-		  depdepl=
phasex-0.14.97/ltmain.sh:7058:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
phasex-0.14.97/ltmain.sh-7059-		  if test -n "$deplibrary_names" ; then
##############################################
phasex-0.14.97/ltmain.sh-7064-		      depdepl="$absdir/$objdir/$depdepl"
phasex-0.14.97/ltmain.sh:7065:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
phasex-0.14.97/ltmain.sh-7066-                      if test -z "$darwin_install_name"; then
phasex-0.14.97/ltmain.sh:7067:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
phasex-0.14.97/ltmain.sh-7068-                      fi
##############################################
phasex-0.14.97/ltmain.sh-7079-		else
phasex-0.14.97/ltmain.sh:7080:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
phasex-0.14.97/ltmain.sh-7081-		  test -z "$libdir" && \
##############################################
phasex-0.14.97/ltmain.sh-7102-	else
phasex-0.14.97/ltmain.sh:7103:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh-7104-	fi
##############################################
phasex-0.14.97/ltmain.sh-7251-	test "$module" = no && \
phasex-0.14.97/ltmain.sh:7252:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
phasex-0.14.97/ltmain.sh-7253-
##############################################
phasex-0.14.97/ltmain.sh-7386-	if test "$age" -gt "$current"; then
phasex-0.14.97/ltmain.sh:7387:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
phasex-0.14.97/ltmain.sh-7388-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
phasex-0.14.97/ltmain.sh-7547-	removelist=
phasex-0.14.97/ltmain.sh:7548:	tempremovelist=`$ECHO "$output_objdir/*"`
phasex-0.14.97/ltmain.sh-7549-	for p in $tempremovelist; do
##############################################
phasex-0.14.97/ltmain.sh-7573-	# Transform .lo files to .o files.
phasex-0.14.97/ltmain.sh:7574:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
phasex-0.14.97/ltmain.sh-7575-      fi
##############################################
phasex-0.14.97/ltmain.sh-7578-      #for path in $notinst_path; do
phasex-0.14.97/ltmain.sh:7579:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
phasex-0.14.97/ltmain.sh:7580:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
phasex-0.14.97/ltmain.sh:7581:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
phasex-0.14.97/ltmain.sh-7582-      #done
##############################################
phasex-0.14.97/ltmain.sh-7699-		if test -n "$i" ; then
phasex-0.14.97/ltmain.sh:7700:		  libname=`eval "\\$ECHO \"$libname_spec\""`
phasex-0.14.97/ltmain.sh:7701:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
phasex-0.14.97/ltmain.sh-7702-		  set dummy $deplib_matches; shift
phasex-0.14.97/ltmain.sh-7703-		  deplib_match=$1
phasex-0.14.97/ltmain.sh:7704:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
phasex-0.14.97/ltmain.sh-7705-		    func_append newdeplibs " $i"
##############################################
phasex-0.14.97/ltmain.sh-7742-		  if test -n "$i" ; then
phasex-0.14.97/ltmain.sh:7743:		    libname=`eval "\\$ECHO \"$libname_spec\""`
phasex-0.14.97/ltmain.sh:7744:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
phasex-0.14.97/ltmain.sh-7745-		    set dummy $deplib_matches; shift
phasex-0.14.97/ltmain.sh-7746-		    deplib_match=$1
phasex-0.14.97/ltmain.sh:7747:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
phasex-0.14.97/ltmain.sh-7748-		      func_append newdeplibs " $i"
##############################################
phasex-0.14.97/ltmain.sh-7777-	  set dummy $deplibs_check_method; shift
phasex-0.14.97/ltmain.sh:7778:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
phasex-0.14.97/ltmain.sh-7779-	  for a_deplib in $deplibs; do
##############################################
phasex-0.14.97/ltmain.sh-7792-	      if test -n "$a_deplib" ; then
phasex-0.14.97/ltmain.sh:7793:		libname=`eval "\\$ECHO \"$libname_spec\""`
phasex-0.14.97/ltmain.sh-7794-		if test -n "$file_magic_glob"; then
phasex-0.14.97/ltmain.sh:7795:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
phasex-0.14.97/ltmain.sh-7796-		else
##############################################
phasex-0.14.97/ltmain.sh-7802-		    shopt -s nocaseglob
phasex-0.14.97/ltmain.sh:7803:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
phasex-0.14.97/ltmain.sh-7804-		    $nocaseglob
phasex-0.14.97/ltmain.sh-7805-		  else
phasex-0.14.97/ltmain.sh:7806:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
phasex-0.14.97/ltmain.sh-7807-		  fi
##############################################
phasex-0.14.97/ltmain.sh-7820-		      while test -h "$potlib" 2>/dev/null; do
phasex-0.14.97/ltmain.sh:7821:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
phasex-0.14.97/ltmain.sh-7822-			case $potliblink in
phasex-0.14.97/ltmain.sh-7823-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
phasex-0.14.97/ltmain.sh:7824:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
phasex-0.14.97/ltmain.sh-7825-			esac
##############################################
phasex-0.14.97/ltmain.sh-7861-	  set dummy $deplibs_check_method; shift
phasex-0.14.97/ltmain.sh:7862:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
phasex-0.14.97/ltmain.sh-7863-	  for a_deplib in $deplibs; do
##############################################
phasex-0.14.97/ltmain.sh-7876-	      if test -n "$a_deplib" ; then
phasex-0.14.97/ltmain.sh:7877:		libname=`eval "\\$ECHO \"$libname_spec\""`
phasex-0.14.97/ltmain.sh-7878-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
phasex-0.14.97/ltmain.sh:7879:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
phasex-0.14.97/ltmain.sh-7880-		  for potent_lib in $potential_libs; do
##############################################
phasex-0.14.97/ltmain.sh-7915-	  newdeplibs=""
phasex-0.14.97/ltmain.sh:7916:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
phasex-0.14.97/ltmain.sh-7917-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
phasex-0.14.97/ltmain.sh-7919-	      # can't use Xsed below, because $i might contain '/'
phasex-0.14.97/ltmain.sh:7920:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
phasex-0.14.97/ltmain.sh-7921-	    done
##############################################
phasex-0.14.97/ltmain.sh-7945-	  # On Rhapsody replace the C library with the System framework
phasex-0.14.97/ltmain.sh:7946:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
phasex-0.14.97/ltmain.sh-7947-	  ;;
##############################################
phasex-0.14.97/ltmain.sh-7997-	*-*-darwin*)
phasex-0.14.97/ltmain.sh:7998:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh:7999:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh:8000:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh-8001-	  ;;
##############################################
phasex-0.14.97/ltmain.sh-8124-	# Use standard objects if they are pic
phasex-0.14.97/ltmain.sh:8125:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
phasex-0.14.97/ltmain.sh-8126-	test "X$libobjs" = "X " && libobjs=
##############################################
phasex-0.14.97/ltmain.sh-8139-	    # exporting using user supplied symfile
phasex-0.14.97/ltmain.sh:8140:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
phasex-0.14.97/ltmain.sh-8141-	      # and it's NOT already a .def file. Must figure out
##############################################
phasex-0.14.97/ltmain.sh-8636-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
phasex-0.14.97/ltmain.sh:8637:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
phasex-0.14.97/ltmain.sh-8638-	else
##############################################
phasex-0.14.97/ltmain.sh-8650-      # Create the old-style object.
phasex-0.14.97/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
phasex-0.14.97/ltmain.sh-8652-
##############################################
phasex-0.14.97/ltmain.sh-8710-	# On Rhapsody replace the C library is the System framework
phasex-0.14.97/ltmain.sh:8711:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
phasex-0.14.97/ltmain.sh:8712:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
phasex-0.14.97/ltmain.sh-8713-	;;
##############################################
phasex-0.14.97/ltmain.sh-8728-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
phasex-0.14.97/ltmain.sh:8729:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh:8730:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
phasex-0.14.97/ltmain.sh-8731-	;;
##############################################
phasex-0.14.97/ltmain.sh-8806-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
phasex-0.14.97/ltmain.sh:8807:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
phasex-0.14.97/ltmain.sh-8808-	  case :$dllsearchpath: in
##############################################
phasex-0.14.97/ltmain.sh-8866-	# Transform all the library objects into standard objects.
phasex-0.14.97/ltmain.sh:8867:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
phasex-0.14.97/ltmain.sh:8868:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
phasex-0.14.97/ltmain.sh-8869-      fi
##############################################
phasex-0.14.97/ltmain.sh-8896-	# Replace the output file specification.
phasex-0.14.97/ltmain.sh:8897:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
phasex-0.14.97/ltmain.sh-8898-	link_command="$compile_command$compile_rpath"
##############################################
phasex-0.14.97/ltmain.sh-8905-	  func_to_tool_file "$output"
phasex-0.14.97/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'`
phasex-0.14.97/ltmain.sh-8907-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
phasex-0.14.97/ltmain.sh-8949-	# Replace the output file specification.
phasex-0.14.97/ltmain.sh:8950:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
phasex-0.14.97/ltmain.sh-8951-	# Delete the old output file.
##############################################
phasex-0.14.97/ltmain.sh-8957-	  func_to_tool_file "$output"
phasex-0.14.97/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'`
phasex-0.14.97/ltmain.sh-8959-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
phasex-0.14.97/ltmain.sh-8975-	  if test "$fast_install" = yes; then
phasex-0.14.97/ltmain.sh:8976:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
phasex-0.14.97/ltmain.sh-8977-	  else
##############################################
phasex-0.14.97/ltmain.sh-8987-      # Replace the output file specification.
phasex-0.14.97/ltmain.sh:8988:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
phasex-0.14.97/ltmain.sh-8989-
##############################################
phasex-0.14.97/ltmain.sh-8996-	func_to_tool_file "$output_objdir/$outputname"
phasex-0.14.97/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'`
phasex-0.14.97/ltmain.sh-8998-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
phasex-0.14.97/ltmain.sh-9017-	relink_command="(cd `pwd`; $relink_command)"
phasex-0.14.97/ltmain.sh:9018:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
phasex-0.14.97/ltmain.sh-9019-      fi
##############################################
phasex-0.14.97/ltmain.sh-9261-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
phasex-0.14.97/ltmain.sh:9262:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
phasex-0.14.97/ltmain.sh-9263-      if test "$hardcode_automatic" = yes ; then
##############################################
phasex-0.14.97/ltmain.sh-9282-		func_resolve_sysroot "$deplib"
phasex-0.14.97/ltmain.sh:9283:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
phasex-0.14.97/ltmain.sh-9284-		test -z "$libdir" && \
##############################################
phasex-0.14.97/ltmain.sh-9308-		name="$func_basename_result"
phasex-0.14.97/ltmain.sh:9309:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
phasex-0.14.97/ltmain.sh-9310-		test -z "$libdir" && \
##############################################
phasex-0.14.97/ltmain.sh-9327-		name="$func_basename_result"
phasex-0.14.97/ltmain.sh:9328:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
phasex-0.14.97/ltmain.sh-9329-		test -z "$libdir" && \
##############################################
phasex-0.14.97/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
phasex-0.14.97/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
phasex-0.14.97/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
phasex-0.14.97/phasex.spec.in-99-	--dir %{buildroot}%{_datadir}/applications \
phasex-0.14.97/phasex.spec.in:100:	`for c in ${BASE} ${XTRA} ; do echo "--add-category $c " ; done` \
phasex-0.14.97/phasex.spec.in-101-	misc/%{name}.desktop
##############################################
phasex-0.14.97/pixmaps/Makefile.am-104-	@for icon in $(icon_files); do \
phasex-0.14.97/pixmaps/Makefile.am:105:		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/pixmaps/Makefile.am:106:		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/pixmaps/Makefile.am-107-		mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps; \
##############################################
phasex-0.14.97/pixmaps/Makefile.am-115-	@for icon in $(icon_files); do \
phasex-0.14.97/pixmaps/Makefile.am:116:		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/pixmaps/Makefile.am:117:		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/pixmaps/Makefile.am-118-		rm -f $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps/phasex.$$EXTENSION; \
##############################################
phasex-0.14.97/scripts/compile-105-# Name of file we expect compiler to create.
phasex-0.14.97/scripts/compile:106:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
phasex-0.14.97/scripts/compile-107-
##############################################
phasex-0.14.97/scripts/compile-111-# object file name, since that is what matters with a parallel build.
phasex-0.14.97/scripts/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
phasex-0.14.97/scripts/compile-113-while true; do
##############################################
phasex-0.14.97/scripts/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
phasex-0.14.97/scripts/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
phasex-0.14.97/scripts/depcomp-69-
##############################################
phasex-0.14.97/scripts/depcomp-224-  # Version 6 uses the directory in both cases.
phasex-0.14.97/scripts/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
phasex-0.14.97/scripts/depcomp-226-  test "x$dir" = "x$object" && dir=
phasex-0.14.97/scripts/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
phasex-0.14.97/scripts/depcomp-228-  if test "$libtool" = yes; then
##############################################
phasex-0.14.97/scripts/depcomp-253-    # Do two passes, one to just change these to
phasex-0.14.97/scripts/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
phasex-0.14.97/scripts/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
phasex-0.14.97/scripts/depcomp-295-  # Do two passes, one to just change these to
phasex-0.14.97/scripts/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
phasex-0.14.97/scripts/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
phasex-0.14.97/scripts/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
phasex-0.14.97/scripts/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
phasex-0.14.97/scripts/depcomp-313-  test "x$dir" = "x$object" && dir=
phasex-0.14.97/scripts/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
phasex-0.14.97/scripts/depcomp-315-  if test "$libtool" = yes; then
##############################################
phasex-0.14.97/scripts/depcomp-355-   # Subdirectories are respected.
phasex-0.14.97/scripts/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
phasex-0.14.97/scripts/depcomp-357-   test "x$dir" = "x$object" && dir=
phasex-0.14.97/scripts/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
phasex-0.14.97/scripts/depcomp-359-
##############################################
phasex-0.14.97/scripts/depcomp-501-  done
phasex-0.14.97/scripts/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
phasex-0.14.97/scripts/depcomp-503-  touch "$tmpdepfile"
##############################################
phasex-0.14.97/scripts/install-sh-217-      fi
phasex-0.14.97/scripts/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
phasex-0.14.97/scripts/install-sh-219-    *)
##############################################
phasex-0.14.97/scripts/install-sh-269-      dstdir=$dst
phasex-0.14.97/scripts/install-sh:270:      dst=$dstdir/`basename "$src"`
phasex-0.14.97/scripts/install-sh-271-      dstdir_status=0
##############################################
phasex-0.14.97/scripts/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
phasex-0.14.97/scripts/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
phasex-0.14.97/scripts/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
phasex-0.14.97/scripts/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
phasex-0.14.97/scripts/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
phasex-0.14.97/scripts/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
phasex-0.14.97/scripts/install-sh-418-	    case $prefix in
phasex-0.14.97/scripts/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
phasex-0.14.97/scripts/install-sh-420-	      *) qprefix=$prefix;;
##############################################
phasex-0.14.97/scripts/install-sh-467-    if $copy_on_change &&
phasex-0.14.97/scripts/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
phasex-0.14.97/scripts/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
phasex-0.14.97/scripts/install-sh-470-
##############################################
phasex-0.14.97/scripts/missing-139-       # Could not run --version or --help.  This is probably someone
phasex-0.14.97/scripts/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
phasex-0.14.97/scripts/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
phasex-0.14.97/scripts/missing-173-         from any GNU archive site."
phasex-0.14.97/scripts/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
phasex-0.14.97/scripts/missing-175-    test -z "$files" && files="config.h"
##############################################
phasex-0.14.97/scripts/missing-202-         proper tools for further handling them.
phasex-0.14.97/scripts/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
phasex-0.14.97/scripts/missing-204-         archive site."
phasex-0.14.97/scripts/missing-205-
phasex-0.14.97/scripts/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
phasex-0.14.97/scripts/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
phasex-0.14.97/scripts/missing-208-    if test -f "$file"; then
##############################################
phasex-0.14.97/scripts/missing-231-	*.y)
phasex-0.14.97/scripts/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
phasex-0.14.97/scripts/missing-233-	    if test -f "$SRCFILE"; then
##############################################
phasex-0.14.97/scripts/missing-235-	    fi
phasex-0.14.97/scripts/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
phasex-0.14.97/scripts/missing-237-	    if test -f "$SRCFILE"; then
##############################################
phasex-0.14.97/scripts/missing-261-	*.l)
phasex-0.14.97/scripts/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
phasex-0.14.97/scripts/missing-263-	    if test -f "$SRCFILE"; then
##############################################
phasex-0.14.97/scripts/missing-280-
phasex-0.14.97/scripts/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
phasex-0.14.97/scripts/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
phasex-0.14.97/scripts/missing-283-    if test -f "$file"; then
##############################################
phasex-0.14.97/scripts/missing-300-    # The file to touch is that specified with -o ...
phasex-0.14.97/scripts/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
phasex-0.14.97/scripts/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
phasex-0.14.97/scripts/missing-303-    if test -z "$file"; then
phasex-0.14.97/scripts/missing-304-      # ... or it is the one specified with @setfilename ...
phasex-0.14.97/scripts/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
phasex-0.14.97/scripts/missing-306-      file=`sed -n '
##############################################
phasex-0.14.97/scripts/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
phasex-0.14.97/scripts/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
phasex-0.14.97/scripts/missing-314-    fi
##############################################
phasex-0.14.97/scripts/missing-336-	*o*)
phasex-0.14.97/scripts/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
phasex-0.14.97/scripts/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
phasex-0.14.97/scripts/missing-342-	*h*)
phasex-0.14.97/scripts/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
phasex-0.14.97/scripts/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
phasex-0.14.97/debian/patches/11-dont_install_desktop_file.patch-16--		--dir $(DESTDIR)$(datadir)/applications \
phasex-0.14.97/debian/patches/11-dont_install_desktop_file.patch:17:-		`for c in $(desktop_base) $(desktop_extra); do echo "--add-category $$c "; done` \
phasex-0.14.97/debian/patches/11-dont_install_desktop_file.patch-18--		$(desktop_files)
##############################################
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch-15- 	@for icon in $(icon_files); do \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:16:-		NAME=`echo $$icon | cut -f 1-2 -d '-'` \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:17: 		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:18: 		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch-19- 		mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps; \
##############################################
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch-28- 	@for icon in $(icon_files); do \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:29:-		NAME=`echo $$icon | cut -f 1-2 -d '-'` \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:30: 		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch:31: 		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/debian/patches/12-rename-icons-like-desktop-file.patch-32--		rm -f $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps/$$NAME.$$EXTENSION; \
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-299-# piece together gtk engine directory
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:300:gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:301:gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-302-gtk_engine_dir="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-333-# determine gcc version
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:334:gccver=`$CC -v 2>&1 | grep '^gcc version' | cut -f 3 -d ' '`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:335:gccmajor=`echo "$gccver" | cut -f 1 -d '.'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:336:gccminor=`echo "$gccver" | cut -f 2 -d '.'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-337-
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-347-ARCH_TRUE=`which true`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:348:ARCH_BITS=`( file $ARCH_TRUE | grep 'ELF 64-bit' > /dev/null && echo 64 ) || echo 32`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-349-
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-618-if test "x$gccver" \< "x4.2.0"; then
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:619:	ARCH_OPT_CFLAGS=`echo $ARCH_OPT_CFLAGS | sed -e 's/\-mtune=generic//g'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:620:	ARCH_MATH_CFLAGS=`echo $ARCH_MATH_CFLAGS | sed -e 's/\-mssse3//g' -e 's/\-msse4\(\.[12]\)*//g'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-621-fi
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-662-if echo "$CFLAGS" | grep '\-O' > /dev/null; then
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:663:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-O[[0-9]]*//g'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-664-	OPT_CFLAGS="$NEW_CFLAGS"
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-666-if echo "$CFLAGS" | grep '\-march=' > /dev/null; then
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:667:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-march=[[a-zA-Z0-9]]\+//g'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-668-	OPT_CFLAGS="$NEW_CFLAGS"
##############################################
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-670-if echo "$CFLAGS" | grep '\-mtune=' > /dev/null; then
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac:671:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-mtune=[[a-zA-Z0-9]]\+//g'`
phasex-0.14.97/.pc/02-gcc_flags.patch/configure.ac-672-	OPT_CFLAGS="$NEW_CFLAGS"
##############################################
phasex-0.14.97/.pc/11-dont_install_desktop_file.patch/misc/Makefile.am-23-		--dir $(DESTDIR)$(datadir)/applications \
phasex-0.14.97/.pc/11-dont_install_desktop_file.patch/misc/Makefile.am:24:		`for c in $(desktop_base) $(desktop_extra); do echo "--add-category $$c "; done` \
phasex-0.14.97/.pc/11-dont_install_desktop_file.patch/misc/Makefile.am-25-		$(desktop_files)
##############################################
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am-104-	@for icon in $(icon_files); do \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:105:		NAME=`echo $$icon | cut -f 1-2 -d '-'` \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:106:		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:107:		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am-108-		mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps; \
##############################################
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am-116-	@for icon in $(icon_files); do \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:117:		NAME=`echo $$icon | cut -f 1-2 -d '-'` \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:118:		EXTENSION=`echo $$icon | cut -f 2 -d '.'` \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am:119:		SIZE=`echo $$icon | cut -f 3 -d '-' | cut -f 1 -d '.'`; \
phasex-0.14.97/.pc/12-rename-icons-like-desktop-file.patch/pixmaps/Makefile.am-120-		rm -f $(DESTDIR)$(datadir)/icons/hicolor/$$SIZE/apps/$$NAME.$$EXTENSION; \
##############################################
phasex-0.14.97/configure.ac-299-# piece together gtk engine directory
phasex-0.14.97/configure.ac:300:gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
phasex-0.14.97/configure.ac:301:gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
phasex-0.14.97/configure.ac-302-gtk_engine_dir="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
##############################################
phasex-0.14.97/configure.ac-333-# determine gcc version
phasex-0.14.97/configure.ac:334:gccver=`$CC -v 2>&1 | grep '^gcc version' | cut -f 3 -d ' '`
phasex-0.14.97/configure.ac:335:gccmajor=`echo "$gccver" | cut -f 1 -d '.'`
phasex-0.14.97/configure.ac:336:gccminor=`echo "$gccver" | cut -f 2 -d '.'`
phasex-0.14.97/configure.ac-337-
##############################################
phasex-0.14.97/configure.ac-347-ARCH_TRUE=`which true`
phasex-0.14.97/configure.ac:348:ARCH_BITS=`( file $ARCH_TRUE | grep 'ELF 64-bit' > /dev/null && echo 64 ) || echo 32`
phasex-0.14.97/configure.ac-349-
##############################################
phasex-0.14.97/configure.ac-618-if test "x$gccver" \< "x4.2.0"; then
phasex-0.14.97/configure.ac:619:	ARCH_OPT_CFLAGS=`echo $ARCH_OPT_CFLAGS | sed -e 's/\-mtune=generic//g'`
phasex-0.14.97/configure.ac:620:	ARCH_MATH_CFLAGS=`echo $ARCH_MATH_CFLAGS | sed -e 's/\-mssse3//g' -e 's/\-msse4\(\.[12]\)*//g'`
phasex-0.14.97/configure.ac-621-fi
##############################################
phasex-0.14.97/configure.ac-662-if echo "$CFLAGS" | grep '\-O' > /dev/null; then
phasex-0.14.97/configure.ac:663:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-O[[0-9]]*//g'`
phasex-0.14.97/configure.ac-664-	OPT_CFLAGS="$NEW_CFLAGS"
##############################################
phasex-0.14.97/configure.ac-666-if echo "$CFLAGS" | grep '\-march=' > /dev/null; then
phasex-0.14.97/configure.ac:667:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-march=[[a-zA-Z0-9]]\+//g'`
phasex-0.14.97/configure.ac-668-	OPT_CFLAGS="$NEW_CFLAGS"
##############################################
phasex-0.14.97/configure.ac-670-if echo "$CFLAGS" | grep '\-mtune=' > /dev/null; then
phasex-0.14.97/configure.ac:671:	NEW_CFLAGS=`echo $OPT_CFLAGS | /bin/sed -e 's/\-mtune=[[a-zA-Z0-9]]\+//g'`
phasex-0.14.97/configure.ac-672-	OPT_CFLAGS="$NEW_CFLAGS"