===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tuxmath-2.0.3/src/compiler.h-126-// This is good for 80-second diff or 160-second total.
tuxmath-2.0.3/src/compiler.h:127:#define CLOCK_ASM(tbl) asm volatile("mftb %0" : "=r" (tbl))
tuxmath-2.0.3/src/compiler.h-128-#define CLOCK_TYPE unsigned long
##############################################
tuxmath-2.0.3/src/compiler.h-135-#ifdef __i386__
tuxmath-2.0.3/src/compiler.h:136:#define CLOCK_ASM(tbl) asm volatile("rdtsc" : "=A" (tbl))
tuxmath-2.0.3/src/compiler.h-137-#define CLOCK_TYPE unsigned long long
##############################################
tuxmath-2.0.3/src/Makefile.in-469-.c.obj:
tuxmath-2.0.3/src/Makefile.in:470:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
tuxmath-2.0.3/src/Makefile.in-471-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
tuxmath-2.0.3/src/Makefile.in-473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
tuxmath-2.0.3/src/Makefile.in:474:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
tuxmath-2.0.3/src/Makefile.in-475-
##############################################
tuxmath-2.0.3/src/Makefile.in-520-GTAGS:
tuxmath-2.0.3/src/Makefile.in:521:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/src/Makefile.in-522-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/src/Makefile.in-528-distdir: $(DISTFILES)
tuxmath-2.0.3/src/Makefile.in:529:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/src/Makefile.in:530:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/src/Makefile.in-531-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/src/Makefile.in-542-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/src/Makefile.in:543:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/src/Makefile.in-544-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/install-sh-217-      fi
tuxmath-2.0.3/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tuxmath-2.0.3/install-sh-219-    *)
##############################################
tuxmath-2.0.3/install-sh-269-      dstdir=$dst
tuxmath-2.0.3/install-sh:270:      dst=$dstdir/`basename "$src"`
tuxmath-2.0.3/install-sh-271-      dstdir_status=0
##############################################
tuxmath-2.0.3/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tuxmath-2.0.3/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tuxmath-2.0.3/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
tuxmath-2.0.3/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tuxmath-2.0.3/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tuxmath-2.0.3/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tuxmath-2.0.3/install-sh-418-	    case $prefix in
tuxmath-2.0.3/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tuxmath-2.0.3/install-sh-420-	      *) qprefix=$prefix;;
##############################################
tuxmath-2.0.3/install-sh-467-    if $copy_on_change &&
tuxmath-2.0.3/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
tuxmath-2.0.3/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
tuxmath-2.0.3/install-sh-470-
##############################################
tuxmath-2.0.3/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \
tuxmath-2.0.3/configure:48:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tuxmath-2.0.3/configure-49-  as_echo='print -r --'
tuxmath-2.0.3/configure-50-  as_echo_n='print -rn --'
tuxmath-2.0.3/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tuxmath-2.0.3/configure-52-  as_echo='printf %s\n'
##############################################
tuxmath-2.0.3/configure-54-else
tuxmath-2.0.3/configure:55:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tuxmath-2.0.3/configure-56-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tuxmath-2.0.3/configure-64-	expr "X$arg" : "X\\(.*\\)$as_nl";
tuxmath-2.0.3/configure:65:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tuxmath-2.0.3/configure-66-      esac;
##############################################
tuxmath-2.0.3/configure-174-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tuxmath-2.0.3/configure:175:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tuxmath-2.0.3/configure-176-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tuxmath-2.0.3/configure-291-      case $as_dir in #(
tuxmath-2.0.3/configure:292:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tuxmath-2.0.3/configure-293-      *) as_qdir=$as_dir;;
##############################################
tuxmath-2.0.3/configure-356-  {
tuxmath-2.0.3/configure:357:    as_val=`expr "$@" || test $? -eq 1`
tuxmath-2.0.3/configure-358-  }
##############################################
tuxmath-2.0.3/configure-363-# ----------------------------------------
tuxmath-2.0.3/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tuxmath-2.0.3/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tuxmath-2.0.3/configure-426-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tuxmath-2.0.3/configure:427:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tuxmath-2.0.3/configure-428-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tuxmath-2.0.3/configure-517-	esac;
tuxmath-2.0.3/configure:518:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tuxmath-2.0.3/configure-519-	???[sx]*):;;*)false;;esac;fi
##############################################
tuxmath-2.0.3/configure-864-  case $ac_option in
tuxmath-2.0.3/configure:865:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tuxmath-2.0.3/configure-866-  *=)   ac_optarg= ;;
##############################################
tuxmath-2.0.3/configure-908-  -disable-* | --disable-*)
tuxmath-2.0.3/configure:909:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tuxmath-2.0.3/configure-910-    # Reject names that are not valid shell variable names.
##############################################
tuxmath-2.0.3/configure-913-    ac_useropt_orig=$ac_useropt
tuxmath-2.0.3/configure:914:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tuxmath-2.0.3/configure-915-    case $ac_user_opts in
##############################################
tuxmath-2.0.3/configure-934-  -enable-* | --enable-*)
tuxmath-2.0.3/configure:935:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tuxmath-2.0.3/configure-936-    # Reject names that are not valid shell variable names.
##############################################
tuxmath-2.0.3/configure-939-    ac_useropt_orig=$ac_useropt
tuxmath-2.0.3/configure:940:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tuxmath-2.0.3/configure-941-    case $ac_user_opts in
##############################################
tuxmath-2.0.3/configure-1138-  -with-* | --with-*)
tuxmath-2.0.3/configure:1139:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tuxmath-2.0.3/configure-1140-    # Reject names that are not valid shell variable names.
##############################################
tuxmath-2.0.3/configure-1143-    ac_useropt_orig=$ac_useropt
tuxmath-2.0.3/configure:1144:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tuxmath-2.0.3/configure-1145-    case $ac_user_opts in
##############################################
tuxmath-2.0.3/configure-1154-  -without-* | --without-*)
tuxmath-2.0.3/configure:1155:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tuxmath-2.0.3/configure-1156-    # Reject names that are not valid shell variable names.
##############################################
tuxmath-2.0.3/configure-1159-    ac_useropt_orig=$ac_useropt
tuxmath-2.0.3/configure:1160:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tuxmath-2.0.3/configure-1161-    case $ac_user_opts in
##############################################
tuxmath-2.0.3/configure-1192-  *=*)
tuxmath-2.0.3/configure:1193:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tuxmath-2.0.3/configure-1194-    # Reject names that are not valid shell variable names.
##############################################
tuxmath-2.0.3/configure-1213-if test -n "$ac_prev"; then
tuxmath-2.0.3/configure:1214:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tuxmath-2.0.3/configure-1215-  as_fn_error $? "missing argument to $ac_option"
##############################################
tuxmath-2.0.3/configure-1235-    */ )
tuxmath-2.0.3/configure:1236:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tuxmath-2.0.3/configure-1237-      eval $ac_var=\$ac_val;;
##############################################
tuxmath-2.0.3/configure-1272-ac_ls_di=`ls -di .` &&
tuxmath-2.0.3/configure:1273:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tuxmath-2.0.3/configure-1274-  as_fn_error $? "working directory cannot be determined"
##############################################
tuxmath-2.0.3/configure-1328-case $srcdir in
tuxmath-2.0.3/configure:1329:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tuxmath-2.0.3/configure-1330-esac
##############################################
tuxmath-2.0.3/configure-1371-By default, \`make install' will install all the files in
tuxmath-2.0.3/configure:1372:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tuxmath-2.0.3/configure:1373:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tuxmath-2.0.3/configure-1374-for instance \`--prefix=\$HOME'.
##############################################
tuxmath-2.0.3/configure-1511-*)
tuxmath-2.0.3/configure:1512:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tuxmath-2.0.3/configure-1513-  # A ".." for each directory in $ac_dir_suffix.
tuxmath-2.0.3/configure:1514:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tuxmath-2.0.3/configure-1515-  case $ac_top_builddir_sub in
##############################################
tuxmath-2.0.3/configure-2144-    *\'*)
tuxmath-2.0.3/configure:2145:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tuxmath-2.0.3/configure-2146-    esac
##############################################
tuxmath-2.0.3/configure-2227-      case $ac_val in
tuxmath-2.0.3/configure:2228:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tuxmath-2.0.3/configure-2229-      esac
##############################################
tuxmath-2.0.3/configure-2242-	case $ac_val in
tuxmath-2.0.3/configure:2243:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tuxmath-2.0.3/configure-2244-	esac
##############################################
tuxmath-2.0.3/configure-2366-    set,)
tuxmath-2.0.3/configure:2367:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tuxmath-2.0.3/configure:2368:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tuxmath-2.0.3/configure-2369-      ac_cache_corrupted=: ;;
##############################################
tuxmath-2.0.3/configure-2377-	# differences in whitespace do not lead to failure.
tuxmath-2.0.3/configure:2378:	ac_old_val_w=`echo x $ac_old_val`
tuxmath-2.0.3/configure:2379:	ac_new_val_w=`echo x $ac_new_val`
tuxmath-2.0.3/configure-2380-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tuxmath-2.0.3/configure-2397-    case $ac_new_val in
tuxmath-2.0.3/configure:2398:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tuxmath-2.0.3/configure-2399-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tuxmath-2.0.3/configure-2466-test "x$ac_build_alias" = x &&
tuxmath-2.0.3/configure:2467:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
tuxmath-2.0.3/configure-2468-test "x$ac_build_alias" = x &&
tuxmath-2.0.3/configure-2469-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
tuxmath-2.0.3/configure:2470:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
tuxmath-2.0.3/configure-2471-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
tuxmath-2.0.3/configure-2490-IFS=$ac_save_IFS
tuxmath-2.0.3/configure:2491:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
tuxmath-2.0.3/configure-2492-
##############################################
tuxmath-2.0.3/configure-2501-else
tuxmath-2.0.3/configure:2502:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
tuxmath-2.0.3/configure-2503-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
tuxmath-2.0.3/configure-2523-IFS=$ac_save_IFS
tuxmath-2.0.3/configure:2524:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
tuxmath-2.0.3/configure-2525-
##############################################
tuxmath-2.0.3/configure-2535-else
tuxmath-2.0.3/configure:2536:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
tuxmath-2.0.3/configure-2537-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
tuxmath-2.0.3/configure-2557-IFS=$ac_save_IFS
tuxmath-2.0.3/configure:2558:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
tuxmath-2.0.3/configure-2559-
##############################################
tuxmath-2.0.3/configure-2686-if (
tuxmath-2.0.3/configure:2687:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tuxmath-2.0.3/configure-2688-   if test "$*" = "X"; then
tuxmath-2.0.3/configure-2689-      # -L didn't work.
tuxmath-2.0.3/configure:2690:      set X `ls -t "$srcdir/configure" conftest.file`
tuxmath-2.0.3/configure-2691-   fi
##############################################
tuxmath-2.0.3/configure-2722-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
tuxmath-2.0.3/configure:2723:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
tuxmath-2.0.3/configure-2724-
tuxmath-2.0.3/configure-2725-# expand $ac_aux_dir to an absolute path
tuxmath-2.0.3/configure:2726:am_aux_dir=`cd $ac_aux_dir && pwd`
tuxmath-2.0.3/configure-2727-
##############################################
tuxmath-2.0.3/configure-2867-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
tuxmath-2.0.3/configure:2868:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
tuxmath-2.0.3/configure-2869-	     'mkdir (GNU coreutils) '* | \
##############################################
tuxmath-2.0.3/configure-2946-set x ${MAKE-make}
tuxmath-2.0.3/configure:2947:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tuxmath-2.0.3/configure-2948-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
tuxmath-2.0.3/configure-2956-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tuxmath-2.0.3/configure:2957:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tuxmath-2.0.3/configure-2958-  *@@@%%%=?*=@@@%%%*)
##############################################
tuxmath-2.0.3/configure-2983-
tuxmath-2.0.3/configure:2984:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tuxmath-2.0.3/configure-2985-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tuxmath-2.0.3/configure-3080-# Ignore all kinds of additional output from `make'.
tuxmath-2.0.3/configure:3081:case `$am_make -s -f confmf 2> /dev/null` in #(
tuxmath-2.0.3/configure-3082-*the\ am__doit\ target*)
##############################################
tuxmath-2.0.3/configure-3090-   echo '.include "confinc"' > confmf
tuxmath-2.0.3/configure:3091:   case `$am_make -s -f confmf 2> /dev/null` in #(
tuxmath-2.0.3/configure-3092-   *the\ am__doit\ target*)
##############################################
tuxmath-2.0.3/configure-3468-$as_echo_n "checking whether the C compiler works... " >&6; }
tuxmath-2.0.3/configure:3469:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tuxmath-2.0.3/configure-3470-
##############################################
tuxmath-2.0.3/configure-3512-	then :; else
tuxmath-2.0.3/configure:3513:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tuxmath-2.0.3/configure-3514-	fi
##############################################
tuxmath-2.0.3/configure-3572-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tuxmath-2.0.3/configure:3573:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tuxmath-2.0.3/configure-3574-	  break;;
##############################################
tuxmath-2.0.3/configure-3681-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tuxmath-2.0.3/configure:3682:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tuxmath-2.0.3/configure-3683-       break;;
##############################################
tuxmath-2.0.3/configure-3940-  if test "$am_compiler_list" = ""; then
tuxmath-2.0.3/configure:3941:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tuxmath-2.0.3/configure-3942-  fi
##############################################
tuxmath-2.0.3/configure-4197-  # Check for GNU $ac_path_GREP
tuxmath-2.0.3/configure:4198:case `"$ac_path_GREP" --version 2>&1` in
tuxmath-2.0.3/configure-4199-*GNU*)
##############################################
tuxmath-2.0.3/configure-4263-  # Check for GNU $ac_path_EGREP
tuxmath-2.0.3/configure:4264:case `"$ac_path_EGREP" --version 2>&1` in
tuxmath-2.0.3/configure-4265-*GNU*)
##############################################
tuxmath-2.0.3/configure-4424-do :
tuxmath-2.0.3/configure:4425:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tuxmath-2.0.3/configure-4426-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tuxmath-2.0.3/configure-4429-  cat >>confdefs.h <<_ACEOF
tuxmath-2.0.3/configure:4430:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tuxmath-2.0.3/configure-4431-_ACEOF
##############################################
tuxmath-2.0.3/configure-4883-  if test "$am_compiler_list" = ""; then
tuxmath-2.0.3/configure:4884:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tuxmath-2.0.3/configure-4885-  fi
##############################################
tuxmath-2.0.3/configure-5550-  if test "$am_compiler_list" = ""; then
tuxmath-2.0.3/configure:5551:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
tuxmath-2.0.3/configure-5552-  fi
##############################################
tuxmath-2.0.3/configure-5653-set x ${MAKE-make}
tuxmath-2.0.3/configure:5654:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tuxmath-2.0.3/configure-5655-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
##############################################
tuxmath-2.0.3/configure-5663-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tuxmath-2.0.3/configure:5664:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tuxmath-2.0.3/configure-5665-  *@@@%%%=?*=@@@%%%*)
##############################################
tuxmath-2.0.3/configure-6043-
tuxmath-2.0.3/configure:6044:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/configure-6045-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
tuxmath-2.0.3/configure-6048-
tuxmath-2.0.3/configure:6049:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/configure-6050-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
tuxmath-2.0.3/configure-6126-
tuxmath-2.0.3/configure:6127:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/configure-6128-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
tuxmath-2.0.3/configure-6256-    # gcc leaves a trailing carriage return which upsets mingw
tuxmath-2.0.3/configure:6257:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tuxmath-2.0.3/configure-6258-  *)
tuxmath-2.0.3/configure:6259:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tuxmath-2.0.3/configure-6260-  esac
##############################################
tuxmath-2.0.3/configure-6265-      # Canonicalize the path of ld
tuxmath-2.0.3/configure:6266:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
tuxmath-2.0.3/configure-6267-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
tuxmath-2.0.3/configure:6268:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
tuxmath-2.0.3/configure-6269-      done
##############################################
tuxmath-2.0.3/configure-6299-      # Break only if it was the GNU/non-GNU ld that we prefer.
tuxmath-2.0.3/configure:6300:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
tuxmath-2.0.3/configure-6301-      *GNU* | *'with BFD'*)
##############################################
tuxmath-2.0.3/configure-6328-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
tuxmath-2.0.3/configure:6329:case `$LD -v 2>&1 </dev/null` in
tuxmath-2.0.3/configure-6330-*GNU* | *'with BFD'*)
##############################################
tuxmath-2.0.3/configure-6414-    *)
tuxmath-2.0.3/configure:6415:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
tuxmath-2.0.3/configure-6416-      if test -n "$searchpath"; then
##############################################
tuxmath-2.0.3/configure-6424-                ;;
tuxmath-2.0.3/configure:6425:              *) searchdir=`cd "$searchdir" && pwd`
tuxmath-2.0.3/configure-6426-                 case "$searchdir" in
##############################################
tuxmath-2.0.3/configure-6515-        names_already_handled="$names_already_handled $name"
tuxmath-2.0.3/configure:6516:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
tuxmath-2.0.3/configure-6517-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
tuxmath-2.0.3/configure-6591-                -L*)
tuxmath-2.0.3/configure:6592:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
tuxmath-2.0.3/configure-6593-                                    if test -n "$acl_shlibext"; then
##############################################
tuxmath-2.0.3/configure-6708-              */$acl_libdirstem | */$acl_libdirstem/)
tuxmath-2.0.3/configure:6709:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
tuxmath-2.0.3/configure-6710-                if test "$name" = 'iconv'; then
##############################################
tuxmath-2.0.3/configure-6715-              */$acl_libdirstem2 | */$acl_libdirstem2/)
tuxmath-2.0.3/configure:6716:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
tuxmath-2.0.3/configure-6717-                if test "$name" = 'iconv'; then
##############################################
tuxmath-2.0.3/configure-6766-                  -L*)
tuxmath-2.0.3/configure:6767:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
tuxmath-2.0.3/configure-6768-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
tuxmath-2.0.3/configure-6825-                  -R*)
tuxmath-2.0.3/configure:6826:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
tuxmath-2.0.3/configure-6827-                    if test "$enable_rpath" != no; then
##############################################
tuxmath-2.0.3/configure-6850-                  -l*)
tuxmath-2.0.3/configure:6851:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
tuxmath-2.0.3/configure-6852-                    ;;
tuxmath-2.0.3/configure-6853-                  *.la)
tuxmath-2.0.3/configure:6854:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
tuxmath-2.0.3/configure-6855-                    ;;
##############################################
tuxmath-2.0.3/configure-7366-        names_already_handled="$names_already_handled $name"
tuxmath-2.0.3/configure:7367:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
tuxmath-2.0.3/configure-7368-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
tuxmath-2.0.3/configure-7442-                -L*)
tuxmath-2.0.3/configure:7443:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
tuxmath-2.0.3/configure-7444-                                    if test -n "$acl_shlibext"; then
##############################################
tuxmath-2.0.3/configure-7559-              */$acl_libdirstem | */$acl_libdirstem/)
tuxmath-2.0.3/configure:7560:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
tuxmath-2.0.3/configure-7561-                if test "$name" = 'intl'; then
##############################################
tuxmath-2.0.3/configure-7566-              */$acl_libdirstem2 | */$acl_libdirstem2/)
tuxmath-2.0.3/configure:7567:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
tuxmath-2.0.3/configure-7568-                if test "$name" = 'intl'; then
##############################################
tuxmath-2.0.3/configure-7617-                  -L*)
tuxmath-2.0.3/configure:7618:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
tuxmath-2.0.3/configure-7619-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
tuxmath-2.0.3/configure-7676-                  -R*)
tuxmath-2.0.3/configure:7677:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
tuxmath-2.0.3/configure-7678-                    if test "$enable_rpath" != no; then
##############################################
tuxmath-2.0.3/configure-7701-                  -l*)
tuxmath-2.0.3/configure:7702:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
tuxmath-2.0.3/configure-7703-                    ;;
tuxmath-2.0.3/configure-7704-                  *.la)
tuxmath-2.0.3/configure:7705:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
tuxmath-2.0.3/configure-7706-                    ;;
##############################################
tuxmath-2.0.3/configure-8076-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8077:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2.0" 2>/dev/null`
tuxmath-2.0.3/configure-8078-else
##############################################
tuxmath-2.0.3/configure-8092-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8093:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2.0" 2>/dev/null`
tuxmath-2.0.3/configure-8094-else
##############################################
tuxmath-2.0.3/configure-8112-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:8113:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "sdl >= 1.2.0" 2>&1`
tuxmath-2.0.3/configure-8114-        else
tuxmath-2.0.3/configure:8115:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "sdl >= 1.2.0" 2>&1`
tuxmath-2.0.3/configure-8116-        fi
##############################################
tuxmath-2.0.3/configure-8207-  else
tuxmath-2.0.3/configure:8208:    SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
tuxmath-2.0.3/configure:8209:    SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
tuxmath-2.0.3/configure-8210-
##############################################
tuxmath-2.0.3/configure-8463-  else
tuxmath-2.0.3/configure:8464:    SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
tuxmath-2.0.3/configure:8465:    SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
tuxmath-2.0.3/configure-8466-
##############################################
tuxmath-2.0.3/configure-8656-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8657:  pkg_cv_SDL_IMAGE_CFLAGS=`$PKG_CONFIG --cflags "SDL_image" 2>/dev/null`
tuxmath-2.0.3/configure-8658-else
##############################################
tuxmath-2.0.3/configure-8672-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8673:  pkg_cv_SDL_IMAGE_LIBS=`$PKG_CONFIG --libs "SDL_image" 2>/dev/null`
tuxmath-2.0.3/configure-8674-else
##############################################
tuxmath-2.0.3/configure-8692-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:8693:	        SDL_IMAGE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "SDL_image" 2>&1`
tuxmath-2.0.3/configure-8694-        else
tuxmath-2.0.3/configure:8695:	        SDL_IMAGE_PKG_ERRORS=`$PKG_CONFIG --print-errors "SDL_image" 2>&1`
tuxmath-2.0.3/configure-8696-        fi
##############################################
tuxmath-2.0.3/configure-8831-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8832:  pkg_cv_SDL_MIXER_CFLAGS=`$PKG_CONFIG --cflags "SDL_mixer" 2>/dev/null`
tuxmath-2.0.3/configure-8833-else
##############################################
tuxmath-2.0.3/configure-8847-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:8848:  pkg_cv_SDL_MIXER_LIBS=`$PKG_CONFIG --libs "SDL_mixer" 2>/dev/null`
tuxmath-2.0.3/configure-8849-else
##############################################
tuxmath-2.0.3/configure-8867-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:8868:	        SDL_MIXER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "SDL_mixer" 2>&1`
tuxmath-2.0.3/configure-8869-        else
tuxmath-2.0.3/configure:8870:	        SDL_MIXER_PKG_ERRORS=`$PKG_CONFIG --print-errors "SDL_mixer" 2>&1`
tuxmath-2.0.3/configure-8871-        fi
##############################################
tuxmath-2.0.3/configure-9014-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9015:  pkg_cv_RSVG_CFLAGS=`$PKG_CONFIG --cflags "librsvg-2.0 >= 2.18" 2>/dev/null`
tuxmath-2.0.3/configure-9016-else
##############################################
tuxmath-2.0.3/configure-9030-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9031:  pkg_cv_RSVG_LIBS=`$PKG_CONFIG --libs "librsvg-2.0 >= 2.18" 2>/dev/null`
tuxmath-2.0.3/configure-9032-else
##############################################
tuxmath-2.0.3/configure-9050-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:9051:	        RSVG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "librsvg-2.0 >= 2.18" 2>&1`
tuxmath-2.0.3/configure-9052-        else
tuxmath-2.0.3/configure:9053:	        RSVG_PKG_ERRORS=`$PKG_CONFIG --print-errors "librsvg-2.0 >= 2.18" 2>&1`
tuxmath-2.0.3/configure-9054-        fi
##############################################
tuxmath-2.0.3/configure-9095-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9096:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.4.10" 2>/dev/null`
tuxmath-2.0.3/configure-9097-else
##############################################
tuxmath-2.0.3/configure-9111-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9112:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.4.10" 2>/dev/null`
tuxmath-2.0.3/configure-9113-else
##############################################
tuxmath-2.0.3/configure-9131-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:9132:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "cairo >= 1.4.10" 2>&1`
tuxmath-2.0.3/configure-9133-        else
tuxmath-2.0.3/configure:9134:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors "cairo >= 1.4.10" 2>&1`
tuxmath-2.0.3/configure-9135-        fi
##############################################
tuxmath-2.0.3/configure-9290-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9291:  pkg_cv_SDL_NET_CFLAGS=`$PKG_CONFIG --cflags "SDL_net" 2>/dev/null`
tuxmath-2.0.3/configure-9292-else
##############################################
tuxmath-2.0.3/configure-9306-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9307:  pkg_cv_SDL_NET_LIBS=`$PKG_CONFIG --libs "SDL_net" 2>/dev/null`
tuxmath-2.0.3/configure-9308-else
##############################################
tuxmath-2.0.3/configure-9326-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:9327:	        SDL_NET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "SDL_net" 2>&1`
tuxmath-2.0.3/configure-9328-        else
tuxmath-2.0.3/configure:9329:	        SDL_NET_PKG_ERRORS=`$PKG_CONFIG --print-errors "SDL_net" 2>&1`
tuxmath-2.0.3/configure-9330-        fi
##############################################
tuxmath-2.0.3/configure-9472-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9473:  pkg_cv_XML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
tuxmath-2.0.3/configure-9474-else
##############################################
tuxmath-2.0.3/configure-9488-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9489:  pkg_cv_XML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
tuxmath-2.0.3/configure-9490-else
##############################################
tuxmath-2.0.3/configure-9508-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:9509:	        XML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1`
tuxmath-2.0.3/configure-9510-        else
tuxmath-2.0.3/configure:9511:	        XML2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1`
tuxmath-2.0.3/configure-9512-        fi
##############################################
tuxmath-2.0.3/configure-9647-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9648:  pkg_cv_T4K_COMMON_CFLAGS=`$PKG_CONFIG --cflags "t4k_common" 2>/dev/null`
tuxmath-2.0.3/configure-9649-else
##############################################
tuxmath-2.0.3/configure-9663-  test $ac_status = 0; }; then
tuxmath-2.0.3/configure:9664:  pkg_cv_T4K_COMMON_LIBS=`$PKG_CONFIG --libs "t4k_common" 2>/dev/null`
tuxmath-2.0.3/configure-9665-else
##############################################
tuxmath-2.0.3/configure-9683-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/configure:9684:	        T4K_COMMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "t4k_common" 2>&1`
tuxmath-2.0.3/configure-9685-        else
tuxmath-2.0.3/configure:9686:	        T4K_COMMON_PKG_ERRORS=`$PKG_CONFIG --print-errors "t4k_common" 2>&1`
tuxmath-2.0.3/configure-9687-        fi
##############################################
tuxmath-2.0.3/configure-9936-  for ac_func in _getb67 GETB67 getb67; do
tuxmath-2.0.3/configure:9937:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
tuxmath-2.0.3/configure-9938-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
tuxmath-2.0.3/configure-10002-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
tuxmath-2.0.3/configure:10003:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
tuxmath-2.0.3/configure-10004-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
tuxmath-2.0.3/configure-10034-  cat >>confdefs.h <<_ACEOF
tuxmath-2.0.3/configure:10035:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
tuxmath-2.0.3/configure-10036-_ACEOF
##############################################
tuxmath-2.0.3/configure-10272-do :
tuxmath-2.0.3/configure:10273:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tuxmath-2.0.3/configure-10274-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
tuxmath-2.0.3/configure-10276-  cat >>confdefs.h <<_ACEOF
tuxmath-2.0.3/configure:10277:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tuxmath-2.0.3/configure-10278-_ACEOF
##############################################
tuxmath-2.0.3/configure-10764-do :
tuxmath-2.0.3/configure:10765:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tuxmath-2.0.3/configure-10766-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tuxmath-2.0.3/configure-10769-  cat >>confdefs.h <<_ACEOF
tuxmath-2.0.3/configure:10770:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tuxmath-2.0.3/configure-10771-_ACEOF
##############################################
tuxmath-2.0.3/configure-11242-do :
tuxmath-2.0.3/configure:11243:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
tuxmath-2.0.3/configure-11244-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
tuxmath-2.0.3/configure-11246-  cat >>confdefs.h <<_ACEOF
tuxmath-2.0.3/configure:11247:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
tuxmath-2.0.3/configure-11248-_ACEOF
##############################################
tuxmath-2.0.3/configure-11556-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tuxmath-2.0.3/configure:11557:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tuxmath-2.0.3/configure-11558-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tuxmath-2.0.3/configure-11655-if test -z "$BASH_VERSION$ZSH_VERSION" \
tuxmath-2.0.3/configure:11656:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tuxmath-2.0.3/configure-11657-  as_echo='print -r --'
tuxmath-2.0.3/configure-11658-  as_echo_n='print -rn --'
tuxmath-2.0.3/configure:11659:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tuxmath-2.0.3/configure-11660-  as_echo='printf %s\n'
##############################################
tuxmath-2.0.3/configure-11662-else
tuxmath-2.0.3/configure:11663:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tuxmath-2.0.3/configure-11664-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tuxmath-2.0.3/configure-11672-	expr "X$arg" : "X\\(.*\\)$as_nl";
tuxmath-2.0.3/configure:11673:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tuxmath-2.0.3/configure-11674-      esac;
##############################################
tuxmath-2.0.3/configure-11748-# ----------------------------------------
tuxmath-2.0.3/configure:11749:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tuxmath-2.0.3/configure-11750-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tuxmath-2.0.3/configure-11820-  {
tuxmath-2.0.3/configure:11821:    as_val=`expr "$@" || test $? -eq 1`
tuxmath-2.0.3/configure-11822-  }
##############################################
tuxmath-2.0.3/configure-11924-      case $as_dir in #(
tuxmath-2.0.3/configure:11925:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tuxmath-2.0.3/configure-11926-      *) as_qdir=$as_dir;;
##############################################
tuxmath-2.0.3/configure-11981-	esac;
tuxmath-2.0.3/configure:11982:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
tuxmath-2.0.3/configure-11983-	???[sx]*):;;*)false;;esac;fi
##############################################
tuxmath-2.0.3/configure-12071-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tuxmath-2.0.3/configure:12072:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tuxmath-2.0.3/configure-12073-ac_cs_version="\\
##############################################
tuxmath-2.0.3/configure-12096-  --*=?*)
tuxmath-2.0.3/configure:12097:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tuxmath-2.0.3/configure:12098:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tuxmath-2.0.3/configure-12099-    ac_shift=:
##############################################
tuxmath-2.0.3/configure-12101-  --*=)
tuxmath-2.0.3/configure:12102:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tuxmath-2.0.3/configure-12103-    ac_optarg=
##############################################
tuxmath-2.0.3/configure-12125-    case $ac_optarg in
tuxmath-2.0.3/configure:12126:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tuxmath-2.0.3/configure-12127-    '') as_fn_error $? "missing file argument" ;;
##############################################
tuxmath-2.0.3/configure-12133-    case $ac_optarg in
tuxmath-2.0.3/configure:12134:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tuxmath-2.0.3/configure-12135-    esac
##############################################
tuxmath-2.0.3/configure-12299-fi
tuxmath-2.0.3/configure:12300:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tuxmath-2.0.3/configure-12301-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tuxmath-2.0.3/configure-12316-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tuxmath-2.0.3/configure:12317:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tuxmath-2.0.3/configure-12318-ac_delim='%!_!# '
##############################################
tuxmath-2.0.3/configure-12322-
tuxmath-2.0.3/configure:12323:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tuxmath-2.0.3/configure-12324-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tuxmath-2.0.3/configure-12460-for ac_last_try in false false :; do
tuxmath-2.0.3/configure:12461:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
tuxmath-2.0.3/configure-12462-  if test -z "$ac_t"; then
##############################################
tuxmath-2.0.3/configure-12592-      esac
tuxmath-2.0.3/configure:12593:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tuxmath-2.0.3/configure-12594-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tuxmath-2.0.3/configure-12651-*)
tuxmath-2.0.3/configure:12652:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tuxmath-2.0.3/configure-12653-  # A ".." for each directory in $ac_dir_suffix.
tuxmath-2.0.3/configure:12654:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tuxmath-2.0.3/configure-12655-  case $ac_top_builddir_sub in
##############################################
tuxmath-2.0.3/configure-12712-/@mandir@/p'
tuxmath-2.0.3/configure:12713:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tuxmath-2.0.3/configure-12714-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tuxmath-2.0.3/configure-12729-
tuxmath-2.0.3/configure:12730:# Neutralize VPATH when `$srcdir' = `.'.
tuxmath-2.0.3/configure-12731-# Shell code in configure.ac might set extrasub.
##############################################
tuxmath-2.0.3/configure-12757-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tuxmath-2.0.3/configure:12758:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
tuxmath-2.0.3/configure:12759:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
tuxmath-2.0.3/configure-12760-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
tuxmath-2.0.3/configure-12802-    * )
tuxmath-2.0.3/configure:12803:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tuxmath-2.0.3/configure-12804-  esac
##############################################
tuxmath-2.0.3/configure-12849-    # Strip MF so we end up with the name of the file.
tuxmath-2.0.3/configure:12850:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tuxmath-2.0.3/configure-12851-    # Check whether this is an Automake generated Makefile or not.
##############################################
tuxmath-2.0.3/configure-12886-    # from the Makefile without running `make'.
tuxmath-2.0.3/configure:12887:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tuxmath-2.0.3/configure-12888-    test -z "$DEPDIR" && continue
tuxmath-2.0.3/configure:12889:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tuxmath-2.0.3/configure-12890-    test -z "am__include" && continue
tuxmath-2.0.3/configure:12891:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tuxmath-2.0.3/configure-12892-    # When using ansi2knr, U may be empty or an underscore; expand it
tuxmath-2.0.3/configure:12893:    U=`sed -n 's/^U = //p' < "$mf"`
tuxmath-2.0.3/configure-12894-    # Find all dependency output files, they are included files with
##############################################
tuxmath-2.0.3/configure-12936-      case "$ac_file" in
tuxmath-2.0.3/configure:12937:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
tuxmath-2.0.3/configure-12938-      esac
##############################################
tuxmath-2.0.3/configure-12941-        # Adjust a relative srcdir.
tuxmath-2.0.3/configure:12942:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
tuxmath-2.0.3/configure:12943:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
tuxmath-2.0.3/configure:12944:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
tuxmath-2.0.3/configure-12945-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
tuxmath-2.0.3/configure-12948-        case "$ac_given_srcdir" in
tuxmath-2.0.3/configure:12949:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
tuxmath-2.0.3/configure-12950-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
tuxmath-2.0.3/configure-12968-            fi
tuxmath-2.0.3/configure:12969:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
tuxmath-2.0.3/configure-12970-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
tuxmath-2.0.3/doc/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/doc/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/doc/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/doc/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/doc/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/doc/Makefile.in-60-  esac;
tuxmath-2.0.3/doc/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/doc/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/doc/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/doc/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/doc/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/doc/Makefile.in-289-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
tuxmath-2.0.3/doc/Makefile.in:290:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/doc/Makefile.in-291-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/doc/Makefile.in-301-distdir: $(DISTFILES)
tuxmath-2.0.3/doc/Makefile.in:302:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/doc/Makefile.in:303:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/doc/Makefile.in-304-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/doc/Makefile.in-315-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/doc/Makefile.in:316:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/doc/Makefile.in-317-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-88-.po.gmo:
tuxmath-2.0.3/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
tuxmath-2.0.3/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-150-	fi; \
tuxmath-2.0.3/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
tuxmath-2.0.3/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
tuxmath-2.0.3/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-197-	  cd $(srcdir) \
tuxmath-2.0.3/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
tuxmath-2.0.3/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-228-	for cat in $$catalogs; do \
tuxmath-2.0.3/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
tuxmath-2.0.3/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
tuxmath-2.0.3/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
tuxmath-2.0.3/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-279-	for cat in $$catalogs; do \
tuxmath-2.0.3/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
tuxmath-2.0.3/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
tuxmath-2.0.3/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
tuxmath-2.0.3/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-325-	for cat in $$catalogs; do \
tuxmath-2.0.3/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
tuxmath-2.0.3/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-390-.nop.po-create:
tuxmath-2.0.3/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-397-.nop.po-update:
tuxmath-2.0.3/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
tuxmath-2.0.3/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
tuxmath-2.0.3/po/Makefile.in.in-404-	cd $(srcdir); \
tuxmath-2.0.3/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
tuxmath-2.0.3/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
tuxmath-2.0.3/po/Rules-quot-15-.insert-header.po-update-en:
tuxmath-2.0.3/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
tuxmath-2.0.3/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
tuxmath-2.0.3/po/Rules-quot-18-	tmpdir=`pwd`; \
tuxmath-2.0.3/po/Rules-quot-19-	echo "$$lang:"; \
tuxmath-2.0.3/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
tuxmath-2.0.3/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
tuxmath-2.0.3/po/Rules-quot-22-	cd $(srcdir); \
tuxmath-2.0.3/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
tuxmath-2.0.3/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
tuxmath-2.0.3/acinclude.m4-43-  else
tuxmath-2.0.3/acinclude.m4:44:    SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
tuxmath-2.0.3/acinclude.m4:45:    SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
tuxmath-2.0.3/acinclude.m4-46-
##############################################
tuxmath-2.0.3/config.sub-59-
tuxmath-2.0.3/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
tuxmath-2.0.3/config.sub-61-
##############################################
tuxmath-2.0.3/config.sub-124-# Here we must recognize all the valid KERNEL-OS combinations.
tuxmath-2.0.3/config.sub:125:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tuxmath-2.0.3/config.sub-126-case $maybe_os in
##############################################
tuxmath-2.0.3/config.sub-131-    os=-$maybe_os
tuxmath-2.0.3/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tuxmath-2.0.3/config.sub-133-    ;;
tuxmath-2.0.3/config.sub-134-  *)
tuxmath-2.0.3/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tuxmath-2.0.3/config.sub-136-    if [ $basic_machine != $1 ]
tuxmath-2.0.3/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
tuxmath-2.0.3/config.sub-138-    else os=; fi
##############################################
tuxmath-2.0.3/config.sub-185-		os=-sco5v6
tuxmath-2.0.3/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-187-		;;
##############################################
tuxmath-2.0.3/config.sub-189-		os=-sco3.2v5
tuxmath-2.0.3/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-191-		;;
##############################################
tuxmath-2.0.3/config.sub-193-		os=-sco3.2v4
tuxmath-2.0.3/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-195-		;;
tuxmath-2.0.3/config.sub-196-	-sco3.2.[4-9]*)
tuxmath-2.0.3/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tuxmath-2.0.3/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-199-		;;
##############################################
tuxmath-2.0.3/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
tuxmath-2.0.3/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-203-		;;
##############################################
tuxmath-2.0.3/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
tuxmath-2.0.3/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-207-		;;
##############################################
tuxmath-2.0.3/config.sub-209-		os=-sco3.2v2
tuxmath-2.0.3/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-211-		;;
tuxmath-2.0.3/config.sub-212-	-udk*)
tuxmath-2.0.3/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-214-		;;
##############################################
tuxmath-2.0.3/config.sub-216-		os=-isc2.2
tuxmath-2.0.3/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-218-		;;
##############################################
tuxmath-2.0.3/config.sub-222-	-isc*)
tuxmath-2.0.3/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tuxmath-2.0.3/config.sub-224-		;;
##############################################
tuxmath-2.0.3/config.sub-228-	-ptx*)
tuxmath-2.0.3/config.sub:229:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tuxmath-2.0.3/config.sub-230-		;;
tuxmath-2.0.3/config.sub-231-	-windowsnt*)
tuxmath-2.0.3/config.sub:232:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tuxmath-2.0.3/config.sub-233-		;;
##############################################
tuxmath-2.0.3/config.sub-324-	*-*-*)
tuxmath-2.0.3/config.sub:325:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tuxmath-2.0.3/config.sub-326-		exit 1
##############################################
tuxmath-2.0.3/config.sub-435-	amd64-*)
tuxmath-2.0.3/config.sub:436:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-437-		;;
##############################################
tuxmath-2.0.3/config.sub-477-	blackfin-*)
tuxmath-2.0.3/config.sub:478:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-479-		os=-linux
##############################################
tuxmath-2.0.3/config.sub-680-	i*86v32)
tuxmath-2.0.3/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tuxmath-2.0.3/config.sub-682-		os=-sysv32
##############################################
tuxmath-2.0.3/config.sub-684-	i*86v4*)
tuxmath-2.0.3/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tuxmath-2.0.3/config.sub-686-		os=-sysv4
##############################################
tuxmath-2.0.3/config.sub-688-	i*86v)
tuxmath-2.0.3/config.sub:689:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tuxmath-2.0.3/config.sub-690-		os=-sysv
##############################################
tuxmath-2.0.3/config.sub-692-	i*86sol2)
tuxmath-2.0.3/config.sub:693:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tuxmath-2.0.3/config.sub-694-		os=-solaris2
##############################################
tuxmath-2.0.3/config.sub-722-	m68knommu-*)
tuxmath-2.0.3/config.sub:723:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-724-		os=-linux
##############################################
tuxmath-2.0.3/config.sub-755-	mips3*-*)
tuxmath-2.0.3/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tuxmath-2.0.3/config.sub-757-		;;
tuxmath-2.0.3/config.sub-758-	mips3*)
tuxmath-2.0.3/config.sub:759:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tuxmath-2.0.3/config.sub-760-		;;
##############################################
tuxmath-2.0.3/config.sub-773-	ms1-*)
tuxmath-2.0.3/config.sub:774:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
tuxmath-2.0.3/config.sub-775-		;;
##############################################
tuxmath-2.0.3/config.sub-878-	parisc-*)
tuxmath-2.0.3/config.sub:879:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-880-		os=-linux
##############################################
tuxmath-2.0.3/config.sub-894-	pc98-*)
tuxmath-2.0.3/config.sub:895:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-896-		;;
##############################################
tuxmath-2.0.3/config.sub-909-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
tuxmath-2.0.3/config.sub:910:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-911-		;;
tuxmath-2.0.3/config.sub-912-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tuxmath-2.0.3/config.sub:913:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-914-		;;
tuxmath-2.0.3/config.sub-915-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
tuxmath-2.0.3/config.sub:916:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-917-		;;
tuxmath-2.0.3/config.sub-918-	pentium4-*)
tuxmath-2.0.3/config.sub:919:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-920-		;;
##############################################
tuxmath-2.0.3/config.sub-927-		;;
tuxmath-2.0.3/config.sub:928:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-929-		;;
##############################################
tuxmath-2.0.3/config.sub-933-	ppcle-* | powerpclittle-*)
tuxmath-2.0.3/config.sub:934:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-935-		;;
##############################################
tuxmath-2.0.3/config.sub-937-		;;
tuxmath-2.0.3/config.sub:938:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-939-		;;
##############################################
tuxmath-2.0.3/config.sub-943-	ppc64le-* | powerpc64little-*)
tuxmath-2.0.3/config.sub:944:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
tuxmath-2.0.3/config.sub-945-		;;
##############################################
tuxmath-2.0.3/config.sub-1240-	*)
tuxmath-2.0.3/config.sub:1241:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tuxmath-2.0.3/config.sub-1242-		exit 1
##############################################
tuxmath-2.0.3/config.sub-1248-	*-digital*)
tuxmath-2.0.3/config.sub:1249:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tuxmath-2.0.3/config.sub-1250-		;;
tuxmath-2.0.3/config.sub-1251-	*-commodore*)
tuxmath-2.0.3/config.sub:1252:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tuxmath-2.0.3/config.sub-1253-		;;
##############################################
tuxmath-2.0.3/config.sub-1269-	-solaris1 | -solaris1.*)
tuxmath-2.0.3/config.sub:1270:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tuxmath-2.0.3/config.sub-1271-		;;
##############################################
tuxmath-2.0.3/config.sub-1281-	-gnu/linux*)
tuxmath-2.0.3/config.sub:1282:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tuxmath-2.0.3/config.sub-1283-		;;
##############################################
tuxmath-2.0.3/config.sub-1326-	-nto*)
tuxmath-2.0.3/config.sub:1327:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
tuxmath-2.0.3/config.sub-1328-		;;
##############################################
tuxmath-2.0.3/config.sub-1333-	-mac*)
tuxmath-2.0.3/config.sub:1334:		os=`echo $os | sed -e 's|mac|macos|'`
tuxmath-2.0.3/config.sub-1335-		;;
##############################################
tuxmath-2.0.3/config.sub-1339-	-linux*)
tuxmath-2.0.3/config.sub:1340:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tuxmath-2.0.3/config.sub-1341-		;;
tuxmath-2.0.3/config.sub-1342-	-sunos5*)
tuxmath-2.0.3/config.sub:1343:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tuxmath-2.0.3/config.sub-1344-		;;
tuxmath-2.0.3/config.sub-1345-	-sunos6*)
tuxmath-2.0.3/config.sub:1346:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tuxmath-2.0.3/config.sub-1347-		;;
##############################################
tuxmath-2.0.3/config.sub-1394-	-sinix5.*)
tuxmath-2.0.3/config.sub:1395:		os=`echo $os | sed -e 's|sinix|sysv|'`
tuxmath-2.0.3/config.sub-1396-		;;
##############################################
tuxmath-2.0.3/config.sub-1450-		# Get rid of the `-' at the beginning of $os.
tuxmath-2.0.3/config.sub:1451:		os=`echo $os | sed 's/[^-]*-//'`
tuxmath-2.0.3/config.sub:1452:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tuxmath-2.0.3/config.sub-1453-		exit 1
##############################################
tuxmath-2.0.3/config.sub-1701-		esac
tuxmath-2.0.3/config.sub:1702:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tuxmath-2.0.3/config.sub-1703-		;;
##############################################
tuxmath-2.0.3/config.guess-40-
tuxmath-2.0.3/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
tuxmath-2.0.3/config.guess-42-
##############################################
tuxmath-2.0.3/config.guess-110-: ${TMPDIR=/tmp} ;
tuxmath-2.0.3/config.guess:111: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
tuxmath-2.0.3/config.guess-112- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
tuxmath-2.0.3/config.guess-196-	    *)
tuxmath-2.0.3/config.guess:197:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
tuxmath-2.0.3/config.guess-198-		;;
##############################################
tuxmath-2.0.3/config.guess-223-	*4.0)
tuxmath-2.0.3/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tuxmath-2.0.3/config.guess-225-		;;
tuxmath-2.0.3/config.guess-226-	*5.*)
tuxmath-2.0.3/config.guess:227:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
tuxmath-2.0.3/config.guess-228-		;;
##############################################
tuxmath-2.0.3/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
tuxmath-2.0.3/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
tuxmath-2.0.3/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
tuxmath-2.0.3/config.guess-271-	# 1.2 uses "1.2" for uname -r.
tuxmath-2.0.3/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
tuxmath-2.0.3/config.guess-273-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-328-    s390x:SunOS:*:*)
tuxmath-2.0.3/config.guess:329:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-330-	exit ;;
tuxmath-2.0.3/config.guess-331-    sun4H:SunOS:5.*:*)
tuxmath-2.0.3/config.guess:332:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-333-	exit ;;
tuxmath-2.0.3/config.guess-334-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tuxmath-2.0.3/config.guess:335:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-336-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-353-	fi
tuxmath-2.0.3/config.guess:354:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-355-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-359-	# it's likely to be more like Solaris than SunOS4.
tuxmath-2.0.3/config.guess:360:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-361-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-368-	# Japanese Language versions have a version number like `4.1.3-JL'.
tuxmath-2.0.3/config.guess:369:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tuxmath-2.0.3/config.guess-370-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-374-    sun*:*:4.2BSD:*)
tuxmath-2.0.3/config.guess:375:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tuxmath-2.0.3/config.guess-376-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
tuxmath-2.0.3/config.guess-456-	$CC_FOR_BUILD -o $dummy $dummy.c &&
tuxmath-2.0.3/config.guess:457:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
tuxmath-2.0.3/config.guess:458:	  SYSTEM_NAME=`$dummy $dummyarg` &&
tuxmath-2.0.3/config.guess-459-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
tuxmath-2.0.3/config.guess-512-    *:IRIX*:*:*)
tuxmath-2.0.3/config.guess:513:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tuxmath-2.0.3/config.guess-514-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-542-EOF
tuxmath-2.0.3/config.guess:543:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
tuxmath-2.0.3/config.guess-544-		then
##############################################
tuxmath-2.0.3/config.guess-555-    *:AIX:*:[456])
tuxmath-2.0.3/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
tuxmath-2.0.3/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tuxmath-2.0.3/config.guess-590-    9000/[34678]??:HP-UX:*:*)
tuxmath-2.0.3/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tuxmath-2.0.3/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
tuxmath-2.0.3/config.guess-644-EOF
tuxmath-2.0.3/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
tuxmath-2.0.3/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
tuxmath-2.0.3/config.guess-672-    ia64:HP-UX:*:*)
tuxmath-2.0.3/config.guess:673:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tuxmath-2.0.3/config.guess-674-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tuxmath-2.0.3/config.guess-702-EOF
tuxmath-2.0.3/config.guess:703:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
tuxmath-2.0.3/config.guess-704-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
tuxmath-2.0.3/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
tuxmath-2.0.3/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tuxmath-2.0.3/config.guess-775-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tuxmath-2.0.3/config.guess-778-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
tuxmath-2.0.3/config.guess:779:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
tuxmath-2.0.3/config.guess-780-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tuxmath-2.0.3/config.guess-793-	    pc98)
tuxmath-2.0.3/config.guess:794:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
tuxmath-2.0.3/config.guess-795-	    amd64)
tuxmath-2.0.3/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
tuxmath-2.0.3/config.guess-797-	    *)
tuxmath-2.0.3/config.guess:798:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
tuxmath-2.0.3/config.guess-799-	esac
##############################################
tuxmath-2.0.3/config.guess-847-    prep*:SunOS:5.*:*)
tuxmath-2.0.3/config.guess:848:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tuxmath-2.0.3/config.guess-849-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-851-	# the GNU system
tuxmath-2.0.3/config.guess:852:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tuxmath-2.0.3/config.guess-853-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-855-	# other systems with GNU libc and userland
tuxmath-2.0.3/config.guess:856:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
tuxmath-2.0.3/config.guess-857-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-904-EOF
tuxmath-2.0.3/config.guess:905:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
tuxmath-2.0.3/config.guess-906-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
tuxmath-2.0.3/config.guess-932-EOF
tuxmath-2.0.3/config.guess:933:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
tuxmath-2.0.3/config.guess-934-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
tuxmath-2.0.3/config.guess-1014-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tuxmath-2.0.3/config.guess:1015:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tuxmath-2.0.3/config.guess-1016-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tuxmath-2.0.3/config.guess-1281-    *:DragonFly:*:*)
tuxmath-2.0.3/config.guess:1282:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tuxmath-2.0.3/config.guess-1283-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-1294-    i*86:skyos:*:*)
tuxmath-2.0.3/config.guess:1295:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
tuxmath-2.0.3/config.guess-1296-	exit ;;
##############################################
tuxmath-2.0.3/config.guess-1422-
tuxmath-2.0.3/config.guess:1423:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
tuxmath-2.0.3/config.guess-1424-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
tuxmath-2.0.3/missing-139-       # Could not run --version or --help.  This is probably someone
tuxmath-2.0.3/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
tuxmath-2.0.3/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
tuxmath-2.0.3/missing-173-         from any GNU archive site."
tuxmath-2.0.3/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
tuxmath-2.0.3/missing-175-    test -z "$files" && files="config.h"
##############################################
tuxmath-2.0.3/missing-202-         proper tools for further handling them.
tuxmath-2.0.3/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
tuxmath-2.0.3/missing-204-         archive site."
tuxmath-2.0.3/missing-205-
tuxmath-2.0.3/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
tuxmath-2.0.3/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tuxmath-2.0.3/missing-208-    if test -f "$file"; then
##############################################
tuxmath-2.0.3/missing-231-	*.y)
tuxmath-2.0.3/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
tuxmath-2.0.3/missing-233-	    if test -f "$SRCFILE"; then
##############################################
tuxmath-2.0.3/missing-235-	    fi
tuxmath-2.0.3/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
tuxmath-2.0.3/missing-237-	    if test -f "$SRCFILE"; then
##############################################
tuxmath-2.0.3/missing-261-	*.l)
tuxmath-2.0.3/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
tuxmath-2.0.3/missing-263-	    if test -f "$SRCFILE"; then
##############################################
tuxmath-2.0.3/missing-280-
tuxmath-2.0.3/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
tuxmath-2.0.3/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tuxmath-2.0.3/missing-283-    if test -f "$file"; then
##############################################
tuxmath-2.0.3/missing-300-    # The file to touch is that specified with -o ...
tuxmath-2.0.3/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
tuxmath-2.0.3/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
tuxmath-2.0.3/missing-303-    if test -z "$file"; then
tuxmath-2.0.3/missing-304-      # ... or it is the one specified with @setfilename ...
tuxmath-2.0.3/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
tuxmath-2.0.3/missing-306-      file=`sed -n '
##############################################
tuxmath-2.0.3/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
tuxmath-2.0.3/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
tuxmath-2.0.3/missing-314-    fi
##############################################
tuxmath-2.0.3/missing-336-	*o*)
tuxmath-2.0.3/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
tuxmath-2.0.3/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
tuxmath-2.0.3/missing-342-	*h*)
tuxmath-2.0.3/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
tuxmath-2.0.3/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
tuxmath-2.0.3/data/sounds/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/sounds/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/sounds/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/sounds/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/sounds/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/sounds/Makefile.in-60-  esac;
tuxmath-2.0.3/data/sounds/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/sounds/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/sounds/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/sounds/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/sounds/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/sounds/Makefile.in-300-	@list='$(dist_sounds_DATA)'; test -n "$(soundsdir)" || list=; \
tuxmath-2.0.3/data/sounds/Makefile.in:301:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/sounds/Makefile.in-302-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/sounds/Makefile.in-312-distdir: $(DISTFILES)
tuxmath-2.0.3/data/sounds/Makefile.in:313:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/sounds/Makefile.in:314:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/sounds/Makefile.in-315-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/sounds/Makefile.in-326-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/sounds/Makefile.in:327:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/sounds/Makefile.in-328-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/menus/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/menus/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/menus/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/menus/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/menus/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/menus/Makefile.in-60-  esac;
tuxmath-2.0.3/data/menus/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/menus/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/menus/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/menus/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/menus/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/menus/Makefile.in-284-	@list='$(dist_menus_DATA)'; test -n "$(menusdir)" || list=; \
tuxmath-2.0.3/data/menus/Makefile.in:285:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/menus/Makefile.in-286-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/menus/Makefile.in-296-distdir: $(DISTFILES)
tuxmath-2.0.3/data/menus/Makefile.in:297:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/menus/Makefile.in:298:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/menus/Makefile.in-299-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/menus/Makefile.in-310-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/menus/Makefile.in:311:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/menus/Makefile.in-312-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/fonts/Makefile.in-248-distdir: $(DISTFILES)
tuxmath-2.0.3/data/fonts/Makefile.in:249:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/fonts/Makefile.in:250:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/fonts/Makefile.in-251-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/fonts/Makefile.in-262-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/fonts/Makefile.in:263:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/fonts/Makefile.in-264-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/Makefile.in-76-  while test -n "$$dir1"; do \
tuxmath-2.0.3/data/Makefile.in:77:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/Makefile.in-78-    if test "$$first" != "."; then \
tuxmath-2.0.3/data/Makefile.in-79-      if test "$$first" = ".."; then \
tuxmath-2.0.3/data/Makefile.in:80:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tuxmath-2.0.3/data/Makefile.in:81:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tuxmath-2.0.3/data/Makefile.in-82-      else \
tuxmath-2.0.3/data/Makefile.in:83:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/Makefile.in-84-        if test "$$first2" = "$$first"; then \
tuxmath-2.0.3/data/Makefile.in:85:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/Makefile.in-86-        else \
##############################################
tuxmath-2.0.3/data/Makefile.in-91-    fi; \
tuxmath-2.0.3/data/Makefile.in:92:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/Makefile.in-93-  done; \
##############################################
tuxmath-2.0.3/data/Makefile.in-301-	dot_seen=no; \
tuxmath-2.0.3/data/Makefile.in:302:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/Makefile.in-303-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tuxmath-2.0.3/data/Makefile.in-336-	rev="$$rev ."; \
tuxmath-2.0.3/data/Makefile.in:337:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/Makefile.in-338-	for subdir in $$rev; do \
##############################################
tuxmath-2.0.3/data/Makefile.in-414-GTAGS:
tuxmath-2.0.3/data/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/data/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/data/Makefile.in-422-distdir: $(DISTFILES)
tuxmath-2.0.3/data/Makefile.in:423:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/Makefile.in:424:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/Makefile.in-425-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/Makefile.in-436-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/Makefile.in:437:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/Makefile.in-438-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/status/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/status/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/status/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/status/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/status/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/status/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/status/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/status/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/status/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/status/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/status/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/status/Makefile.in-313-	@list='$(dist_status_DATA)'; test -n "$(statusdir)" || list=; \
tuxmath-2.0.3/data/images/status/Makefile.in:314:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/status/Makefile.in-315-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/status/Makefile.in-325-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/status/Makefile.in:326:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/status/Makefile.in:327:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/status/Makefile.in-328-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/status/Makefile.in-339-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/status/Makefile.in:340:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/status/Makefile.in-341-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/factoroids/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/factoroids/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/factoroids/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/factoroids/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/factoroids/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/factoroids/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/factoroids/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/factoroids/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/factoroids/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/factoroids/Makefile.in-312-	@list='$(dist_comets_DATA)'; test -n "$(cometsdir)" || list=; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in:313:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in-314-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/factoroids/Makefile.in-324-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/factoroids/Makefile.in:325:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in:326:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in-327-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/factoroids/Makefile.in-338-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/factoroids/Makefile.in:339:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/factoroids/Makefile.in-340-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-289-	@list='$(dist_backgrounds_DATA)'; test -n "$(backgroundsdir)" || list=; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:290:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-291-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-301-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:302:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:303:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-304-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-315-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in:316:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/backgrounds/Makefile.in-317-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/tux/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/tux/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/tux/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/tux/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/tux/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/tux/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/tux/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/tux/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/tux/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/tux/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/tux/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/tux/Makefile.in-325-	@list='$(dist_tux_DATA)'; test -n "$(tuxdir)" || list=; \
tuxmath-2.0.3/data/images/tux/Makefile.in:326:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/tux/Makefile.in-327-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/tux/Makefile.in-337-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/tux/Makefile.in:338:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/tux/Makefile.in:339:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/tux/Makefile.in-340-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/tux/Makefile.in-351-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/tux/Makefile.in:352:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/tux/Makefile.in-353-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/cities/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/cities/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/cities/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/cities/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/cities/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/cities/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/cities/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/cities/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/cities/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/cities/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/cities/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/cities/Makefile.in-310-	@list='$(dist_cities_DATA)'; test -n "$(citiesdir)" || list=; \
tuxmath-2.0.3/data/images/cities/Makefile.in:311:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/cities/Makefile.in-312-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/cities/Makefile.in-322-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/cities/Makefile.in:323:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/cities/Makefile.in:324:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/cities/Makefile.in-325-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/cities/Makefile.in-336-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/cities/Makefile.in:337:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/cities/Makefile.in-338-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/icons/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/icons/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/icons/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/icons/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/icons/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/icons/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/icons/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/icons/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/icons/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/icons/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/icons/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/icons/Makefile.in-286-	@list='$(dist_icons_DATA)'; test -n "$(iconsdir)" || list=; \
tuxmath-2.0.3/data/images/icons/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/icons/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/icons/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/icons/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/icons/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/icons/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/icons/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/icons/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/icons/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/comets/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/comets/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/comets/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/comets/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/comets/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/comets/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/comets/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/comets/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/comets/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/comets/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/comets/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/comets/Makefile.in-318-	@list='$(dist_comets_DATA)'; test -n "$(cometsdir)" || list=; \
tuxmath-2.0.3/data/images/comets/Makefile.in:319:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/comets/Makefile.in-320-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/comets/Makefile.in-330-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/comets/Makefile.in:331:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/comets/Makefile.in:332:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/comets/Makefile.in-333-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/comets/Makefile.in-344-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/comets/Makefile.in:345:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/comets/Makefile.in-346-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/title/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/title/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/title/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/title/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/title/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/title/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/title/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/title/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/title/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/title/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/title/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/title/Makefile.in-286-	@list='$(dist_title_DATA)'; test -n "$(titledir)" || list=; \
tuxmath-2.0.3/data/images/title/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/title/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/title/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/title/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/title/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/title/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/title/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/title/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/title/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/igloos/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/igloos/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/igloos/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/igloos/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/igloos/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/igloos/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/igloos/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/igloos/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/igloos/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/igloos/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/igloos/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/igloos/Makefile.in-299-	@list='$(dist_igloos_DATA)'; test -n "$(igloosdir)" || list=; \
tuxmath-2.0.3/data/images/igloos/Makefile.in:300:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/igloos/Makefile.in-301-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/igloos/Makefile.in-311-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/igloos/Makefile.in:312:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/igloos/Makefile.in:313:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/igloos/Makefile.in-314-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/igloos/Makefile.in-325-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/igloos/Makefile.in:326:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/igloos/Makefile.in-327-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/penguins/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/penguins/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/penguins/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/penguins/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/penguins/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/penguins/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/penguins/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/penguins/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/penguins/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/penguins/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/penguins/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/penguins/Makefile.in-294-	@list='$(dist_penguins_DATA)'; test -n "$(penguinsdir)" || list=; \
tuxmath-2.0.3/data/images/penguins/Makefile.in:295:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/penguins/Makefile.in-296-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/penguins/Makefile.in-306-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/penguins/Makefile.in:307:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/penguins/Makefile.in:308:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/penguins/Makefile.in-309-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/penguins/Makefile.in-320-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/penguins/Makefile.in:321:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/penguins/Makefile.in-322-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-76-  while test -n "$$dir1"; do \
tuxmath-2.0.3/data/images/Makefile.in:77:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/images/Makefile.in-78-    if test "$$first" != "."; then \
tuxmath-2.0.3/data/images/Makefile.in-79-      if test "$$first" = ".."; then \
tuxmath-2.0.3/data/images/Makefile.in:80:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tuxmath-2.0.3/data/images/Makefile.in:81:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tuxmath-2.0.3/data/images/Makefile.in-82-      else \
tuxmath-2.0.3/data/images/Makefile.in:83:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/images/Makefile.in-84-        if test "$$first2" = "$$first"; then \
tuxmath-2.0.3/data/images/Makefile.in:85:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/images/Makefile.in-86-        else \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-91-    fi; \
tuxmath-2.0.3/data/images/Makefile.in:92:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/images/Makefile.in-93-  done; \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-306-	dot_seen=no; \
tuxmath-2.0.3/data/images/Makefile.in:307:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/images/Makefile.in-308-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-341-	rev="$$rev ."; \
tuxmath-2.0.3/data/images/Makefile.in:342:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/images/Makefile.in-343-	for subdir in $$rev; do \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-419-GTAGS:
tuxmath-2.0.3/data/images/Makefile.in:420:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/data/images/Makefile.in-421-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-427-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/Makefile.in:428:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/Makefile.in:429:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/Makefile.in-430-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/Makefile.in-441-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/Makefile.in:442:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/Makefile.in-443-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/images/sprites/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/images/sprites/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/images/sprites/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/images/sprites/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/images/sprites/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/images/sprites/Makefile.in-60-  esac;
tuxmath-2.0.3/data/images/sprites/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/images/sprites/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/images/sprites/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/images/sprites/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/images/sprites/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/images/sprites/Makefile.in-431-	@list='$(dist_sprites_DATA)'; test -n "$(spritesdir)" || list=; \
tuxmath-2.0.3/data/images/sprites/Makefile.in:432:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/images/sprites/Makefile.in-433-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/images/sprites/Makefile.in-443-distdir: $(DISTFILES)
tuxmath-2.0.3/data/images/sprites/Makefile.in:444:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/sprites/Makefile.in:445:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/images/sprites/Makefile.in-446-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/images/sprites/Makefile.in-457-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/images/sprites/Makefile.in:458:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/images/sprites/Makefile.in-459-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-287-	@list='$(dist_multiplay_DATA)'; test -n "$(multiplaydir)" || list=; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:288:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-289-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-299-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:300:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:301:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-302-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-313-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in:314:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/multiplay/Makefile.in-315-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-286-	@list='$(dist_campaigncadet_DATA)'; test -n "$(campaigncadetdir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/cadet/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-286-	@list='$(dist_campaignranger_DATA)'; test -n "$(campaignrangerdir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/ranger/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-286-	@list='$(dist_campaignscout_DATA)'; test -n "$(campaignscoutdir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/scout/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-62-	ps-recursive uninstall-recursive
tuxmath-2.0.3/data/missions/campaign/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/Makefile.in-64-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-66-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-67-  esac;
tuxmath-2.0.3/data/missions/campaign/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/Makefile.in-69-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/Makefile.in-70-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/Makefile.in-72-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-101-  while test -n "$$dir1"; do \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:102:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-103-    if test "$$first" != "."; then \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-104-      if test "$$first" = ".."; then \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:105:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:106:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-107-      else \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:108:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-109-        if test "$$first2" = "$$first"; then \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:110:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-111-        else \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-116-    fi; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:117:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-118-  done; \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-322-	@list='$(dist_campaign_DATA)'; test -n "$(campaigndir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:323:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-324-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-342-	dot_seen=no; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-377-	rev="$$rev ."; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:378:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-379-	for subdir in $$rev; do \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-455-GTAGS:
tuxmath-2.0.3/data/missions/campaign/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-463-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-466-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/Makefile.in-477-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/Makefile.in:478:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/Makefile.in-479-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-285-	@list='$(dist_campaigncommando_DATA)'; test -n "$(campaigncommandodir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:286:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-287-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-297-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:298:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:299:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-300-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-311-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in:312:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/commando/Makefile.in-313-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-286-	@list='$(dist_campaignace_DATA)'; test -n "$(campaignacedir)" || list=; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/campaign/ace/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/arcade/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/arcade/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/arcade/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/arcade/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/arcade/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/arcade/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/arcade/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/arcade/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/arcade/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/arcade/Makefile.in-286-	@list='$(dist_arcade_DATA)'; test -n "$(arcadedir)" || list=; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in:287:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in-288-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/arcade/Makefile.in-298-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/arcade/Makefile.in:299:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in:300:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in-301-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/arcade/Makefile.in-312-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/arcade/Makefile.in:313:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/arcade/Makefile.in-314-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/lessons/Makefile.in-55-DIST_SOURCES =
tuxmath-2.0.3/data/missions/lessons/Makefile.in:56:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/lessons/Makefile.in-57-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/lessons/Makefile.in:58:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in-59-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in-60-  esac;
tuxmath-2.0.3/data/missions/lessons/Makefile.in:61:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/lessons/Makefile.in-62-am__install_max = 40
tuxmath-2.0.3/data/missions/lessons/Makefile.in-63-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/lessons/Makefile.in:64:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/lessons/Makefile.in-65-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/lessons/Makefile.in-342-	@list='$(dist_lessons_DATA)'; test -n "$(lessonsdir)" || list=; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in:343:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in-344-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/lessons/Makefile.in-354-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/lessons/Makefile.in:355:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in:356:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in-357-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/lessons/Makefile.in-368-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/lessons/Makefile.in:369:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/lessons/Makefile.in-370-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-62-	ps-recursive uninstall-recursive
tuxmath-2.0.3/data/missions/Makefile.in:63:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
tuxmath-2.0.3/data/missions/Makefile.in-64-am__vpath_adj = case $$p in \
tuxmath-2.0.3/data/missions/Makefile.in:65:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
tuxmath-2.0.3/data/missions/Makefile.in-66-    *) f=$$p;; \
tuxmath-2.0.3/data/missions/Makefile.in-67-  esac;
tuxmath-2.0.3/data/missions/Makefile.in:68:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
tuxmath-2.0.3/data/missions/Makefile.in-69-am__install_max = 40
tuxmath-2.0.3/data/missions/Makefile.in-70-am__nobase_strip_setup = \
tuxmath-2.0.3/data/missions/Makefile.in:71:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
tuxmath-2.0.3/data/missions/Makefile.in-72-am__nobase_strip = \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-101-  while test -n "$$dir1"; do \
tuxmath-2.0.3/data/missions/Makefile.in:102:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/missions/Makefile.in-103-    if test "$$first" != "."; then \
tuxmath-2.0.3/data/missions/Makefile.in-104-      if test "$$first" = ".."; then \
tuxmath-2.0.3/data/missions/Makefile.in:105:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tuxmath-2.0.3/data/missions/Makefile.in:106:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tuxmath-2.0.3/data/missions/Makefile.in-107-      else \
tuxmath-2.0.3/data/missions/Makefile.in:108:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/data/missions/Makefile.in-109-        if test "$$first2" = "$$first"; then \
tuxmath-2.0.3/data/missions/Makefile.in:110:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/missions/Makefile.in-111-        else \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-116-    fi; \
tuxmath-2.0.3/data/missions/Makefile.in:117:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/data/missions/Makefile.in-118-  done; \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-322-	@list='$(dist_missions_DATA)'; test -n "$(missionsdir)" || list=; \
tuxmath-2.0.3/data/missions/Makefile.in:323:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
tuxmath-2.0.3/data/missions/Makefile.in-324-	test -n "$$files" || exit 0; \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-342-	dot_seen=no; \
tuxmath-2.0.3/data/missions/Makefile.in:343:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/missions/Makefile.in-344-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-377-	rev="$$rev ."; \
tuxmath-2.0.3/data/missions/Makefile.in:378:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/data/missions/Makefile.in-379-	for subdir in $$rev; do \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-455-GTAGS:
tuxmath-2.0.3/data/missions/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/data/missions/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-463-distdir: $(DISTFILES)
tuxmath-2.0.3/data/missions/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/data/missions/Makefile.in-466-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/data/missions/Makefile.in-477-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/data/missions/Makefile.in:478:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/data/missions/Makefile.in-479-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/m4/lib-link.m4-244-        dnl or AC_LIB_HAVE_LINKFLAGS call.
tuxmath-2.0.3/m4/lib-link.m4:245:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
tuxmath-2.0.3/m4/lib-link.m4-246-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
tuxmath-2.0.3/m4/lib-link.m4-319-                -L*)
tuxmath-2.0.3/m4/lib-link.m4:320:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
tuxmath-2.0.3/m4/lib-link.m4-321-                  dnl First look for a shared library.
##############################################
tuxmath-2.0.3/m4/lib-link.m4-463-              */$acl_libdirstem | */$acl_libdirstem/)
tuxmath-2.0.3/m4/lib-link.m4:464:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
tuxmath-2.0.3/m4/lib-link.m4-465-                if test "$name" = '$1'; then
##############################################
tuxmath-2.0.3/m4/lib-link.m4-470-              */$acl_libdirstem2 | */$acl_libdirstem2/)
tuxmath-2.0.3/m4/lib-link.m4:471:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
tuxmath-2.0.3/m4/lib-link.m4-472-                if test "$name" = '$1'; then
##############################################
tuxmath-2.0.3/m4/lib-link.m4-526-                  -L*)
tuxmath-2.0.3/m4/lib-link.m4:527:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
tuxmath-2.0.3/m4/lib-link.m4-528-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
tuxmath-2.0.3/m4/lib-link.m4-578-                  -R*)
tuxmath-2.0.3/m4/lib-link.m4:579:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
tuxmath-2.0.3/m4/lib-link.m4-580-                    if test "$enable_rpath" != no; then
##############################################
tuxmath-2.0.3/m4/lib-link.m4-608-                    dnl Handle this in the next round.
tuxmath-2.0.3/m4/lib-link.m4:609:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
tuxmath-2.0.3/m4/lib-link.m4-610-                    ;;
##############################################
tuxmath-2.0.3/m4/lib-link.m4-614-                    dnl option.
tuxmath-2.0.3/m4/lib-link.m4:615:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
tuxmath-2.0.3/m4/lib-link.m4-616-                    ;;
##############################################
tuxmath-2.0.3/m4/lib-link.m4-727-            -L) next=yes ;;
tuxmath-2.0.3/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
tuxmath-2.0.3/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
tuxmath-2.0.3/m4/iconv.m4-207-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
tuxmath-2.0.3/m4/iconv.m4:208:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
tuxmath-2.0.3/m4/iconv.m4-209-    AC_MSG_RESULT([
##############################################
tuxmath-2.0.3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
tuxmath-2.0.3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
tuxmath-2.0.3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
tuxmath-2.0.3/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
tuxmath-2.0.3/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tuxmath-2.0.3/m4/lib-ld.m4-52-  *)
tuxmath-2.0.3/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tuxmath-2.0.3/m4/lib-ld.m4-54-  esac
##############################################
tuxmath-2.0.3/m4/lib-ld.m4-59-      # Canonicalize the path of ld
tuxmath-2.0.3/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
tuxmath-2.0.3/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
tuxmath-2.0.3/m4/lib-ld.m4:62:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
tuxmath-2.0.3/m4/lib-ld.m4-63-      done
##############################################
tuxmath-2.0.3/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
tuxmath-2.0.3/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
tuxmath-2.0.3/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
tuxmath-2.0.3/m4/lib-prefix.m4-201-    *)
tuxmath-2.0.3/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
tuxmath-2.0.3/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
tuxmath-2.0.3/m4/lib-prefix.m4-211-                ;;
tuxmath-2.0.3/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
tuxmath-2.0.3/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
tuxmath-2.0.3/m4/po.m4-47-changequote(,)dnl
tuxmath-2.0.3/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
tuxmath-2.0.3/m4/po.m4-54-changequote(,)dnl
tuxmath-2.0.3/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
tuxmath-2.0.3/m4/po.m4-73-changequote(,)dnl
tuxmath-2.0.3/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
tuxmath-2.0.3/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
tuxmath-2.0.3/m4/po.m4-98-      case "$ac_file" in
tuxmath-2.0.3/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
tuxmath-2.0.3/m4/po.m4-100-      esac
##############################################
tuxmath-2.0.3/m4/po.m4-103-        # Adjust a relative srcdir.
tuxmath-2.0.3/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
tuxmath-2.0.3/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
tuxmath-2.0.3/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
tuxmath-2.0.3/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
tuxmath-2.0.3/m4/po.m4-110-        case "$ac_given_srcdir" in
tuxmath-2.0.3/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
tuxmath-2.0.3/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
tuxmath-2.0.3/m4/po.m4-130-            fi
tuxmath-2.0.3/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
tuxmath-2.0.3/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
tuxmath-2.0.3/m4/po.m4-227-  # Adjust a relative srcdir.
tuxmath-2.0.3/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
tuxmath-2.0.3/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
tuxmath-2.0.3/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
tuxmath-2.0.3/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
tuxmath-2.0.3/m4/po.m4-234-  case "$ac_given_srcdir" in
tuxmath-2.0.3/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
tuxmath-2.0.3/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
tuxmath-2.0.3/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
tuxmath-2.0.3/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
tuxmath-2.0.3/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
tuxmath-2.0.3/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
tuxmath-2.0.3/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
tuxmath-2.0.3/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
tuxmath-2.0.3/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
tuxmath-2.0.3/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
tuxmath-2.0.3/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
tuxmath-2.0.3/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
tuxmath-2.0.3/m4/po.m4-317-  fi
##############################################
tuxmath-2.0.3/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
tuxmath-2.0.3/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
tuxmath-2.0.3/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
tuxmath-2.0.3/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
tuxmath-2.0.3/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
tuxmath-2.0.3/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
tuxmath-2.0.3/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
tuxmath-2.0.3/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
tuxmath-2.0.3/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
tuxmath-2.0.3/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
tuxmath-2.0.3/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
tuxmath-2.0.3/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
tuxmath-2.0.3/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
tuxmath-2.0.3/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
tuxmath-2.0.3/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
tuxmath-2.0.3/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
tuxmath-2.0.3/m4/gettext.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
tuxmath-2.0.3/m4/gettext.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
tuxmath-2.0.3/m4/gettext.m4-251-      fi
##############################################
tuxmath-2.0.3/aclocal.m4-95-    PKG_CHECK_EXISTS([$3],
tuxmath-2.0.3/aclocal.m4:96:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
tuxmath-2.0.3/aclocal.m4-97-		     [pkg_failed=yes])
##############################################
tuxmath-2.0.3/aclocal.m4-143-        if test $_pkg_short_errors_supported = yes; then
tuxmath-2.0.3/aclocal.m4:144:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
tuxmath-2.0.3/aclocal.m4-145-        else 
tuxmath-2.0.3/aclocal.m4:146:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
tuxmath-2.0.3/aclocal.m4-147-        fi
##############################################
tuxmath-2.0.3/aclocal.m4-225-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
tuxmath-2.0.3/aclocal.m4:226:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
tuxmath-2.0.3/aclocal.m4-227-#
##############################################
tuxmath-2.0.3/aclocal.m4-249-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
tuxmath-2.0.3/aclocal.m4:250:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
tuxmath-2.0.3/aclocal.m4-251-# and then we would define $MISSING as
##############################################
tuxmath-2.0.3/aclocal.m4-265-# expand $ac_aux_dir to an absolute path
tuxmath-2.0.3/aclocal.m4:266:am_aux_dir=`cd $ac_aux_dir && pwd`
tuxmath-2.0.3/aclocal.m4-267-])
##############################################
tuxmath-2.0.3/aclocal.m4-366-  if test "$am_compiler_list" = ""; then
tuxmath-2.0.3/aclocal.m4:367:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
tuxmath-2.0.3/aclocal.m4-368-  fi
##############################################
tuxmath-2.0.3/aclocal.m4-512-    # Strip MF so we end up with the name of the file.
tuxmath-2.0.3/aclocal.m4:513:    mf=`echo "$mf" | sed -e 's/:.*$//'`
tuxmath-2.0.3/aclocal.m4-514-    # Check whether this is an Automake generated Makefile or not.
##############################################
tuxmath-2.0.3/aclocal.m4-521-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
tuxmath-2.0.3/aclocal.m4:522:      dirpart=`AS_DIRNAME("$mf")`
tuxmath-2.0.3/aclocal.m4-523-    else
##############################################
tuxmath-2.0.3/aclocal.m4-527-    # from the Makefile without running `make'.
tuxmath-2.0.3/aclocal.m4:528:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
tuxmath-2.0.3/aclocal.m4-529-    test -z "$DEPDIR" && continue
tuxmath-2.0.3/aclocal.m4:530:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
tuxmath-2.0.3/aclocal.m4-531-    test -z "am__include" && continue
tuxmath-2.0.3/aclocal.m4:532:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
tuxmath-2.0.3/aclocal.m4-533-    # When using ansi2knr, U may be empty or an underscore; expand it
tuxmath-2.0.3/aclocal.m4:534:    U=`sed -n 's/^U = //p' < "$mf"`
tuxmath-2.0.3/aclocal.m4-535-    # Find all dependency output files, they are included files with
##############################################
tuxmath-2.0.3/aclocal.m4-543-      test -f "$dirpart/$file" && continue
tuxmath-2.0.3/aclocal.m4:544:      fdir=`AS_DIRNAME(["$file"])`
tuxmath-2.0.3/aclocal.m4-545-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
tuxmath-2.0.3/aclocal.m4-598-AC_REQUIRE([AC_PROG_INSTALL])dnl
tuxmath-2.0.3/aclocal.m4:599:if test "`cd $srcdir && pwd`" != "`pwd`"; then
tuxmath-2.0.3/aclocal.m4-600-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
tuxmath-2.0.3/aclocal.m4-700-    * )
tuxmath-2.0.3/aclocal.m4:701:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
tuxmath-2.0.3/aclocal.m4-702-  esac
tuxmath-2.0.3/aclocal.m4-703-done
tuxmath-2.0.3/aclocal.m4:704:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
tuxmath-2.0.3/aclocal.m4-705-
##############################################
tuxmath-2.0.3/aclocal.m4-775-# Ignore all kinds of additional output from `make'.
tuxmath-2.0.3/aclocal.m4:776:case `$am_make -s -f confmf 2> /dev/null` in #(
tuxmath-2.0.3/aclocal.m4-777-*the\ am__doit\ target*)
##############################################
tuxmath-2.0.3/aclocal.m4-785-   echo '.include "confinc"' > confmf
tuxmath-2.0.3/aclocal.m4:786:   case `$am_make -s -f confmf 2> /dev/null` in #(
tuxmath-2.0.3/aclocal.m4-787-   *the\ am__doit\ target*)
##############################################
tuxmath-2.0.3/aclocal.m4-938-if (
tuxmath-2.0.3/aclocal.m4:939:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
tuxmath-2.0.3/aclocal.m4-940-   if test "$[*]" = "X"; then
tuxmath-2.0.3/aclocal.m4-941-      # -L didn't work.
tuxmath-2.0.3/aclocal.m4:942:      set X `ls -t "$srcdir/configure" conftest.file`
tuxmath-2.0.3/aclocal.m4-943-   fi
##############################################
tuxmath-2.0.3/config.rpath-33-host="$1"
tuxmath-2.0.3/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tuxmath-2.0.3/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tuxmath-2.0.3/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tuxmath-2.0.3/config.rpath-37-
##############################################
tuxmath-2.0.3/config.rpath-47-done
tuxmath-2.0.3/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
tuxmath-2.0.3/config.rpath-49-
##############################################
tuxmath-2.0.3/config.rpath-97-        *)
tuxmath-2.0.3/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
tuxmath-2.0.3/config.rpath-99-            *Sun\ C*)
##############################################
tuxmath-2.0.3/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
tuxmath-2.0.3/config.rpath:224:      case `$LD -v 2>&1` in
tuxmath-2.0.3/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
tuxmath-2.0.3/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
tuxmath-2.0.3/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
tuxmath-2.0.3/config.rpath-231-          else
##############################################
tuxmath-2.0.3/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
tuxmath-2.0.3/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
tuxmath-2.0.3/config.rpath-288-          if test -f "$collect2name" && \
##############################################
tuxmath-2.0.3/config.rpath-425-        hardcode_direct=yes
tuxmath-2.0.3/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
tuxmath-2.0.3/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
tuxmath-2.0.3/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
tuxmath-2.0.3/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
tuxmath-2.0.3/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
tuxmath-2.0.3/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
tuxmath-2.0.3/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
tuxmath-2.0.3/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
tuxmath-2.0.3/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
tuxmath-2.0.3/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
tuxmath-2.0.3/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
tuxmath-2.0.3/config.rpath-639-
##############################################
tuxmath-2.0.3/Makefile.in-90-  while test -n "$$dir1"; do \
tuxmath-2.0.3/Makefile.in:91:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/Makefile.in-92-    if test "$$first" != "."; then \
tuxmath-2.0.3/Makefile.in-93-      if test "$$first" = ".."; then \
tuxmath-2.0.3/Makefile.in:94:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
tuxmath-2.0.3/Makefile.in:95:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
tuxmath-2.0.3/Makefile.in-96-      else \
tuxmath-2.0.3/Makefile.in:97:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
tuxmath-2.0.3/Makefile.in-98-        if test "$$first2" = "$$first"; then \
tuxmath-2.0.3/Makefile.in:99:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/Makefile.in-100-        else \
##############################################
tuxmath-2.0.3/Makefile.in-105-    fi; \
tuxmath-2.0.3/Makefile.in:106:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
tuxmath-2.0.3/Makefile.in-107-  done; \
##############################################
tuxmath-2.0.3/Makefile.in-371-	dot_seen=no; \
tuxmath-2.0.3/Makefile.in:372:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/Makefile.in-373-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tuxmath-2.0.3/Makefile.in-406-	rev="$$rev ."; \
tuxmath-2.0.3/Makefile.in:407:	target=`echo $@ | sed s/-recursive//`; \
tuxmath-2.0.3/Makefile.in-408-	for subdir in $$rev; do \
##############################################
tuxmath-2.0.3/Makefile.in-484-GTAGS:
tuxmath-2.0.3/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
tuxmath-2.0.3/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
tuxmath-2.0.3/Makefile.in-494-	test -d "$(distdir)" || mkdir "$(distdir)"
tuxmath-2.0.3/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
tuxmath-2.0.3/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
tuxmath-2.0.3/Makefile.in-508-	  if test -d $$d/$$file; then \
tuxmath-2.0.3/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
tuxmath-2.0.3/Makefile.in-510-	    if test -d "$(distdir)/$$file"; then \
##############################################
tuxmath-2.0.3/Makefile.in-616-	test -d $(distdir)/_build || exit 0; \
tuxmath-2.0.3/Makefile.in:617:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
tuxmath-2.0.3/Makefile.in-618-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
tuxmath-2.0.3/Makefile.in-650-	@$(am__cd) '$(distuninstallcheck_dir)' \
tuxmath-2.0.3/Makefile.in:651:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
tuxmath-2.0.3/Makefile.in-652-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
tuxmath-2.0.3/Makefile.in-662-	fi
tuxmath-2.0.3/Makefile.in:663:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
tuxmath-2.0.3/Makefile.in-664-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
tuxmath-2.0.3/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
tuxmath-2.0.3/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
tuxmath-2.0.3/depcomp-69-
##############################################
tuxmath-2.0.3/depcomp-224-  # Version 6 uses the directory in both cases.
tuxmath-2.0.3/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tuxmath-2.0.3/depcomp-226-  test "x$dir" = "x$object" && dir=
tuxmath-2.0.3/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tuxmath-2.0.3/depcomp-228-  if test "$libtool" = yes; then
##############################################
tuxmath-2.0.3/depcomp-253-    # Do two passes, one to just change these to
tuxmath-2.0.3/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
tuxmath-2.0.3/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
tuxmath-2.0.3/depcomp-295-  # Do two passes, one to just change these to
tuxmath-2.0.3/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
tuxmath-2.0.3/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
tuxmath-2.0.3/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
tuxmath-2.0.3/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tuxmath-2.0.3/depcomp-313-  test "x$dir" = "x$object" && dir=
tuxmath-2.0.3/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tuxmath-2.0.3/depcomp-315-  if test "$libtool" = yes; then
##############################################
tuxmath-2.0.3/depcomp-355-   # Subdirectories are respected.
tuxmath-2.0.3/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
tuxmath-2.0.3/depcomp-357-   test "x$dir" = "x$object" && dir=
tuxmath-2.0.3/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
tuxmath-2.0.3/depcomp-359-
##############################################
tuxmath-2.0.3/depcomp-501-  done
tuxmath-2.0.3/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
tuxmath-2.0.3/depcomp-503-  touch "$tmpdepfile"