===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pms-0.42/install-sh-217-      fi
pms-0.42/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
pms-0.42/install-sh-219-    *)
##############################################
pms-0.42/install-sh-269-      dstdir=$dst
pms-0.42/install-sh:270:      dst=$dstdir/`basename "$src"`
pms-0.42/install-sh-271-      dstdir_status=0
##############################################
pms-0.42/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
pms-0.42/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
pms-0.42/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
pms-0.42/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
pms-0.42/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
pms-0.42/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
pms-0.42/install-sh-418-	    case $prefix in
pms-0.42/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
pms-0.42/install-sh-420-	      *) qprefix=$prefix;;
##############################################
pms-0.42/install-sh-467-    if $copy_on_change &&
pms-0.42/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
pms-0.42/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
pms-0.42/install-sh-470-
##############################################
pms-0.42/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
pms-0.42/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pms-0.42/configure-49-  as_echo='print -r --'
pms-0.42/configure-50-  as_echo_n='print -rn --'
pms-0.42/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pms-0.42/configure-52-  as_echo='printf %s\n'
##############################################
pms-0.42/configure-54-else
pms-0.42/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pms-0.42/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pms-0.42/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
pms-0.42/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pms-0.42/configure-66-      esac;
##############################################
pms-0.42/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
pms-0.42/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
pms-0.42/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
pms-0.42/configure-291-      case $as_dir in #(
pms-0.42/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pms-0.42/configure-293-      *) as_qdir=$as_dir;;
##############################################
pms-0.42/configure-356-  {
pms-0.42/configure:357:    as_val=`expr "$@" || test $? -eq 1`
pms-0.42/configure-358-  }
##############################################
pms-0.42/configure-363-# ---------------------------------
pms-0.42/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pms-0.42/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pms-0.42/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
pms-0.42/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
pms-0.42/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
pms-0.42/configure-517-	esac;
pms-0.42/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
pms-0.42/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
pms-0.42/configure-792-  case $ac_option in
pms-0.42/configure:793:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
pms-0.42/configure-794-  *)	ac_optarg=yes ;;
##############################################
pms-0.42/configure-835-  -disable-* | --disable-*)
pms-0.42/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
pms-0.42/configure-837-    # Reject names that are not valid shell variable names.
##############################################
pms-0.42/configure-840-    ac_useropt_orig=$ac_useropt
pms-0.42/configure:841:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pms-0.42/configure-842-    case $ac_user_opts in
##############################################
pms-0.42/configure-861-  -enable-* | --enable-*)
pms-0.42/configure:862:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
pms-0.42/configure-863-    # Reject names that are not valid shell variable names.
##############################################
pms-0.42/configure-866-    ac_useropt_orig=$ac_useropt
pms-0.42/configure:867:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pms-0.42/configure-868-    case $ac_user_opts in
##############################################
pms-0.42/configure-1065-  -with-* | --with-*)
pms-0.42/configure:1066:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
pms-0.42/configure-1067-    # Reject names that are not valid shell variable names.
##############################################
pms-0.42/configure-1070-    ac_useropt_orig=$ac_useropt
pms-0.42/configure:1071:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pms-0.42/configure-1072-    case $ac_user_opts in
##############################################
pms-0.42/configure-1081-  -without-* | --without-*)
pms-0.42/configure:1082:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
pms-0.42/configure-1083-    # Reject names that are not valid shell variable names.
##############################################
pms-0.42/configure-1086-    ac_useropt_orig=$ac_useropt
pms-0.42/configure:1087:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
pms-0.42/configure-1088-    case $ac_user_opts in
##############################################
pms-0.42/configure-1119-  *=*)
pms-0.42/configure:1120:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
pms-0.42/configure-1121-    # Reject names that are not valid shell variable names.
##############################################
pms-0.42/configure-1140-if test -n "$ac_prev"; then
pms-0.42/configure:1141:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
pms-0.42/configure-1142-  as_fn_error "missing argument to $ac_option"
##############################################
pms-0.42/configure-1162-    */ )
pms-0.42/configure:1163:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
pms-0.42/configure-1164-      eval $ac_var=\$ac_val;;
##############################################
pms-0.42/configure-1199-ac_ls_di=`ls -di .` &&
pms-0.42/configure:1200:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
pms-0.42/configure-1201-  as_fn_error "working directory cannot be determined"
##############################################
pms-0.42/configure-1255-case $srcdir in
pms-0.42/configure:1256:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
pms-0.42/configure-1257-esac
##############################################
pms-0.42/configure-1298-By default, \`make install' will install all the files in
pms-0.42/configure:1299:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
pms-0.42/configure:1300:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
pms-0.42/configure-1301-for instance \`--prefix=\$HOME'.
##############################################
pms-0.42/configure-1390-*)
pms-0.42/configure:1391:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pms-0.42/configure-1392-  # A ".." for each directory in $ac_dir_suffix.
pms-0.42/configure:1393:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pms-0.42/configure-1394-  case $ac_top_builddir_sub in
##############################################
pms-0.42/configure-1918-    *\'*)
pms-0.42/configure:1919:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
pms-0.42/configure-1920-    esac
##############################################
pms-0.42/configure-2005-      case $ac_val in
pms-0.42/configure:2006:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pms-0.42/configure-2007-      esac
##############################################
pms-0.42/configure-2022-	case $ac_val in
pms-0.42/configure:2023:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
pms-0.42/configure-2024-	esac
##############################################
pms-0.42/configure-2135-    set,)
pms-0.42/configure:2136:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
pms-0.42/configure:2137:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
pms-0.42/configure-2138-      ac_cache_corrupted=: ;;
##############################################
pms-0.42/configure-2146-	# differences in whitespace do not lead to failure.
pms-0.42/configure:2147:	ac_old_val_w=`echo x $ac_old_val`
pms-0.42/configure:2148:	ac_new_val_w=`echo x $ac_new_val`
pms-0.42/configure-2149-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
pms-0.42/configure-2166-    case $ac_new_val in
pms-0.42/configure:2167:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
pms-0.42/configure-2168-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
pms-0.42/configure-2540-$as_echo_n "checking whether the C compiler works... " >&6; }
pms-0.42/configure:2541:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
pms-0.42/configure-2542-
##############################################
pms-0.42/configure-2584-	then :; else
pms-0.42/configure:2585:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pms-0.42/configure-2586-	fi
##############################################
pms-0.42/configure-2645-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
pms-0.42/configure:2646:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
pms-0.42/configure-2647-	  break;;
##############################################
pms-0.42/configure-2754-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
pms-0.42/configure:2755:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
pms-0.42/configure-2756-       break;;
##############################################
pms-0.42/configure-3143-  # Check for GNU $ac_path_GREP
pms-0.42/configure:3144:case `"$ac_path_GREP" --version 2>&1` in
pms-0.42/configure-3145-*GNU*)
##############################################
pms-0.42/configure-3209-  # Check for GNU $ac_path_EGREP
pms-0.42/configure:3210:case `"$ac_path_EGREP" --version 2>&1` in
pms-0.42/configure-3211-*GNU*)
##############################################
pms-0.42/configure-3370-do :
pms-0.42/configure:3371:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
pms-0.42/configure-3372-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
pms-0.42/configure-3376-  cat >>confdefs.h <<_ACEOF
pms-0.42/configure:3377:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
pms-0.42/configure-3378-_ACEOF
##############################################
pms-0.42/configure-3810-if (
pms-0.42/configure:3811:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pms-0.42/configure-3812-   if test "$*" = "X"; then
pms-0.42/configure-3813-      # -L didn't work.
pms-0.42/configure:3814:      set X `ls -t "$srcdir/configure" conftest.file`
pms-0.42/configure-3815-   fi
##############################################
pms-0.42/configure-3846-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
pms-0.42/configure:3847:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
pms-0.42/configure-3848-
pms-0.42/configure-3849-# expand $ac_aux_dir to an absolute path
pms-0.42/configure:3850:am_aux_dir=`cd $ac_aux_dir && pwd`
pms-0.42/configure-3851-
##############################################
pms-0.42/configure-3991-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
pms-0.42/configure:3992:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
pms-0.42/configure-3993-	     'mkdir (GNU coreutils) '* | \
##############################################
pms-0.42/configure-4070-set x ${MAKE-make}
pms-0.42/configure:4071:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
pms-0.42/configure-4072-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
pms-0.42/configure-4080-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
pms-0.42/configure:4081:case `${MAKE-make} -f conftest.make 2>/dev/null` in
pms-0.42/configure-4082-  *@@@%%%=?*=@@@%%%*)
##############################################
pms-0.42/configure-4127-# Ignore all kinds of additional output from `make'.
pms-0.42/configure:4128:case `$am_make -s -f confmf 2> /dev/null` in #(
pms-0.42/configure-4129-*the\ am__doit\ target*)
##############################################
pms-0.42/configure-4137-   echo '.include "confinc"' > confmf
pms-0.42/configure:4138:   case `$am_make -s -f confmf 2> /dev/null` in #(
pms-0.42/configure-4139-   *the\ am__doit\ target*)
##############################################
pms-0.42/configure-4169-
pms-0.42/configure:4170:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pms-0.42/configure-4171-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pms-0.42/configure-4258-  if test "$am_compiler_list" = ""; then
pms-0.42/configure:4259:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
pms-0.42/configure-4260-  fi
##############################################
pms-0.42/configure-4643-  if test "$am_compiler_list" = ""; then
pms-0.42/configure:4644:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
pms-0.42/configure-4645-  fi
##############################################
pms-0.42/configure-4877-  test $ac_status = 0; }; then
pms-0.42/configure:4878:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.0" 2>/dev/null`
pms-0.42/configure-4879-else
##############################################
pms-0.42/configure-4893-  test $ac_status = 0; }; then
pms-0.42/configure:4894:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.0" 2>/dev/null`
pms-0.42/configure-4895-else
##############################################
pms-0.42/configure-4911-        if test $_pkg_short_errors_supported = yes; then
pms-0.42/configure:4912:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.0" 2>&1`
pms-0.42/configure-4913-        else
pms-0.42/configure:4914:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.0" 2>&1`
pms-0.42/configure-4915-        fi
##############################################
pms-0.42/configure-5348-    if test -f $ac_dir/$ac_word; then
pms-0.42/configure:5349:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
pms-0.42/configure-5350-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
pms-0.42/configure-5467-    if test -f $ac_dir/$ac_word; then
pms-0.42/configure:5468:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
pms-0.42/configure-5469-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
pms-0.42/configure-5622-   if test "x$srcdir" != "x."; then
pms-0.42/configure:5623:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
pms-0.42/configure-5624-       posrcprefix="$srcdir/"
##############################################
pms-0.42/configure-5734-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
pms-0.42/configure:5735:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
pms-0.42/configure-5736-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
pms-0.42/configure-5821-if test -z "$BASH_VERSION$ZSH_VERSION" \
pms-0.42/configure:5822:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
pms-0.42/configure-5823-  as_echo='print -r --'
pms-0.42/configure-5824-  as_echo_n='print -rn --'
pms-0.42/configure:5825:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
pms-0.42/configure-5826-  as_echo='printf %s\n'
##############################################
pms-0.42/configure-5828-else
pms-0.42/configure:5829:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
pms-0.42/configure-5830-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
pms-0.42/configure-5838-	expr "X$arg" : "X\\(.*\\)$as_nl";
pms-0.42/configure:5839:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
pms-0.42/configure-5840-      esac;
##############################################
pms-0.42/configure-5914-# ---------------------------------
pms-0.42/configure:5915:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
pms-0.42/configure-5916-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
pms-0.42/configure-5986-  {
pms-0.42/configure:5987:    as_val=`expr "$@" || test $? -eq 1`
pms-0.42/configure-5988-  }
##############################################
pms-0.42/configure-6090-      case $as_dir in #(
pms-0.42/configure:6091:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
pms-0.42/configure-6092-      *) as_qdir=$as_dir;;
##############################################
pms-0.42/configure-6147-	esac;
pms-0.42/configure:6148:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
pms-0.42/configure-6149-	???[sx]*):;;*)false;;esac;fi
##############################################
pms-0.42/configure-6237-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
pms-0.42/configure:6238:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
pms-0.42/configure-6239-ac_cs_version="\\
##############################################
pms-0.42/configure-6262-  --*=*)
pms-0.42/configure:6263:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
pms-0.42/configure:6264:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
pms-0.42/configure-6265-    ac_shift=:
##############################################
pms-0.42/configure-6286-    case $ac_optarg in
pms-0.42/configure:6287:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pms-0.42/configure-6288-    esac
##############################################
pms-0.42/configure-6293-    case $ac_optarg in
pms-0.42/configure:6294:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
pms-0.42/configure-6295-    esac
##############################################
pms-0.42/configure-6422-fi
pms-0.42/configure:6423:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
pms-0.42/configure-6424-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
pms-0.42/configure-6439-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
pms-0.42/configure:6440:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
pms-0.42/configure-6441-ac_delim='%!_!# '
##############################################
pms-0.42/configure-6445-
pms-0.42/configure:6446:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
pms-0.42/configure-6447-  if test $ac_delim_n = $ac_delim_num; then
##############################################
pms-0.42/configure-6575-for ac_last_try in false false :; do
pms-0.42/configure:6576:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
pms-0.42/configure-6577-  if test -z "$ac_t"; then
##############################################
pms-0.42/configure-6707-      esac
pms-0.42/configure:6708:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
pms-0.42/configure-6709-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
pms-0.42/configure-6766-*)
pms-0.42/configure:6767:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
pms-0.42/configure-6768-  # A ".." for each directory in $ac_dir_suffix.
pms-0.42/configure:6769:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
pms-0.42/configure-6770-  case $ac_top_builddir_sub in
##############################################
pms-0.42/configure-6827-/@mandir@/p'
pms-0.42/configure:6828:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
pms-0.42/configure-6829-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
pms-0.42/configure-6844-
pms-0.42/configure:6845:# Neutralize VPATH when `$srcdir' = `.'.
pms-0.42/configure-6846-# Shell code in configure.ac might set extrasub.
##############################################
pms-0.42/configure-6872-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
pms-0.42/configure:6873:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
pms-0.42/configure:6874:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
pms-0.42/configure-6875-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
pms-0.42/configure-6917-    * )
pms-0.42/configure:6918:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pms-0.42/configure-6919-  esac
##############################################
pms-0.42/configure-6964-    # Strip MF so we end up with the name of the file.
pms-0.42/configure:6965:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pms-0.42/configure-6966-    # Check whether this is an Automake generated Makefile or not.
##############################################
pms-0.42/configure-7001-    # from the Makefile without running `make'.
pms-0.42/configure:7002:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pms-0.42/configure-7003-    test -z "$DEPDIR" && continue
pms-0.42/configure:7004:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pms-0.42/configure-7005-    test -z "am__include" && continue
pms-0.42/configure:7006:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pms-0.42/configure-7007-    # When using ansi2knr, U may be empty or an underscore; expand it
pms-0.42/configure:7008:    U=`sed -n 's/^U = //p' < "$mf"`
pms-0.42/configure-7009-    # Find all dependency output files, they are included files with
##############################################
pms-0.42/po/Rules-quot-15-.insert-header.po-update-en:
pms-0.42/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
pms-0.42/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
pms-0.42/po/Rules-quot-18-	tmpdir=`pwd`; \
pms-0.42/po/Rules-quot-19-	echo "$$lang:"; \
pms-0.42/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
pms-0.42/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
pms-0.42/po/Rules-quot-22-	cd $(srcdir); \
pms-0.42/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
pms-0.42/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
pms-0.42/po/Makefile-100-.po.gmo:
pms-0.42/po/Makefile:101:	@lang=`echo $* | sed -e 's,.*/,,'`; \
pms-0.42/po/Makefile-102-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
pms-0.42/po/Makefile-162-	fi; \
pms-0.42/po/Makefile:163:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
pms-0.42/po/Makefile-164-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
pms-0.42/po/Makefile-204-$(POFILES): $(srcdir)/$(DOMAIN).pot
pms-0.42/po/Makefile:205:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
pms-0.42/po/Makefile-206-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
pms-0.42/po/Makefile-234-	for cat in $$catalogs; do \
pms-0.42/po/Makefile:235:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile:236:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile-237-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile-244-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile:245:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile-246-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile-286-	for cat in $$catalogs; do \
pms-0.42/po/Makefile:287:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile:288:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile-289-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile-293-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile:294:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile-295-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile-332-	for cat in $$catalogs; do \
pms-0.42/po/Makefile:333:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile:334:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile-335-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
pms-0.42/po/Makefile-397-.nop.po-create:
pms-0.42/po/Makefile:398:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
pms-0.42/po/Makefile-399-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
pms-0.42/po/Makefile-404-.nop.po-update:
pms-0.42/po/Makefile:405:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
pms-0.42/po/Makefile-406-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
pms-0.42/po/Makefile.in-88-.po.gmo:
pms-0.42/po/Makefile.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
pms-0.42/po/Makefile.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
pms-0.42/po/Makefile.in-150-	fi; \
pms-0.42/po/Makefile.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
pms-0.42/po/Makefile.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
pms-0.42/po/Makefile.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
pms-0.42/po/Makefile.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
pms-0.42/po/Makefile.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
pms-0.42/po/Makefile.in-222-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in:223:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in:224:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in-225-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile.in-232-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile.in:233:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile.in-234-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile.in-274-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in:275:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in:276:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in-277-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile.in-281-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile.in:282:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile.in-283-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile.in-320-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in:321:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in:322:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in-323-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
pms-0.42/po/Makefile.in-385-.nop.po-create:
pms-0.42/po/Makefile.in:386:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
pms-0.42/po/Makefile.in-387-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
pms-0.42/po/Makefile.in-392-.nop.po-update:
pms-0.42/po/Makefile.in:393:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
pms-0.42/po/Makefile.in-394-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
pms-0.42/po/Makefile.in.in-88-.po.gmo:
pms-0.42/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
pms-0.42/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
pms-0.42/po/Makefile.in.in-150-	fi; \
pms-0.42/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
pms-0.42/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
pms-0.42/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
pms-0.42/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
pms-0.42/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
pms-0.42/po/Makefile.in.in-222-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in.in:223:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in.in:224:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in.in-225-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile.in.in-232-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile.in.in:233:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile.in.in-234-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile.in.in-274-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in.in:275:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in.in:276:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in.in-277-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
pms-0.42/po/Makefile.in.in-281-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
pms-0.42/po/Makefile.in.in:282:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
pms-0.42/po/Makefile.in.in-283-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
pms-0.42/po/Makefile.in.in-320-	for cat in $$catalogs; do \
pms-0.42/po/Makefile.in.in:321:	  cat=`basename $$cat`; \
pms-0.42/po/Makefile.in.in:322:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
pms-0.42/po/Makefile.in.in-323-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
pms-0.42/po/Makefile.in.in-385-.nop.po-create:
pms-0.42/po/Makefile.in.in:386:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
pms-0.42/po/Makefile.in.in-387-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
pms-0.42/po/Makefile.in.in-392-.nop.po-update:
pms-0.42/po/Makefile.in.in:393:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
pms-0.42/po/Makefile.in.in-394-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
pms-0.42/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
pms-0.42/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
pms-0.42/depcomp-69-
##############################################
pms-0.42/depcomp-224-  # Version 6 uses the directory in both cases.
pms-0.42/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pms-0.42/depcomp-226-  test "x$dir" = "x$object" && dir=
pms-0.42/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pms-0.42/depcomp-228-  if test "$libtool" = yes; then
##############################################
pms-0.42/depcomp-253-    # Do two passes, one to just change these to
pms-0.42/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
pms-0.42/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
pms-0.42/depcomp-295-  # Do two passes, one to just change these to
pms-0.42/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
pms-0.42/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
pms-0.42/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
pms-0.42/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pms-0.42/depcomp-313-  test "x$dir" = "x$object" && dir=
pms-0.42/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pms-0.42/depcomp-315-  if test "$libtool" = yes; then
##############################################
pms-0.42/depcomp-355-   # Subdirectories are respected.
pms-0.42/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
pms-0.42/depcomp-357-   test "x$dir" = "x$object" && dir=
pms-0.42/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
pms-0.42/depcomp-359-
##############################################
pms-0.42/depcomp-501-  done
pms-0.42/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
pms-0.42/depcomp-503-  touch "$tmpdepfile"
##############################################
pms-0.42/Makefile.in-76-DIST_SOURCES = $(pms_SOURCES) $(EXTRA_pms_SOURCES)
pms-0.42/Makefile.in:77:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
pms-0.42/Makefile.in-78-am__vpath_adj = case $$p in \
pms-0.42/Makefile.in:79:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
pms-0.42/Makefile.in-80-    *) f=$$p;; \
pms-0.42/Makefile.in-81-  esac;
pms-0.42/Makefile.in:82:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
pms-0.42/Makefile.in-83-am__install_max = 40
pms-0.42/Makefile.in-84-am__nobase_strip_setup = \
pms-0.42/Makefile.in:85:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
pms-0.42/Makefile.in-86-am__nobase_strip = \
##############################################
pms-0.42/Makefile.in-360-.c.obj:
pms-0.42/Makefile.in:361:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
pms-0.42/Makefile.in-362-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
pms-0.42/Makefile.in-364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:365:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
pms-0.42/Makefile.in-366-
pms-0.42/Makefile.in-367-libmpdclient.o: src/libmpdclient.c
pms-0.42/Makefile.in:368:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmpdclient.o -MD -MP -MF $(DEPDIR)/libmpdclient.Tpo -c -o libmpdclient.o `test -f 'src/libmpdclient.c' || echo '$(srcdir)/'`src/libmpdclient.c
pms-0.42/Makefile.in-369-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libmpdclient.Tpo $(DEPDIR)/libmpdclient.Po
##############################################
pms-0.42/Makefile.in-371-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:372:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmpdclient.o `test -f 'src/libmpdclient.c' || echo '$(srcdir)/'`src/libmpdclient.c
pms-0.42/Makefile.in-373-
pms-0.42/Makefile.in-374-libmpdclient.obj: src/libmpdclient.c
pms-0.42/Makefile.in:375:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libmpdclient.obj -MD -MP -MF $(DEPDIR)/libmpdclient.Tpo -c -o libmpdclient.obj `if test -f 'src/libmpdclient.c'; then $(CYGPATH_W) 'src/libmpdclient.c'; else $(CYGPATH_W) '$(srcdir)/src/libmpdclient.c'; fi`
pms-0.42/Makefile.in-376-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libmpdclient.Tpo $(DEPDIR)/libmpdclient.Po
##############################################
pms-0.42/Makefile.in-378-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:379:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libmpdclient.obj `if test -f 'src/libmpdclient.c'; then $(CYGPATH_W) 'src/libmpdclient.c'; else $(CYGPATH_W) '$(srcdir)/src/libmpdclient.c'; fi`
pms-0.42/Makefile.in-380-
##############################################
pms-0.42/Makefile.in-388-.cpp.obj:
pms-0.42/Makefile.in:389:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
pms-0.42/Makefile.in-390-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
pms-0.42/Makefile.in-392-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:393:@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
pms-0.42/Makefile.in-394-
pms-0.42/Makefile.in-395-action.o: src/action.cpp
pms-0.42/Makefile.in:396:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT action.o -MD -MP -MF $(DEPDIR)/action.Tpo -c -o action.o `test -f 'src/action.cpp' || echo '$(srcdir)/'`src/action.cpp
pms-0.42/Makefile.in-397-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/action.Tpo $(DEPDIR)/action.Po
##############################################
pms-0.42/Makefile.in-399-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:400:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o action.o `test -f 'src/action.cpp' || echo '$(srcdir)/'`src/action.cpp
pms-0.42/Makefile.in-401-
pms-0.42/Makefile.in-402-action.obj: src/action.cpp
pms-0.42/Makefile.in:403:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT action.obj -MD -MP -MF $(DEPDIR)/action.Tpo -c -o action.obj `if test -f 'src/action.cpp'; then $(CYGPATH_W) 'src/action.cpp'; else $(CYGPATH_W) '$(srcdir)/src/action.cpp'; fi`
pms-0.42/Makefile.in-404-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/action.Tpo $(DEPDIR)/action.Po
##############################################
pms-0.42/Makefile.in-406-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:407:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o action.obj `if test -f 'src/action.cpp'; then $(CYGPATH_W) 'src/action.cpp'; else $(CYGPATH_W) '$(srcdir)/src/action.cpp'; fi`
pms-0.42/Makefile.in-408-
pms-0.42/Makefile.in-409-color.o: src/color.cpp
pms-0.42/Makefile.in:410:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT color.o -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.o `test -f 'src/color.cpp' || echo '$(srcdir)/'`src/color.cpp
pms-0.42/Makefile.in-411-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po
##############################################
pms-0.42/Makefile.in-413-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:414:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o color.o `test -f 'src/color.cpp' || echo '$(srcdir)/'`src/color.cpp
pms-0.42/Makefile.in-415-
pms-0.42/Makefile.in-416-color.obj: src/color.cpp
pms-0.42/Makefile.in:417:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT color.obj -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.obj `if test -f 'src/color.cpp'; then $(CYGPATH_W) 'src/color.cpp'; else $(CYGPATH_W) '$(srcdir)/src/color.cpp'; fi`
pms-0.42/Makefile.in-418-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po
##############################################
pms-0.42/Makefile.in-420-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:421:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o color.obj `if test -f 'src/color.cpp'; then $(CYGPATH_W) 'src/color.cpp'; else $(CYGPATH_W) '$(srcdir)/src/color.cpp'; fi`
pms-0.42/Makefile.in-422-
pms-0.42/Makefile.in-423-command.o: src/command.cpp
pms-0.42/Makefile.in:424:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT command.o -MD -MP -MF $(DEPDIR)/command.Tpo -c -o command.o `test -f 'src/command.cpp' || echo '$(srcdir)/'`src/command.cpp
pms-0.42/Makefile.in-425-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/command.Tpo $(DEPDIR)/command.Po
##############################################
pms-0.42/Makefile.in-427-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:428:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o command.o `test -f 'src/command.cpp' || echo '$(srcdir)/'`src/command.cpp
pms-0.42/Makefile.in-429-
pms-0.42/Makefile.in-430-command.obj: src/command.cpp
pms-0.42/Makefile.in:431:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT command.obj -MD -MP -MF $(DEPDIR)/command.Tpo -c -o command.obj `if test -f 'src/command.cpp'; then $(CYGPATH_W) 'src/command.cpp'; else $(CYGPATH_W) '$(srcdir)/src/command.cpp'; fi`
pms-0.42/Makefile.in-432-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/command.Tpo $(DEPDIR)/command.Po
##############################################
pms-0.42/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:435:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o command.obj `if test -f 'src/command.cpp'; then $(CYGPATH_W) 'src/command.cpp'; else $(CYGPATH_W) '$(srcdir)/src/command.cpp'; fi`
pms-0.42/Makefile.in-436-
pms-0.42/Makefile.in-437-config.o: src/config.cpp
pms-0.42/Makefile.in:438:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT config.o -MD -MP -MF $(DEPDIR)/config.Tpo -c -o config.o `test -f 'src/config.cpp' || echo '$(srcdir)/'`src/config.cpp
pms-0.42/Makefile.in-439-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/config.Tpo $(DEPDIR)/config.Po
##############################################
pms-0.42/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:442:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o config.o `test -f 'src/config.cpp' || echo '$(srcdir)/'`src/config.cpp
pms-0.42/Makefile.in-443-
pms-0.42/Makefile.in-444-config.obj: src/config.cpp
pms-0.42/Makefile.in:445:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT config.obj -MD -MP -MF $(DEPDIR)/config.Tpo -c -o config.obj `if test -f 'src/config.cpp'; then $(CYGPATH_W) 'src/config.cpp'; else $(CYGPATH_W) '$(srcdir)/src/config.cpp'; fi`
pms-0.42/Makefile.in-446-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/config.Tpo $(DEPDIR)/config.Po
##############################################
pms-0.42/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:449:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o config.obj `if test -f 'src/config.cpp'; then $(CYGPATH_W) 'src/config.cpp'; else $(CYGPATH_W) '$(srcdir)/src/config.cpp'; fi`
pms-0.42/Makefile.in-450-
pms-0.42/Makefile.in-451-conn.o: src/conn.cpp
pms-0.42/Makefile.in:452:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT conn.o -MD -MP -MF $(DEPDIR)/conn.Tpo -c -o conn.o `test -f 'src/conn.cpp' || echo '$(srcdir)/'`src/conn.cpp
pms-0.42/Makefile.in-453-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/conn.Tpo $(DEPDIR)/conn.Po
##############################################
pms-0.42/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:456:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o conn.o `test -f 'src/conn.cpp' || echo '$(srcdir)/'`src/conn.cpp
pms-0.42/Makefile.in-457-
pms-0.42/Makefile.in-458-conn.obj: src/conn.cpp
pms-0.42/Makefile.in:459:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT conn.obj -MD -MP -MF $(DEPDIR)/conn.Tpo -c -o conn.obj `if test -f 'src/conn.cpp'; then $(CYGPATH_W) 'src/conn.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conn.cpp'; fi`
pms-0.42/Makefile.in-460-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/conn.Tpo $(DEPDIR)/conn.Po
##############################################
pms-0.42/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:463:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o conn.obj `if test -f 'src/conn.cpp'; then $(CYGPATH_W) 'src/conn.cpp'; else $(CYGPATH_W) '$(srcdir)/src/conn.cpp'; fi`
pms-0.42/Makefile.in-464-
pms-0.42/Makefile.in-465-display.o: src/display.cpp
pms-0.42/Makefile.in:466:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT display.o -MD -MP -MF $(DEPDIR)/display.Tpo -c -o display.o `test -f 'src/display.cpp' || echo '$(srcdir)/'`src/display.cpp
pms-0.42/Makefile.in-467-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/display.Tpo $(DEPDIR)/display.Po
##############################################
pms-0.42/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:470:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o display.o `test -f 'src/display.cpp' || echo '$(srcdir)/'`src/display.cpp
pms-0.42/Makefile.in-471-
pms-0.42/Makefile.in-472-display.obj: src/display.cpp
pms-0.42/Makefile.in:473:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT display.obj -MD -MP -MF $(DEPDIR)/display.Tpo -c -o display.obj `if test -f 'src/display.cpp'; then $(CYGPATH_W) 'src/display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/display.cpp'; fi`
pms-0.42/Makefile.in-474-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/display.Tpo $(DEPDIR)/display.Po
##############################################
pms-0.42/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:477:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o display.obj `if test -f 'src/display.cpp'; then $(CYGPATH_W) 'src/display.cpp'; else $(CYGPATH_W) '$(srcdir)/src/display.cpp'; fi`
pms-0.42/Makefile.in-478-
pms-0.42/Makefile.in-479-input.o: src/input.cpp
pms-0.42/Makefile.in:480:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT input.o -MD -MP -MF $(DEPDIR)/input.Tpo -c -o input.o `test -f 'src/input.cpp' || echo '$(srcdir)/'`src/input.cpp
pms-0.42/Makefile.in-481-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/input.Tpo $(DEPDIR)/input.Po
##############################################
pms-0.42/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:484:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o input.o `test -f 'src/input.cpp' || echo '$(srcdir)/'`src/input.cpp
pms-0.42/Makefile.in-485-
pms-0.42/Makefile.in-486-input.obj: src/input.cpp
pms-0.42/Makefile.in:487:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT input.obj -MD -MP -MF $(DEPDIR)/input.Tpo -c -o input.obj `if test -f 'src/input.cpp'; then $(CYGPATH_W) 'src/input.cpp'; else $(CYGPATH_W) '$(srcdir)/src/input.cpp'; fi`
pms-0.42/Makefile.in-488-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/input.Tpo $(DEPDIR)/input.Po
##############################################
pms-0.42/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:491:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o input.obj `if test -f 'src/input.cpp'; then $(CYGPATH_W) 'src/input.cpp'; else $(CYGPATH_W) '$(srcdir)/src/input.cpp'; fi`
pms-0.42/Makefile.in-492-
pms-0.42/Makefile.in-493-list.o: src/list.cpp
pms-0.42/Makefile.in:494:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT list.o -MD -MP -MF $(DEPDIR)/list.Tpo -c -o list.o `test -f 'src/list.cpp' || echo '$(srcdir)/'`src/list.cpp
pms-0.42/Makefile.in-495-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/list.Tpo $(DEPDIR)/list.Po
##############################################
pms-0.42/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:498:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o list.o `test -f 'src/list.cpp' || echo '$(srcdir)/'`src/list.cpp
pms-0.42/Makefile.in-499-
pms-0.42/Makefile.in-500-list.obj: src/list.cpp
pms-0.42/Makefile.in:501:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT list.obj -MD -MP -MF $(DEPDIR)/list.Tpo -c -o list.obj `if test -f 'src/list.cpp'; then $(CYGPATH_W) 'src/list.cpp'; else $(CYGPATH_W) '$(srcdir)/src/list.cpp'; fi`
pms-0.42/Makefile.in-502-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/list.Tpo $(DEPDIR)/list.Po
##############################################
pms-0.42/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:505:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o list.obj `if test -f 'src/list.cpp'; then $(CYGPATH_W) 'src/list.cpp'; else $(CYGPATH_W) '$(srcdir)/src/list.cpp'; fi`
pms-0.42/Makefile.in-506-
pms-0.42/Makefile.in-507-pms.o: src/pms.cpp
pms-0.42/Makefile.in:508:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pms.o -MD -MP -MF $(DEPDIR)/pms.Tpo -c -o pms.o `test -f 'src/pms.cpp' || echo '$(srcdir)/'`src/pms.cpp
pms-0.42/Makefile.in-509-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/pms.Tpo $(DEPDIR)/pms.Po
##############################################
pms-0.42/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:512:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pms.o `test -f 'src/pms.cpp' || echo '$(srcdir)/'`src/pms.cpp
pms-0.42/Makefile.in-513-
pms-0.42/Makefile.in-514-pms.obj: src/pms.cpp
pms-0.42/Makefile.in:515:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT pms.obj -MD -MP -MF $(DEPDIR)/pms.Tpo -c -o pms.obj `if test -f 'src/pms.cpp'; then $(CYGPATH_W) 'src/pms.cpp'; else $(CYGPATH_W) '$(srcdir)/src/pms.cpp'; fi`
pms-0.42/Makefile.in-516-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/pms.Tpo $(DEPDIR)/pms.Po
##############################################
pms-0.42/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:519:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o pms.obj `if test -f 'src/pms.cpp'; then $(CYGPATH_W) 'src/pms.cpp'; else $(CYGPATH_W) '$(srcdir)/src/pms.cpp'; fi`
pms-0.42/Makefile.in-520-
pms-0.42/Makefile.in-521-song.o: src/song.cpp
pms-0.42/Makefile.in:522:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT song.o -MD -MP -MF $(DEPDIR)/song.Tpo -c -o song.o `test -f 'src/song.cpp' || echo '$(srcdir)/'`src/song.cpp
pms-0.42/Makefile.in-523-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/song.Tpo $(DEPDIR)/song.Po
##############################################
pms-0.42/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:526:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o song.o `test -f 'src/song.cpp' || echo '$(srcdir)/'`src/song.cpp
pms-0.42/Makefile.in-527-
pms-0.42/Makefile.in-528-song.obj: src/song.cpp
pms-0.42/Makefile.in:529:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT song.obj -MD -MP -MF $(DEPDIR)/song.Tpo -c -o song.obj `if test -f 'src/song.cpp'; then $(CYGPATH_W) 'src/song.cpp'; else $(CYGPATH_W) '$(srcdir)/src/song.cpp'; fi`
pms-0.42/Makefile.in-530-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/song.Tpo $(DEPDIR)/song.Po
##############################################
pms-0.42/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:533:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o song.obj `if test -f 'src/song.cpp'; then $(CYGPATH_W) 'src/song.cpp'; else $(CYGPATH_W) '$(srcdir)/src/song.cpp'; fi`
pms-0.42/Makefile.in-534-
pms-0.42/Makefile.in-535-field.o: src/field.cpp
pms-0.42/Makefile.in:536:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT field.o -MD -MP -MF $(DEPDIR)/field.Tpo -c -o field.o `test -f 'src/field.cpp' || echo '$(srcdir)/'`src/field.cpp
pms-0.42/Makefile.in-537-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/field.Tpo $(DEPDIR)/field.Po
##############################################
pms-0.42/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:540:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o field.o `test -f 'src/field.cpp' || echo '$(srcdir)/'`src/field.cpp
pms-0.42/Makefile.in-541-
pms-0.42/Makefile.in-542-field.obj: src/field.cpp
pms-0.42/Makefile.in:543:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT field.obj -MD -MP -MF $(DEPDIR)/field.Tpo -c -o field.obj `if test -f 'src/field.cpp'; then $(CYGPATH_W) 'src/field.cpp'; else $(CYGPATH_W) '$(srcdir)/src/field.cpp'; fi`
pms-0.42/Makefile.in-544-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/field.Tpo $(DEPDIR)/field.Po
##############################################
pms-0.42/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:547:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o field.obj `if test -f 'src/field.cpp'; then $(CYGPATH_W) 'src/field.cpp'; else $(CYGPATH_W) '$(srcdir)/src/field.cpp'; fi`
pms-0.42/Makefile.in-548-
pms-0.42/Makefile.in-549-settings.o: src/settings.cpp
pms-0.42/Makefile.in:550:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settings.o -MD -MP -MF $(DEPDIR)/settings.Tpo -c -o settings.o `test -f 'src/settings.cpp' || echo '$(srcdir)/'`src/settings.cpp
pms-0.42/Makefile.in-551-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/settings.Tpo $(DEPDIR)/settings.Po
##############################################
pms-0.42/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:554:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settings.o `test -f 'src/settings.cpp' || echo '$(srcdir)/'`src/settings.cpp
pms-0.42/Makefile.in-555-
pms-0.42/Makefile.in-556-settings.obj: src/settings.cpp
pms-0.42/Makefile.in:557:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT settings.obj -MD -MP -MF $(DEPDIR)/settings.Tpo -c -o settings.obj `if test -f 'src/settings.cpp'; then $(CYGPATH_W) 'src/settings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/settings.cpp'; fi`
pms-0.42/Makefile.in-558-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/settings.Tpo $(DEPDIR)/settings.Po
##############################################
pms-0.42/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:561:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o settings.obj `if test -f 'src/settings.cpp'; then $(CYGPATH_W) 'src/settings.cpp'; else $(CYGPATH_W) '$(srcdir)/src/settings.cpp'; fi`
pms-0.42/Makefile.in-562-
pms-0.42/Makefile.in-563-mediator.o: src/mediator.cpp
pms-0.42/Makefile.in:564:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mediator.o -MD -MP -MF $(DEPDIR)/mediator.Tpo -c -o mediator.o `test -f 'src/mediator.cpp' || echo '$(srcdir)/'`src/mediator.cpp
pms-0.42/Makefile.in-565-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mediator.Tpo $(DEPDIR)/mediator.Po
##############################################
pms-0.42/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:568:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mediator.o `test -f 'src/mediator.cpp' || echo '$(srcdir)/'`src/mediator.cpp
pms-0.42/Makefile.in-569-
pms-0.42/Makefile.in-570-mediator.obj: src/mediator.cpp
pms-0.42/Makefile.in:571:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mediator.obj -MD -MP -MF $(DEPDIR)/mediator.Tpo -c -o mediator.obj `if test -f 'src/mediator.cpp'; then $(CYGPATH_W) 'src/mediator.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mediator.cpp'; fi`
pms-0.42/Makefile.in-572-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mediator.Tpo $(DEPDIR)/mediator.Po
##############################################
pms-0.42/Makefile.in-574-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:575:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mediator.obj `if test -f 'src/mediator.cpp'; then $(CYGPATH_W) 'src/mediator.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mediator.cpp'; fi`
pms-0.42/Makefile.in-576-
pms-0.42/Makefile.in-577-message.o: src/message.cpp
pms-0.42/Makefile.in:578:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT message.o -MD -MP -MF $(DEPDIR)/message.Tpo -c -o message.o `test -f 'src/message.cpp' || echo '$(srcdir)/'`src/message.cpp
pms-0.42/Makefile.in-579-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/message.Tpo $(DEPDIR)/message.Po
##############################################
pms-0.42/Makefile.in-581-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:582:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o message.o `test -f 'src/message.cpp' || echo '$(srcdir)/'`src/message.cpp
pms-0.42/Makefile.in-583-
pms-0.42/Makefile.in-584-message.obj: src/message.cpp
pms-0.42/Makefile.in:585:@am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT message.obj -MD -MP -MF $(DEPDIR)/message.Tpo -c -o message.obj `if test -f 'src/message.cpp'; then $(CYGPATH_W) 'src/message.cpp'; else $(CYGPATH_W) '$(srcdir)/src/message.cpp'; fi`
pms-0.42/Makefile.in-586-@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/message.Tpo $(DEPDIR)/message.Po
##############################################
pms-0.42/Makefile.in-588-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
pms-0.42/Makefile.in:589:@am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o message.obj `if test -f 'src/message.cpp'; then $(CYGPATH_W) 'src/message.cpp'; else $(CYGPATH_W) '$(srcdir)/src/message.cpp'; fi`
pms-0.42/Makefile.in-590-install-man1: $(man_MANS)
##############################################
pms-0.42/Makefile.in-673-GTAGS:
pms-0.42/Makefile.in:674:	here=`$(am__cd) $(top_builddir) && pwd` \
pms-0.42/Makefile.in-675-	  && $(am__cd) $(top_srcdir) \
##############################################
pms-0.42/Makefile.in-696-	test -d "$(distdir)" || mkdir "$(distdir)"
pms-0.42/Makefile.in:697:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pms-0.42/Makefile.in:698:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
pms-0.42/Makefile.in-699-	list='$(DISTFILES)'; \
##############################################
pms-0.42/Makefile.in-710-	  if test -d $$d/$$file; then \
pms-0.42/Makefile.in:711:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
pms-0.42/Makefile.in-712-	    if test -d "$(distdir)/$$file"; then \
##############################################
pms-0.42/Makefile.in-790-	test -d $(distdir)/_build || exit 0; \
pms-0.42/Makefile.in:791:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
pms-0.42/Makefile.in-792-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
pms-0.42/Makefile.in-824-	@$(am__cd) '$(distuninstallcheck_dir)' \
pms-0.42/Makefile.in:825:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
pms-0.42/Makefile.in-826-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
pms-0.42/Makefile.in-836-	fi
pms-0.42/Makefile.in:837:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
pms-0.42/Makefile.in-838-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
pms-0.42/config.rpath-33-host="$1"
pms-0.42/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
pms-0.42/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
pms-0.42/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
pms-0.42/config.rpath-37-
##############################################
pms-0.42/config.rpath-47-done
pms-0.42/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
pms-0.42/config.rpath-49-
##############################################
pms-0.42/config.rpath-91-        *)
pms-0.42/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
pms-0.42/config.rpath-93-            *Sun\ C*)
##############################################
pms-0.42/config.rpath-217-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
pms-0.42/config.rpath:218:      case `$LD -v 2>&1` in
pms-0.42/config.rpath-219-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
pms-0.42/config.rpath-223-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
pms-0.42/config.rpath:224:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
pms-0.42/config.rpath-225-          else
##############################################
pms-0.42/config.rpath-280-        case $host_os in aix4.[012]|aix4.[012].*)
pms-0.42/config.rpath:281:          collect2name=`${CC} -print-prog-name=collect2`
pms-0.42/config.rpath-282-          if test -f "$collect2name" && \
##############################################
pms-0.42/config.rpath-419-        hardcode_direct=yes
pms-0.42/config.rpath:420:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
pms-0.42/config.rpath-421-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
pms-0.42/config.rpath-483-    sysv5* | sco3.2v5* | sco5v6*)
pms-0.42/config.rpath:484:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
pms-0.42/config.rpath-485-      hardcode_libdir_separator=':'
##############################################
pms-0.42/config.rpath-627-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
pms-0.42/config.rpath:628:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
pms-0.42/config.rpath:629:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
pms-0.42/config.rpath:630:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
pms-0.42/config.rpath:631:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
pms-0.42/config.rpath:632:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
pms-0.42/config.rpath-633-
##############################################
pms-0.42/missing-139-       # Could not run --version or --help.  This is probably someone
pms-0.42/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
pms-0.42/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
pms-0.42/missing-173-         from any GNU archive site."
pms-0.42/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
pms-0.42/missing-175-    test -z "$files" && files="config.h"
##############################################
pms-0.42/missing-202-         proper tools for further handling them.
pms-0.42/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
pms-0.42/missing-204-         archive site."
pms-0.42/missing-205-
pms-0.42/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
pms-0.42/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pms-0.42/missing-208-    if test -f "$file"; then
##############################################
pms-0.42/missing-231-	*.y)
pms-0.42/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
pms-0.42/missing-233-	    if test -f "$SRCFILE"; then
##############################################
pms-0.42/missing-235-	    fi
pms-0.42/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
pms-0.42/missing-237-	    if test -f "$SRCFILE"; then
##############################################
pms-0.42/missing-261-	*.l)
pms-0.42/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
pms-0.42/missing-263-	    if test -f "$SRCFILE"; then
##############################################
pms-0.42/missing-280-
pms-0.42/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
pms-0.42/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pms-0.42/missing-283-    if test -f "$file"; then
##############################################
pms-0.42/missing-300-    # The file to touch is that specified with -o ...
pms-0.42/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
pms-0.42/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
pms-0.42/missing-303-    if test -z "$file"; then
pms-0.42/missing-304-      # ... or it is the one specified with @setfilename ...
pms-0.42/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
pms-0.42/missing-306-      file=`sed -n '
##############################################
pms-0.42/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
pms-0.42/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
pms-0.42/missing-314-    fi
##############################################
pms-0.42/missing-336-	*o*)
pms-0.42/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
pms-0.42/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
pms-0.42/missing-342-	*h*)
pms-0.42/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
pms-0.42/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
pms-0.42/aclocal.m4-223-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
pms-0.42/aclocal.m4:224:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
pms-0.42/aclocal.m4-225-	if test "$MSGFMT" != "no"; then
##############################################
pms-0.42/aclocal.m4-244-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
pms-0.42/aclocal.m4:245:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
pms-0.42/aclocal.m4-246-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
pms-0.42/aclocal.m4-392-   if test "x$srcdir" != "x."; then
pms-0.42/aclocal.m4:393:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
pms-0.42/aclocal.m4-394-       posrcprefix="$srcdir/"
##############################################
pms-0.42/aclocal.m4-416-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
pms-0.42/aclocal.m4:417:datarootdir=`eval echo "${datarootdir}"`
pms-0.42/aclocal.m4-418-if test "x$CATOBJEXT" = "x.mo" ; then
pms-0.42/aclocal.m4:419:  localedir=`eval echo "${libdir}/locale"`
pms-0.42/aclocal.m4-420-else
pms-0.42/aclocal.m4:421:  localedir=`eval echo "${datadir}/locale"`
pms-0.42/aclocal.m4-422-fi
##############################################
pms-0.42/aclocal.m4-526-    PKG_CHECK_EXISTS([$3],
pms-0.42/aclocal.m4:527:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
pms-0.42/aclocal.m4-528-		     [pkg_failed=yes])
##############################################
pms-0.42/aclocal.m4-573-        if test $_pkg_short_errors_supported = yes; then
pms-0.42/aclocal.m4:574:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
pms-0.42/aclocal.m4-575-        else 
pms-0.42/aclocal.m4:576:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
pms-0.42/aclocal.m4-577-        fi
##############################################
pms-0.42/aclocal.m4-656-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
pms-0.42/aclocal.m4:657:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
pms-0.42/aclocal.m4-658-#
##############################################
pms-0.42/aclocal.m4-680-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
pms-0.42/aclocal.m4:681:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
pms-0.42/aclocal.m4-682-# and then we would define $MISSING as
##############################################
pms-0.42/aclocal.m4-696-# expand $ac_aux_dir to an absolute path
pms-0.42/aclocal.m4:697:am_aux_dir=`cd $ac_aux_dir && pwd`
pms-0.42/aclocal.m4-698-])
##############################################
pms-0.42/aclocal.m4-797-  if test "$am_compiler_list" = ""; then
pms-0.42/aclocal.m4:798:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
pms-0.42/aclocal.m4-799-  fi
##############################################
pms-0.42/aclocal.m4-943-    # Strip MF so we end up with the name of the file.
pms-0.42/aclocal.m4:944:    mf=`echo "$mf" | sed -e 's/:.*$//'`
pms-0.42/aclocal.m4-945-    # Check whether this is an Automake generated Makefile or not.
##############################################
pms-0.42/aclocal.m4-952-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
pms-0.42/aclocal.m4:953:      dirpart=`AS_DIRNAME("$mf")`
pms-0.42/aclocal.m4-954-    else
##############################################
pms-0.42/aclocal.m4-958-    # from the Makefile without running `make'.
pms-0.42/aclocal.m4:959:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
pms-0.42/aclocal.m4-960-    test -z "$DEPDIR" && continue
pms-0.42/aclocal.m4:961:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
pms-0.42/aclocal.m4-962-    test -z "am__include" && continue
pms-0.42/aclocal.m4:963:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
pms-0.42/aclocal.m4-964-    # When using ansi2knr, U may be empty or an underscore; expand it
pms-0.42/aclocal.m4:965:    U=`sed -n 's/^U = //p' < "$mf"`
pms-0.42/aclocal.m4-966-    # Find all dependency output files, they are included files with
##############################################
pms-0.42/aclocal.m4-974-      test -f "$dirpart/$file" && continue
pms-0.42/aclocal.m4:975:      fdir=`AS_DIRNAME(["$file"])`
pms-0.42/aclocal.m4-976-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
pms-0.42/aclocal.m4-1029-AC_REQUIRE([AC_PROG_INSTALL])dnl
pms-0.42/aclocal.m4:1030:if test "`cd $srcdir && pwd`" != "`pwd`"; then
pms-0.42/aclocal.m4-1031-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
pms-0.42/aclocal.m4-1131-    * )
pms-0.42/aclocal.m4:1132:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
pms-0.42/aclocal.m4-1133-  esac
pms-0.42/aclocal.m4-1134-done
pms-0.42/aclocal.m4:1135:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
pms-0.42/aclocal.m4-1136-
##############################################
pms-0.42/aclocal.m4-1206-# Ignore all kinds of additional output from `make'.
pms-0.42/aclocal.m4:1207:case `$am_make -s -f confmf 2> /dev/null` in #(
pms-0.42/aclocal.m4-1208-*the\ am__doit\ target*)
##############################################
pms-0.42/aclocal.m4-1216-   echo '.include "confinc"' > confmf
pms-0.42/aclocal.m4:1217:   case `$am_make -s -f confmf 2> /dev/null` in #(
pms-0.42/aclocal.m4-1218-   *the\ am__doit\ target*)
##############################################
pms-0.42/aclocal.m4-1369-if (
pms-0.42/aclocal.m4:1370:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
pms-0.42/aclocal.m4-1371-   if test "$[*]" = "X"; then
pms-0.42/aclocal.m4-1372-      # -L didn't work.
pms-0.42/aclocal.m4:1373:      set X `ls -t "$srcdir/configure" conftest.file`
pms-0.42/aclocal.m4-1374-   fi