===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
flex-2.6.4/build-aux/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
flex-2.6.4/build-aux/mdate-sh:115:set x`$ls_command /`
flex-2.6.4/build-aux/mdate-sh-116-
##############################################
flex-2.6.4/build-aux/mdate-sh-144-# Get the extended ls output of the file or directory.
flex-2.6.4/build-aux/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
flex-2.6.4/build-aux/mdate-sh-146-
##############################################
flex-2.6.4/build-aux/mdate-sh-211-       then
flex-2.6.4/build-aux/mdate-sh:212:	 year=`expr $year - 1`
flex-2.6.4/build-aux/mdate-sh-213-       fi;;
##############################################
flex-2.6.4/build-aux/config.guess-34-
flex-2.6.4/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
flex-2.6.4/build-aux/config.guess-36-
##############################################
flex-2.6.4/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
flex-2.6.4/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
flex-2.6.4/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
flex-2.6.4/build-aux/config.guess-151-	EOF
flex-2.6.4/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
flex-2.6.4/build-aux/config.guess-153-	;;
##############################################
flex-2.6.4/build-aux/config.guess-181-	    earmv*)
flex-2.6.4/build-aux/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
flex-2.6.4/build-aux/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
flex-2.6.4/build-aux/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
flex-2.6.4/build-aux/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
flex-2.6.4/build-aux/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
flex-2.6.4/build-aux/config.guess-212-		;;
##############################################
flex-2.6.4/build-aux/config.guess-223-	    *)
flex-2.6.4/build-aux/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
flex-2.6.4/build-aux/config.guess-225-		;;
##############################################
flex-2.6.4/build-aux/config.guess-257-	*4.0)
flex-2.6.4/build-aux/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
flex-2.6.4/build-aux/config.guess-259-		;;
flex-2.6.4/build-aux/config.guess-260-	*5.*)
flex-2.6.4/build-aux/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
flex-2.6.4/build-aux/config.guess-262-		;;
##############################################
flex-2.6.4/build-aux/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
flex-2.6.4/build-aux/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
flex-2.6.4/build-aux/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
flex-2.6.4/build-aux/config.guess-305-	# 1.2 uses "1.2" for uname -r.
flex-2.6.4/build-aux/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
flex-2.6.4/build-aux/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
flex-2.6.4/build-aux/config.guess-365-    s390x:SunOS:*:*)
flex-2.6.4/build-aux/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-367-	exit ;;
flex-2.6.4/build-aux/config.guess-368-    sun4H:SunOS:5.*:*)
flex-2.6.4/build-aux/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-370-	exit ;;
flex-2.6.4/build-aux/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
flex-2.6.4/build-aux/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-373-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-390-	fi
flex-2.6.4/build-aux/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-392-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
flex-2.6.4/build-aux/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-398-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
flex-2.6.4/build-aux/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
flex-2.6.4/build-aux/config.guess-407-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-411-    sun*:*:4.2BSD:*)
flex-2.6.4/build-aux/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
flex-2.6.4/build-aux/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
flex-2.6.4/build-aux/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
flex-2.6.4/build-aux/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
flex-2.6.4/build-aux/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
flex-2.6.4/build-aux/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
flex-2.6.4/build-aux/config.guess-549-    *:IRIX*:*:*)
flex-2.6.4/build-aux/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
flex-2.6.4/build-aux/config.guess-551-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-579-EOF
flex-2.6.4/build-aux/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
flex-2.6.4/build-aux/config.guess-581-		then
##############################################
flex-2.6.4/build-aux/config.guess-592-    *:AIX:*:[4567])
flex-2.6.4/build-aux/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
flex-2.6.4/build-aux/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
flex-2.6.4/build-aux/config.guess-628-    9000/[34678]??:HP-UX:*:*)
flex-2.6.4/build-aux/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
flex-2.6.4/build-aux/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
flex-2.6.4/build-aux/config.guess-682-EOF
flex-2.6.4/build-aux/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
flex-2.6.4/build-aux/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
flex-2.6.4/build-aux/config.guess-710-    ia64:HP-UX:*:*)
flex-2.6.4/build-aux/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
flex-2.6.4/build-aux/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
flex-2.6.4/build-aux/config.guess-740-EOF
flex-2.6.4/build-aux/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
flex-2.6.4/build-aux/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
flex-2.6.4/build-aux/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
flex-2.6.4/build-aux/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
flex-2.6.4/build-aux/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
flex-2.6.4/build-aux/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
flex-2.6.4/build-aux/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
flex-2.6.4/build-aux/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
flex-2.6.4/build-aux/config.guess-832-	    amd64)
flex-2.6.4/build-aux/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
flex-2.6.4/build-aux/config.guess-834-	    *)
flex-2.6.4/build-aux/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
flex-2.6.4/build-aux/config.guess-836-	esac
##############################################
flex-2.6.4/build-aux/config.guess-890-    prep*:SunOS:5.*:*)
flex-2.6.4/build-aux/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
flex-2.6.4/build-aux/config.guess-892-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-894-	# the GNU system
flex-2.6.4/build-aux/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
flex-2.6.4/build-aux/config.guess-896-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-898-	# other systems with GNU libc and userland
flex-2.6.4/build-aux/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
flex-2.6.4/build-aux/config.guess-900-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-989-EOF
flex-2.6.4/build-aux/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
flex-2.6.4/build-aux/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
flex-2.6.4/build-aux/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
flex-2.6.4/build-aux/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
flex-2.6.4/build-aux/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
flex-2.6.4/build-aux/config.guess-1283-	fi
flex-2.6.4/build-aux/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
flex-2.6.4/build-aux/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
flex-2.6.4/build-aux/config.guess-1368-    *:DragonFly:*:*)
flex-2.6.4/build-aux/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
flex-2.6.4/build-aux/config.guess-1370-	exit ;;
##############################################
flex-2.6.4/build-aux/config.guess-1381-    i*86:skyos:*:*)
flex-2.6.4/build-aux/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
flex-2.6.4/build-aux/config.guess-1383-	exit ;;
##############################################
flex-2.6.4/build-aux/config.rpath-33-host="$1"
flex-2.6.4/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
flex-2.6.4/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
flex-2.6.4/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
flex-2.6.4/build-aux/config.rpath-37-
##############################################
flex-2.6.4/build-aux/config.rpath-47-done
flex-2.6.4/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
flex-2.6.4/build-aux/config.rpath-49-
##############################################
flex-2.6.4/build-aux/config.rpath-97-        *)
flex-2.6.4/build-aux/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/build-aux/config.rpath-99-            *Sun\ C*)
##############################################
flex-2.6.4/build-aux/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
flex-2.6.4/build-aux/config.rpath:224:      case `$LD -v 2>&1` in
flex-2.6.4/build-aux/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
flex-2.6.4/build-aux/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
flex-2.6.4/build-aux/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
flex-2.6.4/build-aux/config.rpath-231-          else
##############################################
flex-2.6.4/build-aux/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
flex-2.6.4/build-aux/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
flex-2.6.4/build-aux/config.rpath-288-          if test -f "$collect2name" && \
##############################################
flex-2.6.4/build-aux/config.rpath-425-        hardcode_direct=yes
flex-2.6.4/build-aux/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
flex-2.6.4/build-aux/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
flex-2.6.4/build-aux/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
flex-2.6.4/build-aux/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
flex-2.6.4/build-aux/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
flex-2.6.4/build-aux/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
flex-2.6.4/build-aux/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
flex-2.6.4/build-aux/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
flex-2.6.4/build-aux/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
flex-2.6.4/build-aux/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
flex-2.6.4/build-aux/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
flex-2.6.4/build-aux/config.rpath-639-
##############################################
flex-2.6.4/build-aux/ltmain.sh-103-#
flex-2.6.4/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
flex-2.6.4/build-aux/ltmain.sh-105-#
##############################################
flex-2.6.4/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
flex-2.6.4/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
flex-2.6.4/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
flex-2.6.4/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
flex-2.6.4/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
flex-2.6.4/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
flex-2.6.4/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-410-# The name of this program.
flex-2.6.4/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
flex-2.6.4/build-aux/ltmain.sh-412-
##############################################
flex-2.6.4/build-aux/ltmain.sh-416-  *[\\/]*)
flex-2.6.4/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
flex-2.6.4/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
flex-2.6.4/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
flex-2.6.4/build-aux/ltmain.sh-610-
flex-2.6.4/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
flex-2.6.4/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
flex-2.6.4/build-aux/ltmain.sh-613-
##############################################
flex-2.6.4/build-aux/ltmain.sh-639-
flex-2.6.4/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
flex-2.6.4/build-aux/ltmain.sh-641-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
flex-2.6.4/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
flex-2.6.4/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
flex-2.6.4/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
flex-2.6.4/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
flex-2.6.4/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
flex-2.6.4/build-aux/ltmain.sh-760-      }
flex-2.6.4/build-aux/ltmain.sh-761-    done
flex-2.6.4/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
flex-2.6.4/build-aux/ltmain.sh-763-
##############################################
flex-2.6.4/build-aux/ltmain.sh-831-
flex-2.6.4/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
flex-2.6.4/build-aux/ltmain.sh-833-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
flex-2.6.4/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
flex-2.6.4/build-aux/ltmain.sh-865-      done
flex-2.6.4/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
flex-2.6.4/build-aux/ltmain.sh-867-
##############################################
flex-2.6.4/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
flex-2.6.4/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-903-
##############################################
flex-2.6.4/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
flex-2.6.4/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
flex-2.6.4/build-aux/ltmain.sh-1113-        *)
##############################################
flex-2.6.4/build-aux/ltmain.sh-1198-    case $2 in
flex-2.6.4/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
flex-2.6.4/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
flex-2.6.4/build-aux/ltmain.sh-1201-    esac
##############################################
flex-2.6.4/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
flex-2.6.4/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
flex-2.6.4/build-aux/ltmain.sh-1273-      ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-1358-
flex-2.6.4/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
flex-2.6.4/build-aux/ltmain.sh-1360-}
##############################################
flex-2.6.4/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
flex-2.6.4/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
flex-2.6.4/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
flex-2.6.4/build-aux/ltmain.sh-1517-
flex-2.6.4/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
flex-2.6.4/build-aux/ltmain.sh-1519-}
##############################################
flex-2.6.4/build-aux/ltmain.sh-1870-
flex-2.6.4/build-aux/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
flex-2.6.4/build-aux/ltmain.sh-1872-      func_split_equals_rhs=
flex-2.6.4/build-aux/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
flex-2.6.4/build-aux/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
flex-2.6.4/build-aux/ltmain.sh-1875-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-1898-
flex-2.6.4/build-aux/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
flex-2.6.4/build-aux/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
flex-2.6.4/build-aux/ltmain.sh-1901-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
flex-2.6.4/build-aux/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
flex-2.6.4/build-aux/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
flex-2.6.4/build-aux/ltmain.sh-2074-
##############################################
flex-2.6.4/build-aux/ltmain.sh-2110-  {
flex-2.6.4/build-aux/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
flex-2.6.4/build-aux/ltmain.sh-2112-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-2115-  {
flex-2.6.4/build-aux/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
flex-2.6.4/build-aux/ltmain.sh-2117-  }
##############################################
flex-2.6.4/build-aux/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
flex-2.6.4/build-aux/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
flex-2.6.4/build-aux/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
flex-2.6.4/build-aux/ltmain.sh-2659-      done
flex-2.6.4/build-aux/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
flex-2.6.4/build-aux/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
flex-2.6.4/build-aux/ltmain.sh-2662-      case $@ in
##############################################
flex-2.6.4/build-aux/ltmain.sh-2672-	    # Evaluate the configuration.
flex-2.6.4/build-aux/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
flex-2.6.4/build-aux/ltmain.sh-2674-	    CC_quoted=
##############################################
flex-2.6.4/build-aux/ltmain.sh-2678-	    done
flex-2.6.4/build-aux/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
flex-2.6.4/build-aux/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
flex-2.6.4/build-aux/ltmain.sh-2681-	    case "$@ " in
##############################################
flex-2.6.4/build-aux/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
flex-2.6.4/build-aux/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
flex-2.6.4/build-aux/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-3009-    # LT_CYGPATH in this case.
flex-2.6.4/build-aux/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
flex-2.6.4/build-aux/ltmain.sh-3011-  fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
flex-2.6.4/build-aux/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
flex-2.6.4/build-aux/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
flex-2.6.4/build-aux/ltmain.sh-3376-    *.[cCFSifmso] | \
flex-2.6.4/build-aux/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
flex-2.6.4/build-aux/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
flex-2.6.4/build-aux/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
flex-2.6.4/build-aux/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
flex-2.6.4/build-aux/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
flex-2.6.4/build-aux/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
flex-2.6.4/build-aux/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-3474-
##############################################
flex-2.6.4/build-aux/ltmain.sh-3520-      if test warn = "$need_locks" &&
flex-2.6.4/build-aux/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
flex-2.6.4/build-aux/ltmain.sh-3522-	$ECHO "\
flex-2.6.4/build-aux/ltmain.sh-3523-*** ERROR, $lockfile contains:
flex-2.6.4/build-aux/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-3525-
##############################################
flex-2.6.4/build-aux/ltmain.sh-3569-      if test warn = "$need_locks" &&
flex-2.6.4/build-aux/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
flex-2.6.4/build-aux/ltmain.sh-3571-	$ECHO "\
flex-2.6.4/build-aux/ltmain.sh-3572-*** ERROR, $lockfile contains:
flex-2.6.4/build-aux/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-3574-
##############################################
flex-2.6.4/build-aux/ltmain.sh-3895-      # Get the absolute pathname.
flex-2.6.4/build-aux/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
flex-2.6.4/build-aux/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
flex-2.6.4/build-aux/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
flex-2.6.4/build-aux/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
flex-2.6.4/build-aux/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
flex-2.6.4/build-aux/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
flex-2.6.4/build-aux/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
flex-2.6.4/build-aux/ltmain.sh-4280-
##############################################
flex-2.6.4/build-aux/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
flex-2.6.4/build-aux/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
flex-2.6.4/build-aux/ltmain.sh-4293-	  else
flex-2.6.4/build-aux/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
flex-2.6.4/build-aux/ltmain.sh-4295-	  fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-4458-	    fi
flex-2.6.4/build-aux/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
flex-2.6.4/build-aux/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-4477-	        # Replace the output file specification.
flex-2.6.4/build-aux/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
flex-2.6.4/build-aux/ltmain.sh-4479-
##############################################
flex-2.6.4/build-aux/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
flex-2.6.4/build-aux/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
flex-2.6.4/build-aux/ltmain.sh-4498-	  fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-4570-    my_pic_p=${3-false}
flex-2.6.4/build-aux/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
flex-2.6.4/build-aux/ltmain.sh-4572-    my_dlsyms=
##############################################
flex-2.6.4/build-aux/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
flex-2.6.4/build-aux/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
flex-2.6.4/build-aux/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
flex-2.6.4/build-aux/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
flex-2.6.4/build-aux/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh-4862-	  else
flex-2.6.4/build-aux/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh-4865-	  fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-4867-	*)
flex-2.6.4/build-aux/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
flex-2.6.4/build-aux/ltmain.sh-4870-	  ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-4882-      # Nullify the symbol file.
flex-2.6.4/build-aux/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
flex-2.6.4/build-aux/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
flex-2.6.4/build-aux/ltmain.sh-4885-    fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
flex-2.6.4/build-aux/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
flex-2.6.4/build-aux/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
flex-2.6.4/build-aux/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
flex-2.6.4/build-aux/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
flex-2.6.4/build-aux/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
flex-2.6.4/build-aux/ltmain.sh-4925-  win32_libid_type=unknown
flex-2.6.4/build-aux/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-4927-  case $win32_fileres in
##############################################
flex-2.6.4/build-aux/ltmain.sh-4990-
flex-2.6.4/build-aux/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
flex-2.6.4/build-aux/ltmain.sh-4992-}
##############################################
flex-2.6.4/build-aux/ltmain.sh-5008-
flex-2.6.4/build-aux/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
flex-2.6.4/build-aux/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
flex-2.6.4/build-aux/ltmain.sh-5072-    # binutils import library
flex-2.6.4/build-aux/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
flex-2.6.4/build-aux/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
flex-2.6.4/build-aux/ltmain.sh-5075-    # ms-generated import library
flex-2.6.4/build-aux/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
flex-2.6.4/build-aux/ltmain.sh-5077-  else
##############################################
flex-2.6.4/build-aux/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
flex-2.6.4/build-aux/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
flex-2.6.4/build-aux/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
flex-2.6.4/build-aux/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
flex-2.6.4/build-aux/ltmain.sh-5160-	    darwin_arch=
##############################################
flex-2.6.4/build-aux/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
flex-2.6.4/build-aux/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
flex-2.6.4/build-aux/ltmain.sh-5172-	    darwin_file=
##############################################
flex-2.6.4/build-aux/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
flex-2.6.4/build-aux/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
flex-2.6.4/build-aux/ltmain.sh-5189-      esac
flex-2.6.4/build-aux/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-5191-    done
##############################################
flex-2.6.4/build-aux/ltmain.sh-5260-
flex-2.6.4/build-aux/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
flex-2.6.4/build-aux/ltmain.sh-5262-    $ECHO "\
##############################################
flex-2.6.4/build-aux/ltmain.sh-5295-    --lt-dump-script)
flex-2.6.4/build-aux/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
flex-2.6.4/build-aux/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
flex-2.6.4/build-aux/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
flex-2.6.4/build-aux/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
flex-2.6.4/build-aux/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
flex-2.6.4/build-aux/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
flex-2.6.4/build-aux/ltmain.sh-5324-  done
##############################################
flex-2.6.4/build-aux/ltmain.sh-5380-  # Find the directory that this script lives in.
flex-2.6.4/build-aux/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
flex-2.6.4/build-aux/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
flex-2.6.4/build-aux/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
flex-2.6.4/build-aux/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
flex-2.6.4/build-aux/ltmain.sh-5386-  while test -n \"\$file\"; do
flex-2.6.4/build-aux/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
flex-2.6.4/build-aux/ltmain.sh-5388-
##############################################
flex-2.6.4/build-aux/ltmain.sh-5396-
flex-2.6.4/build-aux/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
flex-2.6.4/build-aux/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
flex-2.6.4/build-aux/ltmain.sh-5399-  done
##############################################
flex-2.6.4/build-aux/ltmain.sh-5410-    case \"\$thisdir\" in
flex-2.6.4/build-aux/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
flex-2.6.4/build-aux/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-5416-  # Try to get the absolute directory name.
flex-2.6.4/build-aux/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
flex-2.6.4/build-aux/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
flex-2.6.4/build-aux/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
flex-2.6.4/build-aux/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
flex-2.6.4/build-aux/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
flex-2.6.4/build-aux/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
flex-2.6.4/build-aux/ltmain.sh-5443-      else
##############################################
flex-2.6.4/build-aux/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
flex-2.6.4/build-aux/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
flex-2.6.4/build-aux/ltmain.sh-5487-
##############################################
flex-2.6.4/build-aux/ltmain.sh-6464-
flex-2.6.4/build-aux/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
flex-2.6.4/build-aux/ltmain.sh-6466-    *import*) : ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-6712-	    moreargs=
flex-2.6.4/build-aux/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
flex-2.6.4/build-aux/ltmain.sh-6714-	    do
##############################################
flex-2.6.4/build-aux/ltmain.sh-6973-	*)
flex-2.6.4/build-aux/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
flex-2.6.4/build-aux/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
flex-2.6.4/build-aux/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
flex-2.6.4/build-aux/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
flex-2.6.4/build-aux/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
flex-2.6.4/build-aux/ltmain.sh-7290-      -Z*)
flex-2.6.4/build-aux/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
flex-2.6.4/build-aux/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
flex-2.6.4/build-aux/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
flex-2.6.4/build-aux/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
flex-2.6.4/build-aux/ltmain.sh-7462-    else
##############################################
flex-2.6.4/build-aux/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
flex-2.6.4/build-aux/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flex-2.6.4/build-aux/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
flex-2.6.4/build-aux/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
flex-2.6.4/build-aux/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
flex-2.6.4/build-aux/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-7877-	fi
flex-2.6.4/build-aux/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
flex-2.6.4/build-aux/ltmain.sh-7950-	*)
flex-2.6.4/build-aux/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
flex-2.6.4/build-aux/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-8203-	    shift
flex-2.6.4/build-aux/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
flex-2.6.4/build-aux/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
flex-2.6.4/build-aux/ltmain.sh-8495-		*)
flex-2.6.4/build-aux/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
flex-2.6.4/build-aux/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-8506-		  depdepl=
flex-2.6.4/build-aux/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
flex-2.6.4/build-aux/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
flex-2.6.4/build-aux/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
flex-2.6.4/build-aux/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
flex-2.6.4/build-aux/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
flex-2.6.4/build-aux/ltmain.sh-8517-                      fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-8528-		else
flex-2.6.4/build-aux/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
flex-2.6.4/build-aux/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
flex-2.6.4/build-aux/ltmain.sh-8551-	else
flex-2.6.4/build-aux/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh-8553-	fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-8640-        linux*)
flex-2.6.4/build-aux/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/build-aux/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
flex-2.6.4/build-aux/ltmain.sh-9048-	removelist=
flex-2.6.4/build-aux/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
flex-2.6.4/build-aux/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-9074-	# Transform .lo files to .o files.
flex-2.6.4/build-aux/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-9076-      fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-9079-      #for path in $notinst_path; do
flex-2.6.4/build-aux/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
flex-2.6.4/build-aux/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
flex-2.6.4/build-aux/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
flex-2.6.4/build-aux/ltmain.sh-9083-      #done
##############################################
flex-2.6.4/build-aux/ltmain.sh-9200-		if test -n "$i"; then
flex-2.6.4/build-aux/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
flex-2.6.4/build-aux/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
flex-2.6.4/build-aux/ltmain.sh-9203-		  set dummy $deplib_matches; shift
flex-2.6.4/build-aux/ltmain.sh-9204-		  deplib_match=$1
flex-2.6.4/build-aux/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
flex-2.6.4/build-aux/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
flex-2.6.4/build-aux/ltmain.sh-9243-		  if test -n "$i"; then
flex-2.6.4/build-aux/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
flex-2.6.4/build-aux/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
flex-2.6.4/build-aux/ltmain.sh-9246-		    set dummy $deplib_matches; shift
flex-2.6.4/build-aux/ltmain.sh-9247-		    deplib_match=$1
flex-2.6.4/build-aux/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
flex-2.6.4/build-aux/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
flex-2.6.4/build-aux/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
flex-2.6.4/build-aux/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flex-2.6.4/build-aux/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-9293-	      if test -n "$a_deplib"; then
flex-2.6.4/build-aux/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
flex-2.6.4/build-aux/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
flex-2.6.4/build-aux/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
flex-2.6.4/build-aux/ltmain.sh-9297-		else
##############################################
flex-2.6.4/build-aux/ltmain.sh-9303-		    shopt -s nocaseglob
flex-2.6.4/build-aux/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-9305-		    $nocaseglob
flex-2.6.4/build-aux/ltmain.sh-9306-		  else
flex-2.6.4/build-aux/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-9308-		  fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
flex-2.6.4/build-aux/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
flex-2.6.4/build-aux/ltmain.sh-9323-			case $potliblink in
flex-2.6.4/build-aux/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
flex-2.6.4/build-aux/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
flex-2.6.4/build-aux/ltmain.sh-9326-			esac
##############################################
flex-2.6.4/build-aux/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
flex-2.6.4/build-aux/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
flex-2.6.4/build-aux/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-9377-	      if test -n "$a_deplib"; then
flex-2.6.4/build-aux/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
flex-2.6.4/build-aux/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
flex-2.6.4/build-aux/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
flex-2.6.4/build-aux/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
flex-2.6.4/build-aux/ltmain.sh-9416-	  newdeplibs=
flex-2.6.4/build-aux/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
flex-2.6.4/build-aux/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
flex-2.6.4/build-aux/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
flex-2.6.4/build-aux/ltmain.sh-9422-	    done
##############################################
flex-2.6.4/build-aux/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
flex-2.6.4/build-aux/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
flex-2.6.4/build-aux/ltmain.sh-9448-	  ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-9498-	*-*-darwin*)
flex-2.6.4/build-aux/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh-9502-	  ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-9625-	# Use standard objects if they are pic
flex-2.6.4/build-aux/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
flex-2.6.4/build-aux/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
flex-2.6.4/build-aux/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
flex-2.6.4/build-aux/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
flex-2.6.4/build-aux/ltmain.sh-10154-      # Create the old-style object.
flex-2.6.4/build-aux/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
flex-2.6.4/build-aux/ltmain.sh-10156-
##############################################
flex-2.6.4/build-aux/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
flex-2.6.4/build-aux/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
flex-2.6.4/build-aux/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
flex-2.6.4/build-aux/ltmain.sh-10215-	;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
flex-2.6.4/build-aux/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
flex-2.6.4/build-aux/ltmain.sh-10233-	;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
flex-2.6.4/build-aux/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
flex-2.6.4/build-aux/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
flex-2.6.4/build-aux/ltmain.sh-10368-	# Transform all the library objects into standard objects.
flex-2.6.4/build-aux/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
flex-2.6.4/build-aux/ltmain.sh-10371-      fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-10396-	# Replace the output file specification.
flex-2.6.4/build-aux/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
flex-2.6.4/build-aux/ltmain.sh-10405-	  func_to_tool_file "$output"
flex-2.6.4/build-aux/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flex-2.6.4/build-aux/ltmain.sh-10449-	# Replace the output file specification.
flex-2.6.4/build-aux/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10451-	# Delete the old output file.
##############################################
flex-2.6.4/build-aux/ltmain.sh-10457-	  func_to_tool_file "$output"
flex-2.6.4/build-aux/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flex-2.6.4/build-aux/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
flex-2.6.4/build-aux/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
flex-2.6.4/build-aux/ltmain.sh-10477-          ;;
##############################################
flex-2.6.4/build-aux/ltmain.sh-10488-      # Replace the output file specification.
flex-2.6.4/build-aux/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10490-
##############################################
flex-2.6.4/build-aux/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
flex-2.6.4/build-aux/ltmain.sh:10498:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
flex-2.6.4/build-aux/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
flex-2.6.4/build-aux/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
flex-2.6.4/build-aux/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
flex-2.6.4/build-aux/ltmain.sh-10520-      fi
##############################################
flex-2.6.4/build-aux/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
flex-2.6.4/build-aux/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
flex-2.6.4/build-aux/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
flex-2.6.4/build-aux/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
flex-2.6.4/build-aux/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
flex-2.6.4/build-aux/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
flex-2.6.4/build-aux/ltmain.sh-10811-		name=$func_basename_result
flex-2.6.4/build-aux/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
flex-2.6.4/build-aux/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
flex-2.6.4/build-aux/ltmain.sh-10830-		name=$func_basename_result
flex-2.6.4/build-aux/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
flex-2.6.4/build-aux/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
flex-2.6.4/build-aux/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
flex-2.6.4/build-aux/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
flex-2.6.4/build-aux/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
flex-2.6.4/build-aux/depcomp-64-  case $1 in
flex-2.6.4/build-aux/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
flex-2.6.4/build-aux/depcomp-66-      *) dir=;;
##############################################
flex-2.6.4/build-aux/depcomp-73-{
flex-2.6.4/build-aux/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
flex-2.6.4/build-aux/depcomp-75-}
##############################################
flex-2.6.4/build-aux/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
flex-2.6.4/build-aux/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
flex-2.6.4/build-aux/depcomp-128-
##############################################
flex-2.6.4/build-aux/depcomp-405-        sleep 1
flex-2.6.4/build-aux/depcomp:406:        i=`expr $i - 1`
flex-2.6.4/build-aux/depcomp-407-      done
flex-2.6.4/build-aux/depcomp-408-    fi
flex-2.6.4/build-aux/depcomp:409:    i=`expr $i - 1`
flex-2.6.4/build-aux/depcomp-410-  done
##############################################
flex-2.6.4/build-aux/depcomp-425-  # Do two passes, one to just change these to
flex-2.6.4/build-aux/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
flex-2.6.4/build-aux/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
flex-2.6.4/build-aux/depcomp-659-  done
flex-2.6.4/build-aux/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
flex-2.6.4/build-aux/depcomp-661-  touch "$tmpdepfile"
##############################################
flex-2.6.4/build-aux/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
flex-2.6.4/build-aux/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
flex-2.6.4/build-aux/ylwrap-103-case $input in
##############################################
flex-2.6.4/build-aux/ylwrap-111-esac
flex-2.6.4/build-aux/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
flex-2.6.4/build-aux/ylwrap-113-
##############################################
flex-2.6.4/build-aux/ylwrap-150-  shift
flex-2.6.4/build-aux/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
flex-2.6.4/build-aux/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
flex-2.6.4/build-aux/ylwrap-153-done
##############################################
flex-2.6.4/build-aux/ylwrap-182-  do
flex-2.6.4/build-aux/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
flex-2.6.4/build-aux/ylwrap-184-    if test -f "$from"; then
##############################################
flex-2.6.4/build-aux/ylwrap-198-        realtarget=$target
flex-2.6.4/build-aux/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
flex-2.6.4/build-aux/ylwrap-200-      fi
##############################################
flex-2.6.4/build-aux/compile-67-	mingw/*)
flex-2.6.4/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
flex-2.6.4/build-aux/compile-69-	  ;;
flex-2.6.4/build-aux/compile-70-	cygwin/*)
flex-2.6.4/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
flex-2.6.4/build-aux/compile-72-	  ;;
flex-2.6.4/build-aux/compile-73-	wine/*)
flex-2.6.4/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
flex-2.6.4/build-aux/compile-75-	  ;;
##############################################
flex-2.6.4/build-aux/compile-309-# Name of file we expect compiler to create.
flex-2.6.4/build-aux/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
flex-2.6.4/build-aux/compile-311-
##############################################
flex-2.6.4/build-aux/compile-315-# object file name, since that is what matters with a parallel build.
flex-2.6.4/build-aux/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
flex-2.6.4/build-aux/compile-317-while true; do
##############################################
flex-2.6.4/build-aux/install-sh-234-      fi
flex-2.6.4/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
flex-2.6.4/build-aux/install-sh-236-    *)
##############################################
flex-2.6.4/build-aux/install-sh-281-      dstdir=$dst
flex-2.6.4/build-aux/install-sh:282:      dst=$dstdir/`basename "$src"`
flex-2.6.4/build-aux/install-sh-283-      dstdir_status=0
flex-2.6.4/build-aux/install-sh-284-    else
flex-2.6.4/build-aux/install-sh:285:      dstdir=`dirname "$dst"`
flex-2.6.4/build-aux/install-sh-286-      test -d "$dstdir"
##############################################
flex-2.6.4/build-aux/install-sh-344-                   test_tmpdir="$tmpdir/a"
flex-2.6.4/build-aux/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
flex-2.6.4/build-aux/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
flex-2.6.4/build-aux/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
flex-2.6.4/build-aux/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
flex-2.6.4/build-aux/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
flex-2.6.4/build-aux/install-sh-409-            case $prefix in
flex-2.6.4/build-aux/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
flex-2.6.4/build-aux/install-sh-411-              *) qprefix=$prefix;;
##############################################
flex-2.6.4/build-aux/install-sh-458-    if $copy_on_change &&
flex-2.6.4/build-aux/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
flex-2.6.4/build-aux/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
flex-2.6.4/build-aux/install-sh-461-       set -f &&
##############################################
flex-2.6.4/build-aux/config.sub-52-
flex-2.6.4/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
flex-2.6.4/build-aux/config.sub-54-
##############################################
flex-2.6.4/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
flex-2.6.4/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
flex-2.6.4/build-aux/config.sub-117-case $maybe_os in
##############################################
flex-2.6.4/build-aux/config.sub-123-    os=-$maybe_os
flex-2.6.4/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
flex-2.6.4/build-aux/config.sub-125-    ;;
##############################################
flex-2.6.4/build-aux/config.sub-127-    os=-linux-android
flex-2.6.4/build-aux/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
flex-2.6.4/build-aux/config.sub-129-    ;;
flex-2.6.4/build-aux/config.sub-130-  *)
flex-2.6.4/build-aux/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
flex-2.6.4/build-aux/config.sub-132-    if [ $basic_machine != $1 ]
flex-2.6.4/build-aux/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
flex-2.6.4/build-aux/config.sub-134-    else os=; fi
##############################################
flex-2.6.4/build-aux/config.sub-181-		os=-sco5v6
flex-2.6.4/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-183-		;;
##############################################
flex-2.6.4/build-aux/config.sub-185-		os=-sco3.2v5
flex-2.6.4/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-187-		;;
##############################################
flex-2.6.4/build-aux/config.sub-189-		os=-sco3.2v4
flex-2.6.4/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-191-		;;
flex-2.6.4/build-aux/config.sub-192-	-sco3.2.[4-9]*)
flex-2.6.4/build-aux/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
flex-2.6.4/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-195-		;;
##############################################
flex-2.6.4/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
flex-2.6.4/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-199-		;;
##############################################
flex-2.6.4/build-aux/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
flex-2.6.4/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-203-		;;
##############################################
flex-2.6.4/build-aux/config.sub-205-		os=-sco3.2v2
flex-2.6.4/build-aux/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-207-		;;
flex-2.6.4/build-aux/config.sub-208-	-udk*)
flex-2.6.4/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-210-		;;
##############################################
flex-2.6.4/build-aux/config.sub-212-		os=-isc2.2
flex-2.6.4/build-aux/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-214-		;;
##############################################
flex-2.6.4/build-aux/config.sub-218-	-isc*)
flex-2.6.4/build-aux/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-220-		;;
##############################################
flex-2.6.4/build-aux/config.sub-230-	-ptx*)
flex-2.6.4/build-aux/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
flex-2.6.4/build-aux/config.sub-232-		;;
flex-2.6.4/build-aux/config.sub-233-	-windowsnt*)
flex-2.6.4/build-aux/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
flex-2.6.4/build-aux/config.sub-235-		;;
##############################################
flex-2.6.4/build-aux/config.sub-367-	*-*-*)
flex-2.6.4/build-aux/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
flex-2.6.4/build-aux/config.sub-369-		exit 1
##############################################
flex-2.6.4/build-aux/config.sub-494-	amd64-*)
flex-2.6.4/build-aux/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-496-		;;
##############################################
flex-2.6.4/build-aux/config.sub-539-	blackfin-*)
flex-2.6.4/build-aux/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-541-		os=-linux
##############################################
flex-2.6.4/build-aux/config.sub-547-	c54x-*)
flex-2.6.4/build-aux/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-549-		;;
flex-2.6.4/build-aux/config.sub-550-	c55x-*)
flex-2.6.4/build-aux/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-552-		;;
flex-2.6.4/build-aux/config.sub-553-	c6x-*)
flex-2.6.4/build-aux/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-555-		;;
##############################################
flex-2.6.4/build-aux/config.sub-750-	i*86v32)
flex-2.6.4/build-aux/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-752-		os=-sysv32
##############################################
flex-2.6.4/build-aux/config.sub-754-	i*86v4*)
flex-2.6.4/build-aux/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-756-		os=-sysv4
##############################################
flex-2.6.4/build-aux/config.sub-758-	i*86v)
flex-2.6.4/build-aux/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-760-		os=-sysv
##############################################
flex-2.6.4/build-aux/config.sub-762-	i*86sol2)
flex-2.6.4/build-aux/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
flex-2.6.4/build-aux/config.sub-764-		os=-solaris2
##############################################
flex-2.6.4/build-aux/config.sub-788-	leon-*|leon[3-9]-*)
flex-2.6.4/build-aux/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
flex-2.6.4/build-aux/config.sub-790-		;;
##############################################
flex-2.6.4/build-aux/config.sub-795-	m68knommu-*)
flex-2.6.4/build-aux/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-797-		os=-linux
##############################################
flex-2.6.4/build-aux/config.sub-832-	mips3*-*)
flex-2.6.4/build-aux/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
flex-2.6.4/build-aux/config.sub-834-		;;
flex-2.6.4/build-aux/config.sub-835-	mips3*)
flex-2.6.4/build-aux/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
flex-2.6.4/build-aux/config.sub-837-		;;
##############################################
flex-2.6.4/build-aux/config.sub-854-	ms1-*)
flex-2.6.4/build-aux/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
flex-2.6.4/build-aux/config.sub-856-		;;
##############################################
flex-2.6.4/build-aux/config.sub-973-	parisc-*)
flex-2.6.4/build-aux/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-975-		os=-linux
##############################################
flex-2.6.4/build-aux/config.sub-989-	pc98-*)
flex-2.6.4/build-aux/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-991-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
flex-2.6.4/build-aux/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1006-		;;
flex-2.6.4/build-aux/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
flex-2.6.4/build-aux/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1009-		;;
flex-2.6.4/build-aux/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
flex-2.6.4/build-aux/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1012-		;;
flex-2.6.4/build-aux/config.sub-1013-	pentium4-*)
flex-2.6.4/build-aux/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1015-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1023-	ppc-* | ppcbe-*)
flex-2.6.4/build-aux/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1025-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1029-	ppcle-* | powerpclittle-*)
flex-2.6.4/build-aux/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1031-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1033-		;;
flex-2.6.4/build-aux/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1035-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1039-	ppc64le-* | powerpc64little-*)
flex-2.6.4/build-aux/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1041-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1122-	strongarm-* | thumb-*)
flex-2.6.4/build-aux/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
flex-2.6.4/build-aux/config.sub-1124-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1252-	xscale-* | xscalee[bl]-*)
flex-2.6.4/build-aux/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
flex-2.6.4/build-aux/config.sub-1254-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1329-	*)
flex-2.6.4/build-aux/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
flex-2.6.4/build-aux/config.sub-1331-		exit 1
##############################################
flex-2.6.4/build-aux/config.sub-1337-	*-digital*)
flex-2.6.4/build-aux/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
flex-2.6.4/build-aux/config.sub-1339-		;;
flex-2.6.4/build-aux/config.sub-1340-	*-commodore*)
flex-2.6.4/build-aux/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
flex-2.6.4/build-aux/config.sub-1342-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1358-	-solaris1 | -solaris1.*)
flex-2.6.4/build-aux/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
flex-2.6.4/build-aux/config.sub-1360-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1370-	-gnu/linux*)
flex-2.6.4/build-aux/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
flex-2.6.4/build-aux/config.sub-1372-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1416-	-nto*)
flex-2.6.4/build-aux/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
flex-2.6.4/build-aux/config.sub-1418-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1423-	-mac*)
flex-2.6.4/build-aux/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
flex-2.6.4/build-aux/config.sub-1425-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1429-	-linux*)
flex-2.6.4/build-aux/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
flex-2.6.4/build-aux/config.sub-1431-		;;
flex-2.6.4/build-aux/config.sub-1432-	-sunos5*)
flex-2.6.4/build-aux/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
flex-2.6.4/build-aux/config.sub-1434-		;;
flex-2.6.4/build-aux/config.sub-1435-	-sunos6*)
flex-2.6.4/build-aux/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
flex-2.6.4/build-aux/config.sub-1437-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1484-	-sinix5.*)
flex-2.6.4/build-aux/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
flex-2.6.4/build-aux/config.sub-1486-		;;
##############################################
flex-2.6.4/build-aux/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
flex-2.6.4/build-aux/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
flex-2.6.4/build-aux/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
flex-2.6.4/build-aux/config.sub-1540-		exit 1
##############################################
flex-2.6.4/build-aux/config.sub-1800-		esac
flex-2.6.4/build-aux/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
flex-2.6.4/build-aux/config.sub-1802-		;;
##############################################
flex-2.6.4/build-aux/texinfo.tex-6246-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
flex-2.6.4/build-aux/texinfo.tex:6247:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
flex-2.6.4/build-aux/texinfo.tex-6248-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
flex-2.6.4/examples/fastwc/Makefile.in-70-  { \
flex-2.6.4/examples/fastwc/Makefile.in:71:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/examples/fastwc/Makefile.in-72-  }; \
##############################################
flex-2.6.4/examples/fastwc/Makefile.in-364-distdir: $(DISTFILES)
flex-2.6.4/examples/fastwc/Makefile.in:365:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/fastwc/Makefile.in:366:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/fastwc/Makefile.in-367-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/examples/fastwc/Makefile.in-378-	  if test -d $$d/$$file; then \
flex-2.6.4/examples/fastwc/Makefile.in:379:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/examples/fastwc/Makefile.in-380-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/examples/Makefile.in-70-  { \
flex-2.6.4/examples/Makefile.in:71:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/examples/Makefile.in-72-  }; \
##############################################
flex-2.6.4/examples/Makefile.in-192-  while test -n "$$dir1"; do \
flex-2.6.4/examples/Makefile.in:193:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flex-2.6.4/examples/Makefile.in-194-    if test "$$first" != "."; then \
flex-2.6.4/examples/Makefile.in-195-      if test "$$first" = ".."; then \
flex-2.6.4/examples/Makefile.in:196:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flex-2.6.4/examples/Makefile.in:197:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flex-2.6.4/examples/Makefile.in-198-      else \
flex-2.6.4/examples/Makefile.in:199:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flex-2.6.4/examples/Makefile.in-200-        if test "$$first2" = "$$first"; then \
flex-2.6.4/examples/Makefile.in:201:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flex-2.6.4/examples/Makefile.in-202-        else \
##############################################
flex-2.6.4/examples/Makefile.in-207-    fi; \
flex-2.6.4/examples/Makefile.in:208:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flex-2.6.4/examples/Makefile.in-209-  done; \
##############################################
flex-2.6.4/examples/Makefile.in-431-	dot_seen=no; \
flex-2.6.4/examples/Makefile.in:432:	target=`echo $@ | sed s/-recursive//`; \
flex-2.6.4/examples/Makefile.in-433-	case "$@" in \
##############################################
flex-2.6.4/examples/Makefile.in-494-GTAGS:
flex-2.6.4/examples/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
flex-2.6.4/examples/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
flex-2.6.4/examples/Makefile.in-517-distdir: $(DISTFILES)
flex-2.6.4/examples/Makefile.in:518:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/Makefile.in:519:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/Makefile.in-520-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/examples/Makefile.in-531-	  if test -d $$d/$$file; then \
flex-2.6.4/examples/Makefile.in:532:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/examples/Makefile.in-533-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/examples/manual/Makefile.in-70-  { \
flex-2.6.4/examples/manual/Makefile.in:71:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/examples/manual/Makefile.in-72-  }; \
##############################################
flex-2.6.4/examples/manual/Makefile.in-390-distdir: $(DISTFILES)
flex-2.6.4/examples/manual/Makefile.in:391:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/manual/Makefile.in:392:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/examples/manual/Makefile.in-393-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/examples/manual/Makefile.in-404-	  if test -d $$d/$$file; then \
flex-2.6.4/examples/manual/Makefile.in:405:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/examples/manual/Makefile.in-406-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/tests/Makefile.in-71-  { \
flex-2.6.4/tests/Makefile.in:72:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/tests/Makefile.in-73-  }; \
##############################################
flex-2.6.4/tests/Makefile.in-957-}
flex-2.6.4/tests/Makefile.in:958:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flex-2.6.4/tests/Makefile.in-959-am__vpath_adj = case $$p in \
flex-2.6.4/tests/Makefile.in:960:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/tests/Makefile.in-961-    *) f=$$p;; \
flex-2.6.4/tests/Makefile.in-962-  esac;
flex-2.6.4/tests/Makefile.in:963:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flex-2.6.4/tests/Makefile.in-964-am__install_max = 40
flex-2.6.4/tests/Makefile.in-965-am__nobase_strip_setup = \
flex-2.6.4/tests/Makefile.in:966:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flex-2.6.4/tests/Makefile.in-967-am__nobase_strip = \
##############################################
flex-2.6.4/tests/Makefile.in-1085-case "$@" in						\
flex-2.6.4/tests/Makefile.in:1086:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
flex-2.6.4/tests/Makefile.in-1087-    *) am__odir=.;; 					\
##############################################
flex-2.6.4/tests/Makefile.in-1115-  bases='$(TEST_LOGS)'; \
flex-2.6.4/tests/Makefile.in:1116:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
flex-2.6.4/tests/Makefile.in:1117:  bases=`echo $$bases`
flex-2.6.4/tests/Makefile.in-1118-RECHECK_LOGS = $(TEST_LOGS)
##############################################
flex-2.6.4/tests/Makefile.in-1127-        */*) b='$*';; \
flex-2.6.4/tests/Makefile.in:1128:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
flex-2.6.4/tests/Makefile.in-1129-       esac;; \
##############################################
flex-2.6.4/tests/Makefile.in-1823-	test -n "$(EXEEXT)" || exit 0; \
flex-2.6.4/tests/Makefile.in:1824:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flex-2.6.4/tests/Makefile.in-1825-	echo " rm -f" $$list; \
##############################################
flex-2.6.4/tests/Makefile.in-2075-.c.o:
flex-2.6.4/tests/Makefile.in:2076:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flex-2.6.4/tests/Makefile.in-2077-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/tests/Makefile.in-2083-.c.obj:
flex-2.6.4/tests/Makefile.in:2084:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flex-2.6.4/tests/Makefile.in:2085:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flex-2.6.4/tests/Makefile.in-2086-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flex-2.6.4/tests/Makefile.in-2088-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/tests/Makefile.in:2089:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flex-2.6.4/tests/Makefile.in-2090-
flex-2.6.4/tests/Makefile.in-2091-.c.lo:
flex-2.6.4/tests/Makefile.in:2092:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flex-2.6.4/tests/Makefile.in-2093-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/tests/Makefile.in-2099-.cc.o:
flex-2.6.4/tests/Makefile.in:2100:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flex-2.6.4/tests/Makefile.in-2101-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/tests/Makefile.in-2107-.cc.obj:
flex-2.6.4/tests/Makefile.in:2108:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flex-2.6.4/tests/Makefile.in:2109:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flex-2.6.4/tests/Makefile.in-2110-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flex-2.6.4/tests/Makefile.in-2112-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/tests/Makefile.in:2113:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flex-2.6.4/tests/Makefile.in-2114-
flex-2.6.4/tests/Makefile.in-2115-.cc.lo:
flex-2.6.4/tests/Makefile.in:2116:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flex-2.6.4/tests/Makefile.in-2117-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/tests/Makefile.in-2123-.y.c:
flex-2.6.4/tests/Makefile.in:2124:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
flex-2.6.4/tests/Makefile.in-2125-
##############################################
flex-2.6.4/tests/Makefile.in-2161-GTAGS:
flex-2.6.4/tests/Makefile.in:2162:	here=`$(am__cd) $(top_builddir) && pwd` \
flex-2.6.4/tests/Makefile.in-2163-	  && $(am__cd) $(top_srcdir) \
##############################################
flex-2.6.4/tests/Makefile.in-2204-	if test -n "$$redo_bases"; then \
flex-2.6.4/tests/Makefile.in:2205:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
flex-2.6.4/tests/Makefile.in:2206:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
flex-2.6.4/tests/Makefile.in-2207-	  if $(am__make_dryrun); then :; else \
##############################################
flex-2.6.4/tests/Makefile.in-2229-	ws='[ 	]'; \
flex-2.6.4/tests/Makefile.in:2230:	results=`for b in $$bases; do echo $$b.trs; done`; \
flex-2.6.4/tests/Makefile.in-2231-	test -n "$$results" || results=/dev/null; \
flex-2.6.4/tests/Makefile.in:2232:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2233:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2234:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2235:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2236:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2237:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2238:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
flex-2.6.4/tests/Makefile.in:2239:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
flex-2.6.4/tests/Makefile.in-2240-	  success=true; \
##############################################
flex-2.6.4/tests/Makefile.in-2308-	@set +e; $(am__set_TESTS_bases); \
flex-2.6.4/tests/Makefile.in:2309:	log_list=`for i in $$bases; do echo $$i.log; done`; \
flex-2.6.4/tests/Makefile.in:2310:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
flex-2.6.4/tests/Makefile.in:2311:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
flex-2.6.4/tests/Makefile.in-2312-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
flex-2.6.4/tests/Makefile.in-2318-	         | $(am__list_recheck_tests)` || exit 1; \
flex-2.6.4/tests/Makefile.in:2319:	log_list=`for i in $$bases; do echo $$i.log; done`; \
flex-2.6.4/tests/Makefile.in:2320:	log_list=`echo $$log_list`; \
flex-2.6.4/tests/Makefile.in-2321-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
flex-2.6.4/tests/Makefile.in-2697-distdir: $(DISTFILES)
flex-2.6.4/tests/Makefile.in:2698:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/tests/Makefile.in:2699:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/tests/Makefile.in-2700-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/tests/Makefile.in-2711-	  if test -d $$d/$$file; then \
flex-2.6.4/tests/Makefile.in:2712:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/tests/Makefile.in-2713-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/tests/tableopts.sh-21-            # The filenames must work on case-insensitive filesystems.
flex-2.6.4/tests/tableopts.sh:22:            bare_opt=`echo ${bare_opt}| sed 's/F$/_F/'`
flex-2.6.4/tests/tableopts.sh-23-
##############################################
flex-2.6.4/tests/testwrapper-direct.sh-17-
flex-2.6.4/tests/testwrapper-direct.sh:18:INPUT_NAME=`basename "${TESTNAME%.exe}"`.txt
flex-2.6.4/tests/testwrapper-direct.sh-19-
##############################################
flex-2.6.4/tests/testwrapper.sh-35-
flex-2.6.4/tests/testwrapper.sh:36:INPUT_NAME=${INPUT_NAME:-$INPUT_DIRECTORY/`basename "${TESTNAME%.exe}"`.txt}
flex-2.6.4/tests/testwrapper.sh-37-
flex-2.6.4/tests/testwrapper.sh-38-if [ $DO_COMPARISON = 1 ] ; then
flex-2.6.4/tests/testwrapper.sh:39:    TEST_OUTPUT=`$TESTNAME < $INPUT_NAME`
flex-2.6.4/tests/testwrapper.sh:40:    REF_OUTPUT=`$TESTNAME 1 < $INPUT_NAME`
flex-2.6.4/tests/testwrapper.sh-41-    test "$TEST_OUTPUT" -eq "$REF_OUTPUT"
##############################################
flex-2.6.4/ChangeLog-351-	'-1' test would skip like this, though.) Shell syntax note: `set -e` will not exit with the syntax like this
flex-2.6.4/ChangeLog:352:	`test $(false) = $(false);`. The exit statuses of `false` in the
flex-2.6.4/ChangeLog-353-	example will be ignored instead. But putting the output in a
flex-2.6.4/ChangeLog:354:	variable, such as `VAR=$(false)`, DOES exit.
flex-2.6.4/ChangeLog-355-
##############################################
flex-2.6.4/src/Makefile.in-52-  { \
flex-2.6.4/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/src/Makefile.in-54-  }; \
##############################################
flex-2.6.4/src/Makefile.in-117-CONFIG_CLEAN_VPATH_FILES =
flex-2.6.4/src/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flex-2.6.4/src/Makefile.in-119-am__vpath_adj = case $$p in \
flex-2.6.4/src/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/src/Makefile.in-121-    *) f=$$p;; \
flex-2.6.4/src/Makefile.in-122-  esac;
flex-2.6.4/src/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flex-2.6.4/src/Makefile.in-124-am__install_max = 40
flex-2.6.4/src/Makefile.in-125-am__nobase_strip_setup = \
flex-2.6.4/src/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flex-2.6.4/src/Makefile.in-127-am__nobase_strip = \
##############################################
flex-2.6.4/src/Makefile.in-677-	test -n "$(EXEEXT)" || exit 0; \
flex-2.6.4/src/Makefile.in:678:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flex-2.6.4/src/Makefile.in-679-	echo " rm -f" $$list; \
##############################################
flex-2.6.4/src/Makefile.in-691-	         2>c$${pid}_.err </dev/null \
flex-2.6.4/src/Makefile.in:692:		 && test -n "`cat c$${pid}_.out`" \
flex-2.6.4/src/Makefile.in:693:		 && test -z "`cat c$${pid}_.err`"; then :; \
flex-2.6.4/src/Makefile.in-694-	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
##############################################
flex-2.6.4/src/Makefile.in-702-	test -n "$(EXEEXT)" || exit 0; \
flex-2.6.4/src/Makefile.in:703:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
flex-2.6.4/src/Makefile.in-704-	echo " rm -f" $$list; \
##############################################
flex-2.6.4/src/Makefile.in-784-.c.o:
flex-2.6.4/src/Makefile.in:785:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
flex-2.6.4/src/Makefile.in-786-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/src/Makefile.in-792-.c.obj:
flex-2.6.4/src/Makefile.in:793:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
flex-2.6.4/src/Makefile.in:794:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
flex-2.6.4/src/Makefile.in-795-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
flex-2.6.4/src/Makefile.in-797-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:798:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
flex-2.6.4/src/Makefile.in-799-
flex-2.6.4/src/Makefile.in-800-.c.lo:
flex-2.6.4/src/Makefile.in:801:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
flex-2.6.4/src/Makefile.in-802-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
flex-2.6.4/src/Makefile.in-808-flex-buf.o: buf.c
flex-2.6.4/src/Makefile.in:809:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-buf.o -MD -MP -MF $(DEPDIR)/flex-buf.Tpo -c -o flex-buf.o `test -f 'buf.c' || echo '$(srcdir)/'`buf.c
flex-2.6.4/src/Makefile.in-810-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-buf.Tpo $(DEPDIR)/flex-buf.Po
##############################################
flex-2.6.4/src/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:813:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-buf.o `test -f 'buf.c' || echo '$(srcdir)/'`buf.c
flex-2.6.4/src/Makefile.in-814-
flex-2.6.4/src/Makefile.in-815-flex-buf.obj: buf.c
flex-2.6.4/src/Makefile.in:816:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-buf.obj -MD -MP -MF $(DEPDIR)/flex-buf.Tpo -c -o flex-buf.obj `if test -f 'buf.c'; then $(CYGPATH_W) 'buf.c'; else $(CYGPATH_W) '$(srcdir)/buf.c'; fi`
flex-2.6.4/src/Makefile.in-817-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-buf.Tpo $(DEPDIR)/flex-buf.Po
##############################################
flex-2.6.4/src/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:820:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-buf.obj `if test -f 'buf.c'; then $(CYGPATH_W) 'buf.c'; else $(CYGPATH_W) '$(srcdir)/buf.c'; fi`
flex-2.6.4/src/Makefile.in-821-
flex-2.6.4/src/Makefile.in-822-flex-ccl.o: ccl.c
flex-2.6.4/src/Makefile.in:823:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-ccl.o -MD -MP -MF $(DEPDIR)/flex-ccl.Tpo -c -o flex-ccl.o `test -f 'ccl.c' || echo '$(srcdir)/'`ccl.c
flex-2.6.4/src/Makefile.in-824-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-ccl.Tpo $(DEPDIR)/flex-ccl.Po
##############################################
flex-2.6.4/src/Makefile.in-826-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:827:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-ccl.o `test -f 'ccl.c' || echo '$(srcdir)/'`ccl.c
flex-2.6.4/src/Makefile.in-828-
flex-2.6.4/src/Makefile.in-829-flex-ccl.obj: ccl.c
flex-2.6.4/src/Makefile.in:830:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-ccl.obj -MD -MP -MF $(DEPDIR)/flex-ccl.Tpo -c -o flex-ccl.obj `if test -f 'ccl.c'; then $(CYGPATH_W) 'ccl.c'; else $(CYGPATH_W) '$(srcdir)/ccl.c'; fi`
flex-2.6.4/src/Makefile.in-831-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-ccl.Tpo $(DEPDIR)/flex-ccl.Po
##############################################
flex-2.6.4/src/Makefile.in-833-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:834:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-ccl.obj `if test -f 'ccl.c'; then $(CYGPATH_W) 'ccl.c'; else $(CYGPATH_W) '$(srcdir)/ccl.c'; fi`
flex-2.6.4/src/Makefile.in-835-
flex-2.6.4/src/Makefile.in-836-flex-dfa.o: dfa.c
flex-2.6.4/src/Makefile.in:837:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-dfa.o -MD -MP -MF $(DEPDIR)/flex-dfa.Tpo -c -o flex-dfa.o `test -f 'dfa.c' || echo '$(srcdir)/'`dfa.c
flex-2.6.4/src/Makefile.in-838-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-dfa.Tpo $(DEPDIR)/flex-dfa.Po
##############################################
flex-2.6.4/src/Makefile.in-840-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:841:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-dfa.o `test -f 'dfa.c' || echo '$(srcdir)/'`dfa.c
flex-2.6.4/src/Makefile.in-842-
flex-2.6.4/src/Makefile.in-843-flex-dfa.obj: dfa.c
flex-2.6.4/src/Makefile.in:844:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-dfa.obj -MD -MP -MF $(DEPDIR)/flex-dfa.Tpo -c -o flex-dfa.obj `if test -f 'dfa.c'; then $(CYGPATH_W) 'dfa.c'; else $(CYGPATH_W) '$(srcdir)/dfa.c'; fi`
flex-2.6.4/src/Makefile.in-845-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-dfa.Tpo $(DEPDIR)/flex-dfa.Po
##############################################
flex-2.6.4/src/Makefile.in-847-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:848:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-dfa.obj `if test -f 'dfa.c'; then $(CYGPATH_W) 'dfa.c'; else $(CYGPATH_W) '$(srcdir)/dfa.c'; fi`
flex-2.6.4/src/Makefile.in-849-
flex-2.6.4/src/Makefile.in-850-flex-ecs.o: ecs.c
flex-2.6.4/src/Makefile.in:851:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-ecs.o -MD -MP -MF $(DEPDIR)/flex-ecs.Tpo -c -o flex-ecs.o `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
flex-2.6.4/src/Makefile.in-852-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-ecs.Tpo $(DEPDIR)/flex-ecs.Po
##############################################
flex-2.6.4/src/Makefile.in-854-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:855:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-ecs.o `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
flex-2.6.4/src/Makefile.in-856-
flex-2.6.4/src/Makefile.in-857-flex-ecs.obj: ecs.c
flex-2.6.4/src/Makefile.in:858:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-ecs.obj -MD -MP -MF $(DEPDIR)/flex-ecs.Tpo -c -o flex-ecs.obj `if test -f 'ecs.c'; then $(CYGPATH_W) 'ecs.c'; else $(CYGPATH_W) '$(srcdir)/ecs.c'; fi`
flex-2.6.4/src/Makefile.in-859-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-ecs.Tpo $(DEPDIR)/flex-ecs.Po
##############################################
flex-2.6.4/src/Makefile.in-861-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:862:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-ecs.obj `if test -f 'ecs.c'; then $(CYGPATH_W) 'ecs.c'; else $(CYGPATH_W) '$(srcdir)/ecs.c'; fi`
flex-2.6.4/src/Makefile.in-863-
flex-2.6.4/src/Makefile.in-864-flex-filter.o: filter.c
flex-2.6.4/src/Makefile.in:865:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-filter.o -MD -MP -MF $(DEPDIR)/flex-filter.Tpo -c -o flex-filter.o `test -f 'filter.c' || echo '$(srcdir)/'`filter.c
flex-2.6.4/src/Makefile.in-866-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-filter.Tpo $(DEPDIR)/flex-filter.Po
##############################################
flex-2.6.4/src/Makefile.in-868-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:869:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-filter.o `test -f 'filter.c' || echo '$(srcdir)/'`filter.c
flex-2.6.4/src/Makefile.in-870-
flex-2.6.4/src/Makefile.in-871-flex-filter.obj: filter.c
flex-2.6.4/src/Makefile.in:872:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-filter.obj -MD -MP -MF $(DEPDIR)/flex-filter.Tpo -c -o flex-filter.obj `if test -f 'filter.c'; then $(CYGPATH_W) 'filter.c'; else $(CYGPATH_W) '$(srcdir)/filter.c'; fi`
flex-2.6.4/src/Makefile.in-873-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-filter.Tpo $(DEPDIR)/flex-filter.Po
##############################################
flex-2.6.4/src/Makefile.in-875-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:876:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-filter.obj `if test -f 'filter.c'; then $(CYGPATH_W) 'filter.c'; else $(CYGPATH_W) '$(srcdir)/filter.c'; fi`
flex-2.6.4/src/Makefile.in-877-
flex-2.6.4/src/Makefile.in-878-flex-gen.o: gen.c
flex-2.6.4/src/Makefile.in:879:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-gen.o -MD -MP -MF $(DEPDIR)/flex-gen.Tpo -c -o flex-gen.o `test -f 'gen.c' || echo '$(srcdir)/'`gen.c
flex-2.6.4/src/Makefile.in-880-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-gen.Tpo $(DEPDIR)/flex-gen.Po
##############################################
flex-2.6.4/src/Makefile.in-882-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:883:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-gen.o `test -f 'gen.c' || echo '$(srcdir)/'`gen.c
flex-2.6.4/src/Makefile.in-884-
flex-2.6.4/src/Makefile.in-885-flex-gen.obj: gen.c
flex-2.6.4/src/Makefile.in:886:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-gen.obj -MD -MP -MF $(DEPDIR)/flex-gen.Tpo -c -o flex-gen.obj `if test -f 'gen.c'; then $(CYGPATH_W) 'gen.c'; else $(CYGPATH_W) '$(srcdir)/gen.c'; fi`
flex-2.6.4/src/Makefile.in-887-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-gen.Tpo $(DEPDIR)/flex-gen.Po
##############################################
flex-2.6.4/src/Makefile.in-889-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:890:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-gen.obj `if test -f 'gen.c'; then $(CYGPATH_W) 'gen.c'; else $(CYGPATH_W) '$(srcdir)/gen.c'; fi`
flex-2.6.4/src/Makefile.in-891-
flex-2.6.4/src/Makefile.in-892-flex-main.o: main.c
flex-2.6.4/src/Makefile.in:893:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-main.o -MD -MP -MF $(DEPDIR)/flex-main.Tpo -c -o flex-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
flex-2.6.4/src/Makefile.in-894-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-main.Tpo $(DEPDIR)/flex-main.Po
##############################################
flex-2.6.4/src/Makefile.in-896-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:897:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
flex-2.6.4/src/Makefile.in-898-
flex-2.6.4/src/Makefile.in-899-flex-main.obj: main.c
flex-2.6.4/src/Makefile.in:900:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-main.obj -MD -MP -MF $(DEPDIR)/flex-main.Tpo -c -o flex-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
flex-2.6.4/src/Makefile.in-901-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-main.Tpo $(DEPDIR)/flex-main.Po
##############################################
flex-2.6.4/src/Makefile.in-903-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:904:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
flex-2.6.4/src/Makefile.in-905-
flex-2.6.4/src/Makefile.in-906-flex-misc.o: misc.c
flex-2.6.4/src/Makefile.in:907:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-misc.o -MD -MP -MF $(DEPDIR)/flex-misc.Tpo -c -o flex-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
flex-2.6.4/src/Makefile.in-908-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-misc.Tpo $(DEPDIR)/flex-misc.Po
##############################################
flex-2.6.4/src/Makefile.in-910-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:911:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
flex-2.6.4/src/Makefile.in-912-
flex-2.6.4/src/Makefile.in-913-flex-misc.obj: misc.c
flex-2.6.4/src/Makefile.in:914:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-misc.obj -MD -MP -MF $(DEPDIR)/flex-misc.Tpo -c -o flex-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
flex-2.6.4/src/Makefile.in-915-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-misc.Tpo $(DEPDIR)/flex-misc.Po
##############################################
flex-2.6.4/src/Makefile.in-917-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:918:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
flex-2.6.4/src/Makefile.in-919-
flex-2.6.4/src/Makefile.in-920-flex-nfa.o: nfa.c
flex-2.6.4/src/Makefile.in:921:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-nfa.o -MD -MP -MF $(DEPDIR)/flex-nfa.Tpo -c -o flex-nfa.o `test -f 'nfa.c' || echo '$(srcdir)/'`nfa.c
flex-2.6.4/src/Makefile.in-922-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-nfa.Tpo $(DEPDIR)/flex-nfa.Po
##############################################
flex-2.6.4/src/Makefile.in-924-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:925:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-nfa.o `test -f 'nfa.c' || echo '$(srcdir)/'`nfa.c
flex-2.6.4/src/Makefile.in-926-
flex-2.6.4/src/Makefile.in-927-flex-nfa.obj: nfa.c
flex-2.6.4/src/Makefile.in:928:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-nfa.obj -MD -MP -MF $(DEPDIR)/flex-nfa.Tpo -c -o flex-nfa.obj `if test -f 'nfa.c'; then $(CYGPATH_W) 'nfa.c'; else $(CYGPATH_W) '$(srcdir)/nfa.c'; fi`
flex-2.6.4/src/Makefile.in-929-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-nfa.Tpo $(DEPDIR)/flex-nfa.Po
##############################################
flex-2.6.4/src/Makefile.in-931-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:932:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-nfa.obj `if test -f 'nfa.c'; then $(CYGPATH_W) 'nfa.c'; else $(CYGPATH_W) '$(srcdir)/nfa.c'; fi`
flex-2.6.4/src/Makefile.in-933-
flex-2.6.4/src/Makefile.in-934-flex-options.o: options.c
flex-2.6.4/src/Makefile.in:935:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-options.o -MD -MP -MF $(DEPDIR)/flex-options.Tpo -c -o flex-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
flex-2.6.4/src/Makefile.in-936-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-options.Tpo $(DEPDIR)/flex-options.Po
##############################################
flex-2.6.4/src/Makefile.in-938-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:939:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
flex-2.6.4/src/Makefile.in-940-
flex-2.6.4/src/Makefile.in-941-flex-options.obj: options.c
flex-2.6.4/src/Makefile.in:942:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-options.obj -MD -MP -MF $(DEPDIR)/flex-options.Tpo -c -o flex-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
flex-2.6.4/src/Makefile.in-943-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-options.Tpo $(DEPDIR)/flex-options.Po
##############################################
flex-2.6.4/src/Makefile.in-945-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:946:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
flex-2.6.4/src/Makefile.in-947-
flex-2.6.4/src/Makefile.in-948-flex-parse.o: parse.c
flex-2.6.4/src/Makefile.in:949:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-parse.o -MD -MP -MF $(DEPDIR)/flex-parse.Tpo -c -o flex-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
flex-2.6.4/src/Makefile.in-950-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-parse.Tpo $(DEPDIR)/flex-parse.Po
##############################################
flex-2.6.4/src/Makefile.in-952-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:953:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
flex-2.6.4/src/Makefile.in-954-
flex-2.6.4/src/Makefile.in-955-flex-parse.obj: parse.c
flex-2.6.4/src/Makefile.in:956:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-parse.obj -MD -MP -MF $(DEPDIR)/flex-parse.Tpo -c -o flex-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
flex-2.6.4/src/Makefile.in-957-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-parse.Tpo $(DEPDIR)/flex-parse.Po
##############################################
flex-2.6.4/src/Makefile.in-959-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:960:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
flex-2.6.4/src/Makefile.in-961-
flex-2.6.4/src/Makefile.in-962-flex-regex.o: regex.c
flex-2.6.4/src/Makefile.in:963:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-regex.o -MD -MP -MF $(DEPDIR)/flex-regex.Tpo -c -o flex-regex.o `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
flex-2.6.4/src/Makefile.in-964-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-regex.Tpo $(DEPDIR)/flex-regex.Po
##############################################
flex-2.6.4/src/Makefile.in-966-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:967:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-regex.o `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
flex-2.6.4/src/Makefile.in-968-
flex-2.6.4/src/Makefile.in-969-flex-regex.obj: regex.c
flex-2.6.4/src/Makefile.in:970:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-regex.obj -MD -MP -MF $(DEPDIR)/flex-regex.Tpo -c -o flex-regex.obj `if test -f 'regex.c'; then $(CYGPATH_W) 'regex.c'; else $(CYGPATH_W) '$(srcdir)/regex.c'; fi`
flex-2.6.4/src/Makefile.in-971-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-regex.Tpo $(DEPDIR)/flex-regex.Po
##############################################
flex-2.6.4/src/Makefile.in-973-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:974:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-regex.obj `if test -f 'regex.c'; then $(CYGPATH_W) 'regex.c'; else $(CYGPATH_W) '$(srcdir)/regex.c'; fi`
flex-2.6.4/src/Makefile.in-975-
flex-2.6.4/src/Makefile.in-976-flex-scanflags.o: scanflags.c
flex-2.6.4/src/Makefile.in:977:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-scanflags.o -MD -MP -MF $(DEPDIR)/flex-scanflags.Tpo -c -o flex-scanflags.o `test -f 'scanflags.c' || echo '$(srcdir)/'`scanflags.c
flex-2.6.4/src/Makefile.in-978-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-scanflags.Tpo $(DEPDIR)/flex-scanflags.Po
##############################################
flex-2.6.4/src/Makefile.in-980-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:981:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-scanflags.o `test -f 'scanflags.c' || echo '$(srcdir)/'`scanflags.c
flex-2.6.4/src/Makefile.in-982-
flex-2.6.4/src/Makefile.in-983-flex-scanflags.obj: scanflags.c
flex-2.6.4/src/Makefile.in:984:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-scanflags.obj -MD -MP -MF $(DEPDIR)/flex-scanflags.Tpo -c -o flex-scanflags.obj `if test -f 'scanflags.c'; then $(CYGPATH_W) 'scanflags.c'; else $(CYGPATH_W) '$(srcdir)/scanflags.c'; fi`
flex-2.6.4/src/Makefile.in-985-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-scanflags.Tpo $(DEPDIR)/flex-scanflags.Po
##############################################
flex-2.6.4/src/Makefile.in-987-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:988:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-scanflags.obj `if test -f 'scanflags.c'; then $(CYGPATH_W) 'scanflags.c'; else $(CYGPATH_W) '$(srcdir)/scanflags.c'; fi`
flex-2.6.4/src/Makefile.in-989-
flex-2.6.4/src/Makefile.in-990-flex-scanopt.o: scanopt.c
flex-2.6.4/src/Makefile.in:991:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-scanopt.o -MD -MP -MF $(DEPDIR)/flex-scanopt.Tpo -c -o flex-scanopt.o `test -f 'scanopt.c' || echo '$(srcdir)/'`scanopt.c
flex-2.6.4/src/Makefile.in-992-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-scanopt.Tpo $(DEPDIR)/flex-scanopt.Po
##############################################
flex-2.6.4/src/Makefile.in-994-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:995:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-scanopt.o `test -f 'scanopt.c' || echo '$(srcdir)/'`scanopt.c
flex-2.6.4/src/Makefile.in-996-
flex-2.6.4/src/Makefile.in-997-flex-scanopt.obj: scanopt.c
flex-2.6.4/src/Makefile.in:998:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-scanopt.obj -MD -MP -MF $(DEPDIR)/flex-scanopt.Tpo -c -o flex-scanopt.obj `if test -f 'scanopt.c'; then $(CYGPATH_W) 'scanopt.c'; else $(CYGPATH_W) '$(srcdir)/scanopt.c'; fi`
flex-2.6.4/src/Makefile.in-999-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-scanopt.Tpo $(DEPDIR)/flex-scanopt.Po
##############################################
flex-2.6.4/src/Makefile.in-1001-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1002:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-scanopt.obj `if test -f 'scanopt.c'; then $(CYGPATH_W) 'scanopt.c'; else $(CYGPATH_W) '$(srcdir)/scanopt.c'; fi`
flex-2.6.4/src/Makefile.in-1003-
flex-2.6.4/src/Makefile.in-1004-flex-skel.o: skel.c
flex-2.6.4/src/Makefile.in:1005:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-skel.o -MD -MP -MF $(DEPDIR)/flex-skel.Tpo -c -o flex-skel.o `test -f 'skel.c' || echo '$(srcdir)/'`skel.c
flex-2.6.4/src/Makefile.in-1006-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-skel.Tpo $(DEPDIR)/flex-skel.Po
##############################################
flex-2.6.4/src/Makefile.in-1008-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1009:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-skel.o `test -f 'skel.c' || echo '$(srcdir)/'`skel.c
flex-2.6.4/src/Makefile.in-1010-
flex-2.6.4/src/Makefile.in-1011-flex-skel.obj: skel.c
flex-2.6.4/src/Makefile.in:1012:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-skel.obj -MD -MP -MF $(DEPDIR)/flex-skel.Tpo -c -o flex-skel.obj `if test -f 'skel.c'; then $(CYGPATH_W) 'skel.c'; else $(CYGPATH_W) '$(srcdir)/skel.c'; fi`
flex-2.6.4/src/Makefile.in-1013-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-skel.Tpo $(DEPDIR)/flex-skel.Po
##############################################
flex-2.6.4/src/Makefile.in-1015-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1016:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-skel.obj `if test -f 'skel.c'; then $(CYGPATH_W) 'skel.c'; else $(CYGPATH_W) '$(srcdir)/skel.c'; fi`
flex-2.6.4/src/Makefile.in-1017-
flex-2.6.4/src/Makefile.in-1018-flex-sym.o: sym.c
flex-2.6.4/src/Makefile.in:1019:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-sym.o -MD -MP -MF $(DEPDIR)/flex-sym.Tpo -c -o flex-sym.o `test -f 'sym.c' || echo '$(srcdir)/'`sym.c
flex-2.6.4/src/Makefile.in-1020-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-sym.Tpo $(DEPDIR)/flex-sym.Po
##############################################
flex-2.6.4/src/Makefile.in-1022-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1023:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-sym.o `test -f 'sym.c' || echo '$(srcdir)/'`sym.c
flex-2.6.4/src/Makefile.in-1024-
flex-2.6.4/src/Makefile.in-1025-flex-sym.obj: sym.c
flex-2.6.4/src/Makefile.in:1026:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-sym.obj -MD -MP -MF $(DEPDIR)/flex-sym.Tpo -c -o flex-sym.obj `if test -f 'sym.c'; then $(CYGPATH_W) 'sym.c'; else $(CYGPATH_W) '$(srcdir)/sym.c'; fi`
flex-2.6.4/src/Makefile.in-1027-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-sym.Tpo $(DEPDIR)/flex-sym.Po
##############################################
flex-2.6.4/src/Makefile.in-1029-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1030:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-sym.obj `if test -f 'sym.c'; then $(CYGPATH_W) 'sym.c'; else $(CYGPATH_W) '$(srcdir)/sym.c'; fi`
flex-2.6.4/src/Makefile.in-1031-
flex-2.6.4/src/Makefile.in-1032-flex-tables.o: tables.c
flex-2.6.4/src/Makefile.in:1033:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tables.o -MD -MP -MF $(DEPDIR)/flex-tables.Tpo -c -o flex-tables.o `test -f 'tables.c' || echo '$(srcdir)/'`tables.c
flex-2.6.4/src/Makefile.in-1034-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tables.Tpo $(DEPDIR)/flex-tables.Po
##############################################
flex-2.6.4/src/Makefile.in-1036-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1037:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tables.o `test -f 'tables.c' || echo '$(srcdir)/'`tables.c
flex-2.6.4/src/Makefile.in-1038-
flex-2.6.4/src/Makefile.in-1039-flex-tables.obj: tables.c
flex-2.6.4/src/Makefile.in:1040:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tables.obj -MD -MP -MF $(DEPDIR)/flex-tables.Tpo -c -o flex-tables.obj `if test -f 'tables.c'; then $(CYGPATH_W) 'tables.c'; else $(CYGPATH_W) '$(srcdir)/tables.c'; fi`
flex-2.6.4/src/Makefile.in-1041-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tables.Tpo $(DEPDIR)/flex-tables.Po
##############################################
flex-2.6.4/src/Makefile.in-1043-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1044:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tables.obj `if test -f 'tables.c'; then $(CYGPATH_W) 'tables.c'; else $(CYGPATH_W) '$(srcdir)/tables.c'; fi`
flex-2.6.4/src/Makefile.in-1045-
flex-2.6.4/src/Makefile.in-1046-flex-tables_shared.o: tables_shared.c
flex-2.6.4/src/Makefile.in:1047:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tables_shared.o -MD -MP -MF $(DEPDIR)/flex-tables_shared.Tpo -c -o flex-tables_shared.o `test -f 'tables_shared.c' || echo '$(srcdir)/'`tables_shared.c
flex-2.6.4/src/Makefile.in-1048-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tables_shared.Tpo $(DEPDIR)/flex-tables_shared.Po
##############################################
flex-2.6.4/src/Makefile.in-1050-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1051:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tables_shared.o `test -f 'tables_shared.c' || echo '$(srcdir)/'`tables_shared.c
flex-2.6.4/src/Makefile.in-1052-
flex-2.6.4/src/Makefile.in-1053-flex-tables_shared.obj: tables_shared.c
flex-2.6.4/src/Makefile.in:1054:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tables_shared.obj -MD -MP -MF $(DEPDIR)/flex-tables_shared.Tpo -c -o flex-tables_shared.obj `if test -f 'tables_shared.c'; then $(CYGPATH_W) 'tables_shared.c'; else $(CYGPATH_W) '$(srcdir)/tables_shared.c'; fi`
flex-2.6.4/src/Makefile.in-1055-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tables_shared.Tpo $(DEPDIR)/flex-tables_shared.Po
##############################################
flex-2.6.4/src/Makefile.in-1057-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1058:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tables_shared.obj `if test -f 'tables_shared.c'; then $(CYGPATH_W) 'tables_shared.c'; else $(CYGPATH_W) '$(srcdir)/tables_shared.c'; fi`
flex-2.6.4/src/Makefile.in-1059-
flex-2.6.4/src/Makefile.in-1060-flex-tblcmp.o: tblcmp.c
flex-2.6.4/src/Makefile.in:1061:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tblcmp.o -MD -MP -MF $(DEPDIR)/flex-tblcmp.Tpo -c -o flex-tblcmp.o `test -f 'tblcmp.c' || echo '$(srcdir)/'`tblcmp.c
flex-2.6.4/src/Makefile.in-1062-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tblcmp.Tpo $(DEPDIR)/flex-tblcmp.Po
##############################################
flex-2.6.4/src/Makefile.in-1064-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1065:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tblcmp.o `test -f 'tblcmp.c' || echo '$(srcdir)/'`tblcmp.c
flex-2.6.4/src/Makefile.in-1066-
flex-2.6.4/src/Makefile.in-1067-flex-tblcmp.obj: tblcmp.c
flex-2.6.4/src/Makefile.in:1068:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-tblcmp.obj -MD -MP -MF $(DEPDIR)/flex-tblcmp.Tpo -c -o flex-tblcmp.obj `if test -f 'tblcmp.c'; then $(CYGPATH_W) 'tblcmp.c'; else $(CYGPATH_W) '$(srcdir)/tblcmp.c'; fi`
flex-2.6.4/src/Makefile.in-1069-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-tblcmp.Tpo $(DEPDIR)/flex-tblcmp.Po
##############################################
flex-2.6.4/src/Makefile.in-1071-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1072:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-tblcmp.obj `if test -f 'tblcmp.c'; then $(CYGPATH_W) 'tblcmp.c'; else $(CYGPATH_W) '$(srcdir)/tblcmp.c'; fi`
flex-2.6.4/src/Makefile.in-1073-
flex-2.6.4/src/Makefile.in-1074-flex-yylex.o: yylex.c
flex-2.6.4/src/Makefile.in:1075:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-yylex.o -MD -MP -MF $(DEPDIR)/flex-yylex.Tpo -c -o flex-yylex.o `test -f 'yylex.c' || echo '$(srcdir)/'`yylex.c
flex-2.6.4/src/Makefile.in-1076-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-yylex.Tpo $(DEPDIR)/flex-yylex.Po
##############################################
flex-2.6.4/src/Makefile.in-1078-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1079:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-yylex.o `test -f 'yylex.c' || echo '$(srcdir)/'`yylex.c
flex-2.6.4/src/Makefile.in-1080-
flex-2.6.4/src/Makefile.in-1081-flex-yylex.obj: yylex.c
flex-2.6.4/src/Makefile.in:1082:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-yylex.obj -MD -MP -MF $(DEPDIR)/flex-yylex.Tpo -c -o flex-yylex.obj `if test -f 'yylex.c'; then $(CYGPATH_W) 'yylex.c'; else $(CYGPATH_W) '$(srcdir)/yylex.c'; fi`
flex-2.6.4/src/Makefile.in-1083-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-yylex.Tpo $(DEPDIR)/flex-yylex.Po
##############################################
flex-2.6.4/src/Makefile.in-1085-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1086:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-yylex.obj `if test -f 'yylex.c'; then $(CYGPATH_W) 'yylex.c'; else $(CYGPATH_W) '$(srcdir)/yylex.c'; fi`
flex-2.6.4/src/Makefile.in-1087-
flex-2.6.4/src/Makefile.in-1088-flex-stage1scan.o: stage1scan.c
flex-2.6.4/src/Makefile.in:1089:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-stage1scan.o -MD -MP -MF $(DEPDIR)/flex-stage1scan.Tpo -c -o flex-stage1scan.o `test -f 'stage1scan.c' || echo '$(srcdir)/'`stage1scan.c
flex-2.6.4/src/Makefile.in-1090-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-stage1scan.Tpo $(DEPDIR)/flex-stage1scan.Po
##############################################
flex-2.6.4/src/Makefile.in-1092-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1093:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-stage1scan.o `test -f 'stage1scan.c' || echo '$(srcdir)/'`stage1scan.c
flex-2.6.4/src/Makefile.in-1094-
flex-2.6.4/src/Makefile.in-1095-flex-stage1scan.obj: stage1scan.c
flex-2.6.4/src/Makefile.in:1096:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -MT flex-stage1scan.obj -MD -MP -MF $(DEPDIR)/flex-stage1scan.Tpo -c -o flex-stage1scan.obj `if test -f 'stage1scan.c'; then $(CYGPATH_W) 'stage1scan.c'; else $(CYGPATH_W) '$(srcdir)/stage1scan.c'; fi`
flex-2.6.4/src/Makefile.in-1097-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/flex-stage1scan.Tpo $(DEPDIR)/flex-stage1scan.Po
##############################################
flex-2.6.4/src/Makefile.in-1099-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1100:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(flex_CFLAGS) $(CFLAGS) -c -o flex-stage1scan.obj `if test -f 'stage1scan.c'; then $(CYGPATH_W) 'stage1scan.c'; else $(CYGPATH_W) '$(srcdir)/stage1scan.c'; fi`
flex-2.6.4/src/Makefile.in-1101-
flex-2.6.4/src/Makefile.in-1102-stage1flex-scan.o: scan.c
flex-2.6.4/src/Makefile.in:1103:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scan.o -MD -MP -MF $(DEPDIR)/stage1flex-scan.Tpo -c -o stage1flex-scan.o `test -f 'scan.c' || echo '$(srcdir)/'`scan.c
flex-2.6.4/src/Makefile.in-1104-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scan.Tpo $(DEPDIR)/stage1flex-scan.Po
##############################################
flex-2.6.4/src/Makefile.in-1106-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1107:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scan.o `test -f 'scan.c' || echo '$(srcdir)/'`scan.c
flex-2.6.4/src/Makefile.in-1108-
flex-2.6.4/src/Makefile.in-1109-stage1flex-scan.obj: scan.c
flex-2.6.4/src/Makefile.in:1110:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scan.obj -MD -MP -MF $(DEPDIR)/stage1flex-scan.Tpo -c -o stage1flex-scan.obj `if test -f 'scan.c'; then $(CYGPATH_W) 'scan.c'; else $(CYGPATH_W) '$(srcdir)/scan.c'; fi`
flex-2.6.4/src/Makefile.in-1111-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scan.Tpo $(DEPDIR)/stage1flex-scan.Po
##############################################
flex-2.6.4/src/Makefile.in-1113-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1114:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scan.obj `if test -f 'scan.c'; then $(CYGPATH_W) 'scan.c'; else $(CYGPATH_W) '$(srcdir)/scan.c'; fi`
flex-2.6.4/src/Makefile.in-1115-
flex-2.6.4/src/Makefile.in-1116-stage1flex-buf.o: buf.c
flex-2.6.4/src/Makefile.in:1117:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-buf.o -MD -MP -MF $(DEPDIR)/stage1flex-buf.Tpo -c -o stage1flex-buf.o `test -f 'buf.c' || echo '$(srcdir)/'`buf.c
flex-2.6.4/src/Makefile.in-1118-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-buf.Tpo $(DEPDIR)/stage1flex-buf.Po
##############################################
flex-2.6.4/src/Makefile.in-1120-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1121:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-buf.o `test -f 'buf.c' || echo '$(srcdir)/'`buf.c
flex-2.6.4/src/Makefile.in-1122-
flex-2.6.4/src/Makefile.in-1123-stage1flex-buf.obj: buf.c
flex-2.6.4/src/Makefile.in:1124:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-buf.obj -MD -MP -MF $(DEPDIR)/stage1flex-buf.Tpo -c -o stage1flex-buf.obj `if test -f 'buf.c'; then $(CYGPATH_W) 'buf.c'; else $(CYGPATH_W) '$(srcdir)/buf.c'; fi`
flex-2.6.4/src/Makefile.in-1125-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-buf.Tpo $(DEPDIR)/stage1flex-buf.Po
##############################################
flex-2.6.4/src/Makefile.in-1127-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1128:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-buf.obj `if test -f 'buf.c'; then $(CYGPATH_W) 'buf.c'; else $(CYGPATH_W) '$(srcdir)/buf.c'; fi`
flex-2.6.4/src/Makefile.in-1129-
flex-2.6.4/src/Makefile.in-1130-stage1flex-ccl.o: ccl.c
flex-2.6.4/src/Makefile.in:1131:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-ccl.o -MD -MP -MF $(DEPDIR)/stage1flex-ccl.Tpo -c -o stage1flex-ccl.o `test -f 'ccl.c' || echo '$(srcdir)/'`ccl.c
flex-2.6.4/src/Makefile.in-1132-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-ccl.Tpo $(DEPDIR)/stage1flex-ccl.Po
##############################################
flex-2.6.4/src/Makefile.in-1134-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1135:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-ccl.o `test -f 'ccl.c' || echo '$(srcdir)/'`ccl.c
flex-2.6.4/src/Makefile.in-1136-
flex-2.6.4/src/Makefile.in-1137-stage1flex-ccl.obj: ccl.c
flex-2.6.4/src/Makefile.in:1138:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-ccl.obj -MD -MP -MF $(DEPDIR)/stage1flex-ccl.Tpo -c -o stage1flex-ccl.obj `if test -f 'ccl.c'; then $(CYGPATH_W) 'ccl.c'; else $(CYGPATH_W) '$(srcdir)/ccl.c'; fi`
flex-2.6.4/src/Makefile.in-1139-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-ccl.Tpo $(DEPDIR)/stage1flex-ccl.Po
##############################################
flex-2.6.4/src/Makefile.in-1141-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1142:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-ccl.obj `if test -f 'ccl.c'; then $(CYGPATH_W) 'ccl.c'; else $(CYGPATH_W) '$(srcdir)/ccl.c'; fi`
flex-2.6.4/src/Makefile.in-1143-
flex-2.6.4/src/Makefile.in-1144-stage1flex-dfa.o: dfa.c
flex-2.6.4/src/Makefile.in:1145:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-dfa.o -MD -MP -MF $(DEPDIR)/stage1flex-dfa.Tpo -c -o stage1flex-dfa.o `test -f 'dfa.c' || echo '$(srcdir)/'`dfa.c
flex-2.6.4/src/Makefile.in-1146-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-dfa.Tpo $(DEPDIR)/stage1flex-dfa.Po
##############################################
flex-2.6.4/src/Makefile.in-1148-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1149:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-dfa.o `test -f 'dfa.c' || echo '$(srcdir)/'`dfa.c
flex-2.6.4/src/Makefile.in-1150-
flex-2.6.4/src/Makefile.in-1151-stage1flex-dfa.obj: dfa.c
flex-2.6.4/src/Makefile.in:1152:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-dfa.obj -MD -MP -MF $(DEPDIR)/stage1flex-dfa.Tpo -c -o stage1flex-dfa.obj `if test -f 'dfa.c'; then $(CYGPATH_W) 'dfa.c'; else $(CYGPATH_W) '$(srcdir)/dfa.c'; fi`
flex-2.6.4/src/Makefile.in-1153-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-dfa.Tpo $(DEPDIR)/stage1flex-dfa.Po
##############################################
flex-2.6.4/src/Makefile.in-1155-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1156:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-dfa.obj `if test -f 'dfa.c'; then $(CYGPATH_W) 'dfa.c'; else $(CYGPATH_W) '$(srcdir)/dfa.c'; fi`
flex-2.6.4/src/Makefile.in-1157-
flex-2.6.4/src/Makefile.in-1158-stage1flex-ecs.o: ecs.c
flex-2.6.4/src/Makefile.in:1159:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-ecs.o -MD -MP -MF $(DEPDIR)/stage1flex-ecs.Tpo -c -o stage1flex-ecs.o `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
flex-2.6.4/src/Makefile.in-1160-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-ecs.Tpo $(DEPDIR)/stage1flex-ecs.Po
##############################################
flex-2.6.4/src/Makefile.in-1162-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1163:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-ecs.o `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
flex-2.6.4/src/Makefile.in-1164-
flex-2.6.4/src/Makefile.in-1165-stage1flex-ecs.obj: ecs.c
flex-2.6.4/src/Makefile.in:1166:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-ecs.obj -MD -MP -MF $(DEPDIR)/stage1flex-ecs.Tpo -c -o stage1flex-ecs.obj `if test -f 'ecs.c'; then $(CYGPATH_W) 'ecs.c'; else $(CYGPATH_W) '$(srcdir)/ecs.c'; fi`
flex-2.6.4/src/Makefile.in-1167-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-ecs.Tpo $(DEPDIR)/stage1flex-ecs.Po
##############################################
flex-2.6.4/src/Makefile.in-1169-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1170:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-ecs.obj `if test -f 'ecs.c'; then $(CYGPATH_W) 'ecs.c'; else $(CYGPATH_W) '$(srcdir)/ecs.c'; fi`
flex-2.6.4/src/Makefile.in-1171-
flex-2.6.4/src/Makefile.in-1172-stage1flex-filter.o: filter.c
flex-2.6.4/src/Makefile.in:1173:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-filter.o -MD -MP -MF $(DEPDIR)/stage1flex-filter.Tpo -c -o stage1flex-filter.o `test -f 'filter.c' || echo '$(srcdir)/'`filter.c
flex-2.6.4/src/Makefile.in-1174-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-filter.Tpo $(DEPDIR)/stage1flex-filter.Po
##############################################
flex-2.6.4/src/Makefile.in-1176-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1177:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-filter.o `test -f 'filter.c' || echo '$(srcdir)/'`filter.c
flex-2.6.4/src/Makefile.in-1178-
flex-2.6.4/src/Makefile.in-1179-stage1flex-filter.obj: filter.c
flex-2.6.4/src/Makefile.in:1180:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-filter.obj -MD -MP -MF $(DEPDIR)/stage1flex-filter.Tpo -c -o stage1flex-filter.obj `if test -f 'filter.c'; then $(CYGPATH_W) 'filter.c'; else $(CYGPATH_W) '$(srcdir)/filter.c'; fi`
flex-2.6.4/src/Makefile.in-1181-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-filter.Tpo $(DEPDIR)/stage1flex-filter.Po
##############################################
flex-2.6.4/src/Makefile.in-1183-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1184:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-filter.obj `if test -f 'filter.c'; then $(CYGPATH_W) 'filter.c'; else $(CYGPATH_W) '$(srcdir)/filter.c'; fi`
flex-2.6.4/src/Makefile.in-1185-
flex-2.6.4/src/Makefile.in-1186-stage1flex-gen.o: gen.c
flex-2.6.4/src/Makefile.in:1187:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-gen.o -MD -MP -MF $(DEPDIR)/stage1flex-gen.Tpo -c -o stage1flex-gen.o `test -f 'gen.c' || echo '$(srcdir)/'`gen.c
flex-2.6.4/src/Makefile.in-1188-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-gen.Tpo $(DEPDIR)/stage1flex-gen.Po
##############################################
flex-2.6.4/src/Makefile.in-1190-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1191:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-gen.o `test -f 'gen.c' || echo '$(srcdir)/'`gen.c
flex-2.6.4/src/Makefile.in-1192-
flex-2.6.4/src/Makefile.in-1193-stage1flex-gen.obj: gen.c
flex-2.6.4/src/Makefile.in:1194:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-gen.obj -MD -MP -MF $(DEPDIR)/stage1flex-gen.Tpo -c -o stage1flex-gen.obj `if test -f 'gen.c'; then $(CYGPATH_W) 'gen.c'; else $(CYGPATH_W) '$(srcdir)/gen.c'; fi`
flex-2.6.4/src/Makefile.in-1195-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-gen.Tpo $(DEPDIR)/stage1flex-gen.Po
##############################################
flex-2.6.4/src/Makefile.in-1197-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1198:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-gen.obj `if test -f 'gen.c'; then $(CYGPATH_W) 'gen.c'; else $(CYGPATH_W) '$(srcdir)/gen.c'; fi`
flex-2.6.4/src/Makefile.in-1199-
flex-2.6.4/src/Makefile.in-1200-stage1flex-main.o: main.c
flex-2.6.4/src/Makefile.in:1201:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-main.o -MD -MP -MF $(DEPDIR)/stage1flex-main.Tpo -c -o stage1flex-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
flex-2.6.4/src/Makefile.in-1202-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-main.Tpo $(DEPDIR)/stage1flex-main.Po
##############################################
flex-2.6.4/src/Makefile.in-1204-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1205:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
flex-2.6.4/src/Makefile.in-1206-
flex-2.6.4/src/Makefile.in-1207-stage1flex-main.obj: main.c
flex-2.6.4/src/Makefile.in:1208:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-main.obj -MD -MP -MF $(DEPDIR)/stage1flex-main.Tpo -c -o stage1flex-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
flex-2.6.4/src/Makefile.in-1209-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-main.Tpo $(DEPDIR)/stage1flex-main.Po
##############################################
flex-2.6.4/src/Makefile.in-1211-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1212:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
flex-2.6.4/src/Makefile.in-1213-
flex-2.6.4/src/Makefile.in-1214-stage1flex-misc.o: misc.c
flex-2.6.4/src/Makefile.in:1215:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-misc.o -MD -MP -MF $(DEPDIR)/stage1flex-misc.Tpo -c -o stage1flex-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
flex-2.6.4/src/Makefile.in-1216-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-misc.Tpo $(DEPDIR)/stage1flex-misc.Po
##############################################
flex-2.6.4/src/Makefile.in-1218-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1219:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
flex-2.6.4/src/Makefile.in-1220-
flex-2.6.4/src/Makefile.in-1221-stage1flex-misc.obj: misc.c
flex-2.6.4/src/Makefile.in:1222:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-misc.obj -MD -MP -MF $(DEPDIR)/stage1flex-misc.Tpo -c -o stage1flex-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
flex-2.6.4/src/Makefile.in-1223-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-misc.Tpo $(DEPDIR)/stage1flex-misc.Po
##############################################
flex-2.6.4/src/Makefile.in-1225-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1226:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`
flex-2.6.4/src/Makefile.in-1227-
flex-2.6.4/src/Makefile.in-1228-stage1flex-nfa.o: nfa.c
flex-2.6.4/src/Makefile.in:1229:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-nfa.o -MD -MP -MF $(DEPDIR)/stage1flex-nfa.Tpo -c -o stage1flex-nfa.o `test -f 'nfa.c' || echo '$(srcdir)/'`nfa.c
flex-2.6.4/src/Makefile.in-1230-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-nfa.Tpo $(DEPDIR)/stage1flex-nfa.Po
##############################################
flex-2.6.4/src/Makefile.in-1232-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1233:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-nfa.o `test -f 'nfa.c' || echo '$(srcdir)/'`nfa.c
flex-2.6.4/src/Makefile.in-1234-
flex-2.6.4/src/Makefile.in-1235-stage1flex-nfa.obj: nfa.c
flex-2.6.4/src/Makefile.in:1236:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-nfa.obj -MD -MP -MF $(DEPDIR)/stage1flex-nfa.Tpo -c -o stage1flex-nfa.obj `if test -f 'nfa.c'; then $(CYGPATH_W) 'nfa.c'; else $(CYGPATH_W) '$(srcdir)/nfa.c'; fi`
flex-2.6.4/src/Makefile.in-1237-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-nfa.Tpo $(DEPDIR)/stage1flex-nfa.Po
##############################################
flex-2.6.4/src/Makefile.in-1239-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1240:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-nfa.obj `if test -f 'nfa.c'; then $(CYGPATH_W) 'nfa.c'; else $(CYGPATH_W) '$(srcdir)/nfa.c'; fi`
flex-2.6.4/src/Makefile.in-1241-
flex-2.6.4/src/Makefile.in-1242-stage1flex-options.o: options.c
flex-2.6.4/src/Makefile.in:1243:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-options.o -MD -MP -MF $(DEPDIR)/stage1flex-options.Tpo -c -o stage1flex-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
flex-2.6.4/src/Makefile.in-1244-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-options.Tpo $(DEPDIR)/stage1flex-options.Po
##############################################
flex-2.6.4/src/Makefile.in-1246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1247:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c
flex-2.6.4/src/Makefile.in-1248-
flex-2.6.4/src/Makefile.in-1249-stage1flex-options.obj: options.c
flex-2.6.4/src/Makefile.in:1250:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-options.obj -MD -MP -MF $(DEPDIR)/stage1flex-options.Tpo -c -o stage1flex-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
flex-2.6.4/src/Makefile.in-1251-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-options.Tpo $(DEPDIR)/stage1flex-options.Po
##############################################
flex-2.6.4/src/Makefile.in-1253-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1254:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi`
flex-2.6.4/src/Makefile.in-1255-
flex-2.6.4/src/Makefile.in-1256-stage1flex-parse.o: parse.c
flex-2.6.4/src/Makefile.in:1257:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-parse.o -MD -MP -MF $(DEPDIR)/stage1flex-parse.Tpo -c -o stage1flex-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
flex-2.6.4/src/Makefile.in-1258-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-parse.Tpo $(DEPDIR)/stage1flex-parse.Po
##############################################
flex-2.6.4/src/Makefile.in-1260-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1261:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-parse.o `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
flex-2.6.4/src/Makefile.in-1262-
flex-2.6.4/src/Makefile.in-1263-stage1flex-parse.obj: parse.c
flex-2.6.4/src/Makefile.in:1264:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-parse.obj -MD -MP -MF $(DEPDIR)/stage1flex-parse.Tpo -c -o stage1flex-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
flex-2.6.4/src/Makefile.in-1265-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-parse.Tpo $(DEPDIR)/stage1flex-parse.Po
##############################################
flex-2.6.4/src/Makefile.in-1267-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1268:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-parse.obj `if test -f 'parse.c'; then $(CYGPATH_W) 'parse.c'; else $(CYGPATH_W) '$(srcdir)/parse.c'; fi`
flex-2.6.4/src/Makefile.in-1269-
flex-2.6.4/src/Makefile.in-1270-stage1flex-regex.o: regex.c
flex-2.6.4/src/Makefile.in:1271:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-regex.o -MD -MP -MF $(DEPDIR)/stage1flex-regex.Tpo -c -o stage1flex-regex.o `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
flex-2.6.4/src/Makefile.in-1272-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-regex.Tpo $(DEPDIR)/stage1flex-regex.Po
##############################################
flex-2.6.4/src/Makefile.in-1274-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1275:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-regex.o `test -f 'regex.c' || echo '$(srcdir)/'`regex.c
flex-2.6.4/src/Makefile.in-1276-
flex-2.6.4/src/Makefile.in-1277-stage1flex-regex.obj: regex.c
flex-2.6.4/src/Makefile.in:1278:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-regex.obj -MD -MP -MF $(DEPDIR)/stage1flex-regex.Tpo -c -o stage1flex-regex.obj `if test -f 'regex.c'; then $(CYGPATH_W) 'regex.c'; else $(CYGPATH_W) '$(srcdir)/regex.c'; fi`
flex-2.6.4/src/Makefile.in-1279-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-regex.Tpo $(DEPDIR)/stage1flex-regex.Po
##############################################
flex-2.6.4/src/Makefile.in-1281-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1282:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-regex.obj `if test -f 'regex.c'; then $(CYGPATH_W) 'regex.c'; else $(CYGPATH_W) '$(srcdir)/regex.c'; fi`
flex-2.6.4/src/Makefile.in-1283-
flex-2.6.4/src/Makefile.in-1284-stage1flex-scanflags.o: scanflags.c
flex-2.6.4/src/Makefile.in:1285:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scanflags.o -MD -MP -MF $(DEPDIR)/stage1flex-scanflags.Tpo -c -o stage1flex-scanflags.o `test -f 'scanflags.c' || echo '$(srcdir)/'`scanflags.c
flex-2.6.4/src/Makefile.in-1286-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scanflags.Tpo $(DEPDIR)/stage1flex-scanflags.Po
##############################################
flex-2.6.4/src/Makefile.in-1288-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1289:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scanflags.o `test -f 'scanflags.c' || echo '$(srcdir)/'`scanflags.c
flex-2.6.4/src/Makefile.in-1290-
flex-2.6.4/src/Makefile.in-1291-stage1flex-scanflags.obj: scanflags.c
flex-2.6.4/src/Makefile.in:1292:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scanflags.obj -MD -MP -MF $(DEPDIR)/stage1flex-scanflags.Tpo -c -o stage1flex-scanflags.obj `if test -f 'scanflags.c'; then $(CYGPATH_W) 'scanflags.c'; else $(CYGPATH_W) '$(srcdir)/scanflags.c'; fi`
flex-2.6.4/src/Makefile.in-1293-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scanflags.Tpo $(DEPDIR)/stage1flex-scanflags.Po
##############################################
flex-2.6.4/src/Makefile.in-1295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1296:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scanflags.obj `if test -f 'scanflags.c'; then $(CYGPATH_W) 'scanflags.c'; else $(CYGPATH_W) '$(srcdir)/scanflags.c'; fi`
flex-2.6.4/src/Makefile.in-1297-
flex-2.6.4/src/Makefile.in-1298-stage1flex-scanopt.o: scanopt.c
flex-2.6.4/src/Makefile.in:1299:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scanopt.o -MD -MP -MF $(DEPDIR)/stage1flex-scanopt.Tpo -c -o stage1flex-scanopt.o `test -f 'scanopt.c' || echo '$(srcdir)/'`scanopt.c
flex-2.6.4/src/Makefile.in-1300-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scanopt.Tpo $(DEPDIR)/stage1flex-scanopt.Po
##############################################
flex-2.6.4/src/Makefile.in-1302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1303:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scanopt.o `test -f 'scanopt.c' || echo '$(srcdir)/'`scanopt.c
flex-2.6.4/src/Makefile.in-1304-
flex-2.6.4/src/Makefile.in-1305-stage1flex-scanopt.obj: scanopt.c
flex-2.6.4/src/Makefile.in:1306:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-scanopt.obj -MD -MP -MF $(DEPDIR)/stage1flex-scanopt.Tpo -c -o stage1flex-scanopt.obj `if test -f 'scanopt.c'; then $(CYGPATH_W) 'scanopt.c'; else $(CYGPATH_W) '$(srcdir)/scanopt.c'; fi`
flex-2.6.4/src/Makefile.in-1307-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-scanopt.Tpo $(DEPDIR)/stage1flex-scanopt.Po
##############################################
flex-2.6.4/src/Makefile.in-1309-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1310:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-scanopt.obj `if test -f 'scanopt.c'; then $(CYGPATH_W) 'scanopt.c'; else $(CYGPATH_W) '$(srcdir)/scanopt.c'; fi`
flex-2.6.4/src/Makefile.in-1311-
flex-2.6.4/src/Makefile.in-1312-stage1flex-skel.o: skel.c
flex-2.6.4/src/Makefile.in:1313:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-skel.o -MD -MP -MF $(DEPDIR)/stage1flex-skel.Tpo -c -o stage1flex-skel.o `test -f 'skel.c' || echo '$(srcdir)/'`skel.c
flex-2.6.4/src/Makefile.in-1314-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-skel.Tpo $(DEPDIR)/stage1flex-skel.Po
##############################################
flex-2.6.4/src/Makefile.in-1316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1317:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-skel.o `test -f 'skel.c' || echo '$(srcdir)/'`skel.c
flex-2.6.4/src/Makefile.in-1318-
flex-2.6.4/src/Makefile.in-1319-stage1flex-skel.obj: skel.c
flex-2.6.4/src/Makefile.in:1320:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-skel.obj -MD -MP -MF $(DEPDIR)/stage1flex-skel.Tpo -c -o stage1flex-skel.obj `if test -f 'skel.c'; then $(CYGPATH_W) 'skel.c'; else $(CYGPATH_W) '$(srcdir)/skel.c'; fi`
flex-2.6.4/src/Makefile.in-1321-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-skel.Tpo $(DEPDIR)/stage1flex-skel.Po
##############################################
flex-2.6.4/src/Makefile.in-1323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1324:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-skel.obj `if test -f 'skel.c'; then $(CYGPATH_W) 'skel.c'; else $(CYGPATH_W) '$(srcdir)/skel.c'; fi`
flex-2.6.4/src/Makefile.in-1325-
flex-2.6.4/src/Makefile.in-1326-stage1flex-sym.o: sym.c
flex-2.6.4/src/Makefile.in:1327:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-sym.o -MD -MP -MF $(DEPDIR)/stage1flex-sym.Tpo -c -o stage1flex-sym.o `test -f 'sym.c' || echo '$(srcdir)/'`sym.c
flex-2.6.4/src/Makefile.in-1328-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-sym.Tpo $(DEPDIR)/stage1flex-sym.Po
##############################################
flex-2.6.4/src/Makefile.in-1330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1331:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-sym.o `test -f 'sym.c' || echo '$(srcdir)/'`sym.c
flex-2.6.4/src/Makefile.in-1332-
flex-2.6.4/src/Makefile.in-1333-stage1flex-sym.obj: sym.c
flex-2.6.4/src/Makefile.in:1334:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-sym.obj -MD -MP -MF $(DEPDIR)/stage1flex-sym.Tpo -c -o stage1flex-sym.obj `if test -f 'sym.c'; then $(CYGPATH_W) 'sym.c'; else $(CYGPATH_W) '$(srcdir)/sym.c'; fi`
flex-2.6.4/src/Makefile.in-1335-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-sym.Tpo $(DEPDIR)/stage1flex-sym.Po
##############################################
flex-2.6.4/src/Makefile.in-1337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1338:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-sym.obj `if test -f 'sym.c'; then $(CYGPATH_W) 'sym.c'; else $(CYGPATH_W) '$(srcdir)/sym.c'; fi`
flex-2.6.4/src/Makefile.in-1339-
flex-2.6.4/src/Makefile.in-1340-stage1flex-tables.o: tables.c
flex-2.6.4/src/Makefile.in:1341:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tables.o -MD -MP -MF $(DEPDIR)/stage1flex-tables.Tpo -c -o stage1flex-tables.o `test -f 'tables.c' || echo '$(srcdir)/'`tables.c
flex-2.6.4/src/Makefile.in-1342-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tables.Tpo $(DEPDIR)/stage1flex-tables.Po
##############################################
flex-2.6.4/src/Makefile.in-1344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1345:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tables.o `test -f 'tables.c' || echo '$(srcdir)/'`tables.c
flex-2.6.4/src/Makefile.in-1346-
flex-2.6.4/src/Makefile.in-1347-stage1flex-tables.obj: tables.c
flex-2.6.4/src/Makefile.in:1348:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tables.obj -MD -MP -MF $(DEPDIR)/stage1flex-tables.Tpo -c -o stage1flex-tables.obj `if test -f 'tables.c'; then $(CYGPATH_W) 'tables.c'; else $(CYGPATH_W) '$(srcdir)/tables.c'; fi`
flex-2.6.4/src/Makefile.in-1349-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tables.Tpo $(DEPDIR)/stage1flex-tables.Po
##############################################
flex-2.6.4/src/Makefile.in-1351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1352:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tables.obj `if test -f 'tables.c'; then $(CYGPATH_W) 'tables.c'; else $(CYGPATH_W) '$(srcdir)/tables.c'; fi`
flex-2.6.4/src/Makefile.in-1353-
flex-2.6.4/src/Makefile.in-1354-stage1flex-tables_shared.o: tables_shared.c
flex-2.6.4/src/Makefile.in:1355:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tables_shared.o -MD -MP -MF $(DEPDIR)/stage1flex-tables_shared.Tpo -c -o stage1flex-tables_shared.o `test -f 'tables_shared.c' || echo '$(srcdir)/'`tables_shared.c
flex-2.6.4/src/Makefile.in-1356-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tables_shared.Tpo $(DEPDIR)/stage1flex-tables_shared.Po
##############################################
flex-2.6.4/src/Makefile.in-1358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1359:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tables_shared.o `test -f 'tables_shared.c' || echo '$(srcdir)/'`tables_shared.c
flex-2.6.4/src/Makefile.in-1360-
flex-2.6.4/src/Makefile.in-1361-stage1flex-tables_shared.obj: tables_shared.c
flex-2.6.4/src/Makefile.in:1362:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tables_shared.obj -MD -MP -MF $(DEPDIR)/stage1flex-tables_shared.Tpo -c -o stage1flex-tables_shared.obj `if test -f 'tables_shared.c'; then $(CYGPATH_W) 'tables_shared.c'; else $(CYGPATH_W) '$(srcdir)/tables_shared.c'; fi`
flex-2.6.4/src/Makefile.in-1363-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tables_shared.Tpo $(DEPDIR)/stage1flex-tables_shared.Po
##############################################
flex-2.6.4/src/Makefile.in-1365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1366:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tables_shared.obj `if test -f 'tables_shared.c'; then $(CYGPATH_W) 'tables_shared.c'; else $(CYGPATH_W) '$(srcdir)/tables_shared.c'; fi`
flex-2.6.4/src/Makefile.in-1367-
flex-2.6.4/src/Makefile.in-1368-stage1flex-tblcmp.o: tblcmp.c
flex-2.6.4/src/Makefile.in:1369:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tblcmp.o -MD -MP -MF $(DEPDIR)/stage1flex-tblcmp.Tpo -c -o stage1flex-tblcmp.o `test -f 'tblcmp.c' || echo '$(srcdir)/'`tblcmp.c
flex-2.6.4/src/Makefile.in-1370-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tblcmp.Tpo $(DEPDIR)/stage1flex-tblcmp.Po
##############################################
flex-2.6.4/src/Makefile.in-1372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1373:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tblcmp.o `test -f 'tblcmp.c' || echo '$(srcdir)/'`tblcmp.c
flex-2.6.4/src/Makefile.in-1374-
flex-2.6.4/src/Makefile.in-1375-stage1flex-tblcmp.obj: tblcmp.c
flex-2.6.4/src/Makefile.in:1376:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-tblcmp.obj -MD -MP -MF $(DEPDIR)/stage1flex-tblcmp.Tpo -c -o stage1flex-tblcmp.obj `if test -f 'tblcmp.c'; then $(CYGPATH_W) 'tblcmp.c'; else $(CYGPATH_W) '$(srcdir)/tblcmp.c'; fi`
flex-2.6.4/src/Makefile.in-1377-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-tblcmp.Tpo $(DEPDIR)/stage1flex-tblcmp.Po
##############################################
flex-2.6.4/src/Makefile.in-1379-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1380:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-tblcmp.obj `if test -f 'tblcmp.c'; then $(CYGPATH_W) 'tblcmp.c'; else $(CYGPATH_W) '$(srcdir)/tblcmp.c'; fi`
flex-2.6.4/src/Makefile.in-1381-
flex-2.6.4/src/Makefile.in-1382-stage1flex-yylex.o: yylex.c
flex-2.6.4/src/Makefile.in:1383:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-yylex.o -MD -MP -MF $(DEPDIR)/stage1flex-yylex.Tpo -c -o stage1flex-yylex.o `test -f 'yylex.c' || echo '$(srcdir)/'`yylex.c
flex-2.6.4/src/Makefile.in-1384-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-yylex.Tpo $(DEPDIR)/stage1flex-yylex.Po
##############################################
flex-2.6.4/src/Makefile.in-1386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1387:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-yylex.o `test -f 'yylex.c' || echo '$(srcdir)/'`yylex.c
flex-2.6.4/src/Makefile.in-1388-
flex-2.6.4/src/Makefile.in-1389-stage1flex-yylex.obj: yylex.c
flex-2.6.4/src/Makefile.in:1390:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT stage1flex-yylex.obj -MD -MP -MF $(DEPDIR)/stage1flex-yylex.Tpo -c -o stage1flex-yylex.obj `if test -f 'yylex.c'; then $(CYGPATH_W) 'yylex.c'; else $(CYGPATH_W) '$(srcdir)/yylex.c'; fi`
flex-2.6.4/src/Makefile.in-1391-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/stage1flex-yylex.Tpo $(DEPDIR)/stage1flex-yylex.Po
##############################################
flex-2.6.4/src/Makefile.in-1393-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1394:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o stage1flex-yylex.obj `if test -f 'yylex.c'; then $(CYGPATH_W) 'yylex.c'; else $(CYGPATH_W) '$(srcdir)/yylex.c'; fi`
flex-2.6.4/src/Makefile.in-1395-
flex-2.6.4/src/Makefile.in-1396-../lib/stage1flex-malloc.o: ../lib/malloc.c
flex-2.6.4/src/Makefile.in:1397:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT ../lib/stage1flex-malloc.o -MD -MP -MF ../lib/$(DEPDIR)/stage1flex-malloc.Tpo -c -o ../lib/stage1flex-malloc.o `test -f '../lib/malloc.c' || echo '$(srcdir)/'`../lib/malloc.c
flex-2.6.4/src/Makefile.in-1398-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../lib/$(DEPDIR)/stage1flex-malloc.Tpo ../lib/$(DEPDIR)/stage1flex-malloc.Po
##############################################
flex-2.6.4/src/Makefile.in-1400-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1401:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o ../lib/stage1flex-malloc.o `test -f '../lib/malloc.c' || echo '$(srcdir)/'`../lib/malloc.c
flex-2.6.4/src/Makefile.in-1402-
flex-2.6.4/src/Makefile.in-1403-../lib/stage1flex-malloc.obj: ../lib/malloc.c
flex-2.6.4/src/Makefile.in:1404:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT ../lib/stage1flex-malloc.obj -MD -MP -MF ../lib/$(DEPDIR)/stage1flex-malloc.Tpo -c -o ../lib/stage1flex-malloc.obj `if test -f '../lib/malloc.c'; then $(CYGPATH_W) '../lib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/../lib/malloc.c'; fi`
flex-2.6.4/src/Makefile.in-1405-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../lib/$(DEPDIR)/stage1flex-malloc.Tpo ../lib/$(DEPDIR)/stage1flex-malloc.Po
##############################################
flex-2.6.4/src/Makefile.in-1407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o ../lib/stage1flex-malloc.obj `if test -f '../lib/malloc.c'; then $(CYGPATH_W) '../lib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/../lib/malloc.c'; fi`
flex-2.6.4/src/Makefile.in-1409-
flex-2.6.4/src/Makefile.in-1410-../lib/stage1flex-realloc.o: ../lib/realloc.c
flex-2.6.4/src/Makefile.in:1411:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT ../lib/stage1flex-realloc.o -MD -MP -MF ../lib/$(DEPDIR)/stage1flex-realloc.Tpo -c -o ../lib/stage1flex-realloc.o `test -f '../lib/realloc.c' || echo '$(srcdir)/'`../lib/realloc.c
flex-2.6.4/src/Makefile.in-1412-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../lib/$(DEPDIR)/stage1flex-realloc.Tpo ../lib/$(DEPDIR)/stage1flex-realloc.Po
##############################################
flex-2.6.4/src/Makefile.in-1414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1415:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o ../lib/stage1flex-realloc.o `test -f '../lib/realloc.c' || echo '$(srcdir)/'`../lib/realloc.c
flex-2.6.4/src/Makefile.in-1416-
flex-2.6.4/src/Makefile.in-1417-../lib/stage1flex-realloc.obj: ../lib/realloc.c
flex-2.6.4/src/Makefile.in:1418:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -MT ../lib/stage1flex-realloc.obj -MD -MP -MF ../lib/$(DEPDIR)/stage1flex-realloc.Tpo -c -o ../lib/stage1flex-realloc.obj `if test -f '../lib/realloc.c'; then $(CYGPATH_W) '../lib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/../lib/realloc.c'; fi`
flex-2.6.4/src/Makefile.in-1419-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ../lib/$(DEPDIR)/stage1flex-realloc.Tpo ../lib/$(DEPDIR)/stage1flex-realloc.Po
##############################################
flex-2.6.4/src/Makefile.in-1421-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
flex-2.6.4/src/Makefile.in:1422:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(stage1flex_CFLAGS) $(CFLAGS) -c -o ../lib/stage1flex-realloc.obj `if test -f '../lib/realloc.c'; then $(CYGPATH_W) '../lib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/../lib/realloc.c'; fi`
flex-2.6.4/src/Makefile.in-1423-
##############################################
flex-2.6.4/src/Makefile.in-1427-.y.c:
flex-2.6.4/src/Makefile.in:1428:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
flex-2.6.4/src/Makefile.in-1429-
##############################################
flex-2.6.4/src/Makefile.in-1453-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
flex-2.6.4/src/Makefile.in:1454:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flex-2.6.4/src/Makefile.in-1455-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
flex-2.6.4/src/Makefile.in-1486-GTAGS:
flex-2.6.4/src/Makefile.in:1487:	here=`$(am__cd) $(top_builddir) && pwd` \
flex-2.6.4/src/Makefile.in-1488-	  && $(am__cd) $(top_srcdir) \
##############################################
flex-2.6.4/src/Makefile.in-1509-distdir: $(DISTFILES)
flex-2.6.4/src/Makefile.in:1510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/src/Makefile.in:1511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/src/Makefile.in-1512-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/src/Makefile.in-1523-	  if test -d $$d/$$file; then \
flex-2.6.4/src/Makefile.in:1524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/src/Makefile.in-1525-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/src/Makefile.in-1697-@ENABLE_BOOTSTRAP_FALSE@stage1scan.c: scan.c
flex-2.6.4/src/Makefile.in:1698:@ENABLE_BOOTSTRAP_FALSE@	sed 's|^\(#line .*\)"'`printf %s $< | sed 's|[][\\\\.*]|\\\\&|g'`'"|\1"$@"|g' $< > $@
flex-2.6.4/src/Makefile.in-1699-
##############################################
flex-2.6.4/src/Makefile.am-106-stage1scan.c: scan.c
flex-2.6.4/src/Makefile.am:107:	sed 's|^\(#line .*\)"'`printf %s $< | sed 's|[][\\\\.*]|\\\\&|g'`'"|\1"$@"|g' $< > $@
flex-2.6.4/src/Makefile.am-108-endif
##############################################
flex-2.6.4/tools/Makefile.in-49-  { \
flex-2.6.4/tools/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/tools/Makefile.in-51-  }; \
##############################################
flex-2.6.4/tools/Makefile.in-337-distdir: $(DISTFILES)
flex-2.6.4/tools/Makefile.in:338:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/tools/Makefile.in:339:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/tools/Makefile.in-340-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/tools/Makefile.in-351-	  if test -d $$d/$$file; then \
flex-2.6.4/tools/Makefile.in:352:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/tools/Makefile.in-353-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/doc/flex.texi-3635-    %%
flex-2.6.4/doc/flex.texi:3636:    asm      |
flex-2.6.4/doc/flex.texi-3637-    auto     |
##############################################
flex-2.6.4/doc/flex.texi-3651-    %%
flex-2.6.4/doc/flex.texi:3652:    asm      |
flex-2.6.4/doc/flex.texi-3653-    auto     |
##############################################
flex-2.6.4/doc/Makefile.in-49-  { \
flex-2.6.4/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/doc/Makefile.in-51-  }; \
##############################################
flex-2.6.4/doc/Makefile.in-168-am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"
flex-2.6.4/doc/Makefile.in:169:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flex-2.6.4/doc/Makefile.in-170-am__vpath_adj = case $$p in \
flex-2.6.4/doc/Makefile.in:171:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/doc/Makefile.in-172-    *) f=$$p;; \
flex-2.6.4/doc/Makefile.in-173-  esac;
flex-2.6.4/doc/Makefile.in:174:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flex-2.6.4/doc/Makefile.in-175-am__install_max = 40
flex-2.6.4/doc/Makefile.in-176-am__nobase_strip_setup = \
flex-2.6.4/doc/Makefile.in:177:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flex-2.6.4/doc/Makefile.in-178-am__nobase_strip = \
##############################################
flex-2.6.4/doc/Makefile.in-427-	  $(am__cd) $(srcdir) && \
flex-2.6.4/doc/Makefile.in:428:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
flex-2.6.4/doc/Makefile.in-429-	fi; \
##############################################
flex-2.6.4/doc/Makefile.in-459-	@(dir=.; test -f ./flex.texi || dir=$(srcdir); \
flex-2.6.4/doc/Makefile.in:460:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/flex.texi`; \
flex-2.6.4/doc/Makefile.in-461-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
flex-2.6.4/doc/Makefile.in-503-	  for file in $$list; do \
flex-2.6.4/doc/Makefile.in:504:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
flex-2.6.4/doc/Makefile.in-505-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
flex-2.6.4/doc/Makefile.in-512-	for file in $$list; do \
flex-2.6.4/doc/Makefile.in:513:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
flex-2.6.4/doc/Makefile.in:514:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
flex-2.6.4/doc/Makefile.in-515-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
flex-2.6.4/doc/Makefile.in-539-dist-info: $(INFO_DEPS)
flex-2.6.4/doc/Makefile.in:540:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
flex-2.6.4/doc/Makefile.in-541-	list='$(INFO_DEPS)'; \
##############################################
flex-2.6.4/doc/Makefile.in-543-	  case $$base in \
flex-2.6.4/doc/Makefile.in:544:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/doc/Makefile.in-545-	  esac; \
flex-2.6.4/doc/Makefile.in-546-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
flex-2.6.4/doc/Makefile.in:547:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
flex-2.6.4/doc/Makefile.in-548-	  for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
flex-2.6.4/doc/Makefile.in-549-	    if test -f $$file; then \
flex-2.6.4/doc/Makefile.in:550:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
flex-2.6.4/doc/Makefile.in-551-	      test -f "$(distdir)/$$relfile" || \
##############################################
flex-2.6.4/doc/Makefile.in-565-	@list='$(INFO_DEPS)'; for i in $$list; do \
flex-2.6.4/doc/Makefile.in:566:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
flex-2.6.4/doc/Makefile.in-567-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
flex-2.6.4/doc/Makefile.in-574-	test -n "$(man1dir)" \
flex-2.6.4/doc/Makefile.in:575:	  && test -n "`echo $$list1$$list2`" \
flex-2.6.4/doc/Makefile.in-576-	  || exit 0; \
##############################################
flex-2.6.4/doc/Makefile.in-620-distdir: $(DISTFILES)
flex-2.6.4/doc/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/doc/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/doc/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/doc/Makefile.in-634-	  if test -d $$d/$$file; then \
flex-2.6.4/doc/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/doc/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/doc/Makefile.in-763-	@$(NORMAL_INSTALL)
flex-2.6.4/doc/Makefile.in:764:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
flex-2.6.4/doc/Makefile.in-765-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
flex-2.6.4/doc/Makefile.in-771-	  case $$file in \
flex-2.6.4/doc/Makefile.in:772:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/doc/Makefile.in-773-	  esac; \
flex-2.6.4/doc/Makefile.in-774-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
flex-2.6.4/doc/Makefile.in:775:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
flex-2.6.4/doc/Makefile.in-776-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
flex-2.6.4/doc/Makefile.in-789-	  for file in $$list; do \
flex-2.6.4/doc/Makefile.in:790:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
flex-2.6.4/doc/Makefile.in-791-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
flex-2.6.4/doc/flex.info-1-2813-         %%
flex-2.6.4/doc/flex.info-1:2814:         asm      |
flex-2.6.4/doc/flex.info-1-2815-         auto     |
##############################################
flex-2.6.4/doc/flex.info-1-2825-         %%
flex-2.6.4/doc/flex.info-1:2826:         asm      |
flex-2.6.4/doc/flex.info-1-2827-         auto     |
##############################################
flex-2.6.4/po/Rules-quot-15-.insert-header.po-update-en:
flex-2.6.4/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
flex-2.6.4/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
flex-2.6.4/po/Rules-quot-18-	tmpdir=`pwd`; \
flex-2.6.4/po/Rules-quot-19-	echo "$$lang:"; \
flex-2.6.4/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
flex-2.6.4/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
flex-2.6.4/po/Rules-quot-22-	cd $(srcdir); \
flex-2.6.4/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
flex-2.6.4/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
flex-2.6.4/po/Makefile.in.in-88-.po.gmo:
flex-2.6.4/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
flex-2.6.4/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
flex-2.6.4/po/Makefile.in.in-150-	fi; \
flex-2.6.4/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
flex-2.6.4/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
flex-2.6.4/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
flex-2.6.4/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
flex-2.6.4/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
flex-2.6.4/po/Makefile.in.in-197-	  cd $(srcdir) \
flex-2.6.4/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
flex-2.6.4/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
flex-2.6.4/po/Makefile.in.in-228-	for cat in $$catalogs; do \
flex-2.6.4/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
flex-2.6.4/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
flex-2.6.4/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
flex-2.6.4/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
flex-2.6.4/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
flex-2.6.4/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
flex-2.6.4/po/Makefile.in.in-279-	for cat in $$catalogs; do \
flex-2.6.4/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
flex-2.6.4/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
flex-2.6.4/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
flex-2.6.4/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
flex-2.6.4/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
flex-2.6.4/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
flex-2.6.4/po/Makefile.in.in-325-	for cat in $$catalogs; do \
flex-2.6.4/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
flex-2.6.4/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
flex-2.6.4/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
flex-2.6.4/po/Makefile.in.in-390-.nop.po-create:
flex-2.6.4/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
flex-2.6.4/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
flex-2.6.4/po/Makefile.in.in-397-.nop.po-update:
flex-2.6.4/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
flex-2.6.4/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
flex-2.6.4/po/Makefile.in.in-404-	cd $(srcdir); \
flex-2.6.4/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
flex-2.6.4/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
flex-2.6.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
flex-2.6.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
flex-2.6.4/configure-47-  as_echo='print -r --'
flex-2.6.4/configure-48-  as_echo_n='print -rn --'
flex-2.6.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
flex-2.6.4/configure-50-  as_echo='printf %s\n'
##############################################
flex-2.6.4/configure-52-else
flex-2.6.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
flex-2.6.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
flex-2.6.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
flex-2.6.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
flex-2.6.4/configure-64-      esac;
##############################################
flex-2.6.4/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
flex-2.6.4/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
flex-2.6.4/configure-201-
##############################################
flex-2.6.4/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
flex-2.6.4/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
flex-2.6.4/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
flex-2.6.4/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
flex-2.6.4/configure-335-      case $as_dir in #(
flex-2.6.4/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
flex-2.6.4/configure-337-      *) as_qdir=$as_dir;;
##############################################
flex-2.6.4/configure-408-  {
flex-2.6.4/configure:409:    as_val=`expr "$@" || test $? -eq 1`
flex-2.6.4/configure-410-  }
##############################################
flex-2.6.4/configure-415-# ----------------------------------------
flex-2.6.4/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
flex-2.6.4/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
flex-2.6.4/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
flex-2.6.4/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
flex-2.6.4/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
flex-2.6.4/configure-907-  case $ac_option in
flex-2.6.4/configure:908:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
flex-2.6.4/configure-909-  *=)   ac_optarg= ;;
##############################################
flex-2.6.4/configure-951-  -disable-* | --disable-*)
flex-2.6.4/configure:952:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
flex-2.6.4/configure-953-    # Reject names that are not valid shell variable names.
##############################################
flex-2.6.4/configure-956-    ac_useropt_orig=$ac_useropt
flex-2.6.4/configure:957:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flex-2.6.4/configure-958-    case $ac_user_opts in
##############################################
flex-2.6.4/configure-977-  -enable-* | --enable-*)
flex-2.6.4/configure:978:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
flex-2.6.4/configure-979-    # Reject names that are not valid shell variable names.
##############################################
flex-2.6.4/configure-982-    ac_useropt_orig=$ac_useropt
flex-2.6.4/configure:983:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flex-2.6.4/configure-984-    case $ac_user_opts in
##############################################
flex-2.6.4/configure-1190-  -with-* | --with-*)
flex-2.6.4/configure:1191:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
flex-2.6.4/configure-1192-    # Reject names that are not valid shell variable names.
##############################################
flex-2.6.4/configure-1195-    ac_useropt_orig=$ac_useropt
flex-2.6.4/configure:1196:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flex-2.6.4/configure-1197-    case $ac_user_opts in
##############################################
flex-2.6.4/configure-1206-  -without-* | --without-*)
flex-2.6.4/configure:1207:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
flex-2.6.4/configure-1208-    # Reject names that are not valid shell variable names.
##############################################
flex-2.6.4/configure-1211-    ac_useropt_orig=$ac_useropt
flex-2.6.4/configure:1212:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
flex-2.6.4/configure-1213-    case $ac_user_opts in
##############################################
flex-2.6.4/configure-1244-  *=*)
flex-2.6.4/configure:1245:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
flex-2.6.4/configure-1246-    # Reject names that are not valid shell variable names.
##############################################
flex-2.6.4/configure-1265-if test -n "$ac_prev"; then
flex-2.6.4/configure:1266:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
flex-2.6.4/configure-1267-  as_fn_error $? "missing argument to $ac_option"
##############################################
flex-2.6.4/configure-1287-    */ )
flex-2.6.4/configure:1288:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
flex-2.6.4/configure-1289-      eval $ac_var=\$ac_val;;
##############################################
flex-2.6.4/configure-1322-ac_ls_di=`ls -di .` &&
flex-2.6.4/configure:1323:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
flex-2.6.4/configure-1324-  as_fn_error $? "working directory cannot be determined"
##############################################
flex-2.6.4/configure-1378-case $srcdir in
flex-2.6.4/configure:1379:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
flex-2.6.4/configure-1380-esac
##############################################
flex-2.6.4/configure-1421-By default, \`make install' will install all the files in
flex-2.6.4/configure:1422:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
flex-2.6.4/configure:1423:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
flex-2.6.4/configure-1424-for instance \`--prefix=\$HOME'.
##############################################
flex-2.6.4/configure-1548-*)
flex-2.6.4/configure:1549:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
flex-2.6.4/configure-1550-  # A ".." for each directory in $ac_dir_suffix.
flex-2.6.4/configure:1551:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
flex-2.6.4/configure-1552-  case $ac_top_builddir_sub in
##############################################
flex-2.6.4/configure-2211-    *\'*)
flex-2.6.4/configure:2212:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
flex-2.6.4/configure-2213-    esac
##############################################
flex-2.6.4/configure-2294-      case $ac_val in
flex-2.6.4/configure:2295:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
flex-2.6.4/configure-2296-      esac
##############################################
flex-2.6.4/configure-2309-	case $ac_val in
flex-2.6.4/configure:2310:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
flex-2.6.4/configure-2311-	esac
##############################################
flex-2.6.4/configure-2430-    set,)
flex-2.6.4/configure:2431:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
flex-2.6.4/configure:2432:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
flex-2.6.4/configure-2433-      ac_cache_corrupted=: ;;
##############################################
flex-2.6.4/configure-2441-	# differences in whitespace do not lead to failure.
flex-2.6.4/configure:2442:	ac_old_val_w=`echo x $ac_old_val`
flex-2.6.4/configure:2443:	ac_new_val_w=`echo x $ac_new_val`
flex-2.6.4/configure-2444-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
flex-2.6.4/configure-2461-    case $ac_new_val in
flex-2.6.4/configure:2462:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
flex-2.6.4/configure-2463-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
flex-2.6.4/configure-2554-test "x$ac_build_alias" = x &&
flex-2.6.4/configure:2555:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
flex-2.6.4/configure-2556-test "x$ac_build_alias" = x &&
flex-2.6.4/configure-2557-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
flex-2.6.4/configure:2558:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
flex-2.6.4/configure-2559-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
flex-2.6.4/configure-2578-IFS=$ac_save_IFS
flex-2.6.4/configure:2579:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
flex-2.6.4/configure-2580-
##############################################
flex-2.6.4/configure-2589-else
flex-2.6.4/configure:2590:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
flex-2.6.4/configure-2591-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
flex-2.6.4/configure-2611-IFS=$ac_save_IFS
flex-2.6.4/configure:2612:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
flex-2.6.4/configure-2613-
##############################################
flex-2.6.4/configure-2639-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
flex-2.6.4/configure:2640:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
flex-2.6.4/configure-2641-  ECHO='print -r --'
flex-2.6.4/configure:2642:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
flex-2.6.4/configure-2643-  ECHO='printf %s\n'
##############################################
flex-2.6.4/configure-2684-# Expand $ac_aux_dir to an absolute path.
flex-2.6.4/configure:2685:am_aux_dir=`cd "$ac_aux_dir" && pwd`
flex-2.6.4/configure-2686-
##############################################
flex-2.6.4/configure-3032-$as_echo_n "checking whether the C compiler works... " >&6; }
flex-2.6.4/configure:3033:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
flex-2.6.4/configure-3034-
##############################################
flex-2.6.4/configure-3076-	then :; else
flex-2.6.4/configure:3077:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
flex-2.6.4/configure-3078-	fi
##############################################
flex-2.6.4/configure-3136-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
flex-2.6.4/configure:3137:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
flex-2.6.4/configure-3138-	  break;;
##############################################
flex-2.6.4/configure-3245-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
flex-2.6.4/configure:3246:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
flex-2.6.4/configure-3247-       break;;
##############################################
flex-2.6.4/configure-3559-  # Check for GNU $ac_path_SED
flex-2.6.4/configure:3560:case `"$ac_path_SED" --version 2>&1` in
flex-2.6.4/configure-3561-*GNU*)
##############################################
flex-2.6.4/configure-3635-  # Check for GNU $ac_path_GREP
flex-2.6.4/configure:3636:case `"$ac_path_GREP" --version 2>&1` in
flex-2.6.4/configure-3637-*GNU*)
##############################################
flex-2.6.4/configure-3701-  # Check for GNU $ac_path_EGREP
flex-2.6.4/configure:3702:case `"$ac_path_EGREP" --version 2>&1` in
flex-2.6.4/configure-3703-*GNU*)
##############################################
flex-2.6.4/configure-3768-  # Check for GNU $ac_path_FGREP
flex-2.6.4/configure:3769:case `"$ac_path_FGREP" --version 2>&1` in
flex-2.6.4/configure-3770-*GNU*)
##############################################
flex-2.6.4/configure-3848-    # gcc leaves a trailing carriage return, which upsets mingw
flex-2.6.4/configure:3849:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flex-2.6.4/configure-3850-  *)
flex-2.6.4/configure:3851:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flex-2.6.4/configure-3852-  esac
##############################################
flex-2.6.4/configure-3857-      # Canonicalize the pathname of ld
flex-2.6.4/configure:3858:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flex-2.6.4/configure-3859-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flex-2.6.4/configure:3860:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flex-2.6.4/configure-3861-      done
##############################################
flex-2.6.4/configure-3892-      # Break only if it was the GNU/non-GNU ld that we prefer.
flex-2.6.4/configure:3893:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flex-2.6.4/configure-3894-      *GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-3923-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
flex-2.6.4/configure:3924:case `$LD -v 2>&1 </dev/null` in
flex-2.6.4/configure-3925-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-3973-	esac
flex-2.6.4/configure:3974:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
flex-2.6.4/configure-3975-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
flex-2.6.4/configure-3979-	*)
flex-2.6.4/configure:3980:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
flex-2.6.4/configure-3981-	  */dev/null*)
##############################################
flex-2.6.4/configure-4107-
flex-2.6.4/configure:4108:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
flex-2.6.4/configure-4109-    *COFF*)
##############################################
flex-2.6.4/configure-4219-    # And add a safety zone
flex-2.6.4/configure:4220:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flex-2.6.4/configure:4221:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flex-2.6.4/configure-4222-    ;;
##############################################
flex-2.6.4/configure-4252-    if test -n "$kargmax"; then
flex-2.6.4/configure:4253:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
flex-2.6.4/configure-4254-    else
##############################################
flex-2.6.4/configure-4261-       test undefined != "$lt_cv_sys_max_cmd_len"; then
flex-2.6.4/configure:4262:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flex-2.6.4/configure:4263:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flex-2.6.4/configure-4264-    else
##############################################
flex-2.6.4/configure-4273-      # we can't tell.
flex-2.6.4/configure:4274:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
flex-2.6.4/configure-4275-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
flex-2.6.4/configure-4277-      do
flex-2.6.4/configure:4278:        i=`expr $i + 1`
flex-2.6.4/configure-4279-        teststring=$teststring$teststring
##############################################
flex-2.6.4/configure-4281-      # Only check the string length outside the loop.
flex-2.6.4/configure:4282:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
flex-2.6.4/configure-4283-      teststring=
##############################################
flex-2.6.4/configure-4286-      # linker.  It appears as though 1/2 is a usable value.
flex-2.6.4/configure:4287:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
flex-2.6.4/configure-4288-    fi
##############################################
flex-2.6.4/configure-4697-openbsd* | bitrig*)
flex-2.6.4/configure:4698:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/configure-4699-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
flex-2.6.4/configure-4767-    else
flex-2.6.4/configure:4768:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
flex-2.6.4/configure-4769-    fi
##############################################
flex-2.6.4/configure-4912-  # decide which one to use based on capabilities of $DLLTOOL
flex-2.6.4/configure:4913:  case `$DLLTOOL --help 2>&1` in
flex-2.6.4/configure-4914-  *--identify-strict*)
##############################################
flex-2.6.4/configure-5476-# If we're using GNU nm, then use its standard symbol codes.
flex-2.6.4/configure:5477:case `$NM -V 2>&1` in
flex-2.6.4/configure-5478-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-5524-mingw*)
flex-2.6.4/configure:5525:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
flex-2.6.4/configure-5526-  ;;
##############################################
flex-2.6.4/configure-5756-   if test yes = "$GCC"; then
flex-2.6.4/configure:5757:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
flex-2.6.4/configure-5758-   fi
##############################################
flex-2.6.4/configure-5760- /*)
flex-2.6.4/configure:5761:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
flex-2.6.4/configure-5762-   ;; #(
##############################################
flex-2.6.4/configure-5855-    done
flex-2.6.4/configure:5856:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flex-2.6.4/configure-5857-}
##############################################
flex-2.6.4/configure-5877-  test $ac_status = 0; }; then
flex-2.6.4/configure:5878:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5879-      *ELF-32*)
##############################################
flex-2.6.4/configure-5898-    if test yes = "$lt_cv_prog_gnu_ld"; then
flex-2.6.4/configure:5899:      case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5900-	*32-bit*)
##############################################
flex-2.6.4/configure-5910-    else
flex-2.6.4/configure:5911:      case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5912-	*32-bit*)
##############################################
flex-2.6.4/configure-5936-    emul=elf
flex-2.6.4/configure:5937:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5938-      *32-bit*)
##############################################
flex-2.6.4/configure-5944-    esac
flex-2.6.4/configure:5945:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5946-      *MSB*)
##############################################
flex-2.6.4/configure-5952-    esac
flex-2.6.4/configure:5953:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/configure-5954-      *N32*)
##############################################
flex-2.6.4/configure-6885-    *:)
flex-2.6.4/configure:6886:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
flex-2.6.4/configure-6887-        ;;
flex-2.6.4/configure-6888-    x:*)
flex-2.6.4/configure:6889:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
flex-2.6.4/configure-6890-        ;;
flex-2.6.4/configure-6891-    *::*)
flex-2.6.4/configure:6892:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flex-2.6.4/configure:6893:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
flex-2.6.4/configure-6894-        ;;
flex-2.6.4/configure-6895-    *)
flex-2.6.4/configure:6896:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
flex-2.6.4/configure-6897-        ;;
##############################################
flex-2.6.4/configure-7154-do :
flex-2.6.4/configure:7155:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
flex-2.6.4/configure-7156-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
flex-2.6.4/configure-7159-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:7160:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
flex-2.6.4/configure-7161-_ACEOF
##############################################
flex-2.6.4/configure-7517-	"file_magic "*)
flex-2.6.4/configure:7518:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flex-2.6.4/configure-7519-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flex-2.6.4/configure-7583-	"file_magic "*)
flex-2.6.4/configure:7584:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flex-2.6.4/configure-7585-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flex-2.6.4/configure-7981-      *)
flex-2.6.4/configure:7982:	case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/configure-7983-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
flex-2.6.4/configure-8430-	# shared libraries, regardless of the interface used.
flex-2.6.4/configure:8431:	case `$LD -v 2>&1` in
flex-2.6.4/configure-8432-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
flex-2.6.4/configure-8462-    supports_anon_versioning=no
flex-2.6.4/configure:8463:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
flex-2.6.4/configure-8464-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
flex-2.6.4/configure-8531-	# is; otherwise, prepend EXPORTS...
flex-2.6.4/configure:8532:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flex-2.6.4/configure-8533-          cp $export_symbols $output_objdir/$soname.def;
##############################################
flex-2.6.4/configure-8565-	prefix_cmds="$SED"~
flex-2.6.4/configure:8566:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/configure-8567-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/configure-8587-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flex-2.6.4/configure:8588:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/configure:8589:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/configure-8590-      ;;
##############################################
flex-2.6.4/configure-8605-        pgcc*)				# Portland Group C compiler
flex-2.6.4/configure:8606:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-8607-	  tmp_addflag=' $pic_flag'
##############################################
flex-2.6.4/configure-8610-					# Portland Group f77 and f90 compilers
flex-2.6.4/configure:8611:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-8612-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
flex-2.6.4/configure-8627-	nvcc*)	# Cuda Compiler Driver 2.2
flex-2.6.4/configure:8628:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-8629-	  compiler_needs_object=yes
##############################################
flex-2.6.4/configure-8631-	esac
flex-2.6.4/configure:8632:	case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/configure-8633-	*Sun\ C*)			# Sun C 5.9
flex-2.6.4/configure:8634:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-8635-	  compiler_needs_object=yes
##############################################
flex-2.6.4/configure-8702-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
flex-2.6.4/configure:8703:      case `$LD -v 2>&1` in
flex-2.6.4/configure-8704-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
flex-2.6.4/configure-8791-	else
flex-2.6.4/configure:8792:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flex-2.6.4/configure-8793-	fi
##############################################
flex-2.6.4/configure-8856-	# below for broken collect2 doesn't work under 4.3+
flex-2.6.4/configure:8857:	  collect2name=`$CC -print-prog-name=collect2`
flex-2.6.4/configure-8858-	  if test -f "$collect2name" &&
##############################################
flex-2.6.4/configure-8936-      }'
flex-2.6.4/configure:8937:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-8938-  # Check for a 64-bit object if we didn't find anything.
flex-2.6.4/configure-8939-  if test -z "$lt_cv_aix_libpath_"; then
flex-2.6.4/configure:8940:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-8941-  fi
##############################################
flex-2.6.4/configure-8954-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
flex-2.6.4/configure:8955:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flex-2.6.4/configure-8956-      else
##############################################
flex-2.6.4/configure-8989-      }'
flex-2.6.4/configure:8990:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-8991-  # Check for a 64-bit object if we didn't find anything.
flex-2.6.4/configure-8992-  if test -z "$lt_cv_aix_libpath_"; then
flex-2.6.4/configure:8993:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-8994-  fi
##############################################
flex-2.6.4/configure-9021-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
flex-2.6.4/configure:9022:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
flex-2.6.4/configure-9023-	  if test svr4 != "$with_aix_soname"; then
##############################################
flex-2.6.4/configure-9074-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
flex-2.6.4/configure:9075:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flex-2.6.4/configure-9076-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
flex-2.6.4/configure-9112-	# FIXME: Setting linknames here is a bad hack.
flex-2.6.4/configure:9113:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
flex-2.6.4/configure-9114-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
flex-2.6.4/configure-9130-  if test yes = "$lt_cv_ld_force_load"; then
flex-2.6.4/configure:9131:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flex-2.6.4/configure-9132-
##############################################
flex-2.6.4/configure-9310-      if test yes = "$GCC"; then
flex-2.6.4/configure:9311:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-9312-	# Try to use the -exported_symbol ld option, if it does not
##############################################
flex-2.6.4/configure-9338-	if test yes = "$lt_cv_irix_exported_symbol"; then
flex-2.6.4/configure:9339:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
flex-2.6.4/configure-9340-	fi
##############################################
flex-2.6.4/configure-9342-      else
flex-2.6.4/configure:9343:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure:9344:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
flex-2.6.4/configure-9345-      fi
##############################################
flex-2.6.4/configure-9389-	hardcode_direct_absolute=yes
flex-2.6.4/configure:9390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/configure-9391-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
flex-2.6.4/configure-9420-	prefix_cmds="$SED"~
flex-2.6.4/configure:9421:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/configure-9422-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/configure-9434-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
flex-2.6.4/configure:9435:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-9436-      else
flex-2.6.4/configure-9437-	allow_undefined_flag=' -expect_unresolved \*'
flex-2.6.4/configure:9438:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure-9439-      fi
##############################################
flex-2.6.4/configure-9447-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
flex-2.6.4/configure:9448:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-9449-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
flex-2.6.4/configure-9451-	allow_undefined_flag=' -expect_unresolved \*'
flex-2.6.4/configure:9452:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure:9453:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
flex-2.6.4/configure:9454:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
flex-2.6.4/configure-9455-
##############################################
flex-2.6.4/configure-9470-      else
flex-2.6.4/configure:9471:	case `$CC -V 2>&1` in
flex-2.6.4/configure-9472-	*"Compilers 5.0"*)
##############################################
flex-2.6.4/configure-9869-  esac
flex-2.6.4/configure:9870:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
flex-2.6.4/configure-9871-  case $lt_search_path_spec in
##############################################
flex-2.6.4/configure-9876-    # okay in the real world where ";" in dirpaths is itself problematic.
flex-2.6.4/configure:9877:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
flex-2.6.4/configure-9878-    ;;
flex-2.6.4/configure-9879-  *)
flex-2.6.4/configure:9880:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/configure-9881-    ;;
##############################################
flex-2.6.4/configure-9885-  lt_tmp_lt_search_path_spec=
flex-2.6.4/configure:9886:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
flex-2.6.4/configure-9887-  # ...but if some path component already ends with the multilib dir we assume
##############################################
flex-2.6.4/configure-9927-  esac
flex-2.6.4/configure:9928:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
flex-2.6.4/configure-9929-else
##############################################
flex-2.6.4/configure-10067-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flex-2.6.4/configure:10068:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flex-2.6.4/configure-10069-    ;;
##############################################
flex-2.6.4/configure-10103-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/configure:10104:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:10105:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/configure:10106:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-10107-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/configure-10112-      fi'
flex-2.6.4/configure:10113:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/configure-10114-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-10120-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flex-2.6.4/configure:10121:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-10122-
##############################################
flex-2.6.4/configure-10126-      # MinGW DLLs use traditional 'lib' prefix
flex-2.6.4/configure:10127:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-10128-      ;;
##############################################
flex-2.6.4/configure-10130-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flex-2.6.4/configure:10131:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-10132-      ;;
##############################################
flex-2.6.4/configure-10139-    libname_spec='$name'
flex-2.6.4/configure:10140:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-10141-    library_names_spec='$libname.dll.lib'
##############################################
flex-2.6.4/configure-10151-        # Let DOS variable expansion print the short 8.3 style file name.
flex-2.6.4/configure:10152:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flex-2.6.4/configure-10153-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flex-2.6.4/configure-10156-      # Convert to MSYS style.
flex-2.6.4/configure:10157:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
flex-2.6.4/configure-10158-      ;;
##############################################
flex-2.6.4/configure-10162-      # like /cygdrive/c/PROGRA~1:/cygdr...
flex-2.6.4/configure:10163:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flex-2.6.4/configure:10164:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flex-2.6.4/configure:10165:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/configure-10166-      ;;
##############################################
flex-2.6.4/configure-10170-        # It is most probably a Windows format PATH.
flex-2.6.4/configure:10171:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flex-2.6.4/configure-10172-      else
flex-2.6.4/configure:10173:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/configure-10174-      fi
##############################################
flex-2.6.4/configure-10180-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/configure:10181:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:10182:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/configure:10183:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-10184-      test -d \$dldir || mkdir -p \$dldir~
flex-2.6.4/configure-10185-      $install_prog $dir/$dlname \$dldir/$dlname'
flex-2.6.4/configure:10186:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/configure-10187-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-10194-    # Assume MSVC wrapper
flex-2.6.4/configure:10195:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
flex-2.6.4/configure-10196-    dynamic_linker='Win32 ld.exe'
##############################################
flex-2.6.4/configure-10211-  shlibpath_var=DYLD_LIBRARY_PATH
flex-2.6.4/configure:10212:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flex-2.6.4/configure-10213-
##############################################
flex-2.6.4/configure-10464-  if test -f /etc/ld.so.conf; then
flex-2.6.4/configure:10465:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flex-2.6.4/configure-10466-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flex-2.6.4/configure-10530-  need_lib_prefix=no
flex-2.6.4/configure:10531:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/configure-10532-    need_version=no
##############################################
flex-2.6.4/configure-10557-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flex-2.6.4/configure:10558:  postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:10559:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flex-2.6.4/configure:10560:    dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-10561-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/configure-10566-    fi'
flex-2.6.4/configure:10567:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flex-2.6.4/configure-10568-    dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-11615-     echo "timestamp, slept: $am_has_slept" > conftest.file
flex-2.6.4/configure:11616:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
flex-2.6.4/configure-11617-     if test "$*" = "X"; then
flex-2.6.4/configure-11618-	# -L didn't work.
flex-2.6.4/configure:11619:	set X `ls -t "$srcdir/configure" conftest.file`
flex-2.6.4/configure-11620-     fi
##############################################
flex-2.6.4/configure-11666-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
flex-2.6.4/configure:11667:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
flex-2.6.4/configure-11668-
##############################################
flex-2.6.4/configure-11808-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
flex-2.6.4/configure:11809:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
flex-2.6.4/configure-11810-	     'mkdir (GNU coreutils) '* | \
##############################################
flex-2.6.4/configure-11839-set x ${MAKE-make}
flex-2.6.4/configure:11840:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
flex-2.6.4/configure-11841-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
flex-2.6.4/configure-11849-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
flex-2.6.4/configure:11850:case `${MAKE-make} -f conftest.make 2>/dev/null` in
flex-2.6.4/configure-11851-  *@@@%%%=?*=@@@%%%*)
##############################################
flex-2.6.4/configure-11896-# Ignore all kinds of additional output from 'make'.
flex-2.6.4/configure:11897:case `$am_make -s -f confmf 2> /dev/null` in #(
flex-2.6.4/configure-11898-*the\ am__doit\ target*)
##############################################
flex-2.6.4/configure-11906-   echo '.include "confinc"' > confmf
flex-2.6.4/configure:11907:   case `$am_make -s -f confmf 2> /dev/null` in #(
flex-2.6.4/configure-11908-   *the\ am__doit\ target*)
##############################################
flex-2.6.4/configure-11978-
flex-2.6.4/configure:11979:if test "`cd $srcdir && pwd`" != "`pwd`"; then
flex-2.6.4/configure-11980-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
flex-2.6.4/configure-12079-  if test "$am_compiler_list" = ""; then
flex-2.6.4/configure:12080:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
flex-2.6.4/configure-12081-  fi
##############################################
flex-2.6.4/configure-12369-
flex-2.6.4/configure:12370:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/configure-12371-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
flex-2.6.4/configure-12374-
flex-2.6.4/configure:12375:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/configure-12376-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
flex-2.6.4/configure-12452-
flex-2.6.4/configure:12453:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/configure-12454-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
flex-2.6.4/configure-12582-    # gcc leaves a trailing carriage return which upsets mingw
flex-2.6.4/configure:12583:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flex-2.6.4/configure-12584-  *)
flex-2.6.4/configure:12585:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flex-2.6.4/configure-12586-  esac
##############################################
flex-2.6.4/configure-12591-      # Canonicalize the path of ld
flex-2.6.4/configure:12592:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
flex-2.6.4/configure-12593-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
flex-2.6.4/configure:12594:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
flex-2.6.4/configure-12595-      done
##############################################
flex-2.6.4/configure-12625-      # Break only if it was the GNU/non-GNU ld that we prefer.
flex-2.6.4/configure:12626:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
flex-2.6.4/configure-12627-      *GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-12654-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
flex-2.6.4/configure:12655:case `$LD -v 2>&1 </dev/null` in
flex-2.6.4/configure-12656-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-12740-    *)
flex-2.6.4/configure:12741:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
flex-2.6.4/configure-12742-      if test -n "$searchpath"; then
##############################################
flex-2.6.4/configure-12750-                ;;
flex-2.6.4/configure:12751:              *) searchdir=`cd "$searchdir" && pwd`
flex-2.6.4/configure-12752-                 case "$searchdir" in
##############################################
flex-2.6.4/configure-12841-        names_already_handled="$names_already_handled $name"
flex-2.6.4/configure:12842:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
flex-2.6.4/configure-12843-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
flex-2.6.4/configure-12917-                -L*)
flex-2.6.4/configure:12918:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
flex-2.6.4/configure-12919-                                    if test -n "$acl_shlibext"; then
##############################################
flex-2.6.4/configure-13034-              */$acl_libdirstem | */$acl_libdirstem/)
flex-2.6.4/configure:13035:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
flex-2.6.4/configure-13036-                if test "$name" = 'iconv'; then
##############################################
flex-2.6.4/configure-13041-              */$acl_libdirstem2 | */$acl_libdirstem2/)
flex-2.6.4/configure:13042:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
flex-2.6.4/configure-13043-                if test "$name" = 'iconv'; then
##############################################
flex-2.6.4/configure-13092-                  -L*)
flex-2.6.4/configure:13093:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
flex-2.6.4/configure-13094-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
flex-2.6.4/configure-13151-                  -R*)
flex-2.6.4/configure:13152:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
flex-2.6.4/configure-13153-                    if test "$enable_rpath" != no; then
##############################################
flex-2.6.4/configure-13176-                  -l*)
flex-2.6.4/configure:13177:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
flex-2.6.4/configure-13178-                    ;;
flex-2.6.4/configure-13179-                  *.la)
flex-2.6.4/configure:13180:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
flex-2.6.4/configure-13181-                    ;;
##############################################
flex-2.6.4/configure-13692-        names_already_handled="$names_already_handled $name"
flex-2.6.4/configure:13693:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
flex-2.6.4/configure-13694-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
flex-2.6.4/configure-13768-                -L*)
flex-2.6.4/configure:13769:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
flex-2.6.4/configure-13770-                                    if test -n "$acl_shlibext"; then
##############################################
flex-2.6.4/configure-13885-              */$acl_libdirstem | */$acl_libdirstem/)
flex-2.6.4/configure:13886:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
flex-2.6.4/configure-13887-                if test "$name" = 'intl'; then
##############################################
flex-2.6.4/configure-13892-              */$acl_libdirstem2 | */$acl_libdirstem2/)
flex-2.6.4/configure:13893:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
flex-2.6.4/configure-13894-                if test "$name" = 'intl'; then
##############################################
flex-2.6.4/configure-13943-                  -L*)
flex-2.6.4/configure:13944:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
flex-2.6.4/configure-13945-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
flex-2.6.4/configure-14002-                  -R*)
flex-2.6.4/configure:14003:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
flex-2.6.4/configure-14004-                    if test "$enable_rpath" != no; then
##############################################
flex-2.6.4/configure-14027-                  -l*)
flex-2.6.4/configure:14028:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
flex-2.6.4/configure-14029-                    ;;
flex-2.6.4/configure-14030-                  *.la)
flex-2.6.4/configure:14031:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
flex-2.6.4/configure-14032-                    ;;
##############################################
flex-2.6.4/configure-14421-/* end confdefs.h.  */
flex-2.6.4/configure:14422:`cat $LEX_OUTPUT_ROOT.c`
flex-2.6.4/configure-14423-_ACEOF
##############################################
flex-2.6.4/configure-14454-  #define YYTEXT_POINTER 1
flex-2.6.4/configure:14455:`cat $LEX_OUTPUT_ROOT.c`
flex-2.6.4/configure-14456-_ACEOF
##############################################
flex-2.6.4/configure-16089-  case $2 in
flex-2.6.4/configure:16090:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
flex-2.6.4/configure:16091:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
flex-2.6.4/configure-16092-  esac
##############################################
flex-2.6.4/configure-16369-    # gcc leaves a trailing carriage return, which upsets mingw
flex-2.6.4/configure:16370:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flex-2.6.4/configure-16371-  *)
flex-2.6.4/configure:16372:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flex-2.6.4/configure-16373-  esac
##############################################
flex-2.6.4/configure-16378-      # Canonicalize the pathname of ld
flex-2.6.4/configure:16379:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flex-2.6.4/configure-16380-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flex-2.6.4/configure:16381:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flex-2.6.4/configure-16382-      done
##############################################
flex-2.6.4/configure-16413-      # Break only if it was the GNU/non-GNU ld that we prefer.
flex-2.6.4/configure:16414:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flex-2.6.4/configure-16415-      *GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-16444-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
flex-2.6.4/configure:16445:case `$LD -v 2>&1 </dev/null` in
flex-2.6.4/configure-16446-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/configure-16478-        # ancient GNU ld didn't support --whole-archive et. al.
flex-2.6.4/configure:16479:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
flex-2.6.4/configure-16480-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
flex-2.6.4/configure-16589-          # below for broken collect2 doesn't work under 4.3+
flex-2.6.4/configure:16590:	  collect2name=`$CC -print-prog-name=collect2`
flex-2.6.4/configure-16591-	  if test -f "$collect2name" &&
##############################################
flex-2.6.4/configure-16670-      }'
flex-2.6.4/configure:16671:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-16672-  # Check for a 64-bit object if we didn't find anything.
flex-2.6.4/configure-16673-  if test -z "$lt_cv_aix_libpath__CXX"; then
flex-2.6.4/configure:16674:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-16675-  fi
##############################################
flex-2.6.4/configure-16689-
flex-2.6.4/configure:16690:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flex-2.6.4/configure-16691-        else
##############################################
flex-2.6.4/configure-16724-      }'
flex-2.6.4/configure:16725:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-16726-  # Check for a 64-bit object if we didn't find anything.
flex-2.6.4/configure-16727-  if test -z "$lt_cv_aix_libpath__CXX"; then
flex-2.6.4/configure:16728:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/configure-16729-  fi
##############################################
flex-2.6.4/configure-16756-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
flex-2.6.4/configure:16757:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
flex-2.6.4/configure-16758-	    if test svr4 != "$with_aix_soname"; then
##############################################
flex-2.6.4/configure-16809-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
flex-2.6.4/configure:16810:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flex-2.6.4/configure-16811-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
flex-2.6.4/configure-16851-	    # is; otherwise, prepend EXPORTS...
flex-2.6.4/configure:16852:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
flex-2.6.4/configure-16853-              cp $export_symbols $output_objdir/$soname.def;
##############################################
flex-2.6.4/configure-16872-  if test yes = "$lt_cv_ld_force_load"; then
flex-2.6.4/configure:16873:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flex-2.6.4/configure-16874-
##############################################
flex-2.6.4/configure-16917-	  prefix_cmds="$SED"~
flex-2.6.4/configure:16918:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/configure-16919-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/configure-16991-            # dependencies.
flex-2.6.4/configure:16992:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/configure-16993-            ;;
##############################################
flex-2.6.4/configure-17056-	    # dependencies.
flex-2.6.4/configure:17057:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/configure-17058-	    ;;
##############################################
flex-2.6.4/configure-17092-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flex-2.6.4/configure:17093:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/configure:17094:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/configure-17095-	;;
##############################################
flex-2.6.4/configure-17099-	    # SGI C++
flex-2.6.4/configure:17100:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure-17101-
##############################################
flex-2.6.4/configure-17110-	      if test no = "$with_gnu_ld"; then
flex-2.6.4/configure:17111:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-17112-	      else
flex-2.6.4/configure:17113:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
flex-2.6.4/configure-17114-	      fi
##############################################
flex-2.6.4/configure-17131-	    # to its proper name (with version) after linking.
flex-2.6.4/configure:17132:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flex-2.6.4/configure:17133:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
flex-2.6.4/configure-17134-	    # Commands to make compiler produce verbose output that lists
##############################################
flex-2.6.4/configure-17141-	    # dependencies.
flex-2.6.4/configure:17142:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/configure-17143-
##############################################
flex-2.6.4/configure-17156-	    # earlier do not add the objects themselves.
flex-2.6.4/configure:17157:	    case `$CC -V 2>&1` in
flex-2.6.4/configure-17158-	      *"Version 7."*)
##############################################
flex-2.6.4/configure-17177-            # Portland Group C++ compiler
flex-2.6.4/configure:17178:	    case `$CC -V` in
flex-2.6.4/configure-17179-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
flex-2.6.4/configure-17182-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
flex-2.6.4/configure:17183:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
flex-2.6.4/configure-17184-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
flex-2.6.4/configure-17186-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
flex-2.6.4/configure:17187:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
flex-2.6.4/configure-17188-                $RANLIB $oldlib'
##############################################
flex-2.6.4/configure-17191-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flex-2.6.4/configure:17192:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
flex-2.6.4/configure-17193-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
flex-2.6.4/configure-17195-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flex-2.6.4/configure:17196:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
flex-2.6.4/configure-17197-	      ;;
##############################################
flex-2.6.4/configure-17205-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
flex-2.6.4/configure:17206:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-17207-            ;;
##############################################
flex-2.6.4/configure-17224-	    # dependencies.
flex-2.6.4/configure:17225:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
flex-2.6.4/configure-17226-	    ;;
##############################################
flex-2.6.4/configure-17239-	  *)
flex-2.6.4/configure:17240:	    case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/configure-17241-	    *Sun\ C*)
##############################################
flex-2.6.4/configure-17246-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
flex-2.6.4/configure:17247:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/configure-17248-	      compiler_needs_object_CXX=yes
##############################################
flex-2.6.4/configure-17311-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
flex-2.6.4/configure:17312:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
flex-2.6.4/configure-17313-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
flex-2.6.4/configure-17330-	    # to its proper name (with version) after linking.
flex-2.6.4/configure:17331:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flex-2.6.4/configure-17332-
##############################################
flex-2.6.4/configure-17351-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
flex-2.6.4/configure:17352:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure-17353-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
flex-2.6.4/configure-17356-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
flex-2.6.4/configure:17357:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/configure:17358:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
flex-2.6.4/configure-17359-                  echo "-hidden">> $lib.exp~
flex-2.6.4/configure:17360:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
flex-2.6.4/configure-17361-                  $RM $lib.exp'
##############################################
flex-2.6.4/configure-17375-	    # dependencies.
flex-2.6.4/configure:17376:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/configure-17377-	    ;;
##############################################
flex-2.6.4/configure-17382-	        osf3*)
flex-2.6.4/configure:17383:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-17384-		  ;;
flex-2.6.4/configure-17385-	        *)
flex-2.6.4/configure:17386:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/configure-17387-		  ;;
##############################################
flex-2.6.4/configure-17629-
flex-2.6.4/configure:17630:  for p in `eval "$output_verbose_link_cmd"`; do
flex-2.6.4/configure-17631-    case $prev$p in
##############################################
flex-2.6.4/configure-17732-if test -n "${compiler_lib_search_path_CXX}"; then
flex-2.6.4/configure:17733: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
flex-2.6.4/configure-17734-fi
##############################################
flex-2.6.4/configure-17979-	  *)
flex-2.6.4/configure:17980:	    case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/configure-17981-	    *Sun\ C*)
##############################################
flex-2.6.4/configure-18361-    else
flex-2.6.4/configure:18362:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flex-2.6.4/configure-18363-    fi
##############################################
flex-2.6.4/configure-18666-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flex-2.6.4/configure:18667:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flex-2.6.4/configure-18668-    ;;
##############################################
flex-2.6.4/configure-18702-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/configure:18703:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:18704:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/configure:18705:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-18706-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/configure-18711-      fi'
flex-2.6.4/configure:18712:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/configure-18713-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-18719-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flex-2.6.4/configure:18720:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-18721-
##############################################
flex-2.6.4/configure-18724-      # MinGW DLLs use traditional 'lib' prefix
flex-2.6.4/configure:18725:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-18726-      ;;
##############################################
flex-2.6.4/configure-18728-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flex-2.6.4/configure:18729:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-18730-      ;;
##############################################
flex-2.6.4/configure-18737-    libname_spec='$name'
flex-2.6.4/configure:18738:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
flex-2.6.4/configure-18739-    library_names_spec='$libname.dll.lib'
##############################################
flex-2.6.4/configure-18749-        # Let DOS variable expansion print the short 8.3 style file name.
flex-2.6.4/configure:18750:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flex-2.6.4/configure-18751-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flex-2.6.4/configure-18754-      # Convert to MSYS style.
flex-2.6.4/configure:18755:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
flex-2.6.4/configure-18756-      ;;
##############################################
flex-2.6.4/configure-18760-      # like /cygdrive/c/PROGRA~1:/cygdr...
flex-2.6.4/configure:18761:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flex-2.6.4/configure:18762:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flex-2.6.4/configure:18763:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/configure-18764-      ;;
##############################################
flex-2.6.4/configure-18768-        # It is most probably a Windows format PATH.
flex-2.6.4/configure:18769:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flex-2.6.4/configure-18770-      else
flex-2.6.4/configure:18771:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/configure-18772-      fi
##############################################
flex-2.6.4/configure-18778-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/configure:18779:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:18780:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/configure:18781:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-18782-      test -d \$dldir || mkdir -p \$dldir~
flex-2.6.4/configure-18783-      $install_prog $dir/$dlname \$dldir/$dlname'
flex-2.6.4/configure:18784:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/configure-18785-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-18792-    # Assume MSVC wrapper
flex-2.6.4/configure:18793:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
flex-2.6.4/configure-18794-    dynamic_linker='Win32 ld.exe'
##############################################
flex-2.6.4/configure-18809-  shlibpath_var=DYLD_LIBRARY_PATH
flex-2.6.4/configure:18810:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flex-2.6.4/configure-18811-
##############################################
flex-2.6.4/configure-19061-  if test -f /etc/ld.so.conf; then
flex-2.6.4/configure:19062:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flex-2.6.4/configure-19063-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flex-2.6.4/configure-19127-  need_lib_prefix=no
flex-2.6.4/configure:19128:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/configure-19129-    need_version=no
##############################################
flex-2.6.4/configure-19154-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flex-2.6.4/configure:19155:  postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/configure:19156:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flex-2.6.4/configure:19157:    dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/configure-19158-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/configure-19163-    fi'
flex-2.6.4/configure:19164:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flex-2.6.4/configure-19165-    dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/configure-19443-  if test "$am_compiler_list" = ""; then
flex-2.6.4/configure:19444:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
flex-2.6.4/configure-19445-  fi
##############################################
flex-2.6.4/configure-19774-      as_fn_executable_p "$ac_path_M4" || continue
flex-2.6.4/configure:19775:m4out=`echo 'm''4_divnum' | $ac_path_M4 -P`
flex-2.6.4/configure-19776-                test "x$m4out" = x0 \
##############################################
flex-2.6.4/configure-19858-do :
flex-2.6.4/configure:19859:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
flex-2.6.4/configure-19860-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
flex-2.6.4/configure-19862-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:19863:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
flex-2.6.4/configure-19864-_ACEOF
##############################################
flex-2.6.4/configure-19874-do :
flex-2.6.4/configure:19875:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
flex-2.6.4/configure-19876-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
flex-2.6.4/configure-19878-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:19879:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
flex-2.6.4/configure-19880-_ACEOF
##############################################
flex-2.6.4/configure-20313-  for ac_func in _getb67 GETB67 getb67; do
flex-2.6.4/configure:20314:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
flex-2.6.4/configure-20315-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
flex-2.6.4/configure-20399-do :
flex-2.6.4/configure:20400:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
flex-2.6.4/configure-20401-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
flex-2.6.4/configure-20403-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:20404:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
flex-2.6.4/configure-20405-_ACEOF
##############################################
flex-2.6.4/configure-20743-do :
flex-2.6.4/configure:20744:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
flex-2.6.4/configure-20745-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
flex-2.6.4/configure-20747-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:20748:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
flex-2.6.4/configure-20749-_ACEOF
##############################################
flex-2.6.4/configure-20759-do :
flex-2.6.4/configure:20760:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
flex-2.6.4/configure-20761-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
flex-2.6.4/configure-20763-  cat >>confdefs.h <<_ACEOF
flex-2.6.4/configure:20764:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
flex-2.6.4/configure-20765-_ACEOF
##############################################
flex-2.6.4/configure-20871-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
flex-2.6.4/configure:20872:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
flex-2.6.4/configure-20873-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
flex-2.6.4/configure-20982-if test -z "$BASH_VERSION$ZSH_VERSION" \
flex-2.6.4/configure:20983:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
flex-2.6.4/configure-20984-  as_echo='print -r --'
flex-2.6.4/configure-20985-  as_echo_n='print -rn --'
flex-2.6.4/configure:20986:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
flex-2.6.4/configure-20987-  as_echo='printf %s\n'
##############################################
flex-2.6.4/configure-20989-else
flex-2.6.4/configure:20990:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
flex-2.6.4/configure-20991-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
flex-2.6.4/configure-20999-	expr "X$arg" : "X\\(.*\\)$as_nl";
flex-2.6.4/configure:21000:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
flex-2.6.4/configure-21001-      esac;
##############################################
flex-2.6.4/configure-21076-# ----------------------------------------
flex-2.6.4/configure:21077:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
flex-2.6.4/configure-21078-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
flex-2.6.4/configure-21148-  {
flex-2.6.4/configure:21149:    as_val=`expr "$@" || test $? -eq 1`
flex-2.6.4/configure-21150-  }
##############################################
flex-2.6.4/configure-21252-      case $as_dir in #(
flex-2.6.4/configure:21253:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
flex-2.6.4/configure-21254-      *) as_qdir=$as_dir;;
##############################################
flex-2.6.4/configure-21387-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
flex-2.6.4/configure:21388:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
flex-2.6.4/configure-21389-ac_cs_version="\\
##############################################
flex-2.6.4/configure-21412-  --*=?*)
flex-2.6.4/configure:21413:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
flex-2.6.4/configure:21414:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
flex-2.6.4/configure-21415-    ac_shift=:
##############################################
flex-2.6.4/configure-21417-  --*=)
flex-2.6.4/configure:21418:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
flex-2.6.4/configure-21419-    ac_optarg=
##############################################
flex-2.6.4/configure-21441-    case $ac_optarg in
flex-2.6.4/configure:21442:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
flex-2.6.4/configure-21443-    '') as_fn_error $? "missing file argument" ;;
##############################################
flex-2.6.4/configure-21449-    case $ac_optarg in
flex-2.6.4/configure:21450:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
flex-2.6.4/configure-21451-    esac
##############################################
flex-2.6.4/configure-21517-delay_variable_subst='$delay_variable_subst'
flex-2.6.4/configure:21518:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21519:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21520:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21521:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21522:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21523:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21524:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21525:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21526:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21527:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21528:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21529:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21530:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21531:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21532:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21533:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21534:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21535:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21536:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21537:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21538:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21539:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21540:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21541:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21542:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21543:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21544:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21545:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21546:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21547:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21548:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21549:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21550:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21551:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21552:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21553:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21554:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21555:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21556:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21557:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21558:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21559:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21560:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21561:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21562:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21563:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21564:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21565:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21566:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21567:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21568:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21569:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21570:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21571:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21572:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21573:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21574:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21575:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21576:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21577:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21578:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21579:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21580:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21581:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21582:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21583:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21584:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21585:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21586:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21587:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21588:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21589:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21590:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21591:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21592:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21593:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21594:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21595:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21596:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21597:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21598:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21599:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21600:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21601:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21602:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21603:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21604:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21605:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21606:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21607:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21608:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21609:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21610:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21611:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21612:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21613:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21614:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21615:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21616:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21617:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21618:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21619:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21620:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21621:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21622:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21623:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21624:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21625:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21626:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21627:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21628:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21629:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21630:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21631:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21632:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21633:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21634:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21635:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21636:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21637:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21638:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21639:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21640:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21641:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21642:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21643:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21644:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21645:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21646:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21647:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21648:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21649:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21650:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21651:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21652:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21653:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21654:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21655:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21656:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21657:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21658:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21659:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21660:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21661:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21662:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21663:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21664:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21665:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21666:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21667:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21668:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21669:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21670:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21671:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21672:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21673:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21674:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21675:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21676:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21677:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21678:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21679:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21680:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21681:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21682:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21683:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21684:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21685:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21686:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21687:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21688:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21689:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21690:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21691:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21692:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21693:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21694:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21695:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21696:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21697:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21698:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21699:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21700:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21701:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21702:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21703:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21704:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21705:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure:21706:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/configure-21707-
##############################################
flex-2.6.4/configure-21819-compiler_lib_search_path_CXX; do
flex-2.6.4/configure:21820:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flex-2.6.4/configure-21821-    *[\\\\\\\`\\"\\\$]*)
flex-2.6.4/configure:21822:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flex-2.6.4/configure-21823-      ;;
##############################################
flex-2.6.4/configure-21861-postlink_cmds_CXX; do
flex-2.6.4/configure:21862:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flex-2.6.4/configure-21863-    *[\\\\\\\`\\"\\\$]*)
flex-2.6.4/configure:21864:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flex-2.6.4/configure-21865-      ;;
##############################################
flex-2.6.4/configure-21975-fi
flex-2.6.4/configure:21976:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
flex-2.6.4/configure-21977-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
flex-2.6.4/configure-21992-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
flex-2.6.4/configure:21993:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
flex-2.6.4/configure-21994-ac_delim='%!_!# '
##############################################
flex-2.6.4/configure-21998-
flex-2.6.4/configure:21999:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
flex-2.6.4/configure-22000-  if test $ac_delim_n = $ac_delim_num; then
##############################################
flex-2.6.4/configure-22136-for ac_last_try in false false :; do
flex-2.6.4/configure:22137:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
flex-2.6.4/configure-22138-  if test -z "$ac_tt"; then
##############################################
flex-2.6.4/configure-22268-      esac
flex-2.6.4/configure:22269:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
flex-2.6.4/configure-22270-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
flex-2.6.4/configure-22327-*)
flex-2.6.4/configure:22328:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
flex-2.6.4/configure-22329-  # A ".." for each directory in $ac_dir_suffix.
flex-2.6.4/configure:22330:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
flex-2.6.4/configure-22331-  case $ac_top_builddir_sub in
##############################################
flex-2.6.4/configure-22388-/@mandir@/p'
flex-2.6.4/configure:22389:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
flex-2.6.4/configure-22390-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
flex-2.6.4/configure-22405-
flex-2.6.4/configure:22406:# Neutralize VPATH when `$srcdir' = `.'.
flex-2.6.4/configure-22407-# Shell code in configure.ac might set extrasub.
##############################################
flex-2.6.4/configure-22433-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
flex-2.6.4/configure:22434:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
flex-2.6.4/configure-22435-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
flex-2.6.4/configure-22479-    * )
flex-2.6.4/configure:22480:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
flex-2.6.4/configure-22481-  esac
##############################################
flex-2.6.4/configure-23006-    *:)
flex-2.6.4/configure:23007:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
flex-2.6.4/configure-23008-        ;;
flex-2.6.4/configure-23009-    x:*)
flex-2.6.4/configure:23010:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
flex-2.6.4/configure-23011-        ;;
flex-2.6.4/configure-23012-    *::*)
flex-2.6.4/configure:23013:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flex-2.6.4/configure:23014:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
flex-2.6.4/configure-23015-        ;;
flex-2.6.4/configure-23016-    *)
flex-2.6.4/configure:23017:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
flex-2.6.4/configure-23018-        ;;
##############################################
flex-2.6.4/configure-23033-    done
flex-2.6.4/configure:23034:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flex-2.6.4/configure-23035-}
##############################################
flex-2.6.4/configure-23236-    # Strip MF so we end up with the name of the file.
flex-2.6.4/configure:23237:    mf=`echo "$mf" | sed -e 's/:.*$//'`
flex-2.6.4/configure-23238-    # Check whether this is an Automake generated Makefile or not.
##############################################
flex-2.6.4/configure-23273-    # from the Makefile without running 'make'.
flex-2.6.4/configure:23274:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
flex-2.6.4/configure-23275-    test -z "$DEPDIR" && continue
flex-2.6.4/configure:23276:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
flex-2.6.4/configure-23277-    test -z "$am__include" && continue
flex-2.6.4/configure:23278:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
flex-2.6.4/configure-23279-    # Find all dependency output files, they are included files with
##############################################
flex-2.6.4/configure-23321-      case "$ac_file" in
flex-2.6.4/configure:23322:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
flex-2.6.4/configure-23323-      esac
##############################################
flex-2.6.4/configure-23326-        # Adjust a relative srcdir.
flex-2.6.4/configure:23327:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
flex-2.6.4/configure:23328:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
flex-2.6.4/configure:23329:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
flex-2.6.4/configure-23330-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
flex-2.6.4/configure-23333-        case "$ac_given_srcdir" in
flex-2.6.4/configure:23334:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
flex-2.6.4/configure-23335-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
flex-2.6.4/configure-23353-            fi
flex-2.6.4/configure:23354:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
flex-2.6.4/configure-23355-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
flex-2.6.4/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
flex-2.6.4/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
flex-2.6.4/aclocal.m4-94-# and then we would define $MISSING as
##############################################
flex-2.6.4/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
flex-2.6.4/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
flex-2.6.4/aclocal.m4-109-])
##############################################
flex-2.6.4/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
flex-2.6.4/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
flex-2.6.4/aclocal.m4-207-  fi
##############################################
flex-2.6.4/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
flex-2.6.4/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
flex-2.6.4/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
flex-2.6.4/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
flex-2.6.4/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
flex-2.6.4/aclocal.m4-367-    else
##############################################
flex-2.6.4/aclocal.m4-371-    # from the Makefile without running 'make'.
flex-2.6.4/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
flex-2.6.4/aclocal.m4-373-    test -z "$DEPDIR" && continue
flex-2.6.4/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
flex-2.6.4/aclocal.m4-375-    test -z "$am__include" && continue
flex-2.6.4/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
flex-2.6.4/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
flex-2.6.4/aclocal.m4-385-      test -f "$dirpart/$file" && continue
flex-2.6.4/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
flex-2.6.4/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
flex-2.6.4/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
flex-2.6.4/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
flex-2.6.4/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
flex-2.6.4/aclocal.m4-602-    * )
flex-2.6.4/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
flex-2.6.4/aclocal.m4-604-  esac
flex-2.6.4/aclocal.m4-605-done
flex-2.6.4/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
flex-2.6.4/aclocal.m4-607-
##############################################
flex-2.6.4/aclocal.m4-691-# Ignore all kinds of additional output from 'make'.
flex-2.6.4/aclocal.m4:692:case `$am_make -s -f confmf 2> /dev/null` in #(
flex-2.6.4/aclocal.m4-693-*the\ am__doit\ target*)
##############################################
flex-2.6.4/aclocal.m4-701-   echo '.include "confinc"' > confmf
flex-2.6.4/aclocal.m4:702:   case `$am_make -s -f confmf 2> /dev/null` in #(
flex-2.6.4/aclocal.m4-703-   *the\ am__doit\ target*)
##############################################
flex-2.6.4/aclocal.m4-915-     echo "timestamp, slept: $am_has_slept" > conftest.file
flex-2.6.4/aclocal.m4:916:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
flex-2.6.4/aclocal.m4-917-     if test "$[*]" = "X"; then
flex-2.6.4/aclocal.m4-918-	# -L didn't work.
flex-2.6.4/aclocal.m4:919:	set X `ls -t "$srcdir/configure" conftest.file`
flex-2.6.4/aclocal.m4-920-     fi
##############################################
flex-2.6.4/Makefile.in-80-  { \
flex-2.6.4/Makefile.in:81:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
flex-2.6.4/Makefile.in-82-  }; \
##############################################
flex-2.6.4/Makefile.in-168-  esac
flex-2.6.4/Makefile.in:169:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
flex-2.6.4/Makefile.in-170-am__vpath_adj = case $$p in \
flex-2.6.4/Makefile.in:171:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
flex-2.6.4/Makefile.in-172-    *) f=$$p;; \
flex-2.6.4/Makefile.in-173-  esac;
flex-2.6.4/Makefile.in:174:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
flex-2.6.4/Makefile.in-175-am__install_max = 40
flex-2.6.4/Makefile.in-176-am__nobase_strip_setup = \
flex-2.6.4/Makefile.in:177:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
flex-2.6.4/Makefile.in-178-am__nobase_strip = \
##############################################
flex-2.6.4/Makefile.in-254-  while test -n "$$dir1"; do \
flex-2.6.4/Makefile.in:255:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
flex-2.6.4/Makefile.in-256-    if test "$$first" != "."; then \
flex-2.6.4/Makefile.in-257-      if test "$$first" = ".."; then \
flex-2.6.4/Makefile.in:258:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
flex-2.6.4/Makefile.in:259:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
flex-2.6.4/Makefile.in-260-      else \
flex-2.6.4/Makefile.in:261:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
flex-2.6.4/Makefile.in-262-        if test "$$first2" = "$$first"; then \
flex-2.6.4/Makefile.in:263:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
flex-2.6.4/Makefile.in-264-        else \
##############################################
flex-2.6.4/Makefile.in-269-    fi; \
flex-2.6.4/Makefile.in:270:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
flex-2.6.4/Makefile.in-271-  done; \
##############################################
flex-2.6.4/Makefile.in-522-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
flex-2.6.4/Makefile.in:523:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
flex-2.6.4/Makefile.in-524-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
flex-2.6.4/Makefile.in-539-	dot_seen=no; \
flex-2.6.4/Makefile.in:540:	target=`echo $@ | sed s/-recursive//`; \
flex-2.6.4/Makefile.in-541-	case "$@" in \
##############################################
flex-2.6.4/Makefile.in-602-GTAGS:
flex-2.6.4/Makefile.in:603:	here=`$(am__cd) $(top_builddir) && pwd` \
flex-2.6.4/Makefile.in-604-	  && $(am__cd) $(top_srcdir) \
##############################################
flex-2.6.4/Makefile.in-632-distdir: $(DISTFILES)
flex-2.6.4/Makefile.in:633:	@case `sed 15q $(srcdir)/NEWS` in \
flex-2.6.4/Makefile.in-634-	*"$(VERSION)"*) : ;; \
##############################################
flex-2.6.4/Makefile.in-640-	test -d "$(distdir)" || mkdir "$(distdir)"
flex-2.6.4/Makefile.in:641:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/Makefile.in:642:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
flex-2.6.4/Makefile.in-643-	list='$(DISTFILES)'; \
##############################################
flex-2.6.4/Makefile.in-654-	  if test -d $$d/$$file; then \
flex-2.6.4/Makefile.in:655:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
flex-2.6.4/Makefile.in-656-	    if test -d "$(distdir)/$$file"; then \
##############################################
flex-2.6.4/Makefile.in-764-	test -d $(distdir)/_build || exit 0; \
flex-2.6.4/Makefile.in:765:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
flex-2.6.4/Makefile.in-766-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
flex-2.6.4/Makefile.in-808-	}; \
flex-2.6.4/Makefile.in:809:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
flex-2.6.4/Makefile.in-810-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
flex-2.6.4/Makefile.in-820-	fi
flex-2.6.4/Makefile.in:821:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
flex-2.6.4/Makefile.in-822-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
flex-2.6.4/m4/libtool.m4-119-    done
flex-2.6.4/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
flex-2.6.4/m4/libtool.m4-121-}
##############################################
flex-2.6.4/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
flex-2.6.4/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
flex-2.6.4/m4/libtool.m4-439-
##############################################
flex-2.6.4/m4/libtool.m4-447-#
flex-2.6.4/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
flex-2.6.4/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
flex-2.6.4/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
flex-2.6.4/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flex-2.6.4/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
flex-2.6.4/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flex-2.6.4/m4/libtool.m4-561-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
flex-2.6.4/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
flex-2.6.4/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
flex-2.6.4/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
flex-2.6.4/m4/libtool.m4-574-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
flex-2.6.4/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
flex-2.6.4/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
flex-2.6.4/m4/libtool.m4-1165-      }]'
flex-2.6.4/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
flex-2.6.4/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
flex-2.6.4/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
flex-2.6.4/m4/libtool.m4-1170-  fi],[])
##############################################
flex-2.6.4/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
flex-2.6.4/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
flex-2.6.4/m4/libtool.m4-1203-  ECHO='print -r --'
flex-2.6.4/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
flex-2.6.4/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
flex-2.6.4/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
flex-2.6.4/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
flex-2.6.4/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
flex-2.6.4/m4/libtool.m4-1239-
##############################################
flex-2.6.4/m4/libtool.m4-1260-   if test yes = "$GCC"; then
flex-2.6.4/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
flex-2.6.4/m4/libtool.m4-1262-   fi
##############################################
flex-2.6.4/m4/libtool.m4-1264- /*)
flex-2.6.4/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
flex-2.6.4/m4/libtool.m4-1266-   ;; #(
##############################################
flex-2.6.4/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
flex-2.6.4/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1296-      *ELF-32*)
##############################################
flex-2.6.4/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
flex-2.6.4/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1313-	*32-bit*)
##############################################
flex-2.6.4/m4/libtool.m4-1323-    else
flex-2.6.4/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1325-	*32-bit*)
##############################################
flex-2.6.4/m4/libtool.m4-1345-    emul=elf
flex-2.6.4/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1347-      *32-bit*)
##############################################
flex-2.6.4/m4/libtool.m4-1353-    esac
flex-2.6.4/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1355-      *MSB*)
##############################################
flex-2.6.4/m4/libtool.m4-1361-    esac
flex-2.6.4/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
flex-2.6.4/m4/libtool.m4-1363-      *N32*)
##############################################
flex-2.6.4/m4/libtool.m4-1726-    # And add a safety zone
flex-2.6.4/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flex-2.6.4/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flex-2.6.4/m4/libtool.m4-1729-    ;;
##############################################
flex-2.6.4/m4/libtool.m4-1759-    if test -n "$kargmax"; then
flex-2.6.4/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
flex-2.6.4/m4/libtool.m4-1761-    else
##############################################
flex-2.6.4/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
flex-2.6.4/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
flex-2.6.4/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
flex-2.6.4/m4/libtool.m4-1771-    else
##############################################
flex-2.6.4/m4/libtool.m4-1780-      # we can't tell.
flex-2.6.4/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
flex-2.6.4/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
flex-2.6.4/m4/libtool.m4-1784-      do
flex-2.6.4/m4/libtool.m4:1785:        i=`expr $i + 1`
flex-2.6.4/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
flex-2.6.4/m4/libtool.m4-1788-      # Only check the string length outside the loop.
flex-2.6.4/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
flex-2.6.4/m4/libtool.m4-1790-      teststring=
##############################################
flex-2.6.4/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
flex-2.6.4/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
flex-2.6.4/m4/libtool.m4-1795-    fi
##############################################
flex-2.6.4/m4/libtool.m4-2259-    *:)
flex-2.6.4/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
flex-2.6.4/m4/libtool.m4-2261-        ;;
flex-2.6.4/m4/libtool.m4-2262-    x:*)
flex-2.6.4/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
flex-2.6.4/m4/libtool.m4-2264-        ;;
flex-2.6.4/m4/libtool.m4-2265-    *::*)
flex-2.6.4/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
flex-2.6.4/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
flex-2.6.4/m4/libtool.m4-2268-        ;;
flex-2.6.4/m4/libtool.m4-2269-    *)
flex-2.6.4/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
flex-2.6.4/m4/libtool.m4-2271-        ;;
##############################################
flex-2.6.4/m4/libtool.m4-2299-  esac
flex-2.6.4/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
flex-2.6.4/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
flex-2.6.4/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
flex-2.6.4/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
flex-2.6.4/m4/libtool.m4-2308-    ;;
flex-2.6.4/m4/libtool.m4-2309-  *)
flex-2.6.4/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/m4/libtool.m4-2311-    ;;
##############################################
flex-2.6.4/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
flex-2.6.4/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
flex-2.6.4/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
flex-2.6.4/m4/libtool.m4-2357-  esac
flex-2.6.4/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
flex-2.6.4/m4/libtool.m4-2359-else
##############################################
flex-2.6.4/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
flex-2.6.4/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
flex-2.6.4/m4/libtool.m4-2500-    ;;
##############################################
flex-2.6.4/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/m4/libtool.m4-2543-      fi'
flex-2.6.4/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
flex-2.6.4/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flex-2.6.4/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
flex-2.6.4/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
flex-2.6.4/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flex-2.6.4/m4/libtool.m4-2559-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
flex-2.6.4/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flex-2.6.4/m4/libtool.m4-2563-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-2570-    libname_spec='$name'
flex-2.6.4/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
flex-2.6.4/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
flex-2.6.4/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
flex-2.6.4/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
flex-2.6.4/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
flex-2.6.4/m4/libtool.m4-2587-      # Convert to MSYS style.
flex-2.6.4/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
flex-2.6.4/m4/libtool.m4-2589-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
flex-2.6.4/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
flex-2.6.4/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
flex-2.6.4/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/m4/libtool.m4-2597-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
flex-2.6.4/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
flex-2.6.4/m4/libtool.m4-2603-      else
flex-2.6.4/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
flex-2.6.4/m4/libtool.m4-2605-      fi
##############################################
flex-2.6.4/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
flex-2.6.4/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
flex-2.6.4/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
flex-2.6.4/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
flex-2.6.4/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
flex-2.6.4/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/m4/libtool.m4-2625-    # Assume MSVC wrapper
flex-2.6.4/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
flex-2.6.4/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
flex-2.6.4/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
flex-2.6.4/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
flex-2.6.4/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
flex-2.6.4/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
flex-2.6.4/m4/libtool.m4:2877:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
flex-2.6.4/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
flex-2.6.4/m4/libtool.m4-2942-  need_lib_prefix=no
flex-2.6.4/m4/libtool.m4:2943:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/m4/libtool.m4-2944-    need_version=no
##############################################
flex-2.6.4/m4/libtool.m4-2969-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
flex-2.6.4/m4/libtool.m4:2970:  postinstall_cmds='base_file=`basename \$file`~
flex-2.6.4/m4/libtool.m4:2971:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
flex-2.6.4/m4/libtool.m4:2972:    dldir=$destdir/`dirname \$dlpath`~
flex-2.6.4/m4/libtool.m4-2973-    test -d \$dldir || mkdir -p \$dldir~
##############################################
flex-2.6.4/m4/libtool.m4-2978-    fi'
flex-2.6.4/m4/libtool.m4:2979:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
flex-2.6.4/m4/libtool.m4-2980-    dlpath=$dir/\$dldll~
##############################################
flex-2.6.4/m4/libtool.m4-3189-	"file_magic "*)
flex-2.6.4/m4/libtool.m4:3190:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
flex-2.6.4/m4/libtool.m4-3191-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
flex-2.6.4/m4/libtool.m4-3272-    # gcc leaves a trailing carriage return, which upsets mingw
flex-2.6.4/m4/libtool.m4:3273:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flex-2.6.4/m4/libtool.m4-3274-  *)
flex-2.6.4/m4/libtool.m4:3275:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flex-2.6.4/m4/libtool.m4-3276-  esac
##############################################
flex-2.6.4/m4/libtool.m4-3281-      # Canonicalize the pathname of ld
flex-2.6.4/m4/libtool.m4:3282:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
flex-2.6.4/m4/libtool.m4-3283-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
flex-2.6.4/m4/libtool.m4:3284:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
flex-2.6.4/m4/libtool.m4-3285-      done
##############################################
flex-2.6.4/m4/libtool.m4-3312-      # Break only if it was the GNU/non-GNU ld that we prefer.
flex-2.6.4/m4/libtool.m4:3313:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
flex-2.6.4/m4/libtool.m4-3314-      *GNU* | *'with BFD'*)
##############################################
flex-2.6.4/m4/libtool.m4-3352-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
flex-2.6.4/m4/libtool.m4:3353:case `$LD -v 2>&1 </dev/null` in
flex-2.6.4/m4/libtool.m4-3354-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/m4/libtool.m4-3579-openbsd* | bitrig*)
flex-2.6.4/m4/libtool.m4:3580:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/m4/libtool.m4-3581-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
flex-2.6.4/m4/libtool.m4-3646-    else
flex-2.6.4/m4/libtool.m4:3647:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
flex-2.6.4/m4/libtool.m4-3648-    fi
##############################################
flex-2.6.4/m4/libtool.m4-3697-	esac
flex-2.6.4/m4/libtool.m4:3698:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
flex-2.6.4/m4/libtool.m4-3699-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
flex-2.6.4/m4/libtool.m4-3703-	*)
flex-2.6.4/m4/libtool.m4:3704:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
flex-2.6.4/m4/libtool.m4-3705-	  */dev/null*)
##############################################
flex-2.6.4/m4/libtool.m4-3729-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
flex-2.6.4/m4/libtool.m4:3730:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
flex-2.6.4/m4/libtool.m4-3731-    *COFF*)
##############################################
flex-2.6.4/m4/libtool.m4-3788-  # decide which one to use based on capabilities of $DLLTOOL
flex-2.6.4/m4/libtool.m4:3789:  case `$DLLTOOL --help 2>&1` in
flex-2.6.4/m4/libtool.m4-3790-  *--identify-strict*)
##############################################
flex-2.6.4/m4/libtool.m4-3962-# If we're using GNU nm, then use its standard symbol codes.
flex-2.6.4/m4/libtool.m4:3963:case `$NM -V 2>&1` in
flex-2.6.4/m4/libtool.m4-3964-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/m4/libtool.m4-4010-mingw*)
flex-2.6.4/m4/libtool.m4:4011:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
flex-2.6.4/m4/libtool.m4-4012-  ;;
##############################################
flex-2.6.4/m4/libtool.m4-4066-    nlist=conftest.nm
flex-2.6.4/m4/libtool.m4:4067:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
flex-2.6.4/m4/libtool.m4-4068-      # Try sorting and uniquifying the output.
##############################################
flex-2.6.4/m4/libtool.m4-4414-	  *)
flex-2.6.4/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
flex-2.6.4/m4/libtool.m4-4750-      *)
flex-2.6.4/m4/libtool.m4:4751:	case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/m4/libtool.m4-4752-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
flex-2.6.4/m4/libtool.m4-4933-    else
flex-2.6.4/m4/libtool.m4:4934:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flex-2.6.4/m4/libtool.m4-4935-    fi
##############################################
flex-2.6.4/m4/libtool.m4-5032-	# shared libraries, regardless of the interface used.
flex-2.6.4/m4/libtool.m4:5033:	case `$LD -v 2>&1` in
flex-2.6.4/m4/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
flex-2.6.4/m4/libtool.m4-5064-    supports_anon_versioning=no
flex-2.6.4/m4/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
flex-2.6.4/m4/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
flex-2.6.4/m4/libtool.m4-5167-	prefix_cmds="$SED"~
flex-2.6.4/m4/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/m4/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/m4/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flex-2.6.4/m4/libtool.m4:5190:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/m4/libtool.m4:5191:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/m4/libtool.m4-5192-      ;;
##############################################
flex-2.6.4/m4/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
flex-2.6.4/m4/libtool.m4:5208:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
flex-2.6.4/m4/libtool.m4-5212-					# Portland Group f77 and f90 compilers
flex-2.6.4/m4/libtool.m4:5213:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
flex-2.6.4/m4/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
flex-2.6.4/m4/libtool.m4:5230:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flex-2.6.4/m4/libtool.m4-5233-	esac
flex-2.6.4/m4/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/m4/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
flex-2.6.4/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flex-2.6.4/m4/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
flex-2.6.4/m4/libtool.m4:5305:      case `$LD -v 2>&1` in
flex-2.6.4/m4/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
flex-2.6.4/m4/libtool.m4-5393-	else
flex-2.6.4/m4/libtool.m4:5394:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
flex-2.6.4/m4/libtool.m4-5395-	fi
##############################################
flex-2.6.4/m4/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
flex-2.6.4/m4/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
flex-2.6.4/m4/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
flex-2.6.4/m4/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
flex-2.6.4/m4/libtool.m4:5515:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flex-2.6.4/m4/libtool.m4-5516-      else
##############################################
flex-2.6.4/m4/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
flex-2.6.4/m4/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
flex-2.6.4/m4/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
flex-2.6.4/m4/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
flex-2.6.4/m4/libtool.m4:5631:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
flex-2.6.4/m4/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
flex-2.6.4/m4/libtool.m4-5768-      if test yes = "$GCC"; then
flex-2.6.4/m4/libtool.m4:5769:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
flex-2.6.4/m4/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
flex-2.6.4/m4/libtool.m4:5792:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
flex-2.6.4/m4/libtool.m4-5793-	fi
##############################################
flex-2.6.4/m4/libtool.m4-5795-      else
flex-2.6.4/m4/libtool.m4:5796:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4:5797:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
flex-2.6.4/m4/libtool.m4-5798-      fi
##############################################
flex-2.6.4/m4/libtool.m4-5842-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
flex-2.6.4/m4/libtool.m4:5843:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
flex-2.6.4/m4/libtool.m4-5844-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
flex-2.6.4/m4/libtool.m4-5873-	prefix_cmds="$SED"~
flex-2.6.4/m4/libtool.m4:5874:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/m4/libtool.m4-5875-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/m4/libtool.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flex-2.6.4/m4/libtool.m4:5888:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-5889-      else
flex-2.6.4/m4/libtool.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flex-2.6.4/m4/libtool.m4:5891:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-5892-      fi
##############################################
flex-2.6.4/m4/libtool.m4-5900-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flex-2.6.4/m4/libtool.m4:5901:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-5902-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
flex-2.6.4/m4/libtool.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flex-2.6.4/m4/libtool.m4:5905:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4:5906:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
flex-2.6.4/m4/libtool.m4:5907:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
flex-2.6.4/m4/libtool.m4-5908-
##############################################
flex-2.6.4/m4/libtool.m4-5923-      else
flex-2.6.4/m4/libtool.m4:5924:	case `$CC -V 2>&1` in
flex-2.6.4/m4/libtool.m4-5925-	*"Compilers 5.0"*)
##############################################
flex-2.6.4/m4/libtool.m4-6116-	  _LT_TAGVAR(allow_undefined_flag, $1)=
flex-2.6.4/m4/libtool.m4:6117:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
flex-2.6.4/m4/libtool.m4-6118-	  then
##############################################
flex-2.6.4/m4/libtool.m4-6420-        # ancient GNU ld didn't support --whole-archive et. al.
flex-2.6.4/m4/libtool.m4:6421:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
flex-2.6.4/m4/libtool.m4-6422-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
flex-2.6.4/m4/libtool.m4-6530-          # below for broken collect2 doesn't work under 4.3+
flex-2.6.4/m4/libtool.m4:6531:	  collect2name=`$CC -print-prog-name=collect2`
flex-2.6.4/m4/libtool.m4-6532-	  if test -f "$collect2name" &&
##############################################
flex-2.6.4/m4/libtool.m4-6588-
flex-2.6.4/m4/libtool.m4:6589:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
flex-2.6.4/m4/libtool.m4-6590-        else
##############################################
flex-2.6.4/m4/libtool.m4-6613-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
flex-2.6.4/m4/libtool.m4:6614:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
flex-2.6.4/m4/libtool.m4-6615-	    if test svr4 != "$with_aix_soname"; then
##############################################
flex-2.6.4/m4/libtool.m4-6742-	  prefix_cmds="$SED"~
flex-2.6.4/m4/libtool.m4:6743:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
flex-2.6.4/m4/libtool.m4-6744-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
flex-2.6.4/m4/libtool.m4-6816-            # dependencies.
flex-2.6.4/m4/libtool.m4:6817:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/m4/libtool.m4-6818-            ;;
##############################################
flex-2.6.4/m4/libtool.m4-6881-	    # dependencies.
flex-2.6.4/m4/libtool.m4:6882:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/m4/libtool.m4-6883-	    ;;
##############################################
flex-2.6.4/m4/libtool.m4-6917-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
flex-2.6.4/m4/libtool.m4:6918:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/m4/libtool.m4:6919:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
flex-2.6.4/m4/libtool.m4-6920-	;;
##############################################
flex-2.6.4/m4/libtool.m4-6924-	    # SGI C++
flex-2.6.4/m4/libtool.m4:6925:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-6926-
##############################################
flex-2.6.4/m4/libtool.m4-6935-	      if test no = "$with_gnu_ld"; then
flex-2.6.4/m4/libtool.m4:6936:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-6937-	      else
flex-2.6.4/m4/libtool.m4:6938:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
flex-2.6.4/m4/libtool.m4-6939-	      fi
##############################################
flex-2.6.4/m4/libtool.m4-6956-	    # to its proper name (with version) after linking.
flex-2.6.4/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flex-2.6.4/m4/libtool.m4:6958:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
flex-2.6.4/m4/libtool.m4-6959-	    # Commands to make compiler produce verbose output that lists
##############################################
flex-2.6.4/m4/libtool.m4-6966-	    # dependencies.
flex-2.6.4/m4/libtool.m4:6967:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/m4/libtool.m4-6968-
##############################################
flex-2.6.4/m4/libtool.m4-6981-	    # earlier do not add the objects themselves.
flex-2.6.4/m4/libtool.m4:6982:	    case `$CC -V 2>&1` in
flex-2.6.4/m4/libtool.m4-6983-	      *"Version 7."*)
##############################################
flex-2.6.4/m4/libtool.m4-7002-            # Portland Group C++ compiler
flex-2.6.4/m4/libtool.m4:7003:	    case `$CC -V` in
flex-2.6.4/m4/libtool.m4-7004-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
flex-2.6.4/m4/libtool.m4-7007-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
flex-2.6.4/m4/libtool.m4:7008:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
flex-2.6.4/m4/libtool.m4-7009-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
flex-2.6.4/m4/libtool.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
flex-2.6.4/m4/libtool.m4:7012:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
flex-2.6.4/m4/libtool.m4-7013-                $RANLIB $oldlib'
##############################################
flex-2.6.4/m4/libtool.m4-7016-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flex-2.6.4/m4/libtool.m4:7017:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
flex-2.6.4/m4/libtool.m4-7018-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
flex-2.6.4/m4/libtool.m4-7020-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
flex-2.6.4/m4/libtool.m4:7021:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
flex-2.6.4/m4/libtool.m4-7022-	      ;;
##############################################
flex-2.6.4/m4/libtool.m4-7030-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
flex-2.6.4/m4/libtool.m4:7031:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-7032-            ;;
##############################################
flex-2.6.4/m4/libtool.m4-7049-	    # dependencies.
flex-2.6.4/m4/libtool.m4:7050:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
flex-2.6.4/m4/libtool.m4-7051-	    ;;
##############################################
flex-2.6.4/m4/libtool.m4-7064-	  *)
flex-2.6.4/m4/libtool.m4:7065:	    case `$CC -V 2>&1 | sed 5q` in
flex-2.6.4/m4/libtool.m4-7066-	    *Sun\ C*)
##############################################
flex-2.6.4/m4/libtool.m4-7071-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
flex-2.6.4/m4/libtool.m4:7072:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
flex-2.6.4/m4/libtool.m4-7073-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
flex-2.6.4/m4/libtool.m4-7136-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
flex-2.6.4/m4/libtool.m4:7137:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
flex-2.6.4/m4/libtool.m4-7138-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
flex-2.6.4/m4/libtool.m4-7155-	    # to its proper name (with version) after linking.
flex-2.6.4/m4/libtool.m4:7156:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
flex-2.6.4/m4/libtool.m4-7157-
##############################################
flex-2.6.4/m4/libtool.m4-7176-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
flex-2.6.4/m4/libtool.m4:7177:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-7178-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
flex-2.6.4/m4/libtool.m4-7181-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
flex-2.6.4/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
flex-2.6.4/m4/libtool.m4-7184-                  echo "-hidden">> $lib.exp~
flex-2.6.4/m4/libtool.m4:7185:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
flex-2.6.4/m4/libtool.m4-7186-                  $RM $lib.exp'
##############################################
flex-2.6.4/m4/libtool.m4-7200-	    # dependencies.
flex-2.6.4/m4/libtool.m4:7201:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
flex-2.6.4/m4/libtool.m4-7202-	    ;;
##############################################
flex-2.6.4/m4/libtool.m4-7207-	        osf3*)
flex-2.6.4/m4/libtool.m4:7208:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-7209-		  ;;
flex-2.6.4/m4/libtool.m4-7210-	        *)
flex-2.6.4/m4/libtool.m4:7211:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
flex-2.6.4/m4/libtool.m4-7212-		  ;;
##############################################
flex-2.6.4/m4/libtool.m4-7460-  case @S|@2 in
flex-2.6.4/m4/libtool.m4:7461:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
flex-2.6.4/m4/libtool.m4:7462:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
flex-2.6.4/m4/libtool.m4-7463-  esac
##############################################
flex-2.6.4/m4/libtool.m4-7549-
flex-2.6.4/m4/libtool.m4:7550:  for p in `eval "$output_verbose_link_cmd"`; do
flex-2.6.4/m4/libtool.m4-7551-    case $prev$p in
##############################################
flex-2.6.4/m4/libtool.m4-7653-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
flex-2.6.4/m4/libtool.m4:7654: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
flex-2.6.4/m4/libtool.m4-7655-fi
##############################################
flex-2.6.4/m4/libtool.m4-8273-    test 10 -lt "$lt_ac_count" && break
flex-2.6.4/m4/libtool.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
flex-2.6.4/m4/libtool.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
flex-2.6.4/m4/ltsugar.m4-68-m4_define([lt_combine],
flex-2.6.4/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
flex-2.6.4/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
flex-2.6.4/m4/iconv.m4-192-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
flex-2.6.4/m4/iconv.m4:193:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
flex-2.6.4/m4/iconv.m4-194-    AC_MSG_RESULT([
##############################################
flex-2.6.4/m4/lib-link.m4-244-        dnl or AC_LIB_HAVE_LINKFLAGS call.
flex-2.6.4/m4/lib-link.m4:245:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
flex-2.6.4/m4/lib-link.m4-246-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
flex-2.6.4/m4/lib-link.m4-319-                -L*)
flex-2.6.4/m4/lib-link.m4:320:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
flex-2.6.4/m4/lib-link.m4-321-                  dnl First look for a shared library.
##############################################
flex-2.6.4/m4/lib-link.m4-463-              */$acl_libdirstem | */$acl_libdirstem/)
flex-2.6.4/m4/lib-link.m4:464:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
flex-2.6.4/m4/lib-link.m4-465-                if test "$name" = '$1'; then
##############################################
flex-2.6.4/m4/lib-link.m4-470-              */$acl_libdirstem2 | */$acl_libdirstem2/)
flex-2.6.4/m4/lib-link.m4:471:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
flex-2.6.4/m4/lib-link.m4-472-                if test "$name" = '$1'; then
##############################################
flex-2.6.4/m4/lib-link.m4-526-                  -L*)
flex-2.6.4/m4/lib-link.m4:527:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
flex-2.6.4/m4/lib-link.m4-528-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
flex-2.6.4/m4/lib-link.m4-578-                  -R*)
flex-2.6.4/m4/lib-link.m4:579:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
flex-2.6.4/m4/lib-link.m4-580-                    if test "$enable_rpath" != no; then
##############################################
flex-2.6.4/m4/lib-link.m4-608-                    dnl Handle this in the next round.
flex-2.6.4/m4/lib-link.m4:609:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
flex-2.6.4/m4/lib-link.m4-610-                    ;;
##############################################
flex-2.6.4/m4/lib-link.m4-614-                    dnl option.
flex-2.6.4/m4/lib-link.m4:615:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
flex-2.6.4/m4/lib-link.m4-616-                    ;;
##############################################
flex-2.6.4/m4/lib-link.m4-727-            -L) next=yes ;;
flex-2.6.4/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
flex-2.6.4/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
flex-2.6.4/m4/gettext.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
flex-2.6.4/m4/gettext.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
flex-2.6.4/m4/gettext.m4-251-      fi
##############################################
flex-2.6.4/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
flex-2.6.4/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
flex-2.6.4/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
flex-2.6.4/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
flex-2.6.4/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
flex-2.6.4/m4/lib-ld.m4-52-  *)
flex-2.6.4/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
flex-2.6.4/m4/lib-ld.m4-54-  esac
##############################################
flex-2.6.4/m4/lib-ld.m4-59-      # Canonicalize the path of ld
flex-2.6.4/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
flex-2.6.4/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
flex-2.6.4/m4/lib-ld.m4:62:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
flex-2.6.4/m4/lib-ld.m4-63-      done
##############################################
flex-2.6.4/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
flex-2.6.4/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
flex-2.6.4/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
flex-2.6.4/m4/po.m4-47-changequote(,)dnl
flex-2.6.4/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
flex-2.6.4/m4/po.m4-54-changequote(,)dnl
flex-2.6.4/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
flex-2.6.4/m4/po.m4-73-changequote(,)dnl
flex-2.6.4/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
flex-2.6.4/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
flex-2.6.4/m4/po.m4-98-      case "$ac_file" in
flex-2.6.4/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
flex-2.6.4/m4/po.m4-100-      esac
##############################################
flex-2.6.4/m4/po.m4-103-        # Adjust a relative srcdir.
flex-2.6.4/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
flex-2.6.4/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
flex-2.6.4/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
flex-2.6.4/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
flex-2.6.4/m4/po.m4-110-        case "$ac_given_srcdir" in
flex-2.6.4/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
flex-2.6.4/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
flex-2.6.4/m4/po.m4-130-            fi
flex-2.6.4/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
flex-2.6.4/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
flex-2.6.4/m4/po.m4-227-  # Adjust a relative srcdir.
flex-2.6.4/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
flex-2.6.4/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
flex-2.6.4/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
flex-2.6.4/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
flex-2.6.4/m4/po.m4-234-  case "$ac_given_srcdir" in
flex-2.6.4/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
flex-2.6.4/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
flex-2.6.4/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
flex-2.6.4/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
flex-2.6.4/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
flex-2.6.4/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
flex-2.6.4/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
flex-2.6.4/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
flex-2.6.4/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
flex-2.6.4/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
flex-2.6.4/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
flex-2.6.4/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
flex-2.6.4/m4/po.m4-317-  fi
##############################################
flex-2.6.4/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
flex-2.6.4/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
flex-2.6.4/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
flex-2.6.4/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
flex-2.6.4/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
flex-2.6.4/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
flex-2.6.4/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
flex-2.6.4/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
flex-2.6.4/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
flex-2.6.4/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
flex-2.6.4/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
flex-2.6.4/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
flex-2.6.4/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
flex-2.6.4/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
flex-2.6.4/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
flex-2.6.4/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
flex-2.6.4/m4/lib-prefix.m4-201-    *)
flex-2.6.4/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
flex-2.6.4/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
flex-2.6.4/m4/lib-prefix.m4-211-                ;;
flex-2.6.4/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
flex-2.6.4/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
flex-2.6.4/configure.ac-117-[AC_PATH_PROGS_FEATURE_CHECK([M4], [gm4 gnum4 m4],
flex-2.6.4/configure.ac:118:              [[m4out=`echo 'm''4_divnum' | $ac_path_M4 -P`]
flex-2.6.4/configure.ac-119-                [test "x$m4out" = x0 \