===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aephea-12-248/install-sh-85-
aephea-12-248/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
aephea-12-248/install-sh-87-	    shift
##############################################
aephea-12-248/install-sh-89-
aephea-12-248/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
aephea-12-248/install-sh-91-	    shift
##############################################
aephea-12-248/install-sh-151-	then
aephea-12-248/install-sh:152:		dst="$dst"/`basename $src`
aephea-12-248/install-sh-153-	else
##############################################
aephea-12-248/install-sh-158-## this sed command emulates the dirname command
aephea-12-248/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
aephea-12-248/install-sh-160-
##############################################
aephea-12-248/install-sh-172-IFS='%'
aephea-12-248/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
aephea-12-248/install-sh-174-IFS="${oIFS}"
##############################################
aephea-12-248/install-sh-206-	then
aephea-12-248/install-sh:207:		dstfile=`basename $dst`
aephea-12-248/install-sh-208-	else
##############################################
aephea-12-248/install-sh-216-	then
aephea-12-248/install-sh:217:		dstfile=`basename $dst`
aephea-12-248/install-sh-218-	else
##############################################
aephea-12-248/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
aephea-12-248/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aephea-12-248/configure-49-  as_echo='print -r --'
aephea-12-248/configure-50-  as_echo_n='print -rn --'
aephea-12-248/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aephea-12-248/configure-52-  as_echo='printf %s\n'
##############################################
aephea-12-248/configure-54-else
aephea-12-248/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aephea-12-248/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aephea-12-248/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
aephea-12-248/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aephea-12-248/configure-66-      esac;
##############################################
aephea-12-248/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aephea-12-248/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
aephea-12-248/configure-176-  if (eval "$as_required") 2>/dev/null; then :
##############################################
aephea-12-248/configure-290-      case $as_dir in #(
aephea-12-248/configure:291:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aephea-12-248/configure-292-      *) as_qdir=$as_dir;;
##############################################
aephea-12-248/configure-355-  {
aephea-12-248/configure:356:    as_val=`expr "$@" || test $? -eq 1`
aephea-12-248/configure-357-  }
##############################################
aephea-12-248/configure-362-# ---------------------------------
aephea-12-248/configure:363:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aephea-12-248/configure-364-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aephea-12-248/configure-425-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aephea-12-248/configure:426:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aephea-12-248/configure-427-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aephea-12-248/configure-516-	esac;
aephea-12-248/configure:517:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
aephea-12-248/configure-518-	???[sx]*):;;*)false;;esac;fi
##############################################
aephea-12-248/configure-692-  case $ac_option in
aephea-12-248/configure:693:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aephea-12-248/configure-694-  *)	ac_optarg=yes ;;
##############################################
aephea-12-248/configure-735-  -disable-* | --disable-*)
aephea-12-248/configure:736:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aephea-12-248/configure-737-    # Reject names that are not valid shell variable names.
##############################################
aephea-12-248/configure-740-    ac_useropt_orig=$ac_useropt
aephea-12-248/configure:741:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aephea-12-248/configure-742-    case $ac_user_opts in
##############################################
aephea-12-248/configure-761-  -enable-* | --enable-*)
aephea-12-248/configure:762:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aephea-12-248/configure-763-    # Reject names that are not valid shell variable names.
##############################################
aephea-12-248/configure-766-    ac_useropt_orig=$ac_useropt
aephea-12-248/configure:767:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aephea-12-248/configure-768-    case $ac_user_opts in
##############################################
aephea-12-248/configure-965-  -with-* | --with-*)
aephea-12-248/configure:966:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aephea-12-248/configure-967-    # Reject names that are not valid shell variable names.
##############################################
aephea-12-248/configure-970-    ac_useropt_orig=$ac_useropt
aephea-12-248/configure:971:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aephea-12-248/configure-972-    case $ac_user_opts in
##############################################
aephea-12-248/configure-981-  -without-* | --without-*)
aephea-12-248/configure:982:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aephea-12-248/configure-983-    # Reject names that are not valid shell variable names.
##############################################
aephea-12-248/configure-986-    ac_useropt_orig=$ac_useropt
aephea-12-248/configure:987:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aephea-12-248/configure-988-    case $ac_user_opts in
##############################################
aephea-12-248/configure-1019-  *=*)
aephea-12-248/configure:1020:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aephea-12-248/configure-1021-    # Reject names that are not valid shell variable names.
##############################################
aephea-12-248/configure-1040-if test -n "$ac_prev"; then
aephea-12-248/configure:1041:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aephea-12-248/configure-1042-  as_fn_error "missing argument to $ac_option"
##############################################
aephea-12-248/configure-1062-    */ )
aephea-12-248/configure:1063:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aephea-12-248/configure-1064-      eval $ac_var=\$ac_val;;
##############################################
aephea-12-248/configure-1099-ac_ls_di=`ls -di .` &&
aephea-12-248/configure:1100:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aephea-12-248/configure-1101-  as_fn_error "working directory cannot be determined"
##############################################
aephea-12-248/configure-1155-case $srcdir in
aephea-12-248/configure:1156:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aephea-12-248/configure-1157-esac
##############################################
aephea-12-248/configure-1198-By default, \`make install' will install all the files in
aephea-12-248/configure:1199:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aephea-12-248/configure:1200:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aephea-12-248/configure-1201-for instance \`--prefix=\$HOME'.
##############################################
aephea-12-248/configure-1264-*)
aephea-12-248/configure:1265:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aephea-12-248/configure-1266-  # A ".." for each directory in $ac_dir_suffix.
aephea-12-248/configure:1267:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aephea-12-248/configure-1268-  case $ac_top_builddir_sub in
##############################################
aephea-12-248/configure-1400-    *\'*)
aephea-12-248/configure:1401:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aephea-12-248/configure-1402-    esac
##############################################
aephea-12-248/configure-1487-      case $ac_val in
aephea-12-248/configure:1488:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aephea-12-248/configure-1489-      esac
##############################################
aephea-12-248/configure-1504-	case $ac_val in
aephea-12-248/configure:1505:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aephea-12-248/configure-1506-	esac
##############################################
aephea-12-248/configure-1617-    set,)
aephea-12-248/configure:1618:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aephea-12-248/configure:1619:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aephea-12-248/configure-1620-      ac_cache_corrupted=: ;;
##############################################
aephea-12-248/configure-1628-	# differences in whitespace do not lead to failure.
aephea-12-248/configure:1629:	ac_old_val_w=`echo x $ac_old_val`
aephea-12-248/configure:1630:	ac_new_val_w=`echo x $ac_new_val`
aephea-12-248/configure-1631-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aephea-12-248/configure-1648-    case $ac_new_val in
aephea-12-248/configure:1649:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aephea-12-248/configure-1650-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aephea-12-248/configure-1807-if (
aephea-12-248/configure:1808:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
aephea-12-248/configure-1809-   if test "$*" = "X"; then
aephea-12-248/configure-1810-      # -L didn't work.
aephea-12-248/configure:1811:      set X `ls -t $srcdir/configure conftest.file`
aephea-12-248/configure-1812-   fi
##############################################
aephea-12-248/configure-1843-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aephea-12-248/configure:1844:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aephea-12-248/configure-1845-
aephea-12-248/configure-1846-# expand $ac_aux_dir to an absolute path
aephea-12-248/configure:1847:am_aux_dir=`cd $ac_aux_dir && pwd`
aephea-12-248/configure-1848-
##############################################
aephea-12-248/configure-1936-set x ${MAKE-make}
aephea-12-248/configure:1937:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aephea-12-248/configure-1938-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
##############################################
aephea-12-248/configure-1946-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
aephea-12-248/configure:1947:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aephea-12-248/configure-1948-  *@@@%%%=?*=@@@%%%*)
##############################################
aephea-12-248/configure-1974-# test to see if srcdir already configured
aephea-12-248/configure:1975:if test "`cd $srcdir && pwd`" != "`pwd`" &&
aephea-12-248/configure-1976-   test -f $srcdir/config.status; then
##############################################
aephea-12-248/configure-2281-'
aephea-12-248/configure:2282:DEFS=`sed -n "$ac_script" confdefs.h`
aephea-12-248/configure-2283-
##############################################
aephea-12-248/configure-2289-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aephea-12-248/configure:2290:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aephea-12-248/configure-2291-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aephea-12-248/configure-2360-if test -z "$BASH_VERSION$ZSH_VERSION" \
aephea-12-248/configure:2361:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aephea-12-248/configure-2362-  as_echo='print -r --'
aephea-12-248/configure-2363-  as_echo_n='print -rn --'
aephea-12-248/configure:2364:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aephea-12-248/configure-2365-  as_echo='printf %s\n'
##############################################
aephea-12-248/configure-2367-else
aephea-12-248/configure:2368:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aephea-12-248/configure-2369-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aephea-12-248/configure-2377-	expr "X$arg" : "X\\(.*\\)$as_nl";
aephea-12-248/configure:2378:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aephea-12-248/configure-2379-      esac;
##############################################
aephea-12-248/configure-2453-# ---------------------------------
aephea-12-248/configure:2454:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aephea-12-248/configure-2455-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aephea-12-248/configure-2525-  {
aephea-12-248/configure:2526:    as_val=`expr "$@" || test $? -eq 1`
aephea-12-248/configure-2527-  }
##############################################
aephea-12-248/configure-2629-      case $as_dir in #(
aephea-12-248/configure:2630:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aephea-12-248/configure-2631-      *) as_qdir=$as_dir;;
##############################################
aephea-12-248/configure-2686-	esac;
aephea-12-248/configure:2687:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
aephea-12-248/configure-2688-	???[sx]*):;;*)false;;esac;fi
##############################################
aephea-12-248/configure-2763-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aephea-12-248/configure:2764:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aephea-12-248/configure-2765-ac_cs_version="\\
##############################################
aephea-12-248/configure-2787-  --*=*)
aephea-12-248/configure:2788:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aephea-12-248/configure:2789:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aephea-12-248/configure-2790-    ac_shift=:
##############################################
aephea-12-248/configure-2811-    case $ac_optarg in
aephea-12-248/configure:2812:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aephea-12-248/configure-2813-    esac
##############################################
aephea-12-248/configure-2929-fi
aephea-12-248/configure:2930:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aephea-12-248/configure-2931-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aephea-12-248/configure-2946-  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
aephea-12-248/configure:2947:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
aephea-12-248/configure-2948-ac_delim='%!_!# '
##############################################
aephea-12-248/configure-2952-
aephea-12-248/configure:2953:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aephea-12-248/configure-2954-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aephea-12-248/configure-3106-      esac
aephea-12-248/configure:3107:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aephea-12-248/configure-3108-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aephea-12-248/configure-3165-*)
aephea-12-248/configure:3166:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aephea-12-248/configure-3167-  # A ".." for each directory in $ac_dir_suffix.
aephea-12-248/configure:3168:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aephea-12-248/configure-3169-  case $ac_top_builddir_sub in
##############################################
aephea-12-248/configure-3221-/@mandir@/p'
aephea-12-248/configure:3222:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aephea-12-248/configure-3223-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aephea-12-248/configure-3238-
aephea-12-248/configure:3239:# Neutralize VPATH when `$srcdir' = `.'.
aephea-12-248/configure-3240-# Shell code in configure.ac might set extrasub.
##############################################
aephea-12-248/configure-3265-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aephea-12-248/configure:3266:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
aephea-12-248/configure:3267:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
aephea-12-248/configure-3268-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
aephea-12-248/mac/aephea/Makefile.in-51-DIST_SOURCES =
aephea-12-248/mac/aephea/Makefile.in:52:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aephea-12-248/mac/aephea/Makefile.in-53-am__vpath_adj = case $$p in \
aephea-12-248/mac/aephea/Makefile.in:54:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/aephea/Makefile.in-55-    *) f=$$p;; \
aephea-12-248/mac/aephea/Makefile.in-56-  esac;
aephea-12-248/mac/aephea/Makefile.in:57:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
aephea-12-248/mac/aephea/Makefile.in-58-am__installdirs = "$(DESTDIR)$(aepheaincludedir)"
##############################################
aephea-12-248/mac/aephea/Makefile.in-186-distdir: $(DISTFILES)
aephea-12-248/mac/aephea/Makefile.in:187:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/aephea/Makefile.in:188:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/aephea/Makefile.in-189-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/mac/aephea/Makefile.in-190-	  case $$file in \
aephea-12-248/mac/aephea/Makefile.in:191:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/aephea/Makefile.in:192:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/mac/aephea/Makefile.in-193-	  esac; \
aephea-12-248/mac/aephea/Makefile.in-194-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/mac/aephea/Makefile.in:195:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/mac/aephea/Makefile.in-196-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/mac/aephea/Makefile.am-5-
aephea-12-248/mac/aephea/Makefile.am:6:## zoemincludedir = `echo @ac_cv_use_zoemincludepath@ | sed 's/:.*$$//'`
aephea-12-248/mac/aephea/Makefile.am-7-
##############################################
aephea-12-248/mac/doc/Makefile.in-52-MANS = $(man_MANS)
aephea-12-248/mac/doc/Makefile.in:53:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aephea-12-248/mac/doc/Makefile.in-54-am__vpath_adj = case $$p in \
aephea-12-248/mac/doc/Makefile.in:55:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/doc/Makefile.in-56-    *) f=$$p;; \
aephea-12-248/mac/doc/Makefile.in-57-  esac;
aephea-12-248/mac/doc/Makefile.in:58:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
aephea-12-248/mac/doc/Makefile.in-59-docDATA_INSTALL = $(INSTALL_DATA)
##############################################
aephea-12-248/mac/doc/Makefile.in-190-	  else file=$$i; fi; \
aephea-12-248/mac/doc/Makefile.in:191:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
aephea-12-248/mac/doc/Makefile.in-192-	  case "$$ext" in \
##############################################
aephea-12-248/mac/doc/Makefile.in-195-	  esac; \
aephea-12-248/mac/doc/Makefile.in:196:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
aephea-12-248/mac/doc/Makefile.in:197:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
aephea-12-248/mac/doc/Makefile.in:198:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
aephea-12-248/mac/doc/Makefile.in-199-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man7dir)/$$inst'"; \
##############################################
aephea-12-248/mac/doc/Makefile.in-211-	for i in $$list; do \
aephea-12-248/mac/doc/Makefile.in:212:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
aephea-12-248/mac/doc/Makefile.in-213-	  case "$$ext" in \
##############################################
aephea-12-248/mac/doc/Makefile.in-216-	  esac; \
aephea-12-248/mac/doc/Makefile.in:217:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
aephea-12-248/mac/doc/Makefile.in:218:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
aephea-12-248/mac/doc/Makefile.in:219:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
aephea-12-248/mac/doc/Makefile.in-220-	  echo " rm -f '$(DESTDIR)$(man7dir)/$$inst'"; \
##############################################
aephea-12-248/mac/doc/Makefile.in-264-distdir: $(DISTFILES)
aephea-12-248/mac/doc/Makefile.in:265:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/doc/Makefile.in:266:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/doc/Makefile.in-267-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/mac/doc/Makefile.in-268-	  case $$file in \
aephea-12-248/mac/doc/Makefile.in:269:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/doc/Makefile.in:270:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/mac/doc/Makefile.in-271-	  esac; \
aephea-12-248/mac/doc/Makefile.in-272-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/mac/doc/Makefile.in:273:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/mac/doc/Makefile.in-274-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/mac/Makefile.in-166-	dot_seen=no; \
aephea-12-248/mac/Makefile.in:167:	target=`echo $@ | sed s/-recursive//`; \
aephea-12-248/mac/Makefile.in-168-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
aephea-12-248/mac/Makefile.in-196-	rev="$$rev ."; \
aephea-12-248/mac/Makefile.in:197:	target=`echo $@ | sed s/-recursive//`; \
aephea-12-248/mac/Makefile.in-198-	for subdir in $$rev; do \
##############################################
aephea-12-248/mac/Makefile.in-270-GTAGS:
aephea-12-248/mac/Makefile.in:271:	here=`$(am__cd) $(top_builddir) && pwd` \
aephea-12-248/mac/Makefile.in-272-	  && cd $(top_srcdir) \
##############################################
aephea-12-248/mac/Makefile.in-278-distdir: $(DISTFILES)
aephea-12-248/mac/Makefile.in:279:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/Makefile.in:280:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/Makefile.in-281-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/mac/Makefile.in-282-	  case $$file in \
aephea-12-248/mac/Makefile.in:283:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/Makefile.in:284:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/mac/Makefile.in-285-	  esac; \
aephea-12-248/mac/Makefile.in-286-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/mac/Makefile.in:287:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/mac/Makefile.in-288-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/mac/Makefile.in-309-	    || exit 1; \
aephea-12-248/mac/Makefile.in:310:	    distdir=`$(am__cd) $(distdir) && pwd`; \
aephea-12-248/mac/Makefile.in:311:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
aephea-12-248/mac/Makefile.in-312-	    (cd $$subdir && \
##############################################
aephea-12-248/mac/pud/Makefile.in-51-DIST_SOURCES =
aephea-12-248/mac/pud/Makefile.in:52:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aephea-12-248/mac/pud/Makefile.in-53-am__vpath_adj = case $$p in \
aephea-12-248/mac/pud/Makefile.in:54:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/pud/Makefile.in-55-    *) f=$$p;; \
aephea-12-248/mac/pud/Makefile.in-56-  esac;
aephea-12-248/mac/pud/Makefile.in:57:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
aephea-12-248/mac/pud/Makefile.in-58-am__installdirs = "$(DESTDIR)$(pudincludedir)"
##############################################
aephea-12-248/mac/pud/Makefile.in-186-distdir: $(DISTFILES)
aephea-12-248/mac/pud/Makefile.in:187:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/pud/Makefile.in:188:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/pud/Makefile.in-189-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/mac/pud/Makefile.in-190-	  case $$file in \
aephea-12-248/mac/pud/Makefile.in:191:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/pud/Makefile.in:192:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/mac/pud/Makefile.in-193-	  esac; \
aephea-12-248/mac/pud/Makefile.in-194-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/mac/pud/Makefile.in:195:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/mac/pud/Makefile.in-196-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/mac/pud/Makefile.am-5-
aephea-12-248/mac/pud/Makefile.am:6:## zoemincludedir = `echo @ac_cv_use_zoemincludepath@ | sed 's/:.*$$//'`
aephea-12-248/mac/pud/Makefile.am-7-## aepheadir = $(datadir)/$(PACKAGE)/mac/pud
##############################################
aephea-12-248/mac/contrib/Makefile.in-47-DIST_SOURCES =
aephea-12-248/mac/contrib/Makefile.in:48:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aephea-12-248/mac/contrib/Makefile.in-49-am__vpath_adj = case $$p in \
aephea-12-248/mac/contrib/Makefile.in:50:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/contrib/Makefile.in-51-    *) f=$$p;; \
aephea-12-248/mac/contrib/Makefile.in-52-  esac;
aephea-12-248/mac/contrib/Makefile.in:53:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
aephea-12-248/mac/contrib/Makefile.in-54-am__installdirs = "$(DESTDIR)$(contribincludedir)"
##############################################
aephea-12-248/mac/contrib/Makefile.in-182-distdir: $(DISTFILES)
aephea-12-248/mac/contrib/Makefile.in:183:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/contrib/Makefile.in:184:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/mac/contrib/Makefile.in-185-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/mac/contrib/Makefile.in-186-	  case $$file in \
aephea-12-248/mac/contrib/Makefile.in:187:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/mac/contrib/Makefile.in:188:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/mac/contrib/Makefile.in-189-	  esac; \
aephea-12-248/mac/contrib/Makefile.in-190-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/mac/contrib/Makefile.in:191:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/mac/contrib/Makefile.in-192-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/Makefile.in-183-	dot_seen=no; \
aephea-12-248/Makefile.in:184:	target=`echo $@ | sed s/-recursive//`; \
aephea-12-248/Makefile.in-185-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
aephea-12-248/Makefile.in-213-	rev="$$rev ."; \
aephea-12-248/Makefile.in:214:	target=`echo $@ | sed s/-recursive//`; \
aephea-12-248/Makefile.in-215-	for subdir in $$rev; do \
##############################################
aephea-12-248/Makefile.in-287-GTAGS:
aephea-12-248/Makefile.in:288:	here=`$(am__cd) $(top_builddir) && pwd` \
aephea-12-248/Makefile.in-289-	  && cd $(top_srcdir) \
##############################################
aephea-12-248/Makefile.in-297-	mkdir $(distdir)
aephea-12-248/Makefile.in:298:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/Makefile.in:299:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
aephea-12-248/Makefile.in-300-	list='$(DISTFILES)'; for file in $$list; do \
aephea-12-248/Makefile.in-301-	  case $$file in \
aephea-12-248/Makefile.in:302:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
aephea-12-248/Makefile.in:303:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
aephea-12-248/Makefile.in-304-	  esac; \
aephea-12-248/Makefile.in-305-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
aephea-12-248/Makefile.in:306:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
aephea-12-248/Makefile.in-307-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
aephea-12-248/Makefile.in-328-	    || exit 1; \
aephea-12-248/Makefile.in:329:	    distdir=`$(am__cd) $(distdir) && pwd`; \
aephea-12-248/Makefile.in:330:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
aephea-12-248/Makefile.in-331-	    (cd $$subdir && \
##############################################
aephea-12-248/Makefile.in-388-	chmod a-w $(distdir)
aephea-12-248/Makefile.in:389:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
aephea-12-248/Makefile.in-390-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
aephea-12-248/Makefile.in-419-	@cd $(distuninstallcheck_dir) \
aephea-12-248/Makefile.in:420:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
aephea-12-248/Makefile.in-421-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aephea-12-248/Makefile.in-431-	fi
aephea-12-248/Makefile.in:432:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aephea-12-248/Makefile.in-433-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aephea-12-248/aclocal.m4-65-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
aephea-12-248/aclocal.m4:66:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
aephea-12-248/aclocal.m4-67-#
##############################################
aephea-12-248/aclocal.m4-89-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aephea-12-248/aclocal.m4:90:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aephea-12-248/aclocal.m4-91-# and then we would define $MISSING as
##############################################
aephea-12-248/aclocal.m4-105-# expand $ac_aux_dir to an absolute path
aephea-12-248/aclocal.m4:106:am_aux_dir=`cd $ac_aux_dir && pwd`
aephea-12-248/aclocal.m4-107-])
##############################################
aephea-12-248/aclocal.m4-195-# test to see if srcdir already configured
aephea-12-248/aclocal.m4:196:if test "`cd $srcdir && pwd`" != "`pwd`" &&
aephea-12-248/aclocal.m4-197-   test -f $srcdir/config.status; then
##############################################
aephea-12-248/aclocal.m4-271-    * )
aephea-12-248/aclocal.m4:272:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aephea-12-248/aclocal.m4-273-  esac
aephea-12-248/aclocal.m4-274-done
aephea-12-248/aclocal.m4:275:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
aephea-12-248/aclocal.m4-276-
##############################################
aephea-12-248/aclocal.m4-575-if (
aephea-12-248/aclocal.m4:576:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
aephea-12-248/aclocal.m4-577-   if test "$[*]" = "X"; then
aephea-12-248/aclocal.m4-578-      # -L didn't work.
aephea-12-248/aclocal.m4:579:      set X `ls -t $srcdir/configure conftest.file`
aephea-12-248/aclocal.m4-580-   fi
##############################################
aephea-12-248/missing-145-         from any GNU archive site."
aephea-12-248/missing:146:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
aephea-12-248/missing-147-    test -z "$files" && files="config.h"
##############################################
aephea-12-248/missing-184-         proper tools for further handling them.
aephea-12-248/missing:185:         You can get \`$1' as part of \`Autoconf' from any GNU
aephea-12-248/missing-186-         archive site."
aephea-12-248/missing-187-
aephea-12-248/missing:188:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
aephea-12-248/missing:189:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
aephea-12-248/missing-190-    if test -f "$file"; then
##############################################
aephea-12-248/missing-213-	*.y)
aephea-12-248/missing:214:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
aephea-12-248/missing-215-	    if [ -f "$SRCFILE" ]; then
##############################################
aephea-12-248/missing-217-	    fi
aephea-12-248/missing:218:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
aephea-12-248/missing-219-	    if [ -f "$SRCFILE" ]; then
##############################################
aephea-12-248/missing-243-	*.l)
aephea-12-248/missing:244:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
aephea-12-248/missing-245-	    if [ -f "$SRCFILE" ]; then
##############################################
aephea-12-248/missing-267-
aephea-12-248/missing:268:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
aephea-12-248/missing-269-    if test -z "$file"; then
aephea-12-248/missing:270:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
aephea-12-248/missing-271-    fi
##############################################
aephea-12-248/missing-293-         the \`GNU make' package.  Grab either from any GNU archive site."
aephea-12-248/missing:294:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
aephea-12-248/missing-295-    if test -z "$file"; then
aephea-12-248/missing:296:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
aephea-12-248/missing:297:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
aephea-12-248/missing-298-    fi
##############################################
aephea-12-248/missing-321-	*o*)
aephea-12-248/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
aephea-12-248/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
aephea-12-248/missing-327-	*h*)
aephea-12-248/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
aephea-12-248/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
aephea-12-248/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aephea-12-248/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aephea-12-248/depcomp-70-
##############################################
aephea-12-248/depcomp-203-  # Version 6 uses the directory in both cases.
aephea-12-248/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
aephea-12-248/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
aephea-12-248/depcomp-214-  else
aephea-12-248/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
aephea-12-248/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
aephea-12-248/depcomp-228-    # Do two passes, one to just change these to
aephea-12-248/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
aephea-12-248/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aephea-12-248/depcomp-269-  # Do two passes, one to just change these to
aephea-12-248/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
aephea-12-248/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aephea-12-248/depcomp-284-   # Subdirectories are respected.
aephea-12-248/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
aephea-12-248/depcomp-286-   test "x$dir" = "x$object" && dir=
aephea-12-248/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
aephea-12-248/depcomp-288-
##############################################
aephea-12-248/depcomp-416-  done
aephea-12-248/depcomp:417:  obj_suffix="`echo $object | sed 's/^.*\././'`"
aephea-12-248/depcomp-418-  touch "$tmpdepfile"