=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gwc-0.22.04/INSTALL-48-I think this is probably fixed, but it was previously reported that `make install` did not work due to datadir not being defined. gwc-0.22.04/INSTALL:49:This was fixed by configuring with `--datadir=$pkgdir/usr/share`. $pkgdir related to the distribution's packaging system. ############################################## gwc-0.22.04/Makefile.in-64- { \ gwc-0.22.04/Makefile.in:65: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ gwc-0.22.04/Makefile.in-66- }; \ ############################################## gwc-0.22.04/Makefile.in-114-CONFIG_CLEAN_VPATH_FILES = gwc-0.22.04/Makefile.in:115:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; gwc-0.22.04/Makefile.in-116-am__vpath_adj = case $$p in \ gwc-0.22.04/Makefile.in:117: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ gwc-0.22.04/Makefile.in-118- *) f=$$p;; \ gwc-0.22.04/Makefile.in-119- esac; gwc-0.22.04/Makefile.in:120:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; gwc-0.22.04/Makefile.in-121-am__install_max = 40 gwc-0.22.04/Makefile.in-122-am__nobase_strip_setup = \ gwc-0.22.04/Makefile.in:123: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` gwc-0.22.04/Makefile.in-124-am__nobase_strip = \ ############################################## gwc-0.22.04/Makefile.in-446- test -d "$(distdir)" || mkdir "$(distdir)" gwc-0.22.04/Makefile.in:447: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gwc-0.22.04/Makefile.in:448: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ gwc-0.22.04/Makefile.in-449- list='$(DISTFILES)'; \ ############################################## gwc-0.22.04/Makefile.in-460- if test -d $$d/$$file; then \ gwc-0.22.04/Makefile.in:461: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ gwc-0.22.04/Makefile.in-462- if test -d "$(distdir)/$$file"; then \ ############################################## gwc-0.22.04/Makefile.in-546- test -d $(distdir)/_build || exit 0; \ gwc-0.22.04/Makefile.in:547: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ gwc-0.22.04/Makefile.in-548- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## gwc-0.22.04/Makefile.in-590- }; \ gwc-0.22.04/Makefile.in:591: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ gwc-0.22.04/Makefile.in-592- || { echo "ERROR: files left after uninstall:" ; \ ############################################## gwc-0.22.04/Makefile.in-602- fi gwc-0.22.04/Makefile.in:603: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ gwc-0.22.04/Makefile.in-604- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## gwc-0.22.04/aclocal.m4-131- PKG_CHECK_EXISTS([$3], gwc-0.22.04/aclocal.m4:132: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` gwc-0.22.04/aclocal.m4-133- test "x$?" != "x0" && pkg_failed=yes ], ############################################## gwc-0.22.04/aclocal.m4-179- if test $_pkg_short_errors_supported = yes; then gwc-0.22.04/aclocal.m4:180: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` gwc-0.22.04/aclocal.m4-181- else gwc-0.22.04/aclocal.m4:182: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` gwc-0.22.04/aclocal.m4-183- fi ############################################## gwc-0.22.04/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: gwc-0.22.04/aclocal.m4:369:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` gwc-0.22.04/aclocal.m4-370-# and then we would define $MISSING as ############################################## gwc-0.22.04/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path. gwc-0.22.04/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd` gwc-0.22.04/aclocal.m4-385-]) ############################################## gwc-0.22.04/aclocal.m4-481- if test "$am_compiler_list" = ""; then gwc-0.22.04/aclocal.m4:482: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` gwc-0.22.04/aclocal.m4-483- fi ############################################## gwc-0.22.04/aclocal.m4-632- # Strip MF so we end up with the name of the file. gwc-0.22.04/aclocal.m4:633: mf=`echo "$mf" | sed -e 's/:.*$//'` gwc-0.22.04/aclocal.m4-634- # Check whether this is an Automake generated Makefile or not. ############################################## gwc-0.22.04/aclocal.m4-641- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then gwc-0.22.04/aclocal.m4:642: dirpart=`AS_DIRNAME("$mf")` gwc-0.22.04/aclocal.m4-643- else ############################################## gwc-0.22.04/aclocal.m4-647- # from the Makefile without running 'make'. gwc-0.22.04/aclocal.m4:648: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` gwc-0.22.04/aclocal.m4-649- test -z "$DEPDIR" && continue gwc-0.22.04/aclocal.m4:650: am__include=`sed -n 's/^am__include = //p' < "$mf"` gwc-0.22.04/aclocal.m4-651- test -z "$am__include" && continue gwc-0.22.04/aclocal.m4:652: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` gwc-0.22.04/aclocal.m4-653- # Find all dependency output files, they are included files with ############################################## gwc-0.22.04/aclocal.m4-661- test -f "$dirpart/$file" && continue gwc-0.22.04/aclocal.m4:662: fdir=`AS_DIRNAME(["$file"])` gwc-0.22.04/aclocal.m4-663- AS_MKDIR_P([$dirpart/$fdir]) ############################################## gwc-0.22.04/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl gwc-0.22.04/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then gwc-0.22.04/aclocal.m4-721- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## gwc-0.22.04/aclocal.m4-878- * ) gwc-0.22.04/aclocal.m4:879: _am_stamp_count=`expr $_am_stamp_count + 1` ;; gwc-0.22.04/aclocal.m4-880- esac gwc-0.22.04/aclocal.m4-881-done gwc-0.22.04/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) gwc-0.22.04/aclocal.m4-883- ############################################## gwc-0.22.04/aclocal.m4-949-# Ignore all kinds of additional output from 'make'. gwc-0.22.04/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #( gwc-0.22.04/aclocal.m4-951-*the\ am__doit\ target*) ############################################## gwc-0.22.04/aclocal.m4-959- echo '.include "confinc"' > confmf gwc-0.22.04/aclocal.m4:960: case `$am_make -s -f confmf 2> /dev/null` in #( gwc-0.22.04/aclocal.m4-961- *the\ am__doit\ target*) ############################################## gwc-0.22.04/aclocal.m4-1141- echo "timestamp, slept: $am_has_slept" > conftest.file gwc-0.22.04/aclocal.m4:1142: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` gwc-0.22.04/aclocal.m4-1143- if test "$[*]" = "X"; then gwc-0.22.04/aclocal.m4-1144- # -L didn't work. gwc-0.22.04/aclocal.m4:1145: set X `ls -t "$srcdir/configure" conftest.file` gwc-0.22.04/aclocal.m4-1146- fi ############################################## gwc-0.22.04/compile-67- mingw/*) gwc-0.22.04/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` gwc-0.22.04/compile-69- ;; gwc-0.22.04/compile-70- cygwin/*) gwc-0.22.04/compile:71: file=`cygpath -m "$file" || echo "$file"` gwc-0.22.04/compile-72- ;; gwc-0.22.04/compile-73- wine/*) gwc-0.22.04/compile:74: file=`winepath -w "$file" || echo "$file"` gwc-0.22.04/compile-75- ;; ############################################## gwc-0.22.04/compile-309-# Name of file we expect compiler to create. gwc-0.22.04/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` gwc-0.22.04/compile-311- ############################################## gwc-0.22.04/compile-315-# object file name, since that is what matters with a parallel build. gwc-0.22.04/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d gwc-0.22.04/compile-317-while true; do ############################################## gwc-0.22.04/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ gwc-0.22.04/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then gwc-0.22.04/configure-47- as_echo='print -r --' gwc-0.22.04/configure-48- as_echo_n='print -rn --' gwc-0.22.04/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then gwc-0.22.04/configure-50- as_echo='printf %s\n' ############################################## gwc-0.22.04/configure-52-else gwc-0.22.04/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then gwc-0.22.04/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## gwc-0.22.04/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; gwc-0.22.04/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; gwc-0.22.04/configure-64- esac; ############################################## gwc-0.22.04/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && gwc-0.22.04/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 gwc-0.22.04/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## gwc-0.22.04/configure-327- case $as_dir in #( gwc-0.22.04/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( gwc-0.22.04/configure-329- *) as_qdir=$as_dir;; ############################################## gwc-0.22.04/configure-400- { gwc-0.22.04/configure:401: as_val=`expr "$@" || test $? -eq 1` gwc-0.22.04/configure-402- } ############################################## gwc-0.22.04/configure-407-# ---------------------------------------- gwc-0.22.04/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are gwc-0.22.04/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## gwc-0.22.04/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && gwc-0.22.04/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { gwc-0.22.04/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## gwc-0.22.04/configure-835- case $ac_option in gwc-0.22.04/configure:836: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; gwc-0.22.04/configure-837- *=) ac_optarg= ;; ############################################## gwc-0.22.04/configure-879- -disable-* | --disable-*) gwc-0.22.04/configure:880: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` gwc-0.22.04/configure-881- # Reject names that are not valid shell variable names. ############################################## gwc-0.22.04/configure-884- ac_useropt_orig=$ac_useropt gwc-0.22.04/configure:885: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gwc-0.22.04/configure-886- case $ac_user_opts in ############################################## gwc-0.22.04/configure-905- -enable-* | --enable-*) gwc-0.22.04/configure:906: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` gwc-0.22.04/configure-907- # Reject names that are not valid shell variable names. ############################################## gwc-0.22.04/configure-910- ac_useropt_orig=$ac_useropt gwc-0.22.04/configure:911: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gwc-0.22.04/configure-912- case $ac_user_opts in ############################################## gwc-0.22.04/configure-1118- -with-* | --with-*) gwc-0.22.04/configure:1119: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` gwc-0.22.04/configure-1120- # Reject names that are not valid shell variable names. ############################################## gwc-0.22.04/configure-1123- ac_useropt_orig=$ac_useropt gwc-0.22.04/configure:1124: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gwc-0.22.04/configure-1125- case $ac_user_opts in ############################################## gwc-0.22.04/configure-1134- -without-* | --without-*) gwc-0.22.04/configure:1135: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` gwc-0.22.04/configure-1136- # Reject names that are not valid shell variable names. ############################################## gwc-0.22.04/configure-1139- ac_useropt_orig=$ac_useropt gwc-0.22.04/configure:1140: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` gwc-0.22.04/configure-1141- case $ac_user_opts in ############################################## gwc-0.22.04/configure-1172- *=*) gwc-0.22.04/configure:1173: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` gwc-0.22.04/configure-1174- # Reject names that are not valid shell variable names. ############################################## gwc-0.22.04/configure-1193-if test -n "$ac_prev"; then gwc-0.22.04/configure:1194: ac_option=--`echo $ac_prev | sed 's/_/-/g'` gwc-0.22.04/configure-1195- as_fn_error $? "missing argument to $ac_option" ############################################## gwc-0.22.04/configure-1215- */ ) gwc-0.22.04/configure:1216: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` gwc-0.22.04/configure-1217- eval $ac_var=\$ac_val;; ############################################## gwc-0.22.04/configure-1250-ac_ls_di=`ls -di .` && gwc-0.22.04/configure:1251:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || gwc-0.22.04/configure-1252- as_fn_error $? "working directory cannot be determined" ############################################## gwc-0.22.04/configure-1306-case $srcdir in gwc-0.22.04/configure:1307:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; gwc-0.22.04/configure-1308-esac ############################################## gwc-0.22.04/configure-1349-By default, \`make install' will install all the files in gwc-0.22.04/configure:1350:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify gwc-0.22.04/configure:1351:an installation prefix other than \`$ac_default_prefix' using \`--prefix', gwc-0.22.04/configure-1352-for instance \`--prefix=\$HOME'. ############################################## gwc-0.22.04/configure-1457-*) gwc-0.22.04/configure:1458: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` gwc-0.22.04/configure-1459- # A ".." for each directory in $ac_dir_suffix. gwc-0.22.04/configure:1460: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` gwc-0.22.04/configure-1461- case $ac_top_builddir_sub in ############################################## gwc-0.22.04/configure-1999- *\'*) gwc-0.22.04/configure:2000: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; gwc-0.22.04/configure-2001- esac ############################################## gwc-0.22.04/configure-2082- case $ac_val in gwc-0.22.04/configure:2083: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; gwc-0.22.04/configure-2084- esac ############################################## gwc-0.22.04/configure-2097- case $ac_val in gwc-0.22.04/configure:2098: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; gwc-0.22.04/configure-2099- esac ############################################## gwc-0.22.04/configure-2217- set,) gwc-0.22.04/configure:2218: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 gwc-0.22.04/configure:2219:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} gwc-0.22.04/configure-2220- ac_cache_corrupted=: ;; ############################################## gwc-0.22.04/configure-2228- # differences in whitespace do not lead to failure. gwc-0.22.04/configure:2229: ac_old_val_w=`echo x $ac_old_val` gwc-0.22.04/configure:2230: ac_new_val_w=`echo x $ac_new_val` gwc-0.22.04/configure-2231- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## gwc-0.22.04/configure-2248- case $ac_new_val in gwc-0.22.04/configure:2249: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; gwc-0.22.04/configure-2250- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## gwc-0.22.04/configure-2423- echo "timestamp, slept: $am_has_slept" > conftest.file gwc-0.22.04/configure:2424: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` gwc-0.22.04/configure-2425- if test "$*" = "X"; then gwc-0.22.04/configure-2426- # -L didn't work. gwc-0.22.04/configure:2427: set X `ls -t "$srcdir/configure" conftest.file` gwc-0.22.04/configure-2428- fi ############################################## gwc-0.22.04/configure-2474-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' gwc-0.22.04/configure:2475:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` gwc-0.22.04/configure-2476- gwc-0.22.04/configure-2477-# Expand $ac_aux_dir to an absolute path. gwc-0.22.04/configure:2478:am_aux_dir=`cd "$ac_aux_dir" && pwd` gwc-0.22.04/configure-2479- ############################################## gwc-0.22.04/configure-2619- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue gwc-0.22.04/configure:2620: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( gwc-0.22.04/configure-2621- 'mkdir (GNU coreutils) '* | \ ############################################## gwc-0.22.04/configure-2692-set x ${MAKE-make} gwc-0.22.04/configure:2693:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` gwc-0.22.04/configure-2694-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## gwc-0.22.04/configure-2702-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. gwc-0.22.04/configure:2703:case `${MAKE-make} -f conftest.make 2>/dev/null` in gwc-0.22.04/configure-2704- *@@@%%%=?*=@@@%%%*) ############################################## gwc-0.22.04/configure-2768- gwc-0.22.04/configure:2769:if test "`cd $srcdir && pwd`" != "`pwd`"; then gwc-0.22.04/configure-2770- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## gwc-0.22.04/configure-3125- test $ac_status = 0; }; then gwc-0.22.04/configure:3126: pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 1.0.0" 2>/dev/null` gwc-0.22.04/configure-3127- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-3142- test $ac_status = 0; }; then gwc-0.22.04/configure:3143: pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 1.0.0" 2>/dev/null` gwc-0.22.04/configure-3144- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-3163- if test $_pkg_short_errors_supported = yes; then gwc-0.22.04/configure:3164: SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 1.0.0" 2>&1` gwc-0.22.04/configure-3165- else gwc-0.22.04/configure:3166: SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 1.0.0" 2>&1` gwc-0.22.04/configure-3167- fi ############################################## gwc-0.22.04/configure-3230- test $ac_status = 0; }; then gwc-0.22.04/configure:3231: pkg_cv_PULSEAUDIO_CFLAGS=`$PKG_CONFIG --cflags "libpulse-simple >= 0.9.0" 2>/dev/null` gwc-0.22.04/configure-3232- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-3247- test $ac_status = 0; }; then gwc-0.22.04/configure:3248: pkg_cv_PULSEAUDIO_LIBS=`$PKG_CONFIG --libs "libpulse-simple >= 0.9.0" 2>/dev/null` gwc-0.22.04/configure-3249- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-3268- if test $_pkg_short_errors_supported = yes; then gwc-0.22.04/configure:3269: PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpulse-simple >= 0.9.0" 2>&1` gwc-0.22.04/configure-3270- else gwc-0.22.04/configure:3271: PULSEAUDIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpulse-simple >= 0.9.0" 2>&1` gwc-0.22.04/configure-3272- fi ############################################## gwc-0.22.04/configure-3634-$as_echo_n "checking whether the C compiler works... " >&6; } gwc-0.22.04/configure:3635:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` gwc-0.22.04/configure-3636- ############################################## gwc-0.22.04/configure-3678- then :; else gwc-0.22.04/configure:3679: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` gwc-0.22.04/configure-3680- fi ############################################## gwc-0.22.04/configure-3738- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; gwc-0.22.04/configure:3739: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` gwc-0.22.04/configure-3740- break;; ############################################## gwc-0.22.04/configure-3847- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; gwc-0.22.04/configure:3848: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` gwc-0.22.04/configure-3849- break;; ############################################## gwc-0.22.04/configure-4155-# Ignore all kinds of additional output from 'make'. gwc-0.22.04/configure:4156:case `$am_make -s -f confmf 2> /dev/null` in #( gwc-0.22.04/configure-4157-*the\ am__doit\ target*) ############################################## gwc-0.22.04/configure-4165- echo '.include "confinc"' > confmf gwc-0.22.04/configure:4166: case `$am_make -s -f confmf 2> /dev/null` in #( gwc-0.22.04/configure-4167- *the\ am__doit\ target*) ############################################## gwc-0.22.04/configure-4228- if test "$am_compiler_list" = ""; then gwc-0.22.04/configure:4229: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` gwc-0.22.04/configure-4230- fi ############################################## gwc-0.22.04/configure-4463- test $ac_status = 0; }; then gwc-0.22.04/configure:4464: pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 0.9.0" 2>/dev/null` gwc-0.22.04/configure-4465- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-4480- test $ac_status = 0; }; then gwc-0.22.04/configure:4481: pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa >= 0.9.0" 2>/dev/null` gwc-0.22.04/configure-4482- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-4501- if test $_pkg_short_errors_supported = yes; then gwc-0.22.04/configure:4502: ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 0.9.0" 2>&1` gwc-0.22.04/configure-4503- else gwc-0.22.04/configure:4504: ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 0.9.0" 2>&1` gwc-0.22.04/configure-4505- fi ############################################## gwc-0.22.04/configure-5004- # Check for GNU $ac_path_GREP gwc-0.22.04/configure:5005:case `"$ac_path_GREP" --version 2>&1` in gwc-0.22.04/configure-5006-*GNU*) ############################################## gwc-0.22.04/configure-5070- # Check for GNU $ac_path_EGREP gwc-0.22.04/configure:5071:case `"$ac_path_EGREP" --version 2>&1` in gwc-0.22.04/configure-5072-*GNU*) ############################################## gwc-0.22.04/configure-5231-do : gwc-0.22.04/configure:5232: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gwc-0.22.04/configure-5233-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## gwc-0.22.04/configure-5236- cat >>confdefs.h <<_ACEOF gwc-0.22.04/configure:5237:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gwc-0.22.04/configure-5238-_ACEOF ############################################## gwc-0.22.04/configure-5246-do : gwc-0.22.04/configure:5247: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` gwc-0.22.04/configure-5248-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## gwc-0.22.04/configure-5250- cat >>confdefs.h <<_ACEOF gwc-0.22.04/configure:5251:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 gwc-0.22.04/configure-5252-_ACEOF ############################################## gwc-0.22.04/configure-5400- test $ac_status = 0; }; then gwc-0.22.04/configure:5401: pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags " gtk+-2.0 >= 2.16 glib-2.0 >= 2.30 " 2>/dev/null` gwc-0.22.04/configure-5402- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-5417- test $ac_status = 0; }; then gwc-0.22.04/configure:5418: pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs " gtk+-2.0 >= 2.16 glib-2.0 >= 2.30 " 2>/dev/null` gwc-0.22.04/configure-5419- test "x$?" != "x0" && pkg_failed=yes ############################################## gwc-0.22.04/configure-5438- if test $_pkg_short_errors_supported = yes; then gwc-0.22.04/configure:5439: GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs " gtk+-2.0 >= 2.16 glib-2.0 >= 2.30 " 2>&1` gwc-0.22.04/configure-5440- else gwc-0.22.04/configure:5441: GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs " gtk+-2.0 >= 2.16 glib-2.0 >= 2.30 " 2>&1` gwc-0.22.04/configure-5442- fi ############################################## gwc-0.22.04/configure-5748-' gwc-0.22.04/configure:5749:DEFS=`sed -n "$ac_script" confdefs.h` gwc-0.22.04/configure-5750- ############################################## gwc-0.22.04/configure-5757- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' gwc-0.22.04/configure:5758: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` gwc-0.22.04/configure-5759- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## gwc-0.22.04/configure-5852-if test -z "$BASH_VERSION$ZSH_VERSION" \ gwc-0.22.04/configure:5853: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then gwc-0.22.04/configure-5854- as_echo='print -r --' gwc-0.22.04/configure-5855- as_echo_n='print -rn --' gwc-0.22.04/configure:5856:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then gwc-0.22.04/configure-5857- as_echo='printf %s\n' ############################################## gwc-0.22.04/configure-5859-else gwc-0.22.04/configure:5860: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then gwc-0.22.04/configure-5861- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## gwc-0.22.04/configure-5869- expr "X$arg" : "X\\(.*\\)$as_nl"; gwc-0.22.04/configure:5870: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; gwc-0.22.04/configure-5871- esac; ############################################## gwc-0.22.04/configure-5946-# ---------------------------------------- gwc-0.22.04/configure:5947:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are gwc-0.22.04/configure-5948-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## gwc-0.22.04/configure-6018- { gwc-0.22.04/configure:6019: as_val=`expr "$@" || test $? -eq 1` gwc-0.22.04/configure-6020- } ############################################## gwc-0.22.04/configure-6122- case $as_dir in #( gwc-0.22.04/configure:6123: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( gwc-0.22.04/configure-6124- *) as_qdir=$as_dir;; ############################################## gwc-0.22.04/configure-6248-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 gwc-0.22.04/configure:6249:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" gwc-0.22.04/configure-6250-ac_cs_version="\\ ############################################## gwc-0.22.04/configure-6273- --*=?*) gwc-0.22.04/configure:6274: ac_option=`expr "X$1" : 'X\([^=]*\)='` gwc-0.22.04/configure:6275: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` gwc-0.22.04/configure-6276- ac_shift=: ############################################## gwc-0.22.04/configure-6278- --*=) gwc-0.22.04/configure:6279: ac_option=`expr "X$1" : 'X\([^=]*\)='` gwc-0.22.04/configure-6280- ac_optarg= ############################################## gwc-0.22.04/configure-6302- case $ac_optarg in gwc-0.22.04/configure:6303: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; gwc-0.22.04/configure-6304- '') as_fn_error $? "missing file argument" ;; ############################################## gwc-0.22.04/configure-6425-fi gwc-0.22.04/configure:6426:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` gwc-0.22.04/configure-6427-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## gwc-0.22.04/configure-6442- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 gwc-0.22.04/configure:6443:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` gwc-0.22.04/configure-6444-ac_delim='%!_!# ' ############################################## gwc-0.22.04/configure-6448- gwc-0.22.04/configure:6449: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` gwc-0.22.04/configure-6450- if test $ac_delim_n = $ac_delim_num; then ############################################## gwc-0.22.04/configure-6610- esac gwc-0.22.04/configure:6611: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac gwc-0.22.04/configure-6612- as_fn_append ac_file_inputs " '$ac_f'" ############################################## gwc-0.22.04/configure-6669-*) gwc-0.22.04/configure:6670: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` gwc-0.22.04/configure-6671- # A ".." for each directory in $ac_dir_suffix. gwc-0.22.04/configure:6672: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` gwc-0.22.04/configure-6673- case $ac_top_builddir_sub in ############################################## gwc-0.22.04/configure-6730-/@mandir@/p' gwc-0.22.04/configure:6731:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in gwc-0.22.04/configure-6732-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## gwc-0.22.04/configure-6747- gwc-0.22.04/configure:6748:# Neutralize VPATH when `$srcdir' = `.'. gwc-0.22.04/configure-6749-# Shell code in configure.ac might set extrasub. ############################################## gwc-0.22.04/configure-6775-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && gwc-0.22.04/configure:6776: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && gwc-0.22.04/configure-6777- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## gwc-0.22.04/configure-6811- # Strip MF so we end up with the name of the file. gwc-0.22.04/configure:6812: mf=`echo "$mf" | sed -e 's/:.*$//'` gwc-0.22.04/configure-6813- # Check whether this is an Automake generated Makefile or not. ############################################## gwc-0.22.04/configure-6848- # from the Makefile without running 'make'. gwc-0.22.04/configure:6849: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` gwc-0.22.04/configure-6850- test -z "$DEPDIR" && continue gwc-0.22.04/configure:6851: am__include=`sed -n 's/^am__include = //p' < "$mf"` gwc-0.22.04/configure-6852- test -z "$am__include" && continue gwc-0.22.04/configure:6853: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` gwc-0.22.04/configure-6854- # Find all dependency output files, they are included files with ############################################## gwc-0.22.04/encode.c-273- gwc-0.22.04/encode.c:274: /* asm options only for MMX enabled version of lame */ gwc-0.22.04/encode.c-275- if (encoding_prefs.mp3_lame_mmx_enabled) { ############################################## gwc-0.22.04/gwcbatch-43- # back up the file first. gwc-0.22.04/gwcbatch:44: print `cp $file $archive`; gwc-0.22.04/gwcbatch-45- gwc-0.22.04/gwcbatch-46- # Now declick and remove noise gwc-0.22.04/gwcbatch:47: print `gtk-wave-cleaner $file batch declick $sens $keep[0] $keep[1]`; gwc-0.22.04/gwcbatch-48- # Add extra declicking runs if you want them gwc-0.22.04/gwcbatch:49: #print `gtk-wave-cleaner $file batch declick $sens $keep[0] $keep[1]`; gwc-0.22.04/gwcbatch:50: print `gtk-wave-cleaner $file batch denoise $noise[0] $noise[1] $keep[0] $keep[1]`; gwc-0.22.04/gwcbatch-51- ############################################## gwc-0.22.04/gwcbatch-54- # both front and back, so do back first, then front gwc-0.22.04/gwcbatch:55: print `gtk-wave-cleaner $file batch truncate 0 $keep[1]`; gwc-0.22.04/gwcbatch:56: print `gtk-wave-cleaner $file batch truncate $keep[0] $keep[1]`; gwc-0.22.04/gwcbatch-57- gwc-0.22.04/gwcbatch-58- # normalize last so it isn't affected by anything we are discarding gwc-0.22.04/gwcbatch:59: print `gtk-wave-cleaner $file batch normalize`; gwc-0.22.04/gwcbatch-60-} ############################################## gwc-0.22.04/icons/declick5.xpm-235-" Y H A {.*+P K Y W U ..Z } =.$.-.;.>.>.(.].2 I ^.^.^.^.I I ].(._.,.>.'.;.).).-.&.%.$./.R R R R ", gwc-0.22.04/icons/declick5.xpm:236:" |.s t u {.F P N K Y W U +. .` #.*.%.-.).).2 >.>.>.>.>.;.'.;.).-.&.%.$.*.=.#.} ` d Z =+R R R R ", gwc-0.22.04/icons/declick5.xpm:237:" v r x s u G F E N M L S T +.z Z ` } =.=.2 $.%.%.%.$.$.*.*.=.#.} ` Z .z ..+.V U %.R R R R R ", gwc-0.22.04/icons/declick5.xpm-238-" %.6 -+n r w v A B D P J K L S T V ..z z 2 d d d d d Z . .z ..+.U T W S X Y L ).;+R R R R R ", ############################################## gwc-0.22.04/install-sh-229- fi gwc-0.22.04/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; gwc-0.22.04/install-sh-231- *) ############################################## gwc-0.22.04/install-sh-276- dstdir=$dst gwc-0.22.04/install-sh:277: dst=$dstdir/`basename "$src"` gwc-0.22.04/install-sh-278- dstdir_status=0 ############################################## gwc-0.22.04/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. gwc-0.22.04/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` gwc-0.22.04/install-sh-360- case $ls_ld_tmpdir in ############################################## gwc-0.22.04/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { gwc-0.22.04/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` gwc-0.22.04/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## gwc-0.22.04/install-sh-425- case $prefix in gwc-0.22.04/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; gwc-0.22.04/install-sh-427- *) qprefix=$prefix;; ############################################## gwc-0.22.04/install-sh-474- if $copy_on_change && gwc-0.22.04/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && gwc-0.22.04/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && gwc-0.22.04/install-sh-477- ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-113- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/Cray/makefile:114: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:115: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Cray/makefile-116- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-118- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:119: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-120- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:121: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-122- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-126- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/Cray/makefile:127: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:128: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Cray/makefile-129- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-131- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:132: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:133: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-134- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-138- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/Cray/makefile:139: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:140: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Cray/makefile-141- chmod 755 configure gwc-0.22.04/meschach/MACHINES/Cray/makefile-142- $(MAKE) list gwc-0.22.04/meschach/MACHINES/Cray/makefile:143: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:144: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-145- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-149- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:150: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:151: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Cray/makefile-152- chmod 755 configure gwc-0.22.04/meschach/MACHINES/Cray/makefile-153- $(MAKE) list gwc-0.22.04/meschach/MACHINES/Cray/makefile:154: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:155: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:156: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:157: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:158: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:159: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/Cray/makefile:160: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-161- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/Cray/makefile-164- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/MACHINES/Cray/makefile:165: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile:166: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Cray/makefile-167- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/meschach/MACHINES/GCC/makefile-104- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/GCC/makefile:105: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:106: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/GCC/makefile-107- chmod 755 configure gwc-0.22.04/meschach/MACHINES/GCC/makefile-108- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:109: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile-110- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:111: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile-112- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/GCC/makefile-116- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/GCC/makefile:117: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:118: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/GCC/makefile-119- chmod 755 configure gwc-0.22.04/meschach/MACHINES/GCC/makefile-120- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:121: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:122: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile-123- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/GCC/makefile-127- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/GCC/makefile:128: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:129: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/GCC/makefile-130- chmod 755 configure gwc-0.22.04/meschach/MACHINES/GCC/makefile:131: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:132: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile-133- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/GCC/makefile-137- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:138: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:139: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/GCC/makefile-140- chmod 755 configure gwc-0.22.04/meschach/MACHINES/GCC/makefile:141: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:142: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:143: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:144: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile:145: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:146: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/GCC/makefile:147: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/GCC/makefile-148- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-103- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/Linux/makefile:104: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:105: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Linux/makefile-106- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-108- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:109: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-110- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:111: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-112- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-116- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/Linux/makefile:117: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:118: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Linux/makefile-119- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-121- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:122: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:123: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-124- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-128- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/Linux/makefile:129: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:130: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Linux/makefile-131- chmod 755 configure gwc-0.22.04/meschach/MACHINES/Linux/makefile-132- $(MAKE) list gwc-0.22.04/meschach/MACHINES/Linux/makefile:133: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:134: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-135- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-139- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:140: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:141: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/Linux/makefile-142- chmod 755 configure gwc-0.22.04/meschach/MACHINES/Linux/makefile-143- $(MAKE) list gwc-0.22.04/meschach/MACHINES/Linux/makefile:144: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:145: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:146: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:147: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:148: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:149: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/Linux/makefile:150: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-151- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/Linux/makefile-154- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/MACHINES/Linux/makefile:155: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile:156: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/Linux/makefile-157- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-113- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:114: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:115: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-116- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-118- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:119: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-120- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:121: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-122- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-126- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:127: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:128: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-129- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-131- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:132: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:133: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-134- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-138- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:139: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:140: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-141- chmod 755 configure gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-142- $(MAKE) list gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:143: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:144: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-145- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-149- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:150: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:151: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-152- chmod 755 configure gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-153- $(MAKE) list gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:154: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:155: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:156: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:157: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:158: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:159: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:160: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-161- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-164- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:165: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile:166: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/MicroSoft/makefile-167- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/meschach/MACHINES/OS2/makefile-114- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/OS2/makefile:115: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:116: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/OS2/makefile-117- chmod 755 configure gwc-0.22.04/meschach/MACHINES/OS2/makefile-118- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:119: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile-120- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:121: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile-122- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/OS2/makefile-126- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/OS2/makefile:127: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:128: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/OS2/makefile-129- chmod 755 configure gwc-0.22.04/meschach/MACHINES/OS2/makefile-130- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:131: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:132: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile-133- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/OS2/makefile-137- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/OS2/makefile:138: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:139: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/OS2/makefile-140- chmod 755 configure gwc-0.22.04/meschach/MACHINES/OS2/makefile:141: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:142: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile-143- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/OS2/makefile-147- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:148: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:149: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/OS2/makefile-150- chmod 755 configure gwc-0.22.04/meschach/MACHINES/OS2/makefile:151: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:152: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:153: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:154: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile:155: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:156: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/OS2/makefile:157: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/OS2/makefile-158- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-105- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:106: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:107: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/RS6000/makefile-108- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-110- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:111: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-112- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:113: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-114- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-118- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/RS6000/makefile:119: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:120: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/RS6000/makefile-121- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-123- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:124: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:125: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-126- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-130- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/RS6000/makefile:131: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:132: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/RS6000/makefile-133- chmod 755 configure gwc-0.22.04/meschach/MACHINES/RS6000/makefile-134- $(MAKE) list gwc-0.22.04/meschach/MACHINES/RS6000/makefile:135: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:136: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-137- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-141- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:142: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:143: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/RS6000/makefile-144- chmod 755 configure gwc-0.22.04/meschach/MACHINES/RS6000/makefile-145- $(MAKE) list gwc-0.22.04/meschach/MACHINES/RS6000/makefile:146: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:147: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:148: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:149: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:150: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:151: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/RS6000/makefile:152: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-153- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/RS6000/makefile-156- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/MACHINES/RS6000/makefile:157: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile:158: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/RS6000/makefile-159- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-113- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/SGI/makefile:114: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:115: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SGI/makefile-116- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-118- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:119: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-120- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:121: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-122- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-126- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/SGI/makefile:127: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:128: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SGI/makefile-129- chmod 755 configure ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-131- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:132: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:133: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-134- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-138- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/SGI/makefile:139: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:140: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SGI/makefile-141- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SGI/makefile-142- $(MAKE) list gwc-0.22.04/meschach/MACHINES/SGI/makefile:143: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:144: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-145- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-149- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:150: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:151: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SGI/makefile-152- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SGI/makefile-153- $(MAKE) list gwc-0.22.04/meschach/MACHINES/SGI/makefile:154: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:155: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:156: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:157: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:158: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:159: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/SGI/makefile:160: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-161- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/SGI/makefile-164- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/MACHINES/SGI/makefile:165: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile:166: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SGI/makefile-167- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/meschach/MACHINES/SPARC/makefile-103- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:104: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:105: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SPARC/makefile-106- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SPARC/makefile-107- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:108: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile-109- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:110: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile-111- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/SPARC/makefile-115- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/MACHINES/SPARC/makefile:116: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:117: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SPARC/makefile-118- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SPARC/makefile-119- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:120: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:121: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile-122- MACHINES DOC ############################################## gwc-0.22.04/meschach/MACHINES/SPARC/makefile-126- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/MACHINES/SPARC/makefile:127: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:128: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SPARC/makefile-129- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SPARC/makefile:130: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:131: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile-132- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/MACHINES/SPARC/makefile-136- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:137: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:138: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/MACHINES/SPARC/makefile-139- chmod 755 configure gwc-0.22.04/meschach/MACHINES/SPARC/makefile:140: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:141: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:142: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:143: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile:144: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:145: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/MACHINES/SPARC/makefile:146: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/MACHINES/SPARC/makefile-147- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-52-M1VZ@DVB41V_^\S@JBTV=Y6E;)\NLJL=)>0G=O*NR_%+;5M$<^L*W553,(VBQ gwc-0.22.04/meschach/MACHINES/TurboC/mail:53:M6:5YW3KY99I`)]5O]\Y'$?T[JG[;)`B#=5E,ENFJ[:-JG915.DXO\2O^`4NN gwc-0.22.04/meschach/MACHINES/TurboC/mail-54-MRVP;I=L$%]3VU:*X'M<%PVA61,^C/OSY#V[Y$/?'/,^C>I%5$6SQND[+&'[) ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-57-M!L-6EV6RBF#-B7YY7"^BHIRE9?1FDU^FO=Y_;FH<'X<H<6?-S^4LRY/R)OH^ gwc-0.22.04/meschach/MACHINES/TurboC/mail:58:MF\_3$K864#YZ!OM&J^2!JG1:`$RHY\LT!Q`L&QN<R@=>UU$!_^CU9BE`?P68 gwc-0.22.04/meschach/MACHINES/TurboC/mail:59:M-#-IV"ML3SFSTW>@K!1F#(E$UP][=`5/$#D93PSAR33E_BH/[JXS`CH"'[9" gwc-0.22.04/meschach/MACHINES/TurboC/mail-60-MF\>*8/,$*26K=$=AC:;2(6ZJ&F$.WRUA]DD9-:9O!YL!'RFS20H`"G&.400; ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-62-MDS)+YS3K>5*:>5FLHFFQ6I<I(&(%:,(XGV34&.%)<,5!=*^E:P]13976T6:M gwc-0.22.04/meschach/MACHINES/TurboC/mail:63:MV,1`L;P`?T@G`-+KHOR$:UJ7`$<`;&RN%QG,-\NGRPTL)'K^\&?Z)"W+`E!A gwc-0.22.04/meschach/MACHINES/TurboC/mail-64-M`?]>(FRSJMK@K@&?'9X#4>?)*CV[Y_'0BW9*\?AH%/)18-)#('I&JS)%%@(3 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-68-MMQ^^`&:;+)<T;)["9"IH8+(\0[8AA-0GYHNT%=/TL:W'-^M%4@LIJU03&8=4 gwc-0.22.04/meschach/MACHINES/TurboC/mail:69:M$G4(IM`R-K!)-"FD!4+#M,K^!3#KQE$&750&AA>&19WBLA4F=LX`ZZMLAOS9 gwc-0.22.04/meschach/MACHINES/TurboC/mail:70:M_`"3$:J-O=U+E!T`@$8$&:`&&(D@=A1MHV-\"!LEJ&+@\5;:F5FV0F*#&0X. gwc-0.22.04/meschach/MACHINES/TurboC/mail-71-M>2^!7SG<(:`'?6(SG>2\6"Z+:T3":3%+0;,`VCTW7PK]1/=X7OW%/=,/_AC$ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-82-MAXCY*`02G`9U\A&4(!#QV/A&2`7505+XS-,8Q&FC,YIY)I/.6_8!\:I,0)6, gwc-0.22.04/meschach/MACHINES/TurboC/mail:83:M2-TX1(VAL5J826^`PQ.J;GCI=5$#EW;`!"0!Y85-"B5J@!*@%NU4HTO<6E61 gwc-0.22.04/meschach/MACHINES/TurboC/mail-84-M$)V6@&78O-K,Y]DT0XRK22Z!:I)8Z0HCB<#*;U#@`QK,G/G%XE:$/^V!E:\D gwc-0.22.04/meschach/MACHINES/TurboC/mail:85:M7(`JH0'T`:HO\"8:1*29<2/$48X48:<AFB8N^>FK=WTS`DY4+)TH7<!ND`;A gwc-0.22.04/meschach/MACHINES/TurboC/mail-86-MJX5$^FA[L(VR`84=]BFG7VXHX&#N*Z3+9'D):F2]`"5M[UJ88K.\JI-\*E*O ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-88-M&.`_/I!Q5>W9,$=.E\O*%]O$;0DRQ@IIG3!:%IMZO:F)7V\JUG)Q1)X/#SG? gwc-0.22.04/meschach/MACHINES/TurboC/mail:89:MY%/99A`*S4Y83UTP:4150K;6OU(##YQH05DNJH[E;$QL:`DL67\JJM2GYKYY gwc-0.22.04/meschach/MACHINES/TurboC/mail-90-M/J>YR#1PB&0)H\]N>-]Y)B3,<F+^2%%[P'K#(#U%4A2S*Z:VN/L?/K@E4]M3 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-98-M61P('&/A#0+S"I5]>'-V-1X\J(`TA\P;<_*QY)=+R[)8I2!@XA9<#>*K85PY gwc-0.22.04/meschach/MACHINES/TurboC/mail:99:MF#JD`>($[@YL+]W6)7!STLK2^68I9@W/DIQ.3K``ON>>\L98TQ/("?+<T#;) gwc-0.22.04/meschach/MACHINES/TurboC/mail-100-MLT0PSEE"50IV)!#Z$A$23#1@*"A>0/#4NZBF2A.C59:/L:7C24)%M(T@F+RN ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-103-MBJAM%'\7/[6$@\BCP(&E/ST;/?C.Z7F$SBNAN%'XF0D^JT8,-.L*0=QFI1,5 gwc-0.22.04/meschach/MACHINES/TurboC/mail:104:M58^TOPM)]*DC4>2-9*^`@7@@7Y!E9&@7I"]'7FWD$Y'&`A`(+3-BDB@[6%#3 gwc-0.22.04/meschach/MACHINES/TurboC/mail-105-M*%;@XW[])#B)&.M[5IK,;8:ZW.3&T9.5W-BUP)EYU"C@41ZTD$!'$:.<6'Y( ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-112-M0?X2YZG2FG![=/9<O4Y-_:JK"@$PUYD=2/@9/1L%S(RZ%*5&;;86S6"D].7Y gwc-0.22.04/meschach/MACHINES/TurboC/mail:113:M-P`,L'/89[$2Z;3),^2F\*M*E]`0$49HANQ7])L4*(:U7]PR6NEZ=U;TGI_R gwc-0.22.04/meschach/MACHINES/TurboC/mail:114:M4(`J>SP[(.](A8->K39'_A$0>+`G"T;<'8\G0XI4G2:H^.'(QUN+8OAFK>B% gwc-0.22.04/meschach/MACHINES/TurboC/mail-115-M&CAHEAM@QL7D(VX#X-8ZJ<2'C-8I;U.E2I4.'Q,')^Y/9LPD-<4$.0=\288; ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-123-MEWOX*3V:H[]\#NIDWKF'$[H7W[N^IV[SU7@N:#<'\==M[<7ZTR]:.(,XNS2\ gwc-0.22.04/meschach/MACHINES/TurboC/mail:124:M`NT`/%.B).!HK$1DN45#M$#UA3[G#@%1REH<2`G`;I%4"]C6Z2)!Q01VY\.' gwc-0.22.04/meschach/MACHINES/TurboC/mail-125-M+V7OS+1`Q].&Y1M+A)G2+D:VFGL66.5`2J!;98J1Q$^BHY[UB8+:PEJ2W:3H ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-133-M<D(7H$J'F:N1A8"W.D:LO,4-0P/$;4CK5(].TL19(SCK%`>A`UX_[]B^S;5# gwc-0.22.04/meschach/MACHINES/TurboC/mail:134:M$!VASW]3JSM=":5O_,06WUY2%1"9'8B`*DR$PMTH-I4),D<B#-`5,TQHD*A\ gwc-0.22.04/meschach/MACHINES/TurboC/mail-135-M!HH+R/1]TF:(XD804,(OD_0RRW-<6T'JA$T2`+C6;C+AN)P2L=R$?AZ<YXMW ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-144-MH1Q^9QE-T&)G4[.:Z/[*6Z._@[`?+=#&CSQ02X**X*/J;+K-H2P/4=+NA>_^ gwc-0.22.04/meschach/MACHINES/TurboC/mail:145:M":`"IA0[/=U$A=6J5\_`''HH=\@_GZ)7+?^XN43."PQ_1NY^_035M7`W4)7G gwc-0.22.04/meschach/MACHINES/TurboC/mail-146-M2)N?[F3M/6BVJ"PZ=&A=:,AXQO"TJ#J^*P,^#=X#3PQ^+XO+X'?U6UD'#Q+7 gwc-0.22.04/meschach/MACHINES/TurboC/mail:147:M(^6F=8W0+,`#2).]8;P7.W--411,JV@!*DA:[AIH3[!1?W$>;!WS$W)T@2W` gwc-0.22.04/meschach/MACHINES/TurboC/mail-148-MD89-75!7%%"VO`$=R]:_$FG&M^'1F)&@<RC(0[Q+#K;D&YIWY-#%]S=B@@,/ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-151-M2VI25MGISVA*;@DSGT)0"03^4^%$69R`;'WR"C8TUS3ZG[A'^9SXA>VLF?M' gwc-0.22.04/meschach/MACHINES/TurboC/mail:152:M/@O.<+[,LSD`.J]-LBHVG'6$2R%I!4-+1F6G2FZZNTGQE/T",)`\28R8:S2B gwc-0.22.04/meschach/MACHINES/TurboC/mail-153-M+@J`4_K;AB(!?9[D2.:#X0R>[V3#IJB;*U$]O$YLFF.-[NO[:*X:L1HBARIA ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-183-M@$Z-:!XMK.Y2?*4PB2L,U8!:MT?V8O:"SBT3"@BS;DE?48THEVS_:59.-RL^ gwc-0.22.04/meschach/MACHINES/TurboC/mail:184:M4`%[]F-QC130#'>W:G#D#",?;T7>"LHM`1@L9Y450VA$N2VR`!)Y]`.Z;V`X gwc-0.22.04/meschach/MACHINES/TurboC/mail-185-M/G'8'P(-H2Z'>3`MH!0=Q3/.4K(.`;C&\ABK`:1H>=*YX*D]0#8OT:^Z63O! ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-226-MY;`]?L'GO/WN%"G0H\(<E6&Z:U^VFNI>O4U@_.6JR(%P5P6V4<@"[.9H+968 gwc-0.22.04/meschach/MACHINES/TurboC/mail:227:M`$.%2"-*%X(N?_[^F5:M!6@"O7]QP!HE`H%_;X'HX=>IV$U?U&H@-2V3/_Z@ gwc-0.22.04/meschach/MACHINES/TurboC/mail-228-M8WN?M53F:J=P!R18HK^=14/IP7NPV\7;Y__GV5OI@U[2!U?I/P]_1=R@?PY^ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-244-MUQ(+`E"@OY^T'$KD8H9Y-'KY]KEUF,5>G]_CF_'3NW=NE3+,2$2146$EW<+W gwc-0.22.04/meschach/MACHINES/TurboC/mail:245:MT[,IJ.Q=!G-!W#:6>FAVN>C`M'&^L,+#T#"%')Y$O8'\>W`23=QC-*/]/[T! gwc-0.22.04/meschach/MACHINES/TurboC/mail-246-M\B/LW;9N-HD.N8E.RN.@A_V!43YU&-OD%H1(<V)!CX/F`*Z7_N"S_1SVO_WV ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-267-M)!4+$.,/X1^N#C@=9RZ#836&SZN`7OI]B9WYKVQ1&'B+*9'^.QW$W5.B<-JM gwc-0.22.04/meschach/MACHINES/TurboC/mail:268:M=J,CT!%`CR#MH$T:DO$Z+1>V-$L2[:2?ENEEL`9U>FI]9T[:J,CUR4[5_<F; gwc-0.22.04/meschach/MACHINES/TurboC/mail-269-MI^IPU356ZA$(AL..=#BN>B3!$^VH'[C4O2.<X<UTE9/\&FJS=*[.A-"3R^P/ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-276-M,U=:]I4N8/*[XCLUL:\.Y0=M,Y@B:-/6U$![`(OK;CE_:'L63>)FMGN8U.ZN gwc-0.22.04/meschach/MACHINES/TurboC/mail:277:M^:*0[`JV*O=K\77PX3D]0F>KD<0'A9F;$5[DL-+*8`)LG`[PXC$."W;A:-N; gwc-0.22.04/meschach/MACHINES/TurboC/mail-278-M_/''>/A^2)GU5'SY.N4+=+CN.58B\&?WVIL=V-:+XI(<R3+1E3]1TCBR\S?> ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-285-MU7.J5R.2`[.)#U('U7CC<[ABIEJ4)0^9:2.N'+<6XX2]I;"8Q*)<@:AF>5#- gwc-0.22.04/meschach/MACHINES/TurboC/mail:286:M[\NTB#DP4G1G4'Z`V9VH#RB.FUN5'($;GGS7`/WK-\1Q=I#@4ZZW7(BF*\%T gwc-0.22.04/meschach/MACHINES/TurboC/mail-287-M!2*Q!_J4$A!?OVFBL-T;>Z9+AQK%.)UX$F]=:A0Y::EZH-Y(8AVNC;BY9M5Q ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-293-M>N(%7B?RS(%B$H+"9@U,/"76H;5%$U0CE2QE"4"7?AJ%#O&+C5Z3.,/BB3:' gwc-0.22.04/meschach/MACHINES/TurboC/mail:294:M&R-!;O8[&0LP--8U0@HBRZJ@2H%,-TPS^+H!'*"@`R(AF*$)+`;\=-CA&]R\ gwc-0.22.04/meschach/MACHINES/TurboC/mail-295-MJY!XTG;V7;_FD#.R&]Y]LHO;*M78,V)T0Q&[,3V?"7V,]WF'#5O\G=9Q8['3 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-333-M;.3%NU.#KIDO#LC_XY'*BW?DK5<JBC$H`40AC\6)_^(=T@E^"4_%2R,T9_U? gwc-0.22.04/meschach/MACHINES/TurboC/mail:334:M+][%U`*>H?<\K;WS91/>7)!PZ$)7UYA^X?G0K=QK;`@Y*7H[N11\5T%A;T.) gwc-0.22.04/meschach/MACHINES/TurboC/mail-335-M@F#2^^'9?U=`Z%FG,]IVQUEO,LZZ[X<<H;*YBV6ZY(1$J>*'US8G%5U8T:K/ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-337-M772VG"(0$NSR]E0B,,T]#0,S=,]`,^;#S9I1FL]MZ&Y,9-NREYR)HG<'I-EE gwc-0.22.04/meschach/MACHINES/TurboC/mail:338:MFDN'5)N2'["+K4N9I[`@O7"7.9V]G$*R!"3GK;EC`+ZWT\6&[OC!LRU5IC?S gwc-0.22.04/meschach/MACHINES/TurboC/mail-339-M<`IR=;."+TL\LFQOJ6M.J3DCK]C$>L,.0V.S);6:+[FXL?/LTIJO."!>A;MO ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-347-M75AXBP)=H.[JC$CM33</FR+DY'FCA#/=-K"YO`2NIIDN?.\=)Q:Y@Y0;OF13 gwc-0.22.04/meschach/MACHINES/TurboC/mail:348:ME$2BM(#8^I1C.['%`EB1X<A]Q74H$)?78YB=J`8O+DY=I1)0&O#^</QC=62/ gwc-0.22.04/meschach/MACHINES/TurboC/mail-349-MJD00@`4^(MJ=!%;K-D`U5`YV;`#HP#?LR9RO.-JT:ZW03)LV@^27HO?A\W=A ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-358-MXL8O]8S>.FC<T^.:-K1M.B"#JFQB"^@%>R)G2#+0:;4F(K[T*9OM7...].I! gwc-0.22.04/meschach/MACHINES/TurboC/mail:359:M7;YXB@2>9Q8[?TSC-I'_"U!+`P04``(`"``37D\?$7:`/JX<``!61@``&@`` gwc-0.22.04/meschach/MACHINES/TurboC/mail-360-M`$U%4T-(04-(+TU!3E5!3"]214%$344N5%A4C%O[<QLWDOXY^"M0OJT2Z:-& ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-380-M:#.O+/,-?,))-^0Q%`V9.==`A*LZ;/T:`_4D+/_:M64F;(%IDHR(?VP2."O3 gwc-0.22.04/meschach/MACHINES/TurboC/mail:381:MKUP*R=<BQ<8UX.16K]IID:=0YR6L/5(K##VW<`$%N`,_T%1M*@Z)Y$</,)W6 gwc-0.22.04/meschach/MACHINES/TurboC/mail-382-MCQZ4J/!>`U.F%L3+,F\K5[9EFC-U+W4^(PHSUT[!YMIL]9.E/:P7IKI[DI`0 gwc-0.22.04/meschach/MACHINES/TurboC/mail-383-MR4F"5P6IO"U=.U\DZMR5!^!-?0?!Z2>_++9P$K"JO.&#_?<3K7\D_6%+N=-1 gwc-0.22.04/meschach/MACHINES/TurboC/mail:384:M5*ZQX0,L#3R%@V4M12`S1=(/$*>)'O\\OKP:O[J\NKS]E0EGC3(MU`)<6YH[ gwc-0.22.04/meschach/MACHINES/TurboC/mail-385-M8B.+$<KE5K8$^W84S&%M<JPX'KL"C!'&@\Y-7K!360=5-,&G-HB>.#@<,9W/ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-391-M?2V`3V^;6Z>[0%F#:+"G%)"085"53XD)701@+S"#<=;B0`"D[BEFK[W7Q%M@ gwc-0.22.04/meschach/MACHINES/TurboC/mail:392:M`'$`16.K$L;'D`%^523Z6Y(DOPO'H(WD#Z&$@XD;J5EEL]].3I_]#N]JL)/( gwc-0.22.04/meschach/MACHINES/TurboC/mail-393-M/L8>>GTRXE^G[$+IKV?)L(=;<SC]:!BL39<E$6&;H_'X'7YI1`+$PP:1;J1Q ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-398-MBH:%O?<'Q6R//3UO!"5'D5&\)@]AU+N+\?F;"Z&J\Q.(SD6FY]`>ADV[(A$O gwc-0.22.04/meschach/MACHINES/TurboC/mail:399:MXYT8<8$I=)@`+:I$^[M3,/6T.@9$U6%%V6&""`N/_@4DF24ICE^5F)(G*1\! gwc-0.22.04/meschach/MACHINES/TurboC/mail-400-ML#+][.HD]0#$,75]!6)*O:(KQ4Y./OT-OAR8&=L"ZB1@E&(_2%&-YZ11I??< ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-406-M;R=99;<TA\>D"38]X*$GIT8>N4JMNPJ"&8KSE42AGUSLNAL_!-)8\3/1(,5+ gwc-0.22.04/meschach/MACHINES/TurboC/mail:407:MDAGPBY`-:&OVG"F%)(\-.;YZY!$Y[VTEZ2DZ9^&"TACIP9R?A/$OJ<Y`3NF, gwc-0.22.04/meschach/MACHINES/TurboC/mail-408-M\UR?)F.OLR=>^Y&#J:FU9<!-!$>WB.-GV)["`@[4E2K$&<'1Z_%J5>226M3J ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-422-MA%T*`G#]?Y+P_,](\.O%7?<^/L('+KURL?*/&?"GVT/V8:_>GW%;F#=1E!=! gwc-0.22.04/meschach/MACHINES/TurboC/mail:423:M/8FZII<%(9R`B(*R?IOF#!\&7$5Z9^&7B*:U*2B[@2+/"F<:``LX45[-D\"/ gwc-0.22.04/meschach/MACHINES/TurboC/mail-424-MO8Z2OD<:_Y#JG=F/'X%8-W%+28,/BYS$[$OJ2[.56$2%WU[%D6M@5#/(6JG( ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-427-M<8HD/(<WJL:YTZZ.A*/-@!"(2BJ*A`2)!9XNV@J)C6:8E1>A_.OKZ^KP1C]< gwc-0.22.04/meschach/MACHINES/TurboC/mail:428:MS)=4PB/O<STND`IO$(!4KGI:X+$+L<-0N?BPYT%'*C`8L'%\]N/E]<6D!^D' gwc-0.22.04/meschach/MACHINES/TurboC/mail-429-MXN,;QGE[>>&0&4+5H^!71\&J8^.%1'3DTU7PO,*A)Z&>_U@&3R*6^.%'^)0P ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-437-M>\0R:7P]N>0]!F,(D'$F]5+R;L>.4GB#J:.&+,_A1<BH_4=;KO/*E5QO)2\A gwc-0.22.04/meschach/MACHINES/TurboC/mail:438:M`'3*\#/:_@X$?9U7=2/E?9]6/O2'G3%YNVZV*_:W,\DC%&=)[`Q+;KE\V<)U gwc-0.22.04/meschach/MACHINES/TurboC/mail:439:ML'!OR:-H[,C2<(Z8^$?+'P:KC>E^YZ-[+K!GY"`LM(SZ1)$'%`1K16I>3IZM gwc-0.22.04/meschach/MACHINES/TurboC/mail-440-MZM.G*86S,CLX8(])A7[NS,CR;E-VM#)"WB=U08G8QA:%=*<>#3I8.VAXB*2^ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-444-M87H(2NSNWDS.;R:=YI.J*(\)>\C>PWWA)KQ[BGRXX@3B+(;1SFCBH4*>8U:8 gwc-0.22.04/meschach/MACHINES/TurboC/mail:445:MLT+*V9`@@SY!DM&\>H$R:'9X1&9&6ET@1R;G$-7:2[SA$EQ`%&#?CDHO7>;[ gwc-0.22.04/meschach/MACHINES/TurboC/mail-446-M/7^0")'JQ5ZZ"/H71]XA)8@'<6SHT\@7V>>(/R5<3B!PA.S2IFUCX7.^ZQYK ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-481-MU]<P90C:$=?3>,E+X?LKNRJ,9.?*3/D6\(8K][;>+8Q%\!.<:"25?;6T=ZCK gwc-0.22.04/meschach/MACHINES/TurboC/mail:482:M]OWWTFK3XI`]R@B\ZQ/>?^LE$,X1F8\!AC)\$8+43+B"$68`0)S^[[,3S3<Y gwc-0.22.04/meschach/MACHINES/TurboC/mail-483-M2+%V2O9DM_202]SZ%!QF#,RL>7:JISGWX[/=NWZQ64&GARW`0%D[%>-K/CUK ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-492-MOW[?:WW8"0F<B!-+LM1JO>Y^S^%SN-E;Q@F%3:I(GMV[/UP(#?3L6NJJ;(X1 gwc-0.22.04/meschach/MACHINES/TurboC/mail:493:M/R-`'=ZCPH5P3R]0V\`S-[*_W$R%14T38_>:<!]#`S^^3O=34]R),7?GX;?# gwc-0.22.04/meschach/MACHINES/TurboC/mail-494-MP8YU0I')H"8_2MUG/_\CKX433Q@7GQ;!8,+)C`ZXQM&F_LB2Z</-^#Z9W4\O ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-501-MI?;/[([2QA2N?!\;5)_=`9(F$[VDGVXQF%\7?WW]-<&U60//"[3U;$JR7SLT gwc-0.22.04/meschach/MACHINES/TurboC/mail:502:MD`J]X$M,1E3%D^.[6>6GN!E`RMB/TT5%(=4[)AV9F"1B"KOP@W(1J:?#2J5W gwc-0.22.04/meschach/MACHINES/TurboC/mail-503-MT$P.ZG:=':.I.">`G\5D.[FVV`L'HJOD)8/)_"?9).6/?D^"9*>=B(JD@PCI ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-515-MB<6G4:2'N$&"PSV!)>PH>D]`,U<O#*OOVPY&</&/WG'-5L&M[#_Z'-T"Z-28 gwc-0.22.04/meschach/MACHINES/TurboC/mail:516:M@\K`N&J#$^?*OL`8[*(LJCS,V&-AWC#VFC$'@GO$C:F291[G6#O[?&IF*ZP- gwc-0.22.04/meschach/MACHINES/TurboC/mail-517-M+&(,6,HVL8O3(*)P/DJ$55@;79M60OTI1C_7A025^-50*(7#L*):DJZU\!2= gwc-0.22.04/meschach/MACHINES/TurboC/mail-518-MF<'2P830<F5JURG,I#3%;Y.""BH_),SGCB8-QR`&B7^.CEE-M*G?Q*QHC_,* gwc-0.22.04/meschach/MACHINES/TurboC/mail:519:M@`QX4R:KLB]ZS1FZU>9IFSR*%G9F$2+BV@ULA`>Y4?.5`8S3IM''9^7!KG=X gwc-0.22.04/meschach/MACHINES/TurboC/mail-520-MIC%I;C!V.;'&N:D7VX:@Y,8T=JU?=7*_->JC!C#$M<6H=F_'^^$6!82H75[P ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-574-MW#TL_+Q=35#X51.QPU@530FY8SI#U'0I0]I13*WCWLU\DTV/!9%4'JY?@U-I gwc-0.22.04/meschach/MACHINES/TurboC/mail:575:M-YG:YTL&@MB`$CH=W$W0*19,:AD+`@8,*?<QAV$<%+8PJ.5V(<]9UY75C=0% gwc-0.22.04/meschach/MACHINES/TurboC/mail-576-M6+$BMD.]2:1'.!CWNG5UK0^=-X\T80OX(?B&`A`5B*S3D&/0?M/7<4[`6X&O ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-653-MT%LI\/L#9I@_^HNIOO%R.&C$(@7&D49^\LEQ7Y1)/SNU-N4J#]-9NBZ_]XUV gwc-0.22.04/meschach/MACHINES/TurboC/mail:654:MD^M2;I]I`Z;R`I[4W.(5$L2-KD93#!EK!F<.*F,0CGQ-!8C[%!3EQXDR4`,* gwc-0.22.04/meschach/MACHINES/TurboC/mail-655-M5I_[^"LKK7Q,U^=35Y;!6J+-B3:D)PH$+P&AV^L!50',_U/+%3:W;1S1S[E? ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-660-M^-D*L!70*"O6G8*G[Z]A!V)N@%CU\'L_U#4M?@4K.XZ@!KVZ'*M;`R*VT<N3 gwc-0.22.04/meschach/MACHINES/TurboC/mail:661:M_65><LXR%,5R#$E>:G`2$MB]D/S<0"ZCU[%X=W1D:VEOJ".0!0-@`RF`L5(R gwc-0.22.04/meschach/MACHINES/TurboC/mail-662-M$@,3R+(G]1O!;RZ4D.M)4(NR2<U%PM+W9?=SXOCM9Y5][2(G<BL(Y5AL,EN5 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-670-M+W[<^08OH54$5*@<*0D*Q&Y18K`IFK>=HA-!#L&;TF@G;LY%9LYZ<-X0DKQ! gwc-0.22.04/meschach/MACHINES/TurboC/mail:671:MKD1+<0$IOGG`&.$08ND4/S`GGV_4#I3$(Y,U\B^.&%WAZGJ7&8U.BS`**J=: gwc-0.22.04/meschach/MACHINES/TurboC/mail-672-M<O*PY5W+S2&[/X..GEL&1!Q?C5=Q>$17^7J[[K+Q$Y7?@MT@D[!UQBQD^!V+ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-696-M)]>V2YP!K69\FNBKDK/L0IK&E%L_V?],.DH7<D_EGV9R\ML>]7QRLO5@EY4' gwc-0.22.04/meschach/MACHINES/TurboC/mail:697:M[I`&*1JN3`8PB$#TVQ0CXY7+CI9/(1\=[6/AA%G=O5EW#LP[W@&#)?4`A\RN gwc-0.22.04/meschach/MACHINES/TurboC/mail-698-M1&V(ST@*>T!O<;BV8.$%*O=)_ZHIM(F&"P,TV=0J=51@2\!Y_CUXA=8I+GKV ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-718-MKYY=:">A57>2LM=:*RE=C_.>_@#='9V'B2I-TX:=4D6FY&W:'13`Q,T&/::\ gwc-0.22.04/meschach/MACHINES/TurboC/mail:719:M&JT2Y#PW+/]+QL)JF+90]Z5.IH;)/[57V$`L)/Y$KAW@UUQRB#9!;`U+)+,A gwc-0.22.04/meschach/MACHINES/TurboC/mail-720-MVU1#QTXFN?*B8VS;9$<D+A8REL1UQ5+T2L_VK$P!`$%3E4R4M(6EA'N25U+' ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-737-M:U"HW(+,CM^K:8R]EP>U1>LJOZ5,_*&KS)9Y8+%3=;]2$1&?S'(Q+VFD=-TN gwc-0.22.04/meschach/MACHINES/TurboC/mail:738:M/D;(>KAIOD#9)-._?GGZ70CA?U!+`P04``(`"`!68D\?04\(&DD'``!.$@`` gwc-0.22.04/meschach/MACHINES/TurboC/mail-739-M'````$U%4T-(04-(+TU!3E5!3"]-15-#2$%#2"Y(5$V=5VU/&TD2_KR6_!]* ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-744-ML(*,U55D*PUFRT1!K-"2C$SG^U&16V@EXP%%(J=0@J^6PO)&+$%7K&5,(H\) gwc-0.22.04/meschach/MACHINES/TurboC/mail:745:MQ.J>ORTM59K6C%0>I14N,L"L03/H=NZ`H-!FX-%&$E\JMW(A-;5'K$`J5\V& gwc-0.22.04/meschach/MACHINES/TurboC/mail-746-MD])<=PM3"FV`J-D,3M_7QAZ-SU:"J5G%RD@8=O38L%$1PYI%<6M@TUL)[RES ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-780-M?#&)[P3",]Y\&O0;G.0:L,'V^%+*--V8+7KC-O!I9]S7;+X=_$X+@'N]-;O\ gwc-0.22.04/meschach/MACHINES/TurboC/mail:781:MP"/C@W+_!5!+`P04``(`"`#<74\?286]:WD&```$#@``'````$U%4T-(04-( gwc-0.22.04/meschach/MACHINES/TurboC/mail-782-M+TU!3E5!3"]-15-#2#$R02Y46%1]5VUSU#80_AS]"G68:7-P9Q(&F"'YPC4% ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-800-MM3R!RWJ0)K1:]-1W&X@;_8+6]8)-)Z9,TY?_-0`%;T:IPQ=&XK$#!_H3Z-B; gwc-0.22.04/meschach/MACHINES/TurboC/mail:801:M'L<#J9[$?!@&`]Q/7Y=L^/VOS]$;Y71XM2FJ8`&)G@WRWB<GY0`EL3+-*.K! gwc-0.22.04/meschach/MACHINES/TurboC/mail-802-M7F#AC<2'C^*3M,?0+S"IHG:,*LLF61XP+D<5P,NH#_*$65>B$[P9`_AP^_G= gwc-0.22.04/meschach/MACHINES/TurboC/mail:803:M)N8`HO<M[`1H"7$N%6E$=*F-;9#/<2`MYZG^P:4E^[3I4W#S8;/DGR`Y]R95 gwc-0.22.04/meschach/MACHINES/TurboC/mail:804:M8&VUJ4LU8AQS<"?B-("Y`VS$NDRX&P&@,7(T&"`UV3QI("03O)*"='2KZI0H gwc-0.22.04/meschach/MACHINES/TurboC/mail-805-MN(D/KL\"I8HJ0N\Q5B@]:7H7^Z.P92P>XLM5K7PW+\TP?L;2:W/D>RE;E,M; ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-828-M@:8C.4-BYJ431@&^%B4P5L"9K6X,\HH"H+BR9,LM$_X#SW,CK&5.H[YR]D&6 gwc-0.22.04/meschach/MACHINES/TurboC/mail:829:M9'UH*^F*7^!A88=<-4.1-T/>D`$?F^5;I!)9A5ZVD;8`GM6-04:M8#Q-,EUO gwc-0.22.04/meschach/MACHINES/TurboC/mail-830-M?4%WI.O-\I!8(A02!E4E?`/OM'6H*)3"P(_>2@V3($DN2DK'EC56JAOV4*H8 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-852-M[H@OC[NDK)07"5E9?0'#.4P7'.:8?\G:O2L&*S@+:!"32#C5#PUA;MEX^]'K gwc-0.22.04/meschach/MACHINES/TurboC/mail:853:M(RZ'<N\4%QX<[(;/W:NN-Y`F_P%02P,$%``"``@`3%E/'^^UW6_S"@``%!L` gwc-0.22.04/meschach/MACHINES/TurboC/mail-854-M`!@```!-15-#2$%#2"]-04Y504PO34%.,BY(5$V=66US$\D1_KZ_8LY7=4B< ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-864-ML<?0HSV&>ONL^%49/4P:GSK-I@7UP8Z-07"MT!6[3UDKERI*6I=!DN60$%F> gwc-0.22.04/meschach/MACHINES/TurboC/mail:865:M2H<S(6`2PJ4/IUA)K$[3RAB5#7PQ<[`1%']&,M;ENA2Y2[J"%'E*.:$705DP gwc-0.22.04/meschach/MACHINES/TurboC/mail-866-M@((F*D!$[S[%E^0RM9!5X?K#Y!1RZK-<;[APG4AU562BT/H3E'U2CX,7#YRR ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-871-M2X08"G6:PV59TDY&H.7']8;%??6OM:60EM>JS!7#SI8.#CG.O6JSNTU>IXM, gwc-0.22.04/meschach/MACHINES/TurboC/mail:872:MZ.5P.$PIHO@=L]SC`@($DQ`LDAI-IZ-?SBZB!-Z%IR?/)]/X..&%P^1LL;LM gwc-0.22.04/meschach/MACHINES/TurboC/mail-873-M)3[!P5RIDNRCLWJW;(Q>&KE&EN;.POU8O=65N,GMBBS-M+!ZK1`/'&@#?7E: ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-876-M+^[=1<&NM=EZ:P=(CJVX>Z\N([S?>]"6R!>!*`W%5WZ@"JOJ-^2\WOW^<?(U gwc-0.22.04/meschach/MACHINES/TurboC/mail:877:MJ9_3AO(3ZJ'BPI"NQJ`R*Y"(#-$?J_4F;M%IQJ/3V9\NW[R%RE#+G'`1@'#J gwc-0.22.04/meschach/MACHINES/TurboC/mail-878-M,I,F"RJ!MW-EN'DM<R0CP@S/1;>-9I?C/X\G[\?!V/MD6E5^*O5-#%VO*I&2 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-891-MK[%G3V?<4PGW2%C.M6E)DS!!-E!"!7&":<8^$D>)%+I<4F_J"]9ME2(E""`W gwc-0.22.04/meschach/MACHINES/TurboC/mail:892:M)+_F'&1Y?`$,#&M\7FQHJ]"=YI7K*FNB>,9^)^)$<?I8$6&)T\^@:>SQ4'7` gwc-0.22.04/meschach/MACHINES/TurboC/mail-893-M`O=@&N4Y=+++H?&<T\&37@"G!>1O;S/L8]Z!X22&-^&6W20-,0XJ?P76A23$ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-895-ME@2"AS['S&JM9$GYPRQL9\YM9MQZOA7U$,L#;(L&<D[Z'LR'C(L#I5DQ#8)1 gwc-0.22.04/meschach/MACHINES/TurboC/mail:896:M2Z/`*0VE>PG#,#$0*PN]FP:@A`Y%+RB3'<A#&6EIW?#]\-GW&X.F8*YR[6UA gwc-0.22.04/meschach/MACHINES/TurboC/mail-897-M:4,T(1+,JCW$?NOZ<I^N<-9:%0R6QGAZN[N71?O`:+E/$?FJUD(/+J:7HPZ+ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-927-MM>>D=ULIEHMXD)`R9NR`*8?:W-&!L7(E=5>NE.6M#T9XTPB@F3=L#>@EA0$# gwc-0.22.04/meschach/MACHINES/TurboC/mail:928:ME34U:;U</`I<F^AG'QY!0&JQQ&A>/$E/Q/FJEJ@GG/`)N);>,:-*MN&J1>(< gwc-0.22.04/meschach/MACHINES/TurboC/mail-929-M,@<;[07R/+3.=PQZE6?BJ1`-^%ASOUA74BUR*_CC]Q6*R8J-Y277N\7Y^%Q> ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-938-M^9N66(1W;JS=I7O^0657EM==.KD(0MQO);8&UM#Y$E@9*UL!>P7V'9Y,@M"$ gwc-0.22.04/meschach/MACHINES/TurboC/mail:939:M$4_P=1*B81Z^ML(&1F.,)"(>0>-T(+&`(U?`9.B4+@!JR7T0@.L^B*.X$F`< gwc-0.22.04/meschach/MACHINES/TurboC/mail-940-M[`#H#-C+-0YL8-EU*$=8#=@J::Q%X$:VQ'#2Y"6$D0L]$ARQ)%+D!Z('Q5H- gwc-0.22.04/meschach/MACHINES/TurboC/mail:941:M!]?&-"YEE8'Y`7'TRK$`]L#U"+&3=0/S#(`OVT*$N11AH*Q>MQ.3U[3Y:?!` gwc-0.22.04/meschach/MACHINES/TurboC/mail-942-MDG^8+0ZBE'K_8`V:HFBM8T/'H=Z]:LC@<VL-CBCYCQ@]+^$NR]C'U.+[7A;0 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-946-MHW<(X]!0RC@?-A'41U:GIVCI]%0HZ"O</**&J-)7UJL6HG08;"X2`:]^$T=Y gwc-0.22.04/meschach/MACHINES/TurboC/mail:947:MCC>!-)\7WB\^PZ!;?/DR.B-TK^]OWV7L_72679#1[G\$,HB`_`M02P,$%``" gwc-0.22.04/meschach/MACHINES/TurboC/mail-948-M``@`@UI/'TRAU:2`!0``+PT``!D```!-15-#2$%#2"]-04Y504PO34%.7SDN ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-952-M_(I=MF^X_]6SSW(`RAUX0KU=JUYH-+&B?^R<!?HDT/VY/MO@-T(-=O$3?0?_ gwc-0.22.04/meschach/MACHINES/TurboC/mail:953:M`HS>Q4_T)?\UB-33,])28Q,M!_YL`T$JQRW`8'U!=(3*'9"HN'^,N.=*0=58 gwc-0.22.04/meschach/MACHINES/TurboC/mail-954-M\X@0>8G+8@W,7>E@?5$&=+?T\*YTL;XH0[I;^EB5(>=WRH2;I4SI":7LYT[O ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-968-M(=>TI^;6@1?15<T9/@+DUM3CVZZA6WH:ADUA,>LXZPT<TM`N0><3D190YI2A gwc-0.22.04/meschach/MACHINES/TurboC/mail:969:M%4&<AS;'-`[EMT*98.4ND10(+&[(B<`Q@\L$J\Y`N)/]%-BNGK!?:RE:RI56 gwc-0.22.04/meschach/MACHINES/TurboC/mail-970-MM]0BQHAYR/=.92PTTRJCZY82VZY'W&<"<VAU!E-?CT-A?8=@<AA.1HN]UD_G ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-973-M>/V(+3<]\:RY7BSSP$FK=4,9Q/#I)EP2**O+>_EX_\>C!Z8$%XL3*Q(,%@RG gwc-0.22.04/meschach/MACHINES/TurboC/mail:974:MH>6EEFMR@7(HM=@I%KAG:ZERA,]*6[-55`'?P$*^;K!`N""#JPLT^)].EC*+ gwc-0.22.04/meschach/MACHINES/TurboC/mail-975-M67!R6V;+P^53"Y/[[O:7WK<\L9Z>IMK\:??W.4QP9VYM#J6QG;\4.,Y"L?NQ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-980-M\T'!-/696&#-^$O"F?+T#U!+`P04``(`"`!X6D\?Z![<53T"``#/!```&0`` gwc-0.22.04/meschach/MACHINES/TurboC/mail:981:M`$U%4T-(04-(+TU!3E5!3"]-04Y?."Y(5$V-4TV/VC`0O?M7C+:7)4I9]0II gwc-0.22.04/meschach/MACHINES/TurboC/mail-982-MI(BF$A)?6MA5RP5Y$T-<.3:R';Y^?<<F(1O*H3Z-[3?SQF^>(\NM8/&4F:R@ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1000-MFLT6VV9&K'B#^`L`9-<-R**^_ON<:;-E$1&ZX^=(-YN+5K1^/(EH',<1'=Z< gwc-0.22.04/meschach/MACHINES/TurboC/mail:1001:MG=6PGO@3V"WVNR]`QYO-+N"'I]WPWN$G\.CU;E2G4Q-.`>[Z^07BOZ1'+<=. gwc-0.22.04/meschach/MACHINES/TurboC/mail-1002-M-=I'+DF>ILJJSI6QCW1S]7J@QR%95J^%<O4_-1_7HH]?57WU2]J,:W'&KZF# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1004-M,2H5<"`C=CF#TKZKJCLF7;FD?&$UHP4OE%Y2R7D&G@@#-I8)].I.JX*VK>T4 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1005:M+,]5>M"`]F$[_G9KJ.:YPZ[8Q4C9*"H54+139FE;=%9<*V\IYOSVJ'TD.D`] gwc-0.22.04/meschach/MACHINES/TurboC/mail-1006-MXPLA)WA9:7CVT5L+$SG:<V"H-,&+%_Y&S<$Q9)0L'9\%_2/4<^LXD$J9I%,V ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1047-M_.[2,WAS.[F_!HBJA%Z51ZG8];?GW_EYCCX?S=5^Z%AW2&-$6_5\+63IKP=% gwc-0.22.04/meschach/MACHINES/TurboC/mail:1048:MLTUFZ?R&/YF$J]\_/PZ&\&5T.[SF?L)]DZ0QO375DI%PW7\`4$L#!!0``@`( gwc-0.22.04/meschach/MACHINES/TurboC/mail-1049-M`%=:3Q^2'0F/CP(```0&```9````34530TA!0T@O34%.54%,+TU!3E\U+DA4 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1057-M^9"*,"4O:Z(XX0+<3]6V6"1<XCZ3(`D;I67=L87#CII/^"']*&O,G,ZTM!$* gwc-0.22.04/meschach/MACHINES/TurboC/mail:1058:M](9WR3EH+>^FK.\`;E$6K$_`"\6,"11E$Z5O(R#)=+@3CZ^B@U=Z*W0S,C(R gwc-0.22.04/meschach/MACHINES/TurboC/mail-1059-M0./[ACVM@E8A`]F7D1OMI=)AV3?%Y5*7'8R@+,GNR6`!\N)0;S@P@.*ZQ;QK ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1081-M)C;^_9W.U-[4VI(&HAD<=1^YH?1C=)13ZKOU>CMDJSFL;X?Q^S[/?GG"WKX_ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1082:MLV\.<L&VV<`@HC_10K2X0>[E("`<"?YX5.Q)BFCLQU6<Q@3['#2V7YX$O`YA gwc-0.22.04/meschach/MACHINES/TurboC/mail-1083-M^EY.H_H\W1T''PE>UAJAA3&W4*#U1X;M)-I)Q;>R\A7@M'@1U-5P([6W[*=' ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1088-M.N2-=\>3-(.=]G@3.U!"9!@12P["/KC:5?<8AW]V5BM8WCX_7`*<]>?9N8<A gwc-0.22.04/meschach/MACHINES/TurboC/mail:1089:MGGSX]G2S`AJ$RY9V^@=#ZB2=P3X\9TD:PL,S_R]02P,$%``"``@`0UI/'YMX gwc-0.22.04/meschach/MACHINES/TurboC/mail-1090-M?)S.!```[`\``!H```!-15-#2$%#2"]-04Y504PO34%.7S,Q+DA43;57WW/B ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1093-MP2]L[6GGG8L_!\.SB_X%#O'5H.@/4D5I$0MXER$`RK:2=^R@`=K`ZI0S\AYG gwc-0.22.04/meschach/MACHINES/TurboC/mail:1094:MH''`;K6,`6`TXG$\&D'M7/`4XOSPK^LFE..?JC'RH;%4#E*AZBS6Q3@5*"QS gwc-0.22.04/meschach/MACHINES/TurboC/mail-1095-ME-TN7`E4:%GJ/.!6D5*UW21L47HI2JM7EL-FJDOA8OS==E;"<V'T&G*UJ'W@ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1106-M$6A'3)X;BU3?T2=TB[(>99&Y)%1,N1.L#.#<R[>"*TK7^(GR%*H%`+#"6?^= gwc-0.22.04/meschach/MACHINES/TurboC/mail:1107:M]I&\AI]]P9;7>U2KY7581/Z@-3*\&JZF9/O$Z`QH"Q$YFL=-LW]8`C_&G3\# gwc-0.22.04/meschach/MACHINES/TurboC/mail-1108-M//>X\]?!;L"E&KQ`7?6=+;)%N@>;&SNP^1O`O=V-5]D-,JBB-"@_!.=>C0;# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1128-MX0+OEEMH%7`-NX[8MP*G9*UCB74K[7;9[7!97W-\7=22V+T6$[;")HYQV9)J gwc-0.22.04/meschach/MACHINES/TurboC/mail:1129:MT-,1KYH3'``4J@B=$G"W4KQIW%J&3(,C#I>`U!L2Z99.\BZ+QK>D^SK!/A?/ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1130-MUTO:VA^[AT%G_S#XB;DS96FQ&*KI!(T5UC!LQ5-<$05LHT0,:L/U*E5;$"LL ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1149-M$Z>9R4]%<SCV@[+!UO9A?'?^Z>+V\\7--78W-HICKI>2%P"D4EGRH=:GKJ/U gwc-0.22.04/meschach/MACHINES/TurboC/mail:1150:MH6_JTX#&7`?SQY+&$,,AUVY\LXZ9N\94+M(9S=XU3#FCMB3`Q6Q.7LZ$%GQ> gwc-0.22.04/meschach/MACHINES/TurboC/mail-1151-M9`G/4OM6ZF(5Z54AN<X`)P.S(N!1(07$L^""IW+#3+OG:@YOD2Q+44"W4Z$, ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1161-MJSB^GX*$?E#E/QQ::*.PZ:708[J7<W5ER&0]5*.(2]-VOCN*,=O`@RK--]/9 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1162:M^OC>`U7VB5D;-=(2R\?F/K!K2+;1O]==7U#'$*8JJE*`R$NJ-HIV]W0)&)L* gwc-0.22.04/meschach/MACHINES/TurboC/mail-1163-M63?$SS,H1*@\#JE3A01F1"KB;)&M2GB&')N%@=H8<KQ*M2QR4>C2QM>("UBG ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1176-MZQ&8T^PC,WL/SGF6FAVO<FBFQ"*#[=H!G@/7.(;L4+PX8*Y!B/7[F0/$)T0] gwc-0.22.04/meschach/MACHINES/TurboC/mail:1177:MQ,<YO,)=>%";G)$)`9Q9$]\][RI\-Q[ST>7=S5MNKF%P*O`N6.[`0)8W7SZ= gwc-0.22.04/meschach/MACHINES/TurboC/mail-1178-MC_G'B\OQ6](W<A\NX8(-)&=Y&`5\1T/P,)W-!1(?1H1#^F3L7U!+`P04``(` ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1188-MSM9\CWZ(GJOH>7G][FG_8Z1*"/E<P2>*O,2%LN*"5$?BD3/\5^JGAOG?H_T` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1189:M190G/@P@E`XAR97`$Q;8-B?1<#)D`;1.*MM+D1K<JMW,L6W`LMTFU]+EF;8L gwc-0.22.04/meschach/MACHINES/TurboC/mail-1190-MCPKHRNX\[4ZZVIWS==P-7W)-_H&,/%BC7#G;ATR`V!*`*:P%7E'?P<0A(=A4 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1191:M`%J#G/4`A;#SK)+@E.NZ%$VG=1APF+`M$.JES;&0DBJP2XR_DRYLN9MN'`HC gwc-0.22.04/meschach/MACHINES/TurboC/mail-1192-M]B@]/L,5(T#?OKDFO7[M&V0\'@`-T%QHPW:BS\<QG@F^DI3D/:L!0^[D"I87 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1243-MNR*F],:"6!TANTJ9/3[OU[+Z<*T8LTF].>L`6O`'#WC$TZ!3+]2U,E8J+;Y8 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1244:MM4IXVX5_<`J(53P,'1([^;AI+J7QNTPB$F@F`1!EH9%8CV4\JUD"8XP:"R2? gwc-0.22.04/meschach/MACHINES/TurboC/mail:1245:MV2"Y3A'/2X7QKD:))I(./`PO%>.85A'ZY82:;N2)+2(E$;]8".`+A:#"R#8M gwc-0.22.04/meschach/MACHINES/TurboC/mail-1246-M.T"JCS^($MC^F5!9&UV/0ZG0^X!=G(\N%CUJ\[YK?0:S$JJ#_!LPLQGS#3"Y ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1251-M(%XWI5@(S8AKF]Q##B$!K!KR>K-:^3Y4C0U'1P)B7Z91S(*7Y,C"$5I<Y2+2 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1252:M.`PS;3#(:^IYXJ">4"T=QCR<J13)$3GB2&JA??]%!F`>3/ZQ]ZPQI_G2"U=R gwc-0.22.04/meschach/MACHINES/TurboC/mail-1253-MZ"R6_;-2A:9]SEUDT+R;[J>A"&9BB2JP!B?=3T='/^_O'_WX$S2/GCPY;#U0 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1317-M()ROES<`9F@ZD6`1O$9R#&7BE&/J3G?3>%],UOE:Q.7CPUT$7V;SZ,:YY,4H gwc-0.22.04/meschach/MACHINES/TurboC/mail:1318:M#H`(T9MQ-3<J^PE02P,$%``"``@`YUE/'_.+KRU$`P``]P<``!H```!-15-# gwc-0.22.04/meschach/MACHINES/TurboC/mail-1319-M2$%#2"]-04Y504PO34%.7S(R+DA439U5;6_:,!#^[E]A=7P@B)<!VI="(TT; ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1337-MD3?=,$`UX_5#A)RVCB^#H%U1#0.DPA\N_A2]?;C[,.&?IK/)9=[1*NW&CGEW gwc-0.22.04/meschach/MACHINES/TurboC/mail:1338:MWK`_4$L#!!0``@`(`-Q93Q\0GWR\J0(``/D'```:````34530TA!0T@O34%. gwc-0.22.04/meschach/MACHINES/TurboC/mail-1339-M54%,+TU!3E\R,2Y(5$VM55UOFS`4??>ON.KRT#!*U#XV%`EUF10I_5!#JPU- gwc-0.22.04/meschach/MACHINES/TurboC/mail:1340:MJ5QPAC7`$3:,\.MW[;@A_5";5?4+<'U\?.[QY=I77.4LN&`RR6B2G4)!5<7; gwc-0.22.04/meschach/MACHINES/TurboC/mail-1341-MHZ.&)4I44-2YXJN<)U1Q4?JC#=S/CH-W@(@@_?!7P?SGY=7U?#K'5_RL6$"^ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1347-M?(Z._I!?-61G0FLA@^;^&+Z"A+"Y/S&JH`\M(C#175UN+TR2CSCTBK3N(]J< gwc-0.22.04/meschach/MACHINES/TurboC/mail:1348:MCTN;+I\$@$NXO)W-`-N=$@)D0?,<W[`T2T5QM>9:52*M$^7JCQ(XLDJ"_+QC gwc-0.22.04/meschach/MACHINES/TurboC/mail-1349-MJ89J2"*J"K6`#GJF4.6.!:F`4BCX*ZH_X/,`:257]:^1/^+!&-=33>D^%5;4 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1350:M4L$#(RE?+EG%2J6WTHAV:].^OX`QA]AD$HK*Q/+_"F9?;<V)M?FY`[01',W* gwc-0.22.04/meschach/MACHINES/TurboC/mail-1351-M*BHS7OZ&AE>JICD4K!#5&F^H)-,XSUPKDQ_AQ?5LTM\JNH?H7A..'YNT;G0. gwc-0.22.04/meschach/MACHINES/TurboC/mail:1352:MGKKN&&-RPY`*@.:KC(ZQTWAF$)R#,[`&A6[KWNFC'HX1.G)@,QMZ+3@C8OW2 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1353-M(-V#QCM-JH<NH@VXMZUUUVZXNV(+;K%40V_=<^\!1WZSP#9`<\->W=Z<3^#[ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1356-MO51,?:R5A/.HUT2M$4WN#+D&82EK8+'+TBJE__UF=XM"J_($WWP[W\XW,PPE gwc-0.22.04/meschach/MACHINES/TurboC/mail:1357:MDRFUKV@1)D&8#"`+I&`OP'.1%<-C$QTF?;N+(T`VS_#9]OY>3VZ\L8>O^"FH gwc-0.22.04/meschach/MACHINES/TurboC/mail-1358-M3;XS'J9E1&'/G+.2/7)+@Q0`LJG*T3^X<N[@AW/8A:>,QY]$8I$_OH6&QUIF ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1361-MM(1TI2TMG]-EBI=I:;8IN[)$Z\)7NOL^9I"O^XU\6Z/MZ<<E=V(M?3)"G')6 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1362:M%A_<P").FBI(=IL0"`HE+\(@I=$I!@,)K.@I%@:8R@0JR/@,%C24N8`X%V1) gwc-0.22.04/meschach/MACHINES/TurboC/mail-1363-MV2R1"E15T91FE,MB6W'3<-U8+131&$4C/(3ZLT0?CO,TS9<J%2;.RC2@`^(_ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1387-M."EC,T/EL"$7"[I^?[>Z(L(S))9S3'*3I-GX]!GVT3J\>//P1UZKQ5\"5F0) gwc-0.22.04/meschach/MACHINES/TurboC/mail:1388:MYH`D,H%+T,+@3BO4V_8Q91CJD65$\\(&E>+=`E0T%1?#_%'=.RW=QKN]LU@V gwc-0.22.04/meschach/MACHINES/TurboC/mail:1389:MPT#B4GB>;LFT+5<&1:%]@2\PG]DQ%S"*:BA@`\UP(%4G?$^ACO),8U`.'=J9 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1390-M`1;]+-#.H-#`.+*L2T7#`O!N&B+]6.P:HYO!$U7[)X0-)B74CJ&/_2;RO[VL ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1418-MD&WS_GU05;T7D:]>@W45<#7OMW!=O09LKM,L$2N`>Z<.U3S"T?T;T/K'P\G1 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1419:MQ>C;=#0^IP:RZ4+D`HPNK%0B!R.P[UQ%<&>D%8$VU].S:R#`'1>..)&WT5+F gwc-0.22.04/meschach/MACHINES/TurboC/mail-1420-M(!3'2I)=7B0V)\K,!%C#59YI8T6$_]H[(53)0/)=TI)\/,6&GK7]4-<&TM+V ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1422-M`\J*/%*U?&P\SH4E/)F6RC)\(5,*$)71EMQ(@@]D!CIV&CYBFQUJNZ@(GH*] gwc-0.22.04/meschach/MACHINES/TurboC/mail:1423:M$FM!6?,DT7-.%4M%JLT:>`Y*B$A$;390(%:<.EM&*?*GU[)^F*&[M4_%HB`# gwc-0.22.04/meschach/MACHINES/TurboC/mail-1424-M'X%B<EB*N=6&D7Q5H@QT+VG9_('&7>99UV4EL;KLF4U[+?_W2Y<!M-W#9`QU ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1429-M@]P\7:!"EP]R0\9RY?5W^I%,G?33P^.UE:G(]SZ5:.NR+=K73AT'5E*DBOE8 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1430:MC?\27O0!O+`$L%]SF4NM0!7I3'B\48F7O<`+_T,OMGW`'.L8";Q*1%C(BQGN gwc-0.22.04/meschach/MACHINES/TurboC/mail-1431-M:+CCZQPP3TK)KC,W`%(<HPB+X3S`,99K6.L"A6LW.JA?;H@YHCE%;RA]EX*L ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1449-MVPA#VC2K&O#`&]K`$,L<?Q**-35;[LD"*Y)#K6RE3<>@G%!6;D4GF93"YJ5W gwc-0.22.04/meschach/MACHINES/TurboC/mail:1450:M`^.E$T;!>%#P&C1D(&G1K!`XN\ZY$\-S.7]L`5?J52+@[WUWGA1&2[#3>9:" gwc-0.22.04/meschach/MACHINES/TurboC/mail-1451-M_=Y(L(KG.AJP%#F/[B(13E8B'L;I9*",PD0$IO^)'N.!$*B@M;%\+;*$3@.A ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1455-MUFSZYLWX#%'K^45"J7/&)/N.?7N%?S.F\.^;;]C$X\3`"D@DD;T,``W0!4E; gwc-0.22.04/meschach/MACHINES/TurboC/mail:1456:MD&%#51`[AH'6GH$'AO2]3'#&BB=GYJ!FY(SQZ0CT@D^L<-8'+F^,0?$.)`7I gwc-0.22.04/meschach/MACHINES/TurboC/mail-1457-M(%T*$\LN/*"\$)XEY0MJ7/I"H*)9$]W'D$LA'WUYU$:.`Q:.;0*$M,T!#O70 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1458:M4$#4Z?`AM00K(<I,4I*NO(JCB)"<D6.3I:"$E>K5<R(`A0!+!6,*Y'ER[+5@ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1459-M1Y;<KMA++Q%N>$F3=V`?>5\4O;&PC)RH6R.2H8N[(D;+D!SU%HY"POKC9"]$ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1463-MZ0A;3I!=#LDN(]E?!\!RZ6')0XM6;PAU41SM(=[8,;(<@%GX@/4)_FVM.6** gwc-0.22.04/meschach/MACHINES/TurboC/mail:1464:M<)0D/^C0(VIT#E3^S@`Z$)0.`2+8'V9I&DN'JH$GL5@H?`V%A^:/#I"">RF= gwc-0.22.04/meschach/MACHINES/TurboC/mail-1465-M5[%UC>`%"I8!9+)DUI3D_UDIKP]PI`]]*Y;B&C(DQ+W6!'?&6]R.*-[3!7>< ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1498-M5_P8X./YR8WW\FHT/O<>3^NLIS>CL?=X?>68`WX>7[[SWG^PW"),8UZQ#-T^ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1499:M&D5$H`J]\`'A9OQVU!TRHY8%V$O,DG`N[A8*-52YC&"1+,.&`',%>$(LJP4Z gwc-0.22.04/meschach/MACHINES/TurboC/mail-1500-M$BR@/BN(;6=ZL+4NLEQN-K4U<+$("Z'`>K'L5L9V.\KX'NE?GYQ=._'A$E(6 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1509-M$5*_CY/0]CLY_7OY%LX/GIZ'@Q^_P4(?:J[PT#,S\,0CSX,.GSUM<QZV.4TN gwc-0.22.04/meschach/MACHINES/TurboC/mail:1510:M[EQDA60TIW`Q$4-0R,X^+552"(H#1#B(;QO66`1@,8OI`R%'`X)`$H>_BZ/[ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1511-MD^&0(A$/L9%8,;F4R!G3Y<.^$!:W'%KT^WV7#*K206?B+LL_DB*XKPJ3P(0L ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1516-MK1@G82X;2DBT`MJY'[S5\AX["F?'^ZP(OC#"%?>*X&$1:LPUH=99I.AH6J9, gwc-0.22.04/meschach/MACHINES/TurboC/mail:1517:M2$>2^A`1OH>B4P=ZB8$+MI1SF7,"_N,/Y+#$N[M(B*J[Z\#&RI9![$&ZA/U` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1518-MAEJY7*N/A2PBW)YAI(KNHBH-VG*2_-IF3GI7X>``_CS>X]P=0WY&=;%K%GN/ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1524-MSZ@?8",R;^RRI6WRIRD&[2,PU%1R8P&8%,8QSA(H1K4K\P/N(SQ\XG(`P6N: gwc-0.22.04/meschach/MACHINES/TurboC/mail:1525:M85&<A]%'Q5,A[E/".<`$AA[E42`$5)W#IC)',NRL5$29&>P;`8;F>;C6PJ4> gwc-0.22.04/meschach/MACHINES/TurboC/mail-1526-MG,U<WYS<3,:C-T;4ADX*+TVCV"'X)A3@$=D'[Y#VX@*"9D(U9\&76.1#V($D ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1536-M?%W5:Z]TK6A0YQ5"YZU,UCU"S]3@$:?#1O,@.G`+U2U-URZ%VVEP?8*Y9:J$ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1537:MS<%INMU^?%F.G`ZP`V]C$[Z%*$NI2Z)Z%9Z1`"U#._:<&'8\SIZT@1?=I,9; gwc-0.22.04/meschach/MACHINES/TurboC/mail-1538-MDZ]]<PT!B=*;@-<"F>\K:-U7A6G5U1R)1_\Z>,3>:YP3_#%D^2Q5C[+'HWU# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1554-MKB]Q"&_:00PK7ZMZA^C6^$MILV\<!O_8T@V[H7DS'2-2;IJ%&P$OWXY?C@3^ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1555:MSXXCFS#1$_I13]A?N2FBR_\?4$L#!!0``@`(`)593Q]$B)ESD0,``($*```: gwc-0.22.04/meschach/MACHINES/TurboC/mail-1556-M````34530TA!0T@O34%.54%,+TU!3E\Q-2Y(5$WE5DUOXS80O?-7#+:7QE5E ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1562-M$UMG$G9U*6B@%4RL37Q+-Z@%FT3.<NZ:2!$56'1S?`CIO5+WD9%*:/D0L+C< gwc-0.22.04/meschach/MACHINES/TurboC/mail:1563:MU];CC:Q0/Z!*AY@Z1,SFN\X25`5/KXM%!-K0N]4:JH+G.;Z!T*7EZ$VQJKH` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1564-MO>MDIE2LS1P1JFS+?*=H6(`ZRRW%H@]"&R.%!3)&<,R4R!#%G*.1MC:EW,9L ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1573-MT6)XE9&J<8`'96S-<RADH<T))R0R@L;N'\CLK_3Q>3%S-YN_OYN+$N]#ND%' gwc-0.22.04/meschach/MACHINES/TurboC/mail:1574:MTSOV(M$=@.?[C-\Q@-@];`KWX$>81@_1(^GZY@Y@/`+ZDO[R`*,Q\Q,EP)0^ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1575-M-D\#^M6!PH1=@BC]0`:0,\>ICT:X[T:+7;1P=[L_6+,9I(O5\A;`[='#I>(. ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1585-M=:'D/O^.\N^T;-?`50%C.GWA"J::JR@HMN6RQ;X'(NA;(@W`.DKGIH!2:L)3 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1586:M&VBT4`[<KL$@KA]0IZQ6<A>QN>]5RMW_;U,5#U#H=BTQ0`Q@W3K2*ZA/G3D" gwc-0.22.04/meschach/MACHINES/TurboC/mail-1587-MZG3K1"/":P2RG=I@X=59=QP">D_"A`@-:P.OD"-VFB$&3G2]<6C\*%Z7B,Y8 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1603-M"E'*W':Y2Q>(;I87;C6?2*82R*A8I/1N9\)R/;%"D?>3%:\,U:5]:P?]_OA* gwc-0.22.04/meschach/MACHINES/TurboC/mail:1604:MV@[="`YV4;^PQLYGE3='(NX*;H.7$B:"CDN<2:&01)K8+:,Z8/[`3!A&`LN= gwc-0.22.04/meschach/MACHINES/TurboC/mail-1605-M`1;]FOR[\F[11A!O['J3+BCWF)Q-59I>3DHI?I!80[%AY./O*>4/*L,%JTUX ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1616-MR9\\5,B%LC/HDE2+-UU[[1*\51D]-'42'#0K6S,?5]8%@;P3RZ;B16PQ4S`2 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1617:M3/N:*W`$P(I,5^`AT,EDID$F5\514$%-!"Z`"6\[6"88&*5FEWL'86S3A5#4 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1618-M;RXG4UXVDZF&:\3HI`Z.#-9N?V+G.KB2KOBTE))71=A$GT5STKFL:T[H)"15 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1639-MEM6`-`?0.W`%6@1#%E2-=@(>3I>`!&7!H%4G4N8T;'$@@-#&D#KP3TSM0#F0 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1640:M&BW4VD'!#QA`EE<(4I$SZX5P"[V46?_?7FB?N`F)R/>)"DKDQ@5IESVR5%WP gwc-0.22.04/meschach/MACHINES/TurboC/mail-1641-MEJ12+;IA?5"6[[VP@KM0K^*JAJ8UC;;(?"-;J^K]7^TD,GDI="GI26)'L@E+ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1664-M7=6VS><MXKO>78M`_$)[(=.0CENL?2.<3,.,KI9W-Y<Q7,WF\1D5BU8SY3B- gwc-0.22.04/meschach/MACHINES/TurboC/mail:1665:MH&F?J&12F/T'4$L#!!0``@`(`&)93Q]D;)Y<^`H``$$;```9````34530TA! gwc-0.22.04/meschach/MACHINES/TurboC/mail-1666-M0T@O34%.54%,+TU!3E\Q+DA439U9;7,;MQ'^?K\"4682TJ%HRVWJV)(U(]N4 ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1697-MD>60,H2:I2+D3PTMX$8F\Z)VT=79M/;]T??1]US]5+`WLJA43)F7X[/H^B.. gwc-0.22.04/meschach/MACHINES/TurboC/mail:1698:MZJ+0G@VHSZG:L/GAI+`[EL71HX@!!$W*E+)H9^)H<MZ$\^@'7T.@0W`^C%1E gwc-0.22.04/meschach/MACHINES/TurboC/mail-1699-M=J@7A]Q#O14_(J0O9F]'SU$=1X^#$STC*Q2:G[!@IE@9&Z-/FE$KVQ]R?$NU ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1733-M+2Q4LTZ9TF;-Y:+0)2R<7L`3%(V#-&'Q=R18B&I!W@?!&)>R_STF7-,UX0PO gwc-0.22.04/meschach/MACHINES/TurboC/mail:1734:M(`3UAA&&+@P[J=1"\35$IXN/-UE_D`S/*5&?_N_9[,/MY.9N<GWE$4CN5L"& gwc-0.22.04/meschach/MACHINES/TurboC/mail-1735-MS@6X^@-$T(W8FA=&L]KHC2C!,LZV?,=TQ1`/,+6V0BW93C>&Z:T*$)^NN"HE ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1750-MV+'T\S<ML0CO3!NS2_?\P\HN#5^WZ>00#OU^*WUK^!I:5R(K8V4K9"_XOO.2 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1751:M<3C48<03?.T)T3`/7ULP@=$^1CHB'F'CM""Q@".7R&3LE#8`:LE]$(CK/HBC gwc-0.22.04/meschach/MACHINES/TurboC/mail:1752:MN!)D'.X`[`S<RVL_L)%EUZ$<837X5DEC+0(WLH4/)TU>0]ASH4."(Y9$BOQ` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1753-M]*!8JW[O6NO:IJS2.#\PCDXYYL@>O!XAMF)=XSQ#X,NF@#"7(@R4U=MV8O** ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1763-MRX=;+JCA4NBP5X)(F`;#G>>X3\HG7`RG7R;G%]/1%)?X5Z'=>R[B+$\8O'N@ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1764:M1O&EG[XC_T2G`-UBCGR6J\V%`>&!W7:[VGS]YD$B\]N,`:TW"&P]#B]ST]DD gwc-0.22.04/meschach/MACHINES/TurboC/mail-1765-MM.!V?5)S!@U;\)9GB[$X:-"X]'T?:2;7XW&'A#VG:5O9JI$V<Q2K-]IF6^+P ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1782-M/(M?,:63[:6BW61/>[.5E`^1MA(_<DP5!`Q%6"#`X&&)^?H,`)(B*_%%$('& gwc-0.22.04/meschach/MACHINES/TurboC/mail:1783:M=,\#?7-S`Y6QX&N$(W8G8P4HZ7QQQ=<-.EXS7E\O-B7HT*"5G"DZUL@L,'7` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1784-MO64E"-0.H6&>CM&5X%IFIQO%8M&B;8)G7AI-`+26&&NF!84ZE"!U&_S:!$]+ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1800-M&^^-$OZ"?E3(U$-572[^,U[,AI,?R-QL+NCW(SKCYLV]X#Z,N/DLFC;5;X;] gwc-0.22.04/meschach/MACHINES/TurboC/mail:1801:M=\3.;'H&_@502P,$%``"``@`'%E/'Q=YUF7T$0``&5,``!L```!-15-#2$%# gwc-0.22.04/meschach/MACHINES/TurboC/mail-1802-M2"]-04Y504PO1DY)3D1%6"Y(5$VM7&USV[@1_IY?@0^:UKZ+FXD_=M)T%,?. ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1806-MBSU?57DI\1F`>0D4DNO'+,[63*[B)&XHMB7GWPBZ/[QX`2.][$:*.&MH,.;+ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1807:MMV_N8=AOEF^7\/`2QGAV_N;5\BV[RK,]+RN&/S=#/[`J!W0&_)OOB$3@.MK` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1808-M`%K<>QXG2;Z**\[.0%15YL=SFTD'VG(M:ZX12"8R48DX$2"&A%5EG,FB13ZJ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1815-M]_X,T1A9JP2PZ[]_U*CK@Y@"4H_UT<(=@+UP]N`EDYRS-U7UEO%]!$^0&+Y9 gwc-0.22.04/meschach/MACHINES/TurboC/mail:1816:M#"(XYE445U5L%&&NOK",/S-\B`JKF$H?9=L<`<:P7(<!0MJ2^-IL$%]]D[C@ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1817-MW=B13B/-J(DI;EJ;JF>SV726,RWJ"NS\30S#N<GK4H!=5I8*MU;3BPRH6LA' ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1822-M2NG;B,$03]4NK2XB4]KB&5"@*Z.XS(I_0YANR*,'X@46"6>[R-8&(1,DW gwc-0.22.04/meschach/MACHINES/TurboC/mail:1823:M(S#V+*H=V$`X$#R%@,AF,W\\:-/'*U`-U`PPE#CDCX_7BV;`<#A@">J2.T@7 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1824-M.!7VSH9!A+;*L[7`8PYK/8W#:ML%4+_66XQJMF6\%C`S.;ADJVW&!Z"H0AEZ ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1838-MXS4>,+@XG)N%\UT),:*TYT?:*8S&M2E/V^R$RE1T.X373DR&;.)4)"K4KHY% gwc-0.22.04/meschach/MACHINES/TurboC/mail:1839:MMU\`6QXK$RC\%;1J<V2K)C"#D`P(\O((ZA##=]<D&:PM<9"!!52>P,*A)\"A gwc-0.22.04/meschach/MACHINES/TurboC/mail-1840-MAH<ILDWNCK4Y9)B1Q%]!1),+CQ741\*1!%/8@W:7#/Q&0S<BX4ZNI)T3/@QL ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1859-MF1=X&-J&`7AFU'S8]2`72P4'N01T$EETVQSD$+M96D2=?%B[Y1/@<K6K_12B gwc-0.22.04/meschach/MACHINES/TurboC/mail:1860:M"N4>\`&SFD449<3W<:]=@HLMS^#W&I12V4\UR0$F,`*:1]MP.,;$Z2+!X+K; gwc-0.22.04/meschach/MACHINES/TurboC/mail-1861-M&WM=F^FJAA!OTL``6W*PHZ@K=U=EGK`EW\5[D=>E+BB[?4,6@ZXI18\`6U(F ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1871-M)PU0DJE,F[RI'#4O1;C07D;(`S8FS3/,B#P4756RP-T@AT=,Z;L,2K0G$DUL gwc-0.22.04/meschach/MACHINES/TurboC/mail:1872:M=OCZ.`^?!#]3=+8$-5OG#&8!@5N:[]%X)HF;\"/E[[W<E!I\^Z9`[-,2L9.W gwc-0.22.04/meschach/MACHINES/TurboC/mail-1873-MZ9H40Q6Q#0>KKW2\V8S,1#:.0-PM3KPE`%M1\@O5]M_V>GLG'2?]WTB'_]"O ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1906-M5$]224%,+DA435!+`0(4`!0``@`(`!->3Q\1=H`^KAP``%9&```:```````` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1907:M``$`(````!4W``!-15-#2$%#2"]-04Y504PO4D5!1$U%+E185%!+`0(4`!0` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1908-M`@`(`/%=3Q\U*(SO@B4``"-E```<``````````$`(````/M3``!-15-#2$%# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1910-M3A(``!P``````````0`@````MWD``$U%4T-(04-(+TU!3E5!3"]-15-#2$%# gwc-0.22.04/meschach/MACHINES/TurboC/mail:1911:M2"Y(5$U02P$"%``4``(`"`#<74\?286]:WD&```$#@``'``````````!`"`` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1912-M```Z@0``34530TA!0T@O34%.54%,+TU%4T-(,3)!+E185%!+`0(4`!0``@`( gwc-0.22.04/meschach/MACHINES/TurboC/mail-1913-M`+1>3Q\!.&:XR@4``&</```:``````````$`(````.V'``!-15-#2$%#2"]- gwc-0.22.04/meschach/MACHINES/TurboC/mail:1914:M04Y504PO34%.54%,+DA435!+`0(4`!0``@`(`$Q93Q_OM=UO\PH``!0;```8 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1915-M``````````$`(````.^-``!-15-#2$%#2"]-04Y504PO34%.,BY(5$U02P$" ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1922-M34%.7S<N2%1-4$L!`A0`%``"``@`8UI/'\&R9U?=`P``G0@``!D````````` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1923:M`0`@````,JP``$U%4T-(04-(+TU!3E5!3"]-04Y?-BY(5$U02P$"%``4``(` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1924:M"`!76D\?DAT)CX\"```$!@``&0`````````!`"````!&L```34530TA!0T@O gwc-0.22.04/meschach/MACHINES/TurboC/mail:1925:M34%.54%,+TU!3E\U+DA435!+`0(4`!0``@`(`$Y:3Q_?Y%%[,00``+<)```9 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1926-M``````````$`(`````RS``!-15-#2$%#2"]-04Y504PO34%.7S0N2%1-4$L! ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1929-M`P``&PD``!H``````````0`@````>KP``$U%4T-(04-(+TU!3E5!3"]-04Y? gwc-0.22.04/meschach/MACHINES/TurboC/mail:1930:M,S`N2%1-4$L!`A0`%``"``@`+EI/'U,2@-FV!@``GA0``!D``````````0`@ gwc-0.22.04/meschach/MACHINES/TurboC/mail:1931:M````-,```$U%4T-(04-(+TU!3E5!3"]-04Y?,RY(5$U02P$"%``4``(`"``D gwc-0.22.04/meschach/MACHINES/TurboC/mail-1932-M6D\?<95ZY;,#``"C"0``&@`````````!`"`````AQP``34530TA!0T@O34%. ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1934-M```````!`"`````,RP``34530TA!0T@O34%.54%,+TU!3E\R."Y(5$U02P$" gwc-0.22.04/meschach/MACHINES/TurboC/mail:1935:M%``4``(`"``/6D\?V;FZ(#8'``"4$P``&@`````````!`"````"FS@``3453 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1936-M0TA!0T@O34%.54%,+TU!3E\R-RY(5$U02P$"%``4``(`"``%6D\?!HACIP0# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1938-M-2Y(5$U02P$"%``4``(`"`#Z64\?UB'(KST"``!0!0``&@`````````!`"`` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1939:M``!0V0``34530TA!0T@O34%.54%,+TU!3E\R-"Y(5$U02P$"%``4``(`"`#Q gwc-0.22.04/meschach/MACHINES/TurboC/mail-1940-M64\?;*3#A:8#``!L"0``&@`````````!`"````#%VP``34530TA!0T@O34%. ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1942-M```````!`"````"CWP``34530TA!0T@O34%.54%,+TU!3E\R,BY(5$U02P$" gwc-0.22.04/meschach/MACHINES/TurboC/mail:1943:M%``4``(`"`#<64\?$)]\O*D"``#Y!P``&@`````````!`"`````?XP``3453 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1944-M0TA!0T@O34%.54%,+TU!3E\R,2Y(5$U02P$"%``4``(`"`#364\?WK*_BXL" ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1949-M04PO34%.7S$Y+DA435!+`0(4`!0``@`(`+593Q_W^<^X=P0```4+```:```` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1950:M``````$`(````"/P``!-15-#2$%#2"]-04Y504PO34%.7S$X+DA435!+`0(4 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1951-M`!0``@`(`*Q93Q\XXZPU*P@``'@5```:``````````$`(````-+T``!-15-# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1953-M`!LC```:``````````$`(````#7]``!-15-#2$%#2"]-04Y504PO34%.7S$V gwc-0.22.04/meschach/MACHINES/TurboC/mail:1954:M+DA435!+`0(4`!0``@`(`)593Q]$B)ESD0,``($*```:``````````$`(``` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1955:M`%,)`0!-15-#2$%#2"]-04Y504PO34%.7S$U+DA435!+`0(4`!0``@`(`(M9 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1956-M3Q\KWL?/@0(``(0$```:``````````$`(````!P-`0!-15-#2$%#2"]-04Y5 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1957-M04PO34%.7S$T+DA435!+`0(4`!0``@`(`()93Q_-M(::R@8``/00```:```` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1958:M``````$`(````-4/`0!-15-#2$%#2"]-04Y504PO34%.7S$S+DA435!+`0(4 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1959-M`!0``@`(`'=93Q]G\6%'&P(``.@#```:``````````$`(````-<6`0!-15-# ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1961-M``,'```:``````````$`(````"H9`0!-15-#2$%#2"]-04Y504PO34%.7S$Q gwc-0.22.04/meschach/MACHINES/TurboC/mail:1962:M+DA435!+`0(4`!0``@`(`&)93Q]D;)Y<^`H``$$;```9``````````$`(``` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1963:M`*`<`0!-15-#2$%#2"]-04Y504PO34%.7S$N2%1-4$L!`A0`%``"``@`55E/ gwc-0.22.04/meschach/MACHINES/TurboC/mail-1964-M'Z`*&3%"!0``DPP``!D``````````0`@````SR<!`$U%4T-(04-(+TU!3E5! gwc-0.22.04/meschach/MACHINES/TurboC/mail-1965-M3"]-04Y?,"Y(5$U02P$"%``4``(`"``G64\?\3?OO&H#``"?!P``&@`````` gwc-0.22.04/meschach/MACHINES/TurboC/mail:1966:M```!`"````!(+0$`34530TA!0T@O34%.54%,+TU!3BTR-RY(5$U02P$"%``4 gwc-0.22.04/meschach/MACHINES/TurboC/mail-1967-M``(`"``(7D\?K"517F8#``"1!P``&0`````````!`"````#J,`$`34530TA! ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/mail-1969-M```;``````````$`(````(<T`0!-15-#2$%#2"]-04Y504PO1DY)3D1%6"Y( gwc-0.22.04/meschach/MACHINES/TurboC/mail:1970:85$U02P4&`````"D`*0"""P``M$8!```` gwc-0.22.04/meschach/MACHINES/TurboC/mail-1971-` ############################################## gwc-0.22.04/meschach/MACHINES/TurboC/meschach.mak-37-BRC = Brc gwc-0.22.04/meschach/MACHINES/TurboC/meschach.mak:38:TASM = Tasm gwc-0.22.04/meschach/MACHINES/TurboC/meschach.mak-39-# ############################################## gwc-0.22.04/meschach/configure-53- -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*) gwc-0.22.04/meschach/configure:54: exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;; gwc-0.22.04/meschach/configure-55- -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e) ############################################## gwc-0.22.04/meschach/configure-69- -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) gwc-0.22.04/meschach/configure:70: prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;; gwc-0.22.04/meschach/configure-71- -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ############################################## gwc-0.22.04/meschach/configure-74- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*) gwc-0.22.04/meschach/configure:75: srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;; gwc-0.22.04/meschach/configure-76- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s) ############################################## gwc-0.22.04/meschach/configure-79- -with-* | --with-*) gwc-0.22.04/meschach/configure:80: package=`echo $arg|sed 's/-*with-//'` gwc-0.22.04/meschach/configure-81- # Delete all the valid chars; see if any are left. gwc-0.22.04/meschach/configure:82: if test -n "`echo $package|sed 's/[-a-zA-Z0-9_]*//g'`"; then gwc-0.22.04/meschach/configure-83- echo "configure: $package: invalid package name" >&2; exit 1 gwc-0.22.04/meschach/configure-84- fi gwc-0.22.04/meschach/configure:85: eval "with_`echo $package|sed s/-/_/g`=1" ;; gwc-0.22.04/meschach/configure-86- ############################################## gwc-0.22.04/meschach/configure-113- prog=$0 gwc-0.22.04/meschach/configure:114: confdir=`echo $prog|sed 's%/[^/][^/]*$%%'` gwc-0.22.04/meschach/configure-115- test "X$confdir" = "X$prog" && confdir=. ############################################## gwc-0.22.04/meschach/configure-122- if test x$srcdirdefaulted = xyes; then gwc-0.22.04/meschach/configure:123: echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2 gwc-0.22.04/meschach/configure-124- else ############################################## gwc-0.22.04/meschach/configure-132- .|/*|~*) ;; gwc-0.22.04/meschach/configure:133: *) srcdir=`cd $srcdir; pwd` ;; # Make relative path absolute. gwc-0.22.04/meschach/configure-134-esac ############################################## gwc-0.22.04/meschach/configure-177-EOF gwc-0.22.04/meschach/configure:178:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-179-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-213-EOF gwc-0.22.04/meschach/configure:214:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-215-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-294-do gwc-0.22.04/meschach/configure:295:trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'` gwc-0.22.04/meschach/configure-296-echo checking for ${hdr} ############################################## gwc-0.22.04/meschach/configure-299-EOF gwc-0.22.04/meschach/configure:300:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-301-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-322-EOF gwc-0.22.04/meschach/configure:323:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-324-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-367-# EOF gwc-0.22.04/meschach/configure:368:# err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-369-# if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-386-EOF gwc-0.22.04/meschach/configure:387:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-388-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-405-EOF gwc-0.22.04/meschach/configure:406:err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"` gwc-0.22.04/meschach/configure-407-if test -z "$err"; then ############################################## gwc-0.22.04/meschach/configure-750-do gwc-0.22.04/meschach/configure:751:trfunc=HAVE_`echo $func | tr '[a-z]' '[A-Z]'` gwc-0.22.04/meschach/configure-752-echo checking for ${func} ############################################## gwc-0.22.04/meschach/configure-811-fi gwc-0.22.04/meschach/configure:812:DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`" gwc-0.22.04/meschach/configure-813- ############################################## gwc-0.22.04/meschach/configure-855- # Remove last slash and all that follows it. Not all systems have dirname. gwc-0.22.04/meschach/configure:856: dir=`echo $file|sed 's%/[^/][^/]*$%%'` gwc-0.22.04/meschach/configure-857- if test "$dir" != "$file"; then ############################################## gwc-0.22.04/meschach/configure-862- rm -f $file gwc-0.22.04/meschach/configure:863: echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file gwc-0.22.04/meschach/configure-864- sed -e " ############################################## gwc-0.22.04/meschach/makefile.in-112- - /bin/rm -f $(MES_PAK).tar gwc-0.22.04/meschach/makefile.in:113: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:114: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/makefile.in-115- chmod 755 configure ############################################## gwc-0.22.04/meschach/makefile.in-117- $(TAR) cvf $(MES_PAK).tar \ gwc-0.22.04/meschach/makefile.in:118: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-119- $(HLIST) $(OTHERS) \ gwc-0.22.04/meschach/makefile.in:120: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-121- MACHINES DOC ############################################## gwc-0.22.04/meschach/makefile.in-125- - /bin/rm -f $(MES_PAK).zip gwc-0.22.04/meschach/makefile.in:126: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:127: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/makefile.in-128- chmod 755 configure ############################################## gwc-0.22.04/meschach/makefile.in-130- $(ZIP) $(MES_PAK).zip \ gwc-0.22.04/meschach/makefile.in:131: `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:132: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-133- MACHINES DOC ############################################## gwc-0.22.04/meschach/makefile.in-137- - /bin/rm -f $(MES_PAK).shar; gwc-0.22.04/meschach/makefile.in:138: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:139: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/makefile.in-140- chmod 755 configure gwc-0.22.04/meschach/makefile.in-141- $(MAKE) list gwc-0.22.04/meschach/makefile.in:142: $(SHAR) `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:143: $(HLIST) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-144- MACHINES DOC > $(MES_PAK).shar ############################################## gwc-0.22.04/meschach/makefile.in-148- meschach4.shar oldmeschach.shar meschach0.shar gwc-0.22.04/meschach/makefile.in:149: chmod 644 `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:150: $(OTHERS) $(HLIST) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` gwc-0.22.04/meschach/makefile.in-151- chmod 755 configure gwc-0.22.04/meschach/makefile.in-152- $(MAKE) list gwc-0.22.04/meschach/makefile.in:153: $(SHAR) `echo $(LIST1) | sed -e 's/\.o/.c/g'` > meschach1.shar gwc-0.22.04/meschach/makefile.in:154: $(SHAR) `echo $(LIST2) | sed -e 's/\.o/.c/g'` > meschach2.shar gwc-0.22.04/meschach/makefile.in:155: $(SHAR) `echo $(LIST3) | sed -e 's/\.o/.c/g'` > meschach3.shar gwc-0.22.04/meschach/makefile.in:156: $(SHAR) `echo $(ZLIST1) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:157: `echo $(ZLIST2) | sed -e 's/\.o/.c/g'` > meschach4.shar gwc-0.22.04/meschach/makefile.in:158: $(SHAR) `echo $(OLDLIST) | sed -e 's/\.o/.c/g'` > oldmeschach.shar gwc-0.22.04/meschach/makefile.in:159: $(SHAR) $(OTHERS) `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-160- $(HLIST) DOC MACHINES > meschach0.shar ############################################## gwc-0.22.04/meschach/makefile.in-163- /bin/rm -f $(FLIST) gwc-0.22.04/meschach/makefile.in:164: ls -lR `echo $(ALL_LISTS) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in:165: `echo $(TORTURE) | sed -e 's/\.o/.c/g'` \ gwc-0.22.04/meschach/makefile.in-166- $(HLIST) $(OTHERS) MACHINES DOC \ ############################################## gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner-16- gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner:17:name=`basename "$0"` gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner-18-tmp="$0" gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner:19:tmp=`dirname "$tmp"` gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner:20:tmp=`dirname "$tmp"` gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner:21:bundle=`dirname "$tmp"` gwc-0.22.04/osx_packaging/Gtk Wave Cleaner.app/Contents/MacOS/gtk-wave-cleaner-22-bundle_contents="$bundle"/Contents