===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
enum-1.1/Makefile.in-55-	ps-recursive uninstall-recursive
enum-1.1/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
enum-1.1/Makefile.in-57-am__vpath_adj = case $$p in \
enum-1.1/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
enum-1.1/Makefile.in-59-    *) f=$$p;; \
enum-1.1/Makefile.in-60-  esac;
enum-1.1/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
enum-1.1/Makefile.in-62-am__install_max = 40
enum-1.1/Makefile.in-63-am__nobase_strip_setup = \
enum-1.1/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
enum-1.1/Makefile.in-65-am__nobase_strip = \
##############################################
enum-1.1/Makefile.in-108-  while test -n "$$dir1"; do \
enum-1.1/Makefile.in:109:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
enum-1.1/Makefile.in-110-    if test "$$first" != "."; then \
enum-1.1/Makefile.in-111-      if test "$$first" = ".."; then \
enum-1.1/Makefile.in:112:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
enum-1.1/Makefile.in:113:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
enum-1.1/Makefile.in-114-      else \
enum-1.1/Makefile.in:115:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
enum-1.1/Makefile.in-116-        if test "$$first2" = "$$first"; then \
enum-1.1/Makefile.in:117:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
enum-1.1/Makefile.in-118-        else \
##############################################
enum-1.1/Makefile.in-123-    fi; \
enum-1.1/Makefile.in:124:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
enum-1.1/Makefile.in-125-  done; \
##############################################
enum-1.1/Makefile.in-167-PACKAGE_URL = @PACKAGE_URL@
enum-1.1/Makefile.in:168:PACKAGE_VERSION = `fgrep AC_INIT "$(abs_top_srcdir)"/configure.ac | sed 's|^.\+, \[\(.\+\)\],.\+$$|\1|'`
enum-1.1/Makefile.in-169-PATH_SEPARATOR = @PATH_SEPARATOR@
##############################################
enum-1.1/Makefile.in-225-
enum-1.1/Makefile.in:226:SNAPSHOT_VERSION = `git describe --tags | sed -e 's|^\([0-9]\+\.[0-9]\+\)-|\1.0-|' -e 's|-\([0-9]\+\)-g[0-9a-f]\+$$|.\1|'`
enum-1.1/Makefile.in-227-all: all-recursive
##############################################
enum-1.1/Makefile.in-311-	dot_seen=no; \
enum-1.1/Makefile.in:312:	target=`echo $@ | sed s/-recursive//`; \
enum-1.1/Makefile.in-313-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
enum-1.1/Makefile.in-346-	rev="$$rev ."; \
enum-1.1/Makefile.in:347:	target=`echo $@ | sed s/-recursive//`; \
enum-1.1/Makefile.in-348-	for subdir in $$rev; do \
##############################################
enum-1.1/Makefile.in-424-GTAGS:
enum-1.1/Makefile.in:425:	here=`$(am__cd) $(top_builddir) && pwd` \
enum-1.1/Makefile.in-426-	  && $(am__cd) $(top_srcdir) \
##############################################
enum-1.1/Makefile.in-447-	test -d "$(distdir)" || mkdir "$(distdir)"
enum-1.1/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
enum-1.1/Makefile.in-461-	  if test -d $$d/$$file; then \
enum-1.1/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
enum-1.1/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
enum-1.1/Makefile.in-571-	test -d $(distdir)/_build || exit 0; \
enum-1.1/Makefile.in:572:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
enum-1.1/Makefile.in-573-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
enum-1.1/Makefile.in-614-	}; \
enum-1.1/Makefile.in:615:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
enum-1.1/Makefile.in-616-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
enum-1.1/Makefile.in-626-	fi
enum-1.1/Makefile.in:627:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
enum-1.1/Makefile.in-628-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
enum-1.1/install-sh-229-      fi
enum-1.1/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
enum-1.1/install-sh-231-    *)
##############################################
enum-1.1/install-sh-276-      dstdir=$dst
enum-1.1/install-sh:277:      dst=$dstdir/`basename "$src"`
enum-1.1/install-sh-278-      dstdir_status=0
##############################################
enum-1.1/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
enum-1.1/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
enum-1.1/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
enum-1.1/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
enum-1.1/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
enum-1.1/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
enum-1.1/install-sh-425-	    case $prefix in
enum-1.1/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
enum-1.1/install-sh-427-	      *) qprefix=$prefix;;
##############################################
enum-1.1/install-sh-474-    if $copy_on_change &&
enum-1.1/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
enum-1.1/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
enum-1.1/install-sh-477-
##############################################
enum-1.1/configure.ac-54-		ASCIIDOC_MINOR=`asciidoc --version | sed 's/^asciidoc [[]0-9[]]\+\.\([[]0-9[]]\+\).*/\1/'`
enum-1.1/configure.ac:55:		ASCIIDOC_RELEASE=`asciidoc --version | sed -e 's/^asciidoc [[]0-9[]]\+\.[[]0-9[]]\+$/\0.0/' -e 's/^asciidoc [[]0-9[]]\+\.[[]0-9[]]\+\.\([[]0-9[]]\+\)/\1/'`
enum-1.1/configure.ac-56-
##############################################
enum-1.1/Makefile.am-11-
enum-1.1/Makefile.am:12:PACKAGE_VERSION = `fgrep AC_INIT "$(abs_top_srcdir)"/configure.ac | sed 's|^.\+, \[\(.\+\)\],.\+$$|\1|'`
enum-1.1/Makefile.am:13:SNAPSHOT_VERSION = `git describe --tags | sed -e 's|^\([0-9]\+\.[0-9]\+\)-|\1.0-|' -e 's|-\([0-9]\+\)-g[0-9a-f]\+$$|.\1|'`
enum-1.1/Makefile.am-14-
##############################################
enum-1.1/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
enum-1.1/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
enum-1.1/configure-49-  as_echo='print -r --'
enum-1.1/configure-50-  as_echo_n='print -rn --'
enum-1.1/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
enum-1.1/configure-52-  as_echo='printf %s\n'
##############################################
enum-1.1/configure-54-else
enum-1.1/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
enum-1.1/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
enum-1.1/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
enum-1.1/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
enum-1.1/configure-66-      esac;
##############################################
enum-1.1/configure-175-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
enum-1.1/configure:176:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
enum-1.1/configure-177-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
enum-1.1/configure-299-      case $as_dir in #(
enum-1.1/configure:300:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
enum-1.1/configure-301-      *) as_qdir=$as_dir;;
##############################################
enum-1.1/configure-364-  {
enum-1.1/configure:365:    as_val=`expr "$@" || test $? -eq 1`
enum-1.1/configure-366-  }
##############################################
enum-1.1/configure-371-# ----------------------------------------
enum-1.1/configure:372:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
enum-1.1/configure-373-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
enum-1.1/configure-434-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
enum-1.1/configure:435:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
enum-1.1/configure-436-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
enum-1.1/configure-525-	esac;
enum-1.1/configure:526:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
enum-1.1/configure-527-	???[sx]*):;;*)false;;esac;fi
##############################################
enum-1.1/configure-732-  case $ac_option in
enum-1.1/configure:733:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
enum-1.1/configure-734-  *=)   ac_optarg= ;;
##############################################
enum-1.1/configure-776-  -disable-* | --disable-*)
enum-1.1/configure:777:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
enum-1.1/configure-778-    # Reject names that are not valid shell variable names.
##############################################
enum-1.1/configure-781-    ac_useropt_orig=$ac_useropt
enum-1.1/configure:782:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
enum-1.1/configure-783-    case $ac_user_opts in
##############################################
enum-1.1/configure-802-  -enable-* | --enable-*)
enum-1.1/configure:803:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
enum-1.1/configure-804-    # Reject names that are not valid shell variable names.
##############################################
enum-1.1/configure-807-    ac_useropt_orig=$ac_useropt
enum-1.1/configure:808:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
enum-1.1/configure-809-    case $ac_user_opts in
##############################################
enum-1.1/configure-1006-  -with-* | --with-*)
enum-1.1/configure:1007:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
enum-1.1/configure-1008-    # Reject names that are not valid shell variable names.
##############################################
enum-1.1/configure-1011-    ac_useropt_orig=$ac_useropt
enum-1.1/configure:1012:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
enum-1.1/configure-1013-    case $ac_user_opts in
##############################################
enum-1.1/configure-1022-  -without-* | --without-*)
enum-1.1/configure:1023:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
enum-1.1/configure-1024-    # Reject names that are not valid shell variable names.
##############################################
enum-1.1/configure-1027-    ac_useropt_orig=$ac_useropt
enum-1.1/configure:1028:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
enum-1.1/configure-1029-    case $ac_user_opts in
##############################################
enum-1.1/configure-1060-  *=*)
enum-1.1/configure:1061:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
enum-1.1/configure-1062-    # Reject names that are not valid shell variable names.
##############################################
enum-1.1/configure-1081-if test -n "$ac_prev"; then
enum-1.1/configure:1082:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
enum-1.1/configure-1083-  as_fn_error $? "missing argument to $ac_option"
##############################################
enum-1.1/configure-1103-    */ )
enum-1.1/configure:1104:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
enum-1.1/configure-1105-      eval $ac_var=\$ac_val;;
##############################################
enum-1.1/configure-1140-ac_ls_di=`ls -di .` &&
enum-1.1/configure:1141:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
enum-1.1/configure-1142-  as_fn_error $? "working directory cannot be determined"
##############################################
enum-1.1/configure-1196-case $srcdir in
enum-1.1/configure:1197:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
enum-1.1/configure-1198-esac
##############################################
enum-1.1/configure-1239-By default, \`make install' will install all the files in
enum-1.1/configure:1240:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
enum-1.1/configure:1241:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
enum-1.1/configure-1242-for instance \`--prefix=\$HOME'.
##############################################
enum-1.1/configure-1326-*)
enum-1.1/configure:1327:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
enum-1.1/configure-1328-  # A ".." for each directory in $ac_dir_suffix.
enum-1.1/configure:1329:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
enum-1.1/configure-1330-  case $ac_top_builddir_sub in
##############################################
enum-1.1/configure-1613-    *\'*)
enum-1.1/configure:1614:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
enum-1.1/configure-1615-    esac
##############################################
enum-1.1/configure-1696-      case $ac_val in
enum-1.1/configure:1697:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
enum-1.1/configure-1698-      esac
##############################################
enum-1.1/configure-1711-	case $ac_val in
enum-1.1/configure:1712:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
enum-1.1/configure-1713-	esac
##############################################
enum-1.1/configure-1831-    set,)
enum-1.1/configure:1832:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
enum-1.1/configure:1833:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
enum-1.1/configure-1834-      ac_cache_corrupted=: ;;
##############################################
enum-1.1/configure-1842-	# differences in whitespace do not lead to failure.
enum-1.1/configure:1843:	ac_old_val_w=`echo x $ac_old_val`
enum-1.1/configure:1844:	ac_new_val_w=`echo x $ac_new_val`
enum-1.1/configure-1845-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
enum-1.1/configure-1862-    case $ac_new_val in
enum-1.1/configure:1863:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
enum-1.1/configure-1864-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
enum-1.1/configure-2037-if (
enum-1.1/configure:2038:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
enum-1.1/configure-2039-   if test "$*" = "X"; then
enum-1.1/configure-2040-      # -L didn't work.
enum-1.1/configure:2041:      set X `ls -t "$srcdir/configure" conftest.file`
enum-1.1/configure-2042-   fi
##############################################
enum-1.1/configure-2073-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
enum-1.1/configure:2074:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
enum-1.1/configure-2075-
enum-1.1/configure-2076-# expand $ac_aux_dir to an absolute path
enum-1.1/configure:2077:am_aux_dir=`cd $ac_aux_dir && pwd`
enum-1.1/configure-2078-
##############################################
enum-1.1/configure-2218-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
enum-1.1/configure:2219:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
enum-1.1/configure-2220-	     'mkdir (GNU coreutils) '* | \
##############################################
enum-1.1/configure-2297-set x ${MAKE-make}
enum-1.1/configure:2298:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
enum-1.1/configure-2299-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
enum-1.1/configure-2307-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
enum-1.1/configure:2308:case `${MAKE-make} -f conftest.make 2>/dev/null` in
enum-1.1/configure-2309-  *@@@%%%=?*=@@@%%%*)
##############################################
enum-1.1/configure-2334-
enum-1.1/configure:2335:if test "`cd $srcdir && pwd`" != "`pwd`"; then
enum-1.1/configure-2336-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
enum-1.1/configure-2747-$as_echo_n "checking whether the C compiler works... " >&6; }
enum-1.1/configure:2748:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
enum-1.1/configure-2749-
##############################################
enum-1.1/configure-2791-	then :; else
enum-1.1/configure:2792:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
enum-1.1/configure-2793-	fi
##############################################
enum-1.1/configure-2851-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
enum-1.1/configure:2852:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
enum-1.1/configure-2853-	  break;;
##############################################
enum-1.1/configure-2960-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
enum-1.1/configure:2961:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
enum-1.1/configure-2962-       break;;
##############################################
enum-1.1/configure-3210-# Ignore all kinds of additional output from `make'.
enum-1.1/configure:3211:case `$am_make -s -f confmf 2> /dev/null` in #(
enum-1.1/configure-3212-*the\ am__doit\ target*)
##############################################
enum-1.1/configure-3220-   echo '.include "confinc"' > confmf
enum-1.1/configure:3221:   case `$am_make -s -f confmf 2> /dev/null` in #(
enum-1.1/configure-3222-   *the\ am__doit\ target*)
##############################################
enum-1.1/configure-3283-  if test "$am_compiler_list" = ""; then
enum-1.1/configure:3284:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
enum-1.1/configure-3285-  fi
##############################################
enum-1.1/configure-3407-  # Check for GNU $ac_path_SED
enum-1.1/configure:3408:case `"$ac_path_SED" --version 2>&1` in
enum-1.1/configure-3409-*GNU*)
##############################################
enum-1.1/configure-3498-		ASCIIDOC_MINOR=`asciidoc --version | sed 's/^asciidoc []0-9[]\+\.\([]0-9[]\+\).*/\1/'`
enum-1.1/configure:3499:		ASCIIDOC_RELEASE=`asciidoc --version | sed -e 's/^asciidoc []0-9[]\+\.[]0-9[]\+$/\0.0/' -e 's/^asciidoc []0-9[]\+\.[]0-9[]\+\.\([]0-9[]\+\)/\1/'`
enum-1.1/configure-3500-
##############################################
enum-1.1/configure-3682-'
enum-1.1/configure:3683:DEFS=`sed -n "$ac_script" confdefs.h`
enum-1.1/configure-3684-
##############################################
enum-1.1/configure-3691-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
enum-1.1/configure:3692:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
enum-1.1/configure-3693-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
enum-1.1/configure-3782-if test -z "$BASH_VERSION$ZSH_VERSION" \
enum-1.1/configure:3783:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
enum-1.1/configure-3784-  as_echo='print -r --'
enum-1.1/configure-3785-  as_echo_n='print -rn --'
enum-1.1/configure:3786:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
enum-1.1/configure-3787-  as_echo='printf %s\n'
##############################################
enum-1.1/configure-3789-else
enum-1.1/configure:3790:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
enum-1.1/configure-3791-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
enum-1.1/configure-3799-	expr "X$arg" : "X\\(.*\\)$as_nl";
enum-1.1/configure:3800:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
enum-1.1/configure-3801-      esac;
##############################################
enum-1.1/configure-3876-# ----------------------------------------
enum-1.1/configure:3877:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
enum-1.1/configure-3878-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
enum-1.1/configure-3948-  {
enum-1.1/configure:3949:    as_val=`expr "$@" || test $? -eq 1`
enum-1.1/configure-3950-  }
##############################################
enum-1.1/configure-4052-      case $as_dir in #(
enum-1.1/configure:4053:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
enum-1.1/configure-4054-      *) as_qdir=$as_dir;;
##############################################
enum-1.1/configure-4109-	esac;
enum-1.1/configure:4110:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
enum-1.1/configure-4111-	???[sx]*):;;*)false;;esac;fi
##############################################
enum-1.1/configure-4190-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
enum-1.1/configure:4191:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
enum-1.1/configure-4192-ac_cs_version="\\
##############################################
enum-1.1/configure-4215-  --*=?*)
enum-1.1/configure:4216:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
enum-1.1/configure:4217:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
enum-1.1/configure-4218-    ac_shift=:
##############################################
enum-1.1/configure-4220-  --*=)
enum-1.1/configure:4221:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
enum-1.1/configure-4222-    ac_optarg=
##############################################
enum-1.1/configure-4244-    case $ac_optarg in
enum-1.1/configure:4245:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
enum-1.1/configure-4246-    '') as_fn_error $? "missing file argument" ;;
##############################################
enum-1.1/configure-4369-fi
enum-1.1/configure:4370:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
enum-1.1/configure-4371-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
enum-1.1/configure-4386-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
enum-1.1/configure:4387:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
enum-1.1/configure-4388-ac_delim='%!_!# '
##############################################
enum-1.1/configure-4392-
enum-1.1/configure:4393:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
enum-1.1/configure-4394-  if test $ac_delim_n = $ac_delim_num; then
##############################################
enum-1.1/configure-4554-      esac
enum-1.1/configure:4555:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
enum-1.1/configure-4556-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
enum-1.1/configure-4613-*)
enum-1.1/configure:4614:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
enum-1.1/configure-4615-  # A ".." for each directory in $ac_dir_suffix.
enum-1.1/configure:4616:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
enum-1.1/configure-4617-  case $ac_top_builddir_sub in
##############################################
enum-1.1/configure-4674-/@mandir@/p'
enum-1.1/configure:4675:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
enum-1.1/configure-4676-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
enum-1.1/configure-4691-
enum-1.1/configure:4692:# Neutralize VPATH when `$srcdir' = `.'.
enum-1.1/configure-4693-# Shell code in configure.ac might set extrasub.
##############################################
enum-1.1/configure-4719-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
enum-1.1/configure:4720:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
enum-1.1/configure-4721-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
enum-1.1/configure-4755-    # Strip MF so we end up with the name of the file.
enum-1.1/configure:4756:    mf=`echo "$mf" | sed -e 's/:.*$//'`
enum-1.1/configure-4757-    # Check whether this is an Automake generated Makefile or not.
##############################################
enum-1.1/configure-4792-    # from the Makefile without running `make'.
enum-1.1/configure:4793:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
enum-1.1/configure-4794-    test -z "$DEPDIR" && continue
enum-1.1/configure:4795:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
enum-1.1/configure-4796-    test -z "am__include" && continue
enum-1.1/configure:4797:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
enum-1.1/configure-4798-    # When using ansi2knr, U may be empty or an underscore; expand it
enum-1.1/configure:4799:    U=`sed -n 's/^U = //p' < "$mf"`
enum-1.1/configure-4800-    # Find all dependency output files, they are included files with
##############################################
enum-1.1/test/Makefile.in-214-.c.obj:
enum-1.1/test/Makefile.in:215:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
enum-1.1/test/Makefile.in-216-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
enum-1.1/test/Makefile.in-218-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:219:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
enum-1.1/test/Makefile.in-220-
enum-1.1/test/Makefile.in-221-enum_test-main.o: main.c
enum-1.1/test/Makefile.in:222:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-main.o -MD -MP -MF $(DEPDIR)/enum_test-main.Tpo -c -o enum_test-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
enum-1.1/test/Makefile.in-223-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-main.Tpo $(DEPDIR)/enum_test-main.Po
##############################################
enum-1.1/test/Makefile.in-225-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:226:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
enum-1.1/test/Makefile.in-227-
enum-1.1/test/Makefile.in-228-enum_test-main.obj: main.c
enum-1.1/test/Makefile.in:229:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-main.obj -MD -MP -MF $(DEPDIR)/enum_test-main.Tpo -c -o enum_test-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
enum-1.1/test/Makefile.in-230-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-main.Tpo $(DEPDIR)/enum_test-main.Po
##############################################
enum-1.1/test/Makefile.in-232-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:233:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
enum-1.1/test/Makefile.in-234-
enum-1.1/test/Makefile.in-235-enum_test-generator.o: ../src/generator.c
enum-1.1/test/Makefile.in:236:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-generator.o -MD -MP -MF $(DEPDIR)/enum_test-generator.Tpo -c -o enum_test-generator.o `test -f '../src/generator.c' || echo '$(srcdir)/'`../src/generator.c
enum-1.1/test/Makefile.in-237-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-generator.Tpo $(DEPDIR)/enum_test-generator.Po
##############################################
enum-1.1/test/Makefile.in-239-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:240:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-generator.o `test -f '../src/generator.c' || echo '$(srcdir)/'`../src/generator.c
enum-1.1/test/Makefile.in-241-
enum-1.1/test/Makefile.in-242-enum_test-generator.obj: ../src/generator.c
enum-1.1/test/Makefile.in:243:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-generator.obj -MD -MP -MF $(DEPDIR)/enum_test-generator.Tpo -c -o enum_test-generator.obj `if test -f '../src/generator.c'; then $(CYGPATH_W) '../src/generator.c'; else $(CYGPATH_W) '$(srcdir)/../src/generator.c'; fi`
enum-1.1/test/Makefile.in-244-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-generator.Tpo $(DEPDIR)/enum_test-generator.Po
##############################################
enum-1.1/test/Makefile.in-246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:247:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-generator.obj `if test -f '../src/generator.c'; then $(CYGPATH_W) '../src/generator.c'; else $(CYGPATH_W) '$(srcdir)/../src/generator.c'; fi`
enum-1.1/test/Makefile.in-248-
enum-1.1/test/Makefile.in-249-enum_test-utils.o: ../src/utils.c
enum-1.1/test/Makefile.in:250:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-utils.o -MD -MP -MF $(DEPDIR)/enum_test-utils.Tpo -c -o enum_test-utils.o `test -f '../src/utils.c' || echo '$(srcdir)/'`../src/utils.c
enum-1.1/test/Makefile.in-251-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-utils.Tpo $(DEPDIR)/enum_test-utils.Po
##############################################
enum-1.1/test/Makefile.in-253-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:254:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-utils.o `test -f '../src/utils.c' || echo '$(srcdir)/'`../src/utils.c
enum-1.1/test/Makefile.in-255-
enum-1.1/test/Makefile.in-256-enum_test-utils.obj: ../src/utils.c
enum-1.1/test/Makefile.in:257:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum_test-utils.obj -MD -MP -MF $(DEPDIR)/enum_test-utils.Tpo -c -o enum_test-utils.obj `if test -f '../src/utils.c'; then $(CYGPATH_W) '../src/utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/utils.c'; fi`
enum-1.1/test/Makefile.in-258-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum_test-utils.Tpo $(DEPDIR)/enum_test-utils.Po
##############################################
enum-1.1/test/Makefile.in-260-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/test/Makefile.in:261:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum_test-utils.obj `if test -f '../src/utils.c'; then $(CYGPATH_W) '../src/utils.c'; else $(CYGPATH_W) '$(srcdir)/../src/utils.c'; fi`
enum-1.1/test/Makefile.in-262-
##############################################
enum-1.1/test/Makefile.in-307-GTAGS:
enum-1.1/test/Makefile.in:308:	here=`$(am__cd) $(top_builddir) && pwd` \
enum-1.1/test/Makefile.in-309-	  && $(am__cd) $(top_srcdir) \
##############################################
enum-1.1/test/Makefile.in-325-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
enum-1.1/test/Makefile.in:326:	      all=`expr $$all + 1`; \
enum-1.1/test/Makefile.in-327-	      case " $(XFAIL_TESTS) " in \
enum-1.1/test/Makefile.in-328-	      *[\ \	]$$tst[\ \	]*) \
enum-1.1/test/Makefile.in:329:		xpass=`expr $$xpass + 1`; \
enum-1.1/test/Makefile.in:330:		failed=`expr $$failed + 1`; \
enum-1.1/test/Makefile.in-331-		col=$$red; res=XPASS; \
##############################################
enum-1.1/test/Makefile.in-337-	    elif test $$? -ne 77; then \
enum-1.1/test/Makefile.in:338:	      all=`expr $$all + 1`; \
enum-1.1/test/Makefile.in-339-	      case " $(XFAIL_TESTS) " in \
enum-1.1/test/Makefile.in-340-	      *[\ \	]$$tst[\ \	]*) \
enum-1.1/test/Makefile.in:341:		xfail=`expr $$xfail + 1`; \
enum-1.1/test/Makefile.in-342-		col=$$lgn; res=XFAIL; \
##############################################
enum-1.1/test/Makefile.in-344-	      *) \
enum-1.1/test/Makefile.in:345:		failed=`expr $$failed + 1`; \
enum-1.1/test/Makefile.in-346-		col=$$red; res=FAIL; \
##############################################
enum-1.1/test/Makefile.in-349-	    else \
enum-1.1/test/Makefile.in:350:	      skip=`expr $$skip + 1`; \
enum-1.1/test/Makefile.in-351-	      col=$$blu; res=SKIP; \
##############################################
enum-1.1/test/Makefile.in-384-	    fi; \
enum-1.1/test/Makefile.in:385:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
enum-1.1/test/Makefile.in-386-	      dashes="$$skipped"; \
##############################################
enum-1.1/test/Makefile.in-390-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
enum-1.1/test/Makefile.in:391:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
enum-1.1/test/Makefile.in-392-	      dashes="$$report"; \
enum-1.1/test/Makefile.in-393-	  fi; \
enum-1.1/test/Makefile.in:394:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
enum-1.1/test/Makefile.in-395-	  if test "$$failed" -eq 0; then \
##############################################
enum-1.1/test/Makefile.in-408-distdir: $(DISTFILES)
enum-1.1/test/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/test/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/test/Makefile.in-411-	list='$(DISTFILES)'; \
##############################################
enum-1.1/test/Makefile.in-422-	  if test -d $$d/$$file; then \
enum-1.1/test/Makefile.in:423:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
enum-1.1/test/Makefile.in-424-	    if test -d "$(distdir)/$$file"; then \
##############################################
enum-1.1/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
enum-1.1/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
enum-1.1/aclocal.m4-75-#
##############################################
enum-1.1/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
enum-1.1/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
enum-1.1/aclocal.m4-99-# and then we would define $MISSING as
##############################################
enum-1.1/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
enum-1.1/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
enum-1.1/aclocal.m4-115-])
##############################################
enum-1.1/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
enum-1.1/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
enum-1.1/aclocal.m4-217-  fi
##############################################
enum-1.1/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
enum-1.1/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
enum-1.1/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
enum-1.1/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
enum-1.1/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
enum-1.1/aclocal.m4-375-    else
##############################################
enum-1.1/aclocal.m4-379-    # from the Makefile without running `make'.
enum-1.1/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
enum-1.1/aclocal.m4-381-    test -z "$DEPDIR" && continue
enum-1.1/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
enum-1.1/aclocal.m4-383-    test -z "am__include" && continue
enum-1.1/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
enum-1.1/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
enum-1.1/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
enum-1.1/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
enum-1.1/aclocal.m4-395-      test -f "$dirpart/$file" && continue
enum-1.1/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
enum-1.1/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
enum-1.1/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl
enum-1.1/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then
enum-1.1/aclocal.m4-452-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
enum-1.1/aclocal.m4-552-    * )
enum-1.1/aclocal.m4:553:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
enum-1.1/aclocal.m4-554-  esac
enum-1.1/aclocal.m4-555-done
enum-1.1/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
enum-1.1/aclocal.m4-557-
##############################################
enum-1.1/aclocal.m4-630-# Ignore all kinds of additional output from `make'.
enum-1.1/aclocal.m4:631:case `$am_make -s -f confmf 2> /dev/null` in #(
enum-1.1/aclocal.m4-632-*the\ am__doit\ target*)
##############################################
enum-1.1/aclocal.m4-640-   echo '.include "confinc"' > confmf
enum-1.1/aclocal.m4:641:   case `$am_make -s -f confmf 2> /dev/null` in #(
enum-1.1/aclocal.m4-642-   *the\ am__doit\ target*)
##############################################
enum-1.1/aclocal.m4-797-if (
enum-1.1/aclocal.m4:798:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
enum-1.1/aclocal.m4-799-   if test "$[*]" = "X"; then
enum-1.1/aclocal.m4-800-      # -L didn't work.
enum-1.1/aclocal.m4:801:      set X `ls -t "$srcdir/configure" conftest.file`
enum-1.1/aclocal.m4-802-   fi
##############################################
enum-1.1/src/Makefile.in-260-.c.obj:
enum-1.1/src/Makefile.in:261:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
enum-1.1/src/Makefile.in-262-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
enum-1.1/src/Makefile.in-264-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:265:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
enum-1.1/src/Makefile.in-266-
enum-1.1/src/Makefile.in-267-enum-main.o: main.c
enum-1.1/src/Makefile.in:268:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-main.o -MD -MP -MF $(DEPDIR)/enum-main.Tpo -c -o enum-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
enum-1.1/src/Makefile.in-269-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-main.Tpo $(DEPDIR)/enum-main.Po
##############################################
enum-1.1/src/Makefile.in-271-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:272:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
enum-1.1/src/Makefile.in-273-
enum-1.1/src/Makefile.in-274-enum-main.obj: main.c
enum-1.1/src/Makefile.in:275:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-main.obj -MD -MP -MF $(DEPDIR)/enum-main.Tpo -c -o enum-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
enum-1.1/src/Makefile.in-276-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-main.Tpo $(DEPDIR)/enum-main.Po
##############################################
enum-1.1/src/Makefile.in-278-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:279:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
enum-1.1/src/Makefile.in-280-
enum-1.1/src/Makefile.in-281-enum-info.o: info.c
enum-1.1/src/Makefile.in:282:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-info.o -MD -MP -MF $(DEPDIR)/enum-info.Tpo -c -o enum-info.o `test -f 'info.c' || echo '$(srcdir)/'`info.c
enum-1.1/src/Makefile.in-283-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-info.Tpo $(DEPDIR)/enum-info.Po
##############################################
enum-1.1/src/Makefile.in-285-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:286:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-info.o `test -f 'info.c' || echo '$(srcdir)/'`info.c
enum-1.1/src/Makefile.in-287-
enum-1.1/src/Makefile.in-288-enum-info.obj: info.c
enum-1.1/src/Makefile.in:289:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-info.obj -MD -MP -MF $(DEPDIR)/enum-info.Tpo -c -o enum-info.obj `if test -f 'info.c'; then $(CYGPATH_W) 'info.c'; else $(CYGPATH_W) '$(srcdir)/info.c'; fi`
enum-1.1/src/Makefile.in-290-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-info.Tpo $(DEPDIR)/enum-info.Po
##############################################
enum-1.1/src/Makefile.in-292-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:293:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-info.obj `if test -f 'info.c'; then $(CYGPATH_W) 'info.c'; else $(CYGPATH_W) '$(srcdir)/info.c'; fi`
enum-1.1/src/Makefile.in-294-
enum-1.1/src/Makefile.in-295-enum-utils.o: utils.c
enum-1.1/src/Makefile.in:296:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-utils.o -MD -MP -MF $(DEPDIR)/enum-utils.Tpo -c -o enum-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
enum-1.1/src/Makefile.in-297-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-utils.Tpo $(DEPDIR)/enum-utils.Po
##############################################
enum-1.1/src/Makefile.in-299-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:300:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
enum-1.1/src/Makefile.in-301-
enum-1.1/src/Makefile.in-302-enum-utils.obj: utils.c
enum-1.1/src/Makefile.in:303:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-utils.obj -MD -MP -MF $(DEPDIR)/enum-utils.Tpo -c -o enum-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
enum-1.1/src/Makefile.in-304-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-utils.Tpo $(DEPDIR)/enum-utils.Po
##############################################
enum-1.1/src/Makefile.in-306-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:307:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
enum-1.1/src/Makefile.in-308-
enum-1.1/src/Makefile.in-309-enum-parsing.o: parsing.c
enum-1.1/src/Makefile.in:310:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-parsing.o -MD -MP -MF $(DEPDIR)/enum-parsing.Tpo -c -o enum-parsing.o `test -f 'parsing.c' || echo '$(srcdir)/'`parsing.c
enum-1.1/src/Makefile.in-311-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-parsing.Tpo $(DEPDIR)/enum-parsing.Po
##############################################
enum-1.1/src/Makefile.in-313-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:314:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-parsing.o `test -f 'parsing.c' || echo '$(srcdir)/'`parsing.c
enum-1.1/src/Makefile.in-315-
enum-1.1/src/Makefile.in-316-enum-parsing.obj: parsing.c
enum-1.1/src/Makefile.in:317:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-parsing.obj -MD -MP -MF $(DEPDIR)/enum-parsing.Tpo -c -o enum-parsing.obj `if test -f 'parsing.c'; then $(CYGPATH_W) 'parsing.c'; else $(CYGPATH_W) '$(srcdir)/parsing.c'; fi`
enum-1.1/src/Makefile.in-318-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-parsing.Tpo $(DEPDIR)/enum-parsing.Po
##############################################
enum-1.1/src/Makefile.in-320-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:321:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-parsing.obj `if test -f 'parsing.c'; then $(CYGPATH_W) 'parsing.c'; else $(CYGPATH_W) '$(srcdir)/parsing.c'; fi`
enum-1.1/src/Makefile.in-322-
enum-1.1/src/Makefile.in-323-enum-printing.o: printing.c
enum-1.1/src/Makefile.in:324:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-printing.o -MD -MP -MF $(DEPDIR)/enum-printing.Tpo -c -o enum-printing.o `test -f 'printing.c' || echo '$(srcdir)/'`printing.c
enum-1.1/src/Makefile.in-325-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-printing.Tpo $(DEPDIR)/enum-printing.Po
##############################################
enum-1.1/src/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:328:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-printing.o `test -f 'printing.c' || echo '$(srcdir)/'`printing.c
enum-1.1/src/Makefile.in-329-
enum-1.1/src/Makefile.in-330-enum-printing.obj: printing.c
enum-1.1/src/Makefile.in:331:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-printing.obj -MD -MP -MF $(DEPDIR)/enum-printing.Tpo -c -o enum-printing.obj `if test -f 'printing.c'; then $(CYGPATH_W) 'printing.c'; else $(CYGPATH_W) '$(srcdir)/printing.c'; fi`
enum-1.1/src/Makefile.in-332-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-printing.Tpo $(DEPDIR)/enum-printing.Po
##############################################
enum-1.1/src/Makefile.in-334-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:335:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-printing.obj `if test -f 'printing.c'; then $(CYGPATH_W) 'printing.c'; else $(CYGPATH_W) '$(srcdir)/printing.c'; fi`
enum-1.1/src/Makefile.in-336-
enum-1.1/src/Makefile.in-337-enum-generator.o: generator.c
enum-1.1/src/Makefile.in:338:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-generator.o -MD -MP -MF $(DEPDIR)/enum-generator.Tpo -c -o enum-generator.o `test -f 'generator.c' || echo '$(srcdir)/'`generator.c
enum-1.1/src/Makefile.in-339-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-generator.Tpo $(DEPDIR)/enum-generator.Po
##############################################
enum-1.1/src/Makefile.in-341-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:342:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-generator.o `test -f 'generator.c' || echo '$(srcdir)/'`generator.c
enum-1.1/src/Makefile.in-343-
enum-1.1/src/Makefile.in-344-enum-generator.obj: generator.c
enum-1.1/src/Makefile.in:345:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-generator.obj -MD -MP -MF $(DEPDIR)/enum-generator.Tpo -c -o enum-generator.obj `if test -f 'generator.c'; then $(CYGPATH_W) 'generator.c'; else $(CYGPATH_W) '$(srcdir)/generator.c'; fi`
enum-1.1/src/Makefile.in-346-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-generator.Tpo $(DEPDIR)/enum-generator.Po
##############################################
enum-1.1/src/Makefile.in-348-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:349:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-generator.obj `if test -f 'generator.c'; then $(CYGPATH_W) 'generator.c'; else $(CYGPATH_W) '$(srcdir)/generator.c'; fi`
enum-1.1/src/Makefile.in-350-
enum-1.1/src/Makefile.in-351-enum-getopt.o: ../thirdparty/glibc-2.11.1/posix/getopt.c
enum-1.1/src/Makefile.in:352:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-getopt.o -MD -MP -MF $(DEPDIR)/enum-getopt.Tpo -c -o enum-getopt.o `test -f '../thirdparty/glibc-2.11.1/posix/getopt.c' || echo '$(srcdir)/'`../thirdparty/glibc-2.11.1/posix/getopt.c
enum-1.1/src/Makefile.in-353-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-getopt.Tpo $(DEPDIR)/enum-getopt.Po
##############################################
enum-1.1/src/Makefile.in-355-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:356:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-getopt.o `test -f '../thirdparty/glibc-2.11.1/posix/getopt.c' || echo '$(srcdir)/'`../thirdparty/glibc-2.11.1/posix/getopt.c
enum-1.1/src/Makefile.in-357-
enum-1.1/src/Makefile.in-358-enum-getopt.obj: ../thirdparty/glibc-2.11.1/posix/getopt.c
enum-1.1/src/Makefile.in:359:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enum-getopt.obj -MD -MP -MF $(DEPDIR)/enum-getopt.Tpo -c -o enum-getopt.obj `if test -f '../thirdparty/glibc-2.11.1/posix/getopt.c'; then $(CYGPATH_W) '../thirdparty/glibc-2.11.1/posix/getopt.c'; else $(CYGPATH_W) '$(srcdir)/../thirdparty/glibc-2.11.1/posix/getopt.c'; fi`
enum-1.1/src/Makefile.in-360-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/enum-getopt.Tpo $(DEPDIR)/enum-getopt.Po
##############################################
enum-1.1/src/Makefile.in-362-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
enum-1.1/src/Makefile.in:363:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enum-getopt.obj `if test -f '../thirdparty/glibc-2.11.1/posix/getopt.c'; then $(CYGPATH_W) '../thirdparty/glibc-2.11.1/posix/getopt.c'; else $(CYGPATH_W) '$(srcdir)/../thirdparty/glibc-2.11.1/posix/getopt.c'; fi`
enum-1.1/src/Makefile.in-364-
##############################################
enum-1.1/src/Makefile.in-409-GTAGS:
enum-1.1/src/Makefile.in:410:	here=`$(am__cd) $(top_builddir) && pwd` \
enum-1.1/src/Makefile.in-411-	  && $(am__cd) $(top_srcdir) \
##############################################
enum-1.1/src/Makefile.in-417-distdir: $(DISTFILES)
enum-1.1/src/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/src/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
enum-1.1/src/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
enum-1.1/src/Makefile.in-431-	  if test -d $$d/$$file; then \
enum-1.1/src/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
enum-1.1/src/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
enum-1.1/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
enum-1.1/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
enum-1.1/depcomp-69-
##############################################
enum-1.1/depcomp-234-  # Version 6 uses the directory in both cases.
enum-1.1/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
enum-1.1/depcomp-236-  test "x$dir" = "x$object" && dir=
enum-1.1/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
enum-1.1/depcomp-238-  if test "$libtool" = yes; then
##############################################
enum-1.1/depcomp-263-    # Do two passes, one to just change these to
enum-1.1/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
enum-1.1/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
enum-1.1/depcomp-305-  # Do two passes, one to just change these to
enum-1.1/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
enum-1.1/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
enum-1.1/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
enum-1.1/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
enum-1.1/depcomp-323-  test "x$dir" = "x$object" && dir=
enum-1.1/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
enum-1.1/depcomp-325-  if test "$libtool" = yes; then
##############################################
enum-1.1/depcomp-365-   # Subdirectories are respected.
enum-1.1/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
enum-1.1/depcomp-367-   test "x$dir" = "x$object" && dir=
enum-1.1/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
enum-1.1/depcomp-369-
##############################################
enum-1.1/depcomp-557-  done
enum-1.1/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
enum-1.1/depcomp-559-  touch "$tmpdepfile"
##############################################
enum-1.1/missing-139-       # Could not run --version or --help.  This is probably someone
enum-1.1/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
enum-1.1/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
enum-1.1/missing-173-         from any GNU archive site."
enum-1.1/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
enum-1.1/missing-175-    test -z "$files" && files="config.h"
##############################################
enum-1.1/missing-202-         proper tools for further handling them.
enum-1.1/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
enum-1.1/missing-204-         archive site."
enum-1.1/missing-205-
enum-1.1/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
enum-1.1/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
enum-1.1/missing-208-    if test -f "$file"; then
##############################################
enum-1.1/missing-231-	*.y)
enum-1.1/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
enum-1.1/missing-233-	    if test -f "$SRCFILE"; then
##############################################
enum-1.1/missing-235-	    fi
enum-1.1/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
enum-1.1/missing-237-	    if test -f "$SRCFILE"; then
##############################################
enum-1.1/missing-261-	*.l)
enum-1.1/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
enum-1.1/missing-263-	    if test -f "$SRCFILE"; then
##############################################
enum-1.1/missing-280-
enum-1.1/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
enum-1.1/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
enum-1.1/missing-283-    if test -f "$file"; then
##############################################
enum-1.1/missing-300-    # The file to touch is that specified with -o ...
enum-1.1/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
enum-1.1/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
enum-1.1/missing-303-    if test -z "$file"; then
enum-1.1/missing-304-      # ... or it is the one specified with @setfilename ...
enum-1.1/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
enum-1.1/missing-306-      file=`sed -n '
##############################################
enum-1.1/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
enum-1.1/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
enum-1.1/missing-314-    fi
##############################################
enum-1.1/missing-336-	*o*)
enum-1.1/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
enum-1.1/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
enum-1.1/missing-342-	*h*)
enum-1.1/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
enum-1.1/missing-344-	    tar "$firstarg" "$@" && exit 0