===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lepton-eda-1.9.11/CONTRIBUTING.md-56-including them in your report is very helpful.
lepton-eda-1.9.11/CONTRIBUTING.md:57:Log files can be found in the `$XDG_CACHE_HOME/lepton-eda/logs/`
lepton-eda-1.9.11/CONTRIBUTING.md:58:directory (`$XDG_CACHE_HOME` usually expands to `$HOME/.cache`).
lepton-eda-1.9.11/CONTRIBUTING.md-59-
##############################################
lepton-eda-1.9.11/CONTRIBUTING.md-133-
lepton-eda-1.9.11/CONTRIBUTING.md:134:- Do not use `$<` ("implied source") variable in explicit rules.
lepton-eda-1.9.11/CONTRIBUTING.md-135-  In implementations of `make` other than GNU, it may be defined only
##############################################
lepton-eda-1.9.11/build-tools/compile-67-	mingw/*)
lepton-eda-1.9.11/build-tools/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lepton-eda-1.9.11/build-tools/compile-69-	  ;;
lepton-eda-1.9.11/build-tools/compile-70-	cygwin/*)
lepton-eda-1.9.11/build-tools/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lepton-eda-1.9.11/build-tools/compile-72-	  ;;
lepton-eda-1.9.11/build-tools/compile-73-	wine/*)
lepton-eda-1.9.11/build-tools/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lepton-eda-1.9.11/build-tools/compile-75-	  ;;
##############################################
lepton-eda-1.9.11/build-tools/compile-310-# Name of file we expect compiler to create.
lepton-eda-1.9.11/build-tools/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lepton-eda-1.9.11/build-tools/compile-312-
##############################################
lepton-eda-1.9.11/build-tools/compile-316-# object file name, since that is what matters with a parallel build.
lepton-eda-1.9.11/build-tools/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lepton-eda-1.9.11/build-tools/compile-318-while true; do
##############################################
lepton-eda-1.9.11/build-tools/mdate-sh-114-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
lepton-eda-1.9.11/build-tools/mdate-sh:115:set x`$ls_command /`
lepton-eda-1.9.11/build-tools/mdate-sh-116-
##############################################
lepton-eda-1.9.11/build-tools/mdate-sh-144-# Get the extended ls output of the file or directory.
lepton-eda-1.9.11/build-tools/mdate-sh:145:set dummy x`eval "$ls_command \"\\\$save_arg1\""`
lepton-eda-1.9.11/build-tools/mdate-sh-146-
##############################################
lepton-eda-1.9.11/build-tools/mdate-sh-211-       then
lepton-eda-1.9.11/build-tools/mdate-sh:212:	 year=`expr $year - 1`
lepton-eda-1.9.11/build-tools/mdate-sh-213-       fi;;
##############################################
lepton-eda-1.9.11/build-tools/icon-theme-installer-78-		t) THEME_NAME=$OPTARG ;;
lepton-eda-1.9.11/build-tools/icon-theme-installer:79:		d) INSTALL_DEST_DIR="`echo $OPTARG | sed 's;^x;;'`" ;;
lepton-eda-1.9.11/build-tools/icon-theme-installer-80-		b) INSTALL_BASE_DIR=$OPTARG ;;
##############################################
lepton-eda-1.9.11/build-tools/icon-theme-installer-86-
lepton-eda-1.9.11/build-tools/icon-theme-installer:87:shift `expr $OPTIND - 1`
lepton-eda-1.9.11/build-tools/icon-theme-installer-88-
##############################################
lepton-eda-1.9.11/build-tools/icon-theme-installer-121-for icon in $@; do
lepton-eda-1.9.11/build-tools/icon-theme-installer:122:	size=`echo $icon | sed -n 's/.*-\([0-9]*\).*/\1/p'`
lepton-eda-1.9.11/build-tools/icon-theme-installer:123:	category=`echo $icon | cut -d, -f1`
lepton-eda-1.9.11/build-tools/icon-theme-installer:124:	build_name=`echo $icon | cut -d, -f2`
lepton-eda-1.9.11/build-tools/icon-theme-installer:125:	install_name=`echo $build_name | sed 's/-[0-9][0-9]*//g'`
lepton-eda-1.9.11/build-tools/icon-theme-installer:126:	install_name=`basename $install_name`
lepton-eda-1.9.11/build-tools/icon-theme-installer-127-
##############################################
lepton-eda-1.9.11/build-tools/ar-lib-65-	mingw)
lepton-eda-1.9.11/build-tools/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lepton-eda-1.9.11/build-tools/ar-lib-67-	  ;;
lepton-eda-1.9.11/build-tools/ar-lib-68-	cygwin)
lepton-eda-1.9.11/build-tools/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
lepton-eda-1.9.11/build-tools/ar-lib-70-	  ;;
lepton-eda-1.9.11/build-tools/ar-lib-71-	wine)
lepton-eda-1.9.11/build-tools/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
lepton-eda-1.9.11/build-tools/ar-lib-73-	  ;;
##############################################
lepton-eda-1.9.11/build-tools/ar-lib-88-  archive=$3
lepton-eda-1.9.11/build-tools/ar-lib:89:  at_file_contents=`cat "$1"`
lepton-eda-1.9.11/build-tools/ar-lib-90-  eval set x "$at_file_contents"
##############################################
lepton-eda-1.9.11/build-tools/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
lepton-eda-1.9.11/build-tools/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
lepton-eda-1.9.11/build-tools/ylwrap-103-case $input in
##############################################
lepton-eda-1.9.11/build-tools/ylwrap-111-esac
lepton-eda-1.9.11/build-tools/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
lepton-eda-1.9.11/build-tools/ylwrap-113-
##############################################
lepton-eda-1.9.11/build-tools/ylwrap-150-  shift
lepton-eda-1.9.11/build-tools/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
lepton-eda-1.9.11/build-tools/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
lepton-eda-1.9.11/build-tools/ylwrap-153-done
##############################################
lepton-eda-1.9.11/build-tools/ylwrap-182-  do
lepton-eda-1.9.11/build-tools/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
lepton-eda-1.9.11/build-tools/ylwrap-184-    if test -f "$from"; then
##############################################
lepton-eda-1.9.11/build-tools/ylwrap-198-        realtarget=$target
lepton-eda-1.9.11/build-tools/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
lepton-eda-1.9.11/build-tools/ylwrap-200-      fi
##############################################
lepton-eda-1.9.11/build-tools/config.guess-34-
lepton-eda-1.9.11/build-tools/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lepton-eda-1.9.11/build-tools/config.guess-36-
##############################################
lepton-eda-1.9.11/build-tools/config.guess-102-: ${TMPDIR=/tmp} ;
lepton-eda-1.9.11/build-tools/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lepton-eda-1.9.11/build-tools/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lepton-eda-1.9.11/build-tools/config.guess-151-	EOF
lepton-eda-1.9.11/build-tools/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
lepton-eda-1.9.11/build-tools/config.guess-153-
##############################################
lepton-eda-1.9.11/build-tools/config.guess-188-	    earmv*)
lepton-eda-1.9.11/build-tools/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
lepton-eda-1.9.11/build-tools/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
lepton-eda-1.9.11/build-tools/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
lepton-eda-1.9.11/build-tools/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
lepton-eda-1.9.11/build-tools/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
lepton-eda-1.9.11/build-tools/config.guess-222-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-233-	    *)
lepton-eda-1.9.11/build-tools/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
lepton-eda-1.9.11/build-tools/config.guess-235-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-280-	*4.0)
lepton-eda-1.9.11/build-tools/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lepton-eda-1.9.11/build-tools/config.guess-282-		;;
lepton-eda-1.9.11/build-tools/config.guess-283-	*5.*)
lepton-eda-1.9.11/build-tools/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lepton-eda-1.9.11/build-tools/config.guess-285-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
lepton-eda-1.9.11/build-tools/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lepton-eda-1.9.11/build-tools/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
lepton-eda-1.9.11/build-tools/config.guess-328-	# 1.2 uses "1.2" for uname -r.
lepton-eda-1.9.11/build-tools/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
lepton-eda-1.9.11/build-tools/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lepton-eda-1.9.11/build-tools/config.guess-379-    s390x:SunOS:*:*)
lepton-eda-1.9.11/build-tools/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-381-	exit ;;
lepton-eda-1.9.11/build-tools/config.guess-382-    sun4H:SunOS:5.*:*)
lepton-eda-1.9.11/build-tools/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-384-	exit ;;
lepton-eda-1.9.11/build-tools/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lepton-eda-1.9.11/build-tools/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-387-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-404-	fi
lepton-eda-1.9.11/build-tools/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-406-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
lepton-eda-1.9.11/build-tools/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-412-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
lepton-eda-1.9.11/build-tools/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
lepton-eda-1.9.11/build-tools/config.guess-421-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-425-    sun*:*:4.2BSD:*)
lepton-eda-1.9.11/build-tools/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lepton-eda-1.9.11/build-tools/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
lepton-eda-1.9.11/build-tools/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
lepton-eda-1.9.11/build-tools/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lepton-eda-1.9.11/build-tools/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
lepton-eda-1.9.11/build-tools/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lepton-eda-1.9.11/build-tools/config.guess-563-    *:IRIX*:*:*)
lepton-eda-1.9.11/build-tools/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
lepton-eda-1.9.11/build-tools/config.guess-565-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-593-EOF
lepton-eda-1.9.11/build-tools/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
lepton-eda-1.9.11/build-tools/config.guess-595-		then
##############################################
lepton-eda-1.9.11/build-tools/config.guess-606-    *:AIX:*:[4567])
lepton-eda-1.9.11/build-tools/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lepton-eda-1.9.11/build-tools/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
lepton-eda-1.9.11/build-tools/config.guess-642-    9000/[34678]??:HP-UX:*:*)
lepton-eda-1.9.11/build-tools/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lepton-eda-1.9.11/build-tools/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
lepton-eda-1.9.11/build-tools/config.guess-696-EOF
lepton-eda-1.9.11/build-tools/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
lepton-eda-1.9.11/build-tools/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lepton-eda-1.9.11/build-tools/config.guess-724-    ia64:HP-UX:*:*)
lepton-eda-1.9.11/build-tools/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lepton-eda-1.9.11/build-tools/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
lepton-eda-1.9.11/build-tools/config.guess-754-EOF
lepton-eda-1.9.11/build-tools/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
lepton-eda-1.9.11/build-tools/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lepton-eda-1.9.11/build-tools/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lepton-eda-1.9.11/build-tools/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
lepton-eda-1.9.11/build-tools/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lepton-eda-1.9.11/build-tools/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lepton-eda-1.9.11/build-tools/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
lepton-eda-1.9.11/build-tools/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lepton-eda-1.9.11/build-tools/config.guess-850-	esac
lepton-eda-1.9.11/build-tools/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lepton-eda-1.9.11/build-tools/config.guess-852-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-886-    prep*:SunOS:5.*:*)
lepton-eda-1.9.11/build-tools/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lepton-eda-1.9.11/build-tools/config.guess-888-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-890-	# the GNU system
lepton-eda-1.9.11/build-tools/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
lepton-eda-1.9.11/build-tools/config.guess-892-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-894-	# other systems with GNU libc and userland
lepton-eda-1.9.11/build-tools/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
lepton-eda-1.9.11/build-tools/config.guess-896-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-988-EOF
lepton-eda-1.9.11/build-tools/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
lepton-eda-1.9.11/build-tools/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
lepton-eda-1.9.11/build-tools/config.guess-1092-    i*86:*:4.*:*)
lepton-eda-1.9.11/build-tools/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
lepton-eda-1.9.11/build-tools/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lepton-eda-1.9.11/build-tools/config.guess-1295-	fi
lepton-eda-1.9.11/build-tools/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
lepton-eda-1.9.11/build-tools/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
lepton-eda-1.9.11/build-tools/config.guess-1393-    *:DragonFly:*:*)
lepton-eda-1.9.11/build-tools/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lepton-eda-1.9.11/build-tools/config.guess-1395-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/config.guess-1406-    i*86:skyos:*:*)
lepton-eda-1.9.11/build-tools/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
lepton-eda-1.9.11/build-tools/config.guess-1408-	exit ;;
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-84-  while read REPLY; do
lepton-eda-1.9.11/build-tools/desktop-i18n:85:    n=`expr $n + 1`
lepton-eda-1.9.11/build-tools/desktop-i18n-86-    regexp='^_\([^=]*\)=\(.*\)$'
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-89-    fi
lepton-eda-1.9.11/build-tools/desktop-i18n:90:    name=`echo $REPLY | sed -e "s:$regexp:\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:91:    msgid=`echo $REPLY | sed -e "s:$regexp:\2:"`
lepton-eda-1.9.11/build-tools/desktop-i18n-92-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-120-  while read REPLY; do
lepton-eda-1.9.11/build-tools/desktop-i18n:121:    n=`expr $n + 1`
lepton-eda-1.9.11/build-tools/desktop-i18n-122-    regexp='<_\([a-zA-Z][a-zA-Z]*\)>\(.*\)</_\1>'
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-125-    fi
lepton-eda-1.9.11/build-tools/desktop-i18n:126:    name=`echo $REPLY | sed -e "s:$regexp:\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:127:    msgid=`echo $REPLY | sed -e "s:$regexp:\2:"`
lepton-eda-1.9.11/build-tools/desktop-i18n-128-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-160-    # Split into name=value
lepton-eda-1.9.11/build-tools/desktop-i18n:161:    name=`echo $arg | sed -e's:=.*::'`
lepton-eda-1.9.11/build-tools/desktop-i18n:162:    value=`echo $arg | sed -e's:^[^=]*=*::'`
lepton-eda-1.9.11/build-tools/desktop-i18n-163-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-206-    # Extract names of files we need to preprocess
lepton-eda-1.9.11/build-tools/desktop-i18n:207:    desktop_in=`cat $file_lists | grep ".desktop.in$"`
lepton-eda-1.9.11/build-tools/desktop-i18n:208:    xml_in=`cat $file_lists | grep ".xml.in$"`
lepton-eda-1.9.11/build-tools/desktop-i18n-209-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-218-  for f in $desktop_in; do
lepton-eda-1.9.11/build-tools/desktop-i18n:219:    src=`_search_file $f $search_dirs` || { rm -rf $priv_dir; exit 3; }
lepton-eda-1.9.11/build-tools/desktop-i18n:220:    mkdir -p $priv_dir/`dirname $f`
lepton-eda-1.9.11/build-tools/desktop-i18n-221-    extract_desktop $f < $src > $priv_dir/$f.h
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-225-  for f in $xml_in; do
lepton-eda-1.9.11/build-tools/desktop-i18n:226:    src=`_search_file $f $search_dirs` || { rm -rf $priv_dir; exit 3; }
lepton-eda-1.9.11/build-tools/desktop-i18n:227:    mkdir -p $priv_dir/`dirname $f`
lepton-eda-1.9.11/build-tools/desktop-i18n-228-    extract_xml $f < $src > $priv_dir/$f.h
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-267-  while read REPLY; do
lepton-eda-1.9.11/build-tools/desktop-i18n:268:    n=`expr $n + 1`
lepton-eda-1.9.11/build-tools/desktop-i18n-269-    regexp='^_\([^=]*\)=\(.*\)$'
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-273-    fi
lepton-eda-1.9.11/build-tools/desktop-i18n:274:    name=`echo $REPLY | sed -e "s:$regexp:\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:275:    msgid=`echo $REPLY | sed -e "s:$regexp:\2:"`
lepton-eda-1.9.11/build-tools/desktop-i18n-276-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-287-    for lang in $LINGUAS; do
lepton-eda-1.9.11/build-tools/desktop-i18n:288:      msg=`LANGUAGE=$lang $GETTEXT "$msgid"`
lepton-eda-1.9.11/build-tools/desktop-i18n-289-      # If translated message is unmodified, don't write an output
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-315-
lepton-eda-1.9.11/build-tools/desktop-i18n:316:    n=`expr $n + 1`
lepton-eda-1.9.11/build-tools/desktop-i18n-317-    regexp='<_\([a-zA-Z][a-zA-Z]*\)>\(.*\)</_\1>'
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-321-    fi
lepton-eda-1.9.11/build-tools/desktop-i18n:322:    name=`echo $REPLY | sed -e "s:$regexp:\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:323:    msgid=`echo $REPLY | sed -e "s:$regexp:\2:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:324:    prefix=`echo $REPLY | sed -e "s:^\(.*\)<_$name>.*:\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n:325:    suffix=`echo $REPLY | sed -e "s:.*</_$name>\(.*\):\1:"`
lepton-eda-1.9.11/build-tools/desktop-i18n-326-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-343-    for lang in $LINGUAS; do
lepton-eda-1.9.11/build-tools/desktop-i18n:344:      msg=`LANGUAGE=$lang $GETTEXT "$msgid"`
lepton-eda-1.9.11/build-tools/desktop-i18n-345-      # If translated message is unmodified, don't write an output
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-363-    # Split into name=value
lepton-eda-1.9.11/build-tools/desktop-i18n:364:    name=`echo $arg | sed -e's:=.*::'`
lepton-eda-1.9.11/build-tools/desktop-i18n:365:    value=`echo $arg | sed -e's:^[^=]*=*::'`
lepton-eda-1.9.11/build-tools/desktop-i18n-366-
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-474-    # Discard any composition rules and prepend srcdir.
lepton-eda-1.9.11/build-tools/desktop-i18n:475:    f=`echo "$f" | sed -e 's,:.*,,'`
lepton-eda-1.9.11/build-tools/desktop-i18n-476-    f="$srcdir/$f"
##############################################
lepton-eda-1.9.11/build-tools/desktop-i18n-478-    # Skip files not called Makefile.in
lepton-eda-1.9.11/build-tools/desktop-i18n:479:    if test `echo "$f" | sed -e 's:.*/::'` != Makefile.in; then
lepton-eda-1.9.11/build-tools/desktop-i18n-480-      continue
##############################################
lepton-eda-1.9.11/build-tools/config.sub-52-
lepton-eda-1.9.11/build-tools/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lepton-eda-1.9.11/build-tools/config.sub-54-
##############################################
lepton-eda-1.9.11/build-tools/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
lepton-eda-1.9.11/build-tools/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lepton-eda-1.9.11/build-tools/config.sub-116-case $maybe_os in
##############################################
lepton-eda-1.9.11/build-tools/config.sub-122-    os=-$maybe_os
lepton-eda-1.9.11/build-tools/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lepton-eda-1.9.11/build-tools/config.sub-124-    ;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-126-    os=-linux-android
lepton-eda-1.9.11/build-tools/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
lepton-eda-1.9.11/build-tools/config.sub-128-    ;;
lepton-eda-1.9.11/build-tools/config.sub-129-  *)
lepton-eda-1.9.11/build-tools/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
lepton-eda-1.9.11/build-tools/config.sub-131-    if [ "$basic_machine" != "$1" ]
lepton-eda-1.9.11/build-tools/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
lepton-eda-1.9.11/build-tools/config.sub-133-    else os=; fi
##############################################
lepton-eda-1.9.11/build-tools/config.sub-180-		os=-sco5v6
lepton-eda-1.9.11/build-tools/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-182-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-184-		os=-sco3.2v5
lepton-eda-1.9.11/build-tools/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-186-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-188-		os=-sco3.2v4
lepton-eda-1.9.11/build-tools/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-190-		;;
lepton-eda-1.9.11/build-tools/config.sub-191-	-sco3.2.[4-9]*)
lepton-eda-1.9.11/build-tools/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lepton-eda-1.9.11/build-tools/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-194-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
lepton-eda-1.9.11/build-tools/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-198-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
lepton-eda-1.9.11/build-tools/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-202-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-204-		os=-sco3.2v2
lepton-eda-1.9.11/build-tools/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-206-		;;
lepton-eda-1.9.11/build-tools/config.sub-207-	-udk*)
lepton-eda-1.9.11/build-tools/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-209-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-211-		os=-isc2.2
lepton-eda-1.9.11/build-tools/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-213-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-217-	-isc*)
lepton-eda-1.9.11/build-tools/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-219-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-229-	-ptx*)
lepton-eda-1.9.11/build-tools/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
lepton-eda-1.9.11/build-tools/config.sub-231-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-364-	*-*-*)
lepton-eda-1.9.11/build-tools/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lepton-eda-1.9.11/build-tools/config.sub-366-		exit 1
##############################################
lepton-eda-1.9.11/build-tools/config.sub-493-	amd64-*)
lepton-eda-1.9.11/build-tools/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-495-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-538-	blackfin-*)
lepton-eda-1.9.11/build-tools/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-540-		os=-linux
##############################################
lepton-eda-1.9.11/build-tools/config.sub-546-	c54x-*)
lepton-eda-1.9.11/build-tools/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-548-		;;
lepton-eda-1.9.11/build-tools/config.sub-549-	c55x-*)
lepton-eda-1.9.11/build-tools/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-551-		;;
lepton-eda-1.9.11/build-tools/config.sub-552-	c6x-*)
lepton-eda-1.9.11/build-tools/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-554-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-650-	e500v[12]-*)
lepton-eda-1.9.11/build-tools/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-652-		os=$os"spe"
##############################################
lepton-eda-1.9.11/build-tools/config.sub-754-	i*86v32)
lepton-eda-1.9.11/build-tools/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-756-		os=-sysv32
##############################################
lepton-eda-1.9.11/build-tools/config.sub-758-	i*86v4*)
lepton-eda-1.9.11/build-tools/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-760-		os=-sysv4
##############################################
lepton-eda-1.9.11/build-tools/config.sub-762-	i*86v)
lepton-eda-1.9.11/build-tools/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-764-		os=-sysv
##############################################
lepton-eda-1.9.11/build-tools/config.sub-766-	i*86sol2)
lepton-eda-1.9.11/build-tools/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
lepton-eda-1.9.11/build-tools/config.sub-768-		os=-solaris2
##############################################
lepton-eda-1.9.11/build-tools/config.sub-792-	leon-*|leon[3-9]-*)
lepton-eda-1.9.11/build-tools/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
lepton-eda-1.9.11/build-tools/config.sub-794-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-799-	m68knommu-*)
lepton-eda-1.9.11/build-tools/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-801-		os=-linux
##############################################
lepton-eda-1.9.11/build-tools/config.sub-833-	mips3*-*)
lepton-eda-1.9.11/build-tools/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
lepton-eda-1.9.11/build-tools/config.sub-835-		;;
lepton-eda-1.9.11/build-tools/config.sub-836-	mips3*)
lepton-eda-1.9.11/build-tools/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
lepton-eda-1.9.11/build-tools/config.sub-838-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-855-	ms1-*)
lepton-eda-1.9.11/build-tools/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
lepton-eda-1.9.11/build-tools/config.sub-857-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-980-	parisc-*)
lepton-eda-1.9.11/build-tools/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-982-		os=-linux
##############################################
lepton-eda-1.9.11/build-tools/config.sub-996-	pc98-*)
lepton-eda-1.9.11/build-tools/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-998-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lepton-eda-1.9.11/build-tools/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1013-		;;
lepton-eda-1.9.11/build-tools/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lepton-eda-1.9.11/build-tools/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1016-		;;
lepton-eda-1.9.11/build-tools/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lepton-eda-1.9.11/build-tools/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1019-		;;
lepton-eda-1.9.11/build-tools/config.sub-1020-	pentium4-*)
lepton-eda-1.9.11/build-tools/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1022-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1030-	ppc-* | ppcbe-*)
lepton-eda-1.9.11/build-tools/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1032-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1036-	ppcle-* | powerpclittle-*)
lepton-eda-1.9.11/build-tools/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1038-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1040-		;;
lepton-eda-1.9.11/build-tools/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1042-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1046-	ppc64le-* | powerpc64little-*)
lepton-eda-1.9.11/build-tools/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1048-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1122-	strongarm-* | thumb-*)
lepton-eda-1.9.11/build-tools/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub-1124-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1255-	xscale-* | xscalee[bl]-*)
lepton-eda-1.9.11/build-tools/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
lepton-eda-1.9.11/build-tools/config.sub-1257-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1317-	*)
lepton-eda-1.9.11/build-tools/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
lepton-eda-1.9.11/build-tools/config.sub-1319-		exit 1
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1325-	*-digital*)
lepton-eda-1.9.11/build-tools/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
lepton-eda-1.9.11/build-tools/config.sub-1327-		;;
lepton-eda-1.9.11/build-tools/config.sub-1328-	*-commodore*)
lepton-eda-1.9.11/build-tools/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
lepton-eda-1.9.11/build-tools/config.sub-1330-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1346-	-solaris1 | -solaris1.*)
lepton-eda-1.9.11/build-tools/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lepton-eda-1.9.11/build-tools/config.sub-1348-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1355-	-gnu/linux*)
lepton-eda-1.9.11/build-tools/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lepton-eda-1.9.11/build-tools/config.sub-1357-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1407-	-nto*)
lepton-eda-1.9.11/build-tools/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lepton-eda-1.9.11/build-tools/config.sub-1409-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1414-	-mac*)
lepton-eda-1.9.11/build-tools/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
lepton-eda-1.9.11/build-tools/config.sub-1416-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1420-	-linux*)
lepton-eda-1.9.11/build-tools/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lepton-eda-1.9.11/build-tools/config.sub-1422-		;;
lepton-eda-1.9.11/build-tools/config.sub-1423-	-sunos5*)
lepton-eda-1.9.11/build-tools/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
lepton-eda-1.9.11/build-tools/config.sub-1425-		;;
lepton-eda-1.9.11/build-tools/config.sub-1426-	-sunos6*)
lepton-eda-1.9.11/build-tools/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
lepton-eda-1.9.11/build-tools/config.sub-1428-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1469-	-sinix5.*)
lepton-eda-1.9.11/build-tools/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
lepton-eda-1.9.11/build-tools/config.sub-1471-		;;
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
lepton-eda-1.9.11/build-tools/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
lepton-eda-1.9.11/build-tools/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
lepton-eda-1.9.11/build-tools/config.sub-1531-		exit 1
##############################################
lepton-eda-1.9.11/build-tools/config.sub-1788-		esac
lepton-eda-1.9.11/build-tools/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
lepton-eda-1.9.11/build-tools/config.sub-1790-		;;
##############################################
lepton-eda-1.9.11/build-tools/install-sh-234-      fi
lepton-eda-1.9.11/build-tools/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lepton-eda-1.9.11/build-tools/install-sh-236-    *)
##############################################
lepton-eda-1.9.11/build-tools/install-sh-280-      dstdir=$dst
lepton-eda-1.9.11/build-tools/install-sh:281:      dstbase=`basename "$src"`
lepton-eda-1.9.11/build-tools/install-sh-282-      case $dst in
##############################################
lepton-eda-1.9.11/build-tools/install-sh-287-    else
lepton-eda-1.9.11/build-tools/install-sh:288:      dstdir=`dirname "$dst"`
lepton-eda-1.9.11/build-tools/install-sh-289-      test -d "$dstdir"
##############################################
lepton-eda-1.9.11/build-tools/install-sh-354-                   test_tmpdir="$tmpdir/a"
lepton-eda-1.9.11/build-tools/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
lepton-eda-1.9.11/build-tools/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
lepton-eda-1.9.11/build-tools/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
lepton-eda-1.9.11/build-tools/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
lepton-eda-1.9.11/build-tools/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lepton-eda-1.9.11/build-tools/install-sh-419-            case $prefix in
lepton-eda-1.9.11/build-tools/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lepton-eda-1.9.11/build-tools/install-sh-421-              *) qprefix=$prefix;;
##############################################
lepton-eda-1.9.11/build-tools/install-sh-468-    if $copy_on_change &&
lepton-eda-1.9.11/build-tools/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
lepton-eda-1.9.11/build-tools/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
lepton-eda-1.9.11/build-tools/install-sh-471-       set -f &&
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-103-#
lepton-eda-1.9.11/build-tools/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
lepton-eda-1.9.11/build-tools/ltmain.sh-105-#
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
lepton-eda-1.9.11/build-tools/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
lepton-eda-1.9.11/build-tools/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lepton-eda-1.9.11/build-tools/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
lepton-eda-1.9.11/build-tools/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lepton-eda-1.9.11/build-tools/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
lepton-eda-1.9.11/build-tools/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-410-# The name of this program.
lepton-eda-1.9.11/build-tools/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
lepton-eda-1.9.11/build-tools/ltmain.sh-412-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-416-  *[\\/]*)
lepton-eda-1.9.11/build-tools/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
lepton-eda-1.9.11/build-tools/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
lepton-eda-1.9.11/build-tools/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-610-
lepton-eda-1.9.11/build-tools/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
lepton-eda-1.9.11/build-tools/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
lepton-eda-1.9.11/build-tools/ltmain.sh-613-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-639-
lepton-eda-1.9.11/build-tools/ltmain.sh:640:    func_arith_result=`expr "$@"`
lepton-eda-1.9.11/build-tools/ltmain.sh-641-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-660-  # ...otherwise fall back to using sed.
lepton-eda-1.9.11/build-tools/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
lepton-eda-1.9.11/build-tools/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
lepton-eda-1.9.11/build-tools/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-757-      test -n "$_G_tc" && {
lepton-eda-1.9.11/build-tools/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
lepton-eda-1.9.11/build-tools/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
lepton-eda-1.9.11/build-tools/ltmain.sh-760-      }
lepton-eda-1.9.11/build-tools/ltmain.sh-761-    done
lepton-eda-1.9.11/build-tools/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
lepton-eda-1.9.11/build-tools/ltmain.sh-763-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-831-
lepton-eda-1.9.11/build-tools/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
lepton-eda-1.9.11/build-tools/ltmain.sh-833-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
lepton-eda-1.9.11/build-tools/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
lepton-eda-1.9.11/build-tools/ltmain.sh-865-      done
lepton-eda-1.9.11/build-tools/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
lepton-eda-1.9.11/build-tools/ltmain.sh-867-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-901-      # If mktemp works, use that first and foremost
lepton-eda-1.9.11/build-tools/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-903-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1111-        *[\\\`\"\$]*)
lepton-eda-1.9.11/build-tools/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
lepton-eda-1.9.11/build-tools/ltmain.sh-1113-        *)
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1198-    case $2 in
lepton-eda-1.9.11/build-tools/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
lepton-eda-1.9.11/build-tools/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
lepton-eda-1.9.11/build-tools/ltmain.sh-1201-    esac
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
lepton-eda-1.9.11/build-tools/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-1273-      ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1358-
lepton-eda-1.9.11/build-tools/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
lepton-eda-1.9.11/build-tools/ltmain.sh-1360-}
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
lepton-eda-1.9.11/build-tools/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
lepton-eda-1.9.11/build-tools/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1517-
lepton-eda-1.9.11/build-tools/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
lepton-eda-1.9.11/build-tools/ltmain.sh-1519-}
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1943-
lepton-eda-1.9.11/build-tools/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
lepton-eda-1.9.11/build-tools/ltmain.sh-1945-      func_split_equals_rhs=
lepton-eda-1.9.11/build-tools/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
lepton-eda-1.9.11/build-tools/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
lepton-eda-1.9.11/build-tools/ltmain.sh-1948-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-1971-
lepton-eda-1.9.11/build-tools/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
lepton-eda-1.9.11/build-tools/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
lepton-eda-1.9.11/build-tools/ltmain.sh-1974-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-9
lepton-eda-1.9.11/build-tools/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
lepton-eda-1.9.11/build-tools/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
lepton-eda-1.9.11/build-tools/ltmain.sh-2147-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2183-  {
lepton-eda-1.9.11/build-tools/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
lepton-eda-1.9.11/build-tools/ltmain.sh-2185-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2188-  {
lepton-eda-1.9.11/build-tools/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
lepton-eda-1.9.11/build-tools/ltmain.sh-2190-  }
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
lepton-eda-1.9.11/build-tools/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
lepton-eda-1.9.11/build-tools/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2751-      done
lepton-eda-1.9.11/build-tools/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
lepton-eda-1.9.11/build-tools/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
lepton-eda-1.9.11/build-tools/ltmain.sh-2754-      case $@ in
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2764-	    # Evaluate the configuration.
lepton-eda-1.9.11/build-tools/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lepton-eda-1.9.11/build-tools/ltmain.sh-2766-	    CC_quoted=
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2770-	    done
lepton-eda-1.9.11/build-tools/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
lepton-eda-1.9.11/build-tools/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
lepton-eda-1.9.11/build-tools/ltmain.sh-2773-	    case "$@ " in
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
lepton-eda-1.9.11/build-tools/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3101-    # LT_CYGPATH in this case.
lepton-eda-1.9.11/build-tools/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
lepton-eda-1.9.11/build-tools/ltmain.sh-3103-  fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
lepton-eda-1.9.11/build-tools/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
lepton-eda-1.9.11/build-tools/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3468-    *.[cCFSifmso] | \
lepton-eda-1.9.11/build-tools/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
lepton-eda-1.9.11/build-tools/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
lepton-eda-1.9.11/build-tools/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
lepton-eda-1.9.11/build-tools/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-3566-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3612-      if test warn = "$need_locks" &&
lepton-eda-1.9.11/build-tools/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lepton-eda-1.9.11/build-tools/ltmain.sh-3614-	$ECHO "\
lepton-eda-1.9.11/build-tools/ltmain.sh-3615-*** ERROR, $lockfile contains:
lepton-eda-1.9.11/build-tools/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-3617-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3661-      if test warn = "$need_locks" &&
lepton-eda-1.9.11/build-tools/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lepton-eda-1.9.11/build-tools/ltmain.sh-3663-	$ECHO "\
lepton-eda-1.9.11/build-tools/ltmain.sh-3664-*** ERROR, $lockfile contains:
lepton-eda-1.9.11/build-tools/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-3666-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-3987-      # Get the absolute pathname.
lepton-eda-1.9.11/build-tools/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
lepton-eda-1.9.11/build-tools/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
lepton-eda-1.9.11/build-tools/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4372-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
lepton-eda-1.9.11/build-tools/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4385-	  else
lepton-eda-1.9.11/build-tools/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4387-	  fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4550-	    fi
lepton-eda-1.9.11/build-tools/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4569-	        # Replace the output file specification.
lepton-eda-1.9.11/build-tools/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-4571-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
lepton-eda-1.9.11/build-tools/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4590-	  fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4662-    my_pic_p=${3-false}
lepton-eda-1.9.11/build-tools/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-4664-    my_dlsyms=
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
lepton-eda-1.9.11/build-tools/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
lepton-eda-1.9.11/build-tools/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4954-	  else
lepton-eda-1.9.11/build-tools/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4957-	  fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4959-	*)
lepton-eda-1.9.11/build-tools/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4962-	  ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4974-      # Nullify the symbol file.
lepton-eda-1.9.11/build-tools/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
lepton-eda-1.9.11/build-tools/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
lepton-eda-1.9.11/build-tools/ltmain.sh-4977-    fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lepton-eda-1.9.11/build-tools/ltmain.sh:4989:  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)$'`
lepton-eda-1.9.11/build-tools/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lepton-eda-1.9.11/build-tools/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
lepton-eda-1.9.11/build-tools/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5017-  win32_libid_type=unknown
lepton-eda-1.9.11/build-tools/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-5019-  case $win32_fileres in
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5082-
lepton-eda-1.9.11/build-tools/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
lepton-eda-1.9.11/build-tools/ltmain.sh-5084-}
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5100-
lepton-eda-1.9.11/build-tools/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
lepton-eda-1.9.11/build-tools/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5164-    # binutils import library
lepton-eda-1.9.11/build-tools/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
lepton-eda-1.9.11/build-tools/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
lepton-eda-1.9.11/build-tools/ltmain.sh-5167-    # ms-generated import library
lepton-eda-1.9.11/build-tools/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
lepton-eda-1.9.11/build-tools/ltmain.sh-5169-  else
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
lepton-eda-1.9.11/build-tools/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
lepton-eda-1.9.11/build-tools/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
lepton-eda-1.9.11/build-tools/ltmain.sh-5252-	    darwin_arch=
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
lepton-eda-1.9.11/build-tools/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
lepton-eda-1.9.11/build-tools/ltmain.sh-5264-	    darwin_file=
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
lepton-eda-1.9.11/build-tools/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5281-      esac
lepton-eda-1.9.11/build-tools/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-5283-    done
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5352-
lepton-eda-1.9.11/build-tools/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/ltmain.sh-5354-    $ECHO "\
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5387-    --lt-dump-script)
lepton-eda-1.9.11/build-tools/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
lepton-eda-1.9.11/build-tools/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
lepton-eda-1.9.11/build-tools/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5416-  done
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5472-  # Find the directory that this script lives in.
lepton-eda-1.9.11/build-tools/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
lepton-eda-1.9.11/build-tools/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5478-  while test -n \"\$file\"; do
lepton-eda-1.9.11/build-tools/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5480-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5488-
lepton-eda-1.9.11/build-tools/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
lepton-eda-1.9.11/build-tools/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5491-  done
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5502-    case \"\$thisdir\" in
lepton-eda-1.9.11/build-tools/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
lepton-eda-1.9.11/build-tools/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5508-  # Try to get the absolute directory name.
lepton-eda-1.9.11/build-tools/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
lepton-eda-1.9.11/build-tools/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
lepton-eda-1.9.11/build-tools/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lepton-eda-1.9.11/build-tools/ltmain.sh-5535-      else
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
lepton-eda-1.9.11/build-tools/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-5579-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-6556-
lepton-eda-1.9.11/build-tools/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
lepton-eda-1.9.11/build-tools/ltmain.sh-6558-    *import*) : ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-6804-	    moreargs=
lepton-eda-1.9.11/build-tools/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
lepton-eda-1.9.11/build-tools/ltmain.sh-6806-	    do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7065-	*)
lepton-eda-1.9.11/build-tools/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
lepton-eda-1.9.11/build-tools/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lepton-eda-1.9.11/build-tools/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
lepton-eda-1.9.11/build-tools/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7383-      -Z*)
lepton-eda-1.9.11/build-tools/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
lepton-eda-1.9.11/build-tools/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
lepton-eda-1.9.11/build-tools/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
lepton-eda-1.9.11/build-tools/ltmain.sh-7555-    else
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
lepton-eda-1.9.11/build-tools/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lepton-eda-1.9.11/build-tools/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-7970-	fi
lepton-eda-1.9.11/build-tools/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8043-	*)
lepton-eda-1.9.11/build-tools/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
lepton-eda-1.9.11/build-tools/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8296-	    shift
lepton-eda-1.9.11/build-tools/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8588-		*)
lepton-eda-1.9.11/build-tools/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
lepton-eda-1.9.11/build-tools/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8599-		  depdepl=
lepton-eda-1.9.11/build-tools/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lepton-eda-1.9.11/build-tools/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
lepton-eda-1.9.11/build-tools/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
lepton-eda-1.9.11/build-tools/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
lepton-eda-1.9.11/build-tools/ltmain.sh-8610-                      fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8621-		else
lepton-eda-1.9.11/build-tools/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lepton-eda-1.9.11/build-tools/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8644-	else
lepton-eda-1.9.11/build-tools/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-8646-	fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-8733-        linux*)
lepton-eda-1.9.11/build-tools/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/build-tools/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9141-	removelist=
lepton-eda-1.9.11/build-tools/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
lepton-eda-1.9.11/build-tools/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9167-	# Transform .lo files to .o files.
lepton-eda-1.9.11/build-tools/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-9169-      fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9172-      #for path in $notinst_path; do
lepton-eda-1.9.11/build-tools/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
lepton-eda-1.9.11/build-tools/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
lepton-eda-1.9.11/build-tools/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
lepton-eda-1.9.11/build-tools/ltmain.sh-9176-      #done
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9293-		if test -n "$i"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh-9296-		  set dummy $deplib_matches; shift
lepton-eda-1.9.11/build-tools/ltmain.sh-9297-		  deplib_match=$1
lepton-eda-1.9.11/build-tools/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lepton-eda-1.9.11/build-tools/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9336-		  if test -n "$i"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh-9339-		    set dummy $deplib_matches; shift
lepton-eda-1.9.11/build-tools/ltmain.sh-9340-		    deplib_match=$1
lepton-eda-1.9.11/build-tools/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lepton-eda-1.9.11/build-tools/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
lepton-eda-1.9.11/build-tools/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lepton-eda-1.9.11/build-tools/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9386-	      if test -n "$a_deplib"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
lepton-eda-1.9.11/build-tools/ltmain.sh-9390-		else
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9396-		    shopt -s nocaseglob
lepton-eda-1.9.11/build-tools/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-9398-		    $nocaseglob
lepton-eda-1.9.11/build-tools/ltmain.sh-9399-		  else
lepton-eda-1.9.11/build-tools/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-9401-		  fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
lepton-eda-1.9.11/build-tools/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
lepton-eda-1.9.11/build-tools/ltmain.sh-9416-			case $potliblink in
lepton-eda-1.9.11/build-tools/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
lepton-eda-1.9.11/build-tools/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
lepton-eda-1.9.11/build-tools/ltmain.sh-9419-			esac
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
lepton-eda-1.9.11/build-tools/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lepton-eda-1.9.11/build-tools/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9470-	      if test -n "$a_deplib"; then
lepton-eda-1.9.11/build-tools/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
lepton-eda-1.9.11/build-tools/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lepton-eda-1.9.11/build-tools/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lepton-eda-1.9.11/build-tools/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9509-	  newdeplibs=
lepton-eda-1.9.11/build-tools/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
lepton-eda-1.9.11/build-tools/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
lepton-eda-1.9.11/build-tools/ltmain.sh-9515-	    done
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
lepton-eda-1.9.11/build-tools/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
lepton-eda-1.9.11/build-tools/ltmain.sh-9541-	  ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9591-	*-*-darwin*)
lepton-eda-1.9.11/build-tools/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-9595-	  ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-9718-	# Use standard objects if they are pic
lepton-eda-1.9.11/build-tools/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
lepton-eda-1.9.11/build-tools/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10247-      # Create the old-style object.
lepton-eda-1.9.11/build-tools/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
lepton-eda-1.9.11/build-tools/ltmain.sh-10249-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
lepton-eda-1.9.11/build-tools/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
lepton-eda-1.9.11/build-tools/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10308-	;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
lepton-eda-1.9.11/build-tools/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10326-	;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lepton-eda-1.9.11/build-tools/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10461-	# Transform all the library objects into standard objects.
lepton-eda-1.9.11/build-tools/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lepton-eda-1.9.11/build-tools/ltmain.sh-10464-      fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10489-	# Replace the output file specification.
lepton-eda-1.9.11/build-tools/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10498-	  func_to_tool_file "$output"
lepton-eda-1.9.11/build-tools/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10542-	# Replace the output file specification.
lepton-eda-1.9.11/build-tools/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10544-	# Delete the old output file.
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10550-	  func_to_tool_file "$output"
lepton-eda-1.9.11/build-tools/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
lepton-eda-1.9.11/build-tools/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10570-          ;;
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10581-      # Replace the output file specification.
lepton-eda-1.9.11/build-tools/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10583-
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
lepton-eda-1.9.11/build-tools/ltmain.sh:10591:	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'`
lepton-eda-1.9.11/build-tools/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
lepton-eda-1.9.11/build-tools/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/ltmain.sh-10613-      fi
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lepton-eda-1.9.11/build-tools/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
lepton-eda-1.9.11/build-tools/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
lepton-eda-1.9.11/build-tools/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10904-		name=$func_basename_result
lepton-eda-1.9.11/build-tools/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lepton-eda-1.9.11/build-tools/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-10923-		name=$func_basename_result
lepton-eda-1.9.11/build-tools/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lepton-eda-1.9.11/build-tools/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
lepton-eda-1.9.11/build-tools/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lepton-eda-1.9.11/build-tools/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
lepton-eda-1.9.11/build-tools/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lepton-eda-1.9.11/build-tools/depcomp-64-  case $1 in
lepton-eda-1.9.11/build-tools/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lepton-eda-1.9.11/build-tools/depcomp-66-      *) dir=;;
##############################################
lepton-eda-1.9.11/build-tools/depcomp-73-{
lepton-eda-1.9.11/build-tools/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lepton-eda-1.9.11/build-tools/depcomp-75-}
##############################################
lepton-eda-1.9.11/build-tools/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lepton-eda-1.9.11/build-tools/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lepton-eda-1.9.11/build-tools/depcomp-128-
##############################################
lepton-eda-1.9.11/build-tools/depcomp-405-        sleep 1
lepton-eda-1.9.11/build-tools/depcomp:406:        i=`expr $i - 1`
lepton-eda-1.9.11/build-tools/depcomp-407-      done
lepton-eda-1.9.11/build-tools/depcomp-408-    fi
lepton-eda-1.9.11/build-tools/depcomp:409:    i=`expr $i - 1`
lepton-eda-1.9.11/build-tools/depcomp-410-  done
##############################################
lepton-eda-1.9.11/build-tools/depcomp-425-  # Do two passes, one to just change these to
lepton-eda-1.9.11/build-tools/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lepton-eda-1.9.11/build-tools/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lepton-eda-1.9.11/build-tools/depcomp-659-  done
lepton-eda-1.9.11/build-tools/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lepton-eda-1.9.11/build-tools/depcomp-661-  touch "$tmpdepfile"
##############################################
lepton-eda-1.9.11/build-tools/texinfo.tex-7102-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
lepton-eda-1.9.11/build-tools/texinfo.tex:7103:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
lepton-eda-1.9.11/build-tools/texinfo.tex-7104-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-33-host="$1"
lepton-eda-1.9.11/build-tools/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
lepton-eda-1.9.11/build-tools/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
lepton-eda-1.9.11/build-tools/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
lepton-eda-1.9.11/build-tools/config.rpath-37-
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-47-done
lepton-eda-1.9.11/build-tools/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
lepton-eda-1.9.11/build-tools/config.rpath-49-
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-97-        *)
lepton-eda-1.9.11/build-tools/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/build-tools/config.rpath-99-            *Sun\ C*)
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lepton-eda-1.9.11/build-tools/config.rpath:224:      case `$LD -v 2>&1` in
lepton-eda-1.9.11/build-tools/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
lepton-eda-1.9.11/build-tools/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
lepton-eda-1.9.11/build-tools/config.rpath-231-          else
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
lepton-eda-1.9.11/build-tools/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
lepton-eda-1.9.11/build-tools/config.rpath-288-          if test -f "$collect2name" && \
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-425-        hardcode_direct=yes
lepton-eda-1.9.11/build-tools/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
lepton-eda-1.9.11/build-tools/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
lepton-eda-1.9.11/build-tools/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
lepton-eda-1.9.11/build-tools/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
lepton-eda-1.9.11/build-tools/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
lepton-eda-1.9.11/build-tools/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
lepton-eda-1.9.11/build-tools/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
lepton-eda-1.9.11/build-tools/config.rpath-639-
##############################################
lepton-eda-1.9.11/docs/changelogs/Makefile.in-50-  { \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/docs/changelogs/Makefile.in-145-  esac
lepton-eda-1.9.11/docs/changelogs/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/docs/changelogs/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-150-  esac;
lepton-eda-1.9.11/docs/changelogs/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/docs/changelogs/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/docs/changelogs/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/docs/changelogs/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/docs/changelogs/Makefile.in-469-	@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:470:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-471-	dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/docs/changelogs/Makefile.in-482-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/docs/changelogs/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/docs/changelogs/Makefile.in-496-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/docs/changelogs/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/docs/changelogs/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-49-  { \
lepton-eda-1.9.11/docs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/docs/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/docs/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/docs/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/docs/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/docs/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/docs/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/docs/Makefile.in-195-      else \
lepton-eda-1.9.11/docs/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/docs/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/docs/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/docs/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-204-    fi; \
lepton-eda-1.9.11/docs/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/docs/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-480-	dot_seen=no; \
lepton-eda-1.9.11/docs/Makefile.in:481:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/docs/Makefile.in-482-	case "$@" in \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-543-GTAGS:
lepton-eda-1.9.11/docs/Makefile.in:544:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/docs/Makefile.in-545-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-569-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/docs/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/docs/Makefile.in-583-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/docs/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/docs/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-49-  { \
lepton-eda-1.9.11/docs/wiki/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-415-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/docs/wiki/Makefile.in:416:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in:417:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-418-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-429-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/docs/wiki/Makefile.in:430:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-431-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-577-	  $(MKDIR_P) $(distdir)/$$dir; \
lepton-eda-1.9.11/docs/wiki/Makefile.in:578:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-579-	  for file in $$list; do \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-588-	  $(MKDIR_P) $$d; \
lepton-eda-1.9.11/docs/wiki/Makefile.in:589:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-590-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.in-599-	  d="$(DESTDIR)$(wikidir)/$$dir"; \
lepton-eda-1.9.11/docs/wiki/Makefile.in:600:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.in-601-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/pcb-projects.html-120-<p>
lepton-eda-1.9.11/docs/wiki/pcb-projects.html:121:Build a footprint calculator that can take the IPC rules and produce a pcb footprint. Preferably write this in a way where the core program is independent of a <acronym title="Graphical User Interface">GUI</acronym> so that you can script it for generating entire large families of footprints or hook it up to a <acronym title="Graphical User Interface">GUI</acronym> of choice (lesstif, gtk, maybe even cgi). Would require the purchase of IPC-7351 (approximately U.S.A. $100) and verifying that one is allowed to produce such a calculator.
lepton-eda-1.9.11/docs/wiki/pcb-projects.html-122-</p>
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.am-14-	  $(MKDIR_P) $(distdir)/$$dir; \
lepton-eda-1.9.11/docs/wiki/Makefile.am:15:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.am-16-	  for file in $$list; do \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.am-25-	  $(MKDIR_P) $$d; \
lepton-eda-1.9.11/docs/wiki/Makefile.am:26:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.am-27-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/Makefile.am-36-	  d="$(DESTDIR)$(wikidir)/$$dir"; \
lepton-eda-1.9.11/docs/wiki/Makefile.am:37:	  list=`(cd $(srcdir)/$$dir && find . -maxdepth 1 \( -type f -o -type l \) \! -name 'Makefile*' \! -name '.gitignore' -print | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/docs/wiki/Makefile.am-38-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1070-define(`PKG_SIL&#039;,
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1071:`define(`MAXY&#039;, `eval(`$4&#039; * 100 -50)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1072-Element(0x00 &quot;$1&quot; &quot;$2&quot; &quot;$3&quot; 160 10 3 100 0x00)
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1165-define(`PKG_DILFAT&#039;,
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1166:`define(`MAXY&#039;, `eval(`$4&#039; / 2 * 100)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1167:define(`MAXX&#039;, `eval(`$5&#039; + 100)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1168-define(`CENTERX&#039;, `eval(MAXX / 2)&#039;)
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1170-(
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1171:forloop(`i&#039;, 1, eval($4 / 2),
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1172-`PIN(50, eval(i * 100 -50), 70, 28, i)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1173-&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1174:forloop(`i&#039;, 1, eval($4 / 2),
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html:1175:`PIN(eval(MAXX -50), eval(MAXY - i * 100 +50), 70, 28, eval(i + $4/2))
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.ru.html-1176-&#039;)
##############################################
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html-695-echo &#039;A logo generated by PHP:&#039;;
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html:696:echo &#039;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&#039;;
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html-697-echo &#039;(generated inline HTML)&#039;;
##############################################
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html-700-echo &#039;&lt;table class=&quot;inline&quot;&gt;&lt;tr&gt;&lt;td&gt;The same, but inside a block level element:&lt;/td&gt;&#039;;
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html:701:echo &#039;&lt;td&gt;&lt;img src=&quot;&#039; . $_SERVER[&#039;PHP_SELF&#039;] . &#039;?=&#039; . php_logo_guid() . &#039;&quot; alt=&quot;PHP Logo !&quot; /&gt;&lt;/td&gt;&#039;;
lepton-eda-1.9.11/docs/wiki/wiki-syntax.html-702-echo &#039;&lt;/tr&gt;&lt;/table&gt;&#039;;
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1063-define(`PKG_SIL&#039;,
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1064:`define(`MAXY&#039;, `eval(`$4&#039; * 100 -50)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1065-Element(0x00 &quot;$1&quot; &quot;$2&quot; &quot;$3&quot; 160 10 3 100 0x00)
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1166-define(`PKG_DILFAT&#039;,
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1167:`define(`MAXY&#039;, `eval(`$4&#039; / 2 * 100)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1168:define(`MAXX&#039;, `eval(`$5&#039; + 100)&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1169-define(`CENTERX&#039;, `eval(MAXX / 2)&#039;)
##############################################
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1171-(
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1172:forloop(`i&#039;, 1, eval($4 / 2),
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1173-`PIN(50, eval(i * 100 -50), 70, 28, i)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1174-&#039;)
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1175:forloop(`i&#039;, 1, eval($4 / 2),
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html:1176:`PIN(eval(MAXX -50), eval(MAXY - i * 100 +50), 70, 28, eval(i + $4/2))
lepton-eda-1.9.11/docs/wiki/geda-gsch2pcb_tutorial.html-1177-&#039;)
##############################################
lepton-eda-1.9.11/docs/wiki/gsoc2007_projects.html-579-<p>
lepton-eda-1.9.11/docs/wiki/gsoc2007_projects.html:580:Build a footprint calculator that can take the IPC rules and produce a pcb footprint. Preferably write this in a way where the core program is independent of a gui so that you can script it for generating entire large families of footprints or hook it up to a <acronym title="Graphical User Interface">GUI</acronym> of choice (lesstif, gtk, maybe even cgi). Would require the purchase of IPC-7351 (approximately U.S.A. $100)and verifying that one is allowed to produce such a calculator.
lepton-eda-1.9.11/docs/wiki/gsoc2007_projects.html-581-</p>
##############################################
lepton-eda-1.9.11/docs/toplevel/Makefile.in-50-  { \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/docs/toplevel/Makefile.in-145-  esac
lepton-eda-1.9.11/docs/toplevel/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/docs/toplevel/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-150-  esac;
lepton-eda-1.9.11/docs/toplevel/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/docs/toplevel/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/docs/toplevel/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/docs/toplevel/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/docs/toplevel/Makefile.in-458-	@list='$(docs_DATA)'; test -n "$(docsdir)" || list=; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-460-	dir='$(DESTDIR)$(docsdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/docs/toplevel/Makefile.in-471-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/docs/toplevel/Makefile.in:472:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:473:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-474-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/docs/toplevel/Makefile.in-485-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/docs/toplevel/Makefile.in:486:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/docs/toplevel/Makefile.in-487-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-49-  { \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-186-am__installdirs = "$(DESTDIR)$(infodir)"
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:187:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-188-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:189:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-190-    *) f=$$p;; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-191-  esac;
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:192:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-193-am__install_max = 40
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-194-am__nobase_strip_setup = \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:195:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-196-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-497-	  $(am__cd) $(srcdir) && \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:498:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-499-	fi; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-529-	@(dir=.; test -f ./lepton-scheme.texi || dir=$(srcdir); \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:530:	set `$(SHELL) $(top_srcdir)/build-tools/mdate-sh $$dir/lepton-scheme.texi`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-531-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-573-	  for file in $$list; do \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:574:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-575-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-582-	for file in $$list; do \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:583:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:584:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-585-	  (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-609-dist-info: $(INFO_DEPS)
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:610:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-611-	list='$(INFO_DEPS)'; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-613-	  case $$base in \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:614:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-615-	  esac; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-616-	  if test -f $$base; then d=.; else d=$(srcdir); fi; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:617:	  base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-618-	  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 \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-619-	    if test -f $$file; then \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:620:	      relfile=`expr "$$file" : "$$d/\(.*\)"`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-621-	      test -f "$(distdir)/$$relfile" || \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-637-	@list='$(INFO_DEPS)'; for i in $$list; do \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:638:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-639-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-652-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:653:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:654:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-655-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-666-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:667:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-668-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-793-	@$(NORMAL_INSTALL)
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:794:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-795-	list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-801-	  case $$file in \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:802:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-803-	  esac; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-804-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:805:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-806-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-819-	  for file in $$list; do \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in:820:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
lepton-eda-1.9.11/docs/scheme-api/Makefile.in-821-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
lepton-eda-1.9.11/Makefile.in-49-  { \
lepton-eda-1.9.11/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/Makefile.in-220-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/Makefile.in:221:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/Makefile.in-222-    if test "$$first" != "."; then \
lepton-eda-1.9.11/Makefile.in-223-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/Makefile.in:224:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/Makefile.in:225:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/Makefile.in-226-      else \
lepton-eda-1.9.11/Makefile.in:227:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/Makefile.in-228-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/Makefile.in:229:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/Makefile.in-230-        else \
##############################################
lepton-eda-1.9.11/Makefile.in-235-    fi; \
lepton-eda-1.9.11/Makefile.in:236:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/Makefile.in-237-  done; \
##############################################
lepton-eda-1.9.11/Makefile.in-572-	dot_seen=no; \
lepton-eda-1.9.11/Makefile.in:573:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/Makefile.in-574-	case "$@" in \
##############################################
lepton-eda-1.9.11/Makefile.in-635-GTAGS:
lepton-eda-1.9.11/Makefile.in:636:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/Makefile.in-637-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/Makefile.in-670-	test -d "$(distdir)" || mkdir "$(distdir)"
lepton-eda-1.9.11/Makefile.in:671:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/Makefile.in:672:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/Makefile.in-673-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/Makefile.in-684-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/Makefile.in:685:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/Makefile.in-686-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/Makefile.in-795-	test -d $(distdir)/_build || exit 0; \
lepton-eda-1.9.11/Makefile.in:796:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lepton-eda-1.9.11/Makefile.in-797-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lepton-eda-1.9.11/Makefile.in-839-	}; \
lepton-eda-1.9.11/Makefile.in:840:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lepton-eda-1.9.11/Makefile.in-841-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lepton-eda-1.9.11/Makefile.in-851-	fi
lepton-eda-1.9.11/Makefile.in:852:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lepton-eda-1.9.11/Makefile.in-853-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lepton-eda-1.9.11/Makefile.in-1001-@HAVE_GIT_REPO_TRUE@	@date_ver=$(DATE_VERSION); dotted_ver=$(DOTTED_VERSION); \
lepton-eda-1.9.11/Makefile.in:1002:@HAVE_GIT_REPO_TRUE@	git_commit=`cd $(srcdir) && $(GIT) rev-parse HEAD`; \
lepton-eda-1.9.11/Makefile.in-1003-@HAVE_GIT_REPO_TRUE@	sed -e"s:^.*\(PACKAGE_DATE_VERSION\).*$$:#define \1 \"$$date_ver\":" \
##############################################
lepton-eda-1.9.11/Makefile.in-1015-@HAVE_GIT_REPO_TRUE@	@last_version=`if test -f stamp-git; then cat stamp-git; else :; fi`; \
lepton-eda-1.9.11/Makefile.in:1016:@HAVE_GIT_REPO_TRUE@	now_version=`cd $(srcdir) && $(GIT) rev-parse HEAD`; \
lepton-eda-1.9.11/Makefile.in-1017-@HAVE_GIT_REPO_TRUE@	if test "X$$now_version" != "X$$last_version"; then \
##############################################
lepton-eda-1.9.11/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);"])
lepton-eda-1.9.11/m4/iconv.m4:193:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
lepton-eda-1.9.11/m4/iconv.m4-194-    AC_MSG_RESULT([
##############################################
lepton-eda-1.9.11/m4/guile.m4-179-  AC_MSG_CHECKING(for Guile site directory)
lepton-eda-1.9.11/m4/guile.m4:180:  GUILE_SITE=`$PKG_CONFIG --print-errors --variable=sitedir guile-$GUILE_EFFECTIVE_VERSION`
lepton-eda-1.9.11/m4/guile.m4-181-  AC_MSG_RESULT($GUILE_SITE)
##############################################
lepton-eda-1.9.11/m4/guile.m4-186-  AC_MSG_CHECKING([for Guile site-ccache directory using pkgconfig])
lepton-eda-1.9.11/m4/guile.m4:187:  GUILE_SITE_CCACHE=`$PKG_CONFIG --variable=siteccachedir guile-$GUILE_EFFECTIVE_VERSION`
lepton-eda-1.9.11/m4/guile.m4-188-  if test "$GUILE_SITE_CCACHE" = ""; then
##############################################
lepton-eda-1.9.11/m4/guile.m4-190-    AC_MSG_CHECKING([for Guile site-ccache directory using interpreter])
lepton-eda-1.9.11/m4/guile.m4:191:    GUILE_SITE_CCACHE=`$GUILE -c "(display (if (defined? '%site-ccache-dir) (%site-ccache-dir) \"\"))"`
lepton-eda-1.9.11/m4/guile.m4-192-    if test $? != "0" -o "$GUILE_SITE_CCACHE" = ""; then
##############################################
lepton-eda-1.9.11/m4/guile.m4-200-  AC_MSG_CHECKING(for Guile extensions directory)
lepton-eda-1.9.11/m4/guile.m4:201:  GUILE_EXTENSION=`$PKG_CONFIG --print-errors --variable=extensiondir guile-$GUILE_EFFECTIVE_VERSION`
lepton-eda-1.9.11/m4/guile.m4-202-  AC_MSG_RESULT($GUILE_EXTENSION)
##############################################
lepton-eda-1.9.11/m4/guile.m4-244-  _tmp=
lepton-eda-1.9.11/m4/guile.m4:245:  for v in `echo "$_guile_required_version" | tr . ' '`; do
lepton-eda-1.9.11/m4/guile.m4-246-    if test -n "$_tmp"; then _tmp=$_tmp.; fi
##############################################
lepton-eda-1.9.11/m4/guile.m4-255-
lepton-eda-1.9.11/m4/guile.m4:256:  _guile_suffix=`echo "$GUILE" | sed -e 's,^.*/guile\(.*\)$,\1,'`
lepton-eda-1.9.11/m4/guile.m4:257:  _guile_effective_version=`$GUILE -c "(display (effective-version))"`
lepton-eda-1.9.11/m4/guile.m4-258-  if test -z "$GUILE_EFFECTIVE_VERSION"; then
##############################################
lepton-eda-1.9.11/m4/guile.m4-263-
lepton-eda-1.9.11/m4/guile.m4:264:  _guile_major_version=`$GUILE -c "(display (major-version))"`
lepton-eda-1.9.11/m4/guile.m4:265:  _guile_minor_version=`$GUILE -c "(display (minor-version))"`
lepton-eda-1.9.11/m4/guile.m4:266:  _guile_micro_version=`$GUILE -c "(display (micro-version))"`
lepton-eda-1.9.11/m4/guile.m4-267-  _guile_prog_version="$_guile_major_version.$_guile_minor_version.$_guile_micro_version"
##############################################
lepton-eda-1.9.11/m4/guile.m4-269-  AC_MSG_CHECKING([for Guile version >= $_guile_required_version])
lepton-eda-1.9.11/m4/guile.m4:270:  _major_version=`echo $_guile_required_version | cut -d . -f 1`
lepton-eda-1.9.11/m4/guile.m4:271:  _minor_version=`echo $_guile_required_version | cut -d . -f 2`
lepton-eda-1.9.11/m4/guile.m4:272:  _micro_version=`echo $_guile_required_version | cut -d . -f 3`
lepton-eda-1.9.11/m4/guile.m4-273-  if test "$_guile_major_version" -gt "$_major_version"; then
##############################################
lepton-eda-1.9.11/m4/libtool.m4-119-    done
lepton-eda-1.9.11/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lepton-eda-1.9.11/m4/libtool.m4-121-}
##############################################
lepton-eda-1.9.11/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
lepton-eda-1.9.11/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
lepton-eda-1.9.11/m4/libtool.m4-439-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-447-#
lepton-eda-1.9.11/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
lepton-eda-1.9.11/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
lepton-eda-1.9.11/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lepton-eda-1.9.11/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
lepton-eda-1.9.11/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lepton-eda-1.9.11/m4/libtool.m4-561-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
lepton-eda-1.9.11/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lepton-eda-1.9.11/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
lepton-eda-1.9.11/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
lepton-eda-1.9.11/m4/libtool.m4-574-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
lepton-eda-1.9.11/m4/libtool.m4:1112:    _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\"`'
lepton-eda-1.9.11/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1164-      }]'
lepton-eda-1.9.11/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
lepton-eda-1.9.11/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
lepton-eda-1.9.11/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/m4/libtool.m4-1169-  fi],[])
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lepton-eda-1.9.11/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lepton-eda-1.9.11/m4/libtool.m4-1202-  ECHO='print -r --'
lepton-eda-1.9.11/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lepton-eda-1.9.11/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
lepton-eda-1.9.11/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
lepton-eda-1.9.11/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
lepton-eda-1.9.11/m4/libtool.m4-1238-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1259-   if test yes = "$GCC"; then
lepton-eda-1.9.11/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lepton-eda-1.9.11/m4/libtool.m4-1261-   fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1263- /*)
lepton-eda-1.9.11/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lepton-eda-1.9.11/m4/libtool.m4-1265-   ;; #(
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
lepton-eda-1.9.11/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1295-      *ELF-32*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
lepton-eda-1.9.11/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1312-	*32-bit*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1322-    else
lepton-eda-1.9.11/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1324-	*32-bit*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1344-    emul=elf
lepton-eda-1.9.11/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1346-      *32-bit*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1352-    esac
lepton-eda-1.9.11/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1354-      *MSB*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1360-    esac
lepton-eda-1.9.11/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/m4/libtool.m4-1362-      *N32*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1725-    # And add a safety zone
lepton-eda-1.9.11/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lepton-eda-1.9.11/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lepton-eda-1.9.11/m4/libtool.m4-1728-    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1758-    if test -n "$kargmax"; then
lepton-eda-1.9.11/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
lepton-eda-1.9.11/m4/libtool.m4-1760-    else
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lepton-eda-1.9.11/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lepton-eda-1.9.11/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lepton-eda-1.9.11/m4/libtool.m4-1770-    else
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1779-      # we can't tell.
lepton-eda-1.9.11/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lepton-eda-1.9.11/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1783-      do
lepton-eda-1.9.11/m4/libtool.m4:1784:        i=`expr $i + 1`
lepton-eda-1.9.11/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1787-      # Only check the string length outside the loop.
lepton-eda-1.9.11/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lepton-eda-1.9.11/m4/libtool.m4-1789-      teststring=
##############################################
lepton-eda-1.9.11/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
lepton-eda-1.9.11/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lepton-eda-1.9.11/m4/libtool.m4-1794-    fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2258-    *:)
lepton-eda-1.9.11/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
lepton-eda-1.9.11/m4/libtool.m4-2260-        ;;
lepton-eda-1.9.11/m4/libtool.m4-2261-    x:*)
lepton-eda-1.9.11/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/m4/libtool.m4-2263-        ;;
lepton-eda-1.9.11/m4/libtool.m4-2264-    *::*)
lepton-eda-1.9.11/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lepton-eda-1.9.11/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
lepton-eda-1.9.11/m4/libtool.m4-2267-        ;;
lepton-eda-1.9.11/m4/libtool.m4-2268-    *)
lepton-eda-1.9.11/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/m4/libtool.m4-2270-        ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2298-  esac
lepton-eda-1.9.11/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lepton-eda-1.9.11/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
lepton-eda-1.9.11/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lepton-eda-1.9.11/m4/libtool.m4-2307-    ;;
lepton-eda-1.9.11/m4/libtool.m4-2308-  *)
lepton-eda-1.9.11/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/m4/libtool.m4-2310-    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
lepton-eda-1.9.11/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lepton-eda-1.9.11/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2356-  esac
lepton-eda-1.9.11/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lepton-eda-1.9.11/m4/libtool.m4-2358-else
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lepton-eda-1.9.11/m4/libtool.m4:2498:    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'
lepton-eda-1.9.11/m4/libtool.m4-2499-    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2542-      fi'
lepton-eda-1.9.11/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lepton-eda-1.9.11/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
lepton-eda-1.9.11/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/m4/libtool.m4-2558-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lepton-eda-1.9.11/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/m4/libtool.m4-2562-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2569-    libname_spec='$name'
lepton-eda-1.9.11/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
lepton-eda-1.9.11/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lepton-eda-1.9.11/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2586-      # Convert to MSYS style.
lepton-eda-1.9.11/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
lepton-eda-1.9.11/m4/libtool.m4-2588-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
lepton-eda-1.9.11/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lepton-eda-1.9.11/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lepton-eda-1.9.11/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/m4/libtool.m4-2596-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
lepton-eda-1.9.11/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lepton-eda-1.9.11/m4/libtool.m4-2602-      else
lepton-eda-1.9.11/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/m4/libtool.m4-2604-      fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
lepton-eda-1.9.11/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
lepton-eda-1.9.11/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2624-    # Assume MSVC wrapper
lepton-eda-1.9.11/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
lepton-eda-1.9.11/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
lepton-eda-1.9.11/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lepton-eda-1.9.11/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
lepton-eda-1.9.11/m4/libtool.m4:2876:    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' ' '`
lepton-eda-1.9.11/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2941-  need_lib_prefix=no
lepton-eda-1.9.11/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/m4/libtool.m4-2943-    need_version=no
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lepton-eda-1.9.11/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-2977-    fi'
lepton-eda-1.9.11/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3188-	"file_magic "*)
lepton-eda-1.9.11/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lepton-eda-1.9.11/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
lepton-eda-1.9.11/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lepton-eda-1.9.11/m4/libtool.m4-3273-  *)
lepton-eda-1.9.11/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lepton-eda-1.9.11/m4/libtool.m4-3275-  esac
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
lepton-eda-1.9.11/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lepton-eda-1.9.11/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lepton-eda-1.9.11/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lepton-eda-1.9.11/m4/libtool.m4-3284-      done
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
lepton-eda-1.9.11/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lepton-eda-1.9.11/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
lepton-eda-1.9.11/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
lepton-eda-1.9.11/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3578-openbsd* | bitrig*)
lepton-eda-1.9.11/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3645-    else
lepton-eda-1.9.11/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
lepton-eda-1.9.11/m4/libtool.m4-3647-    fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3696-	esac
lepton-eda-1.9.11/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lepton-eda-1.9.11/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3702-	*)
lepton-eda-1.9.11/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lepton-eda-1.9.11/m4/libtool.m4-3704-	  */dev/null*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
lepton-eda-1.9.11/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lepton-eda-1.9.11/m4/libtool.m4-3730-    *COFF*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
lepton-eda-1.9.11/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
lepton-eda-1.9.11/m4/libtool.m4:3962:case `$NM -V 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-4009-mingw*)
lepton-eda-1.9.11/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lepton-eda-1.9.11/m4/libtool.m4-4011-  ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-4414-	  *)
lepton-eda-1.9.11/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-4750-      *)
lepton-eda-1.9.11/m4/libtool.m4:4751:	case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/m4/libtool.m4-4752-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-4933-    else
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-4935-    fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5032-	# shared libraries, regardless of the interface used.
lepton-eda-1.9.11/m4/libtool.m4:5033:	case `$LD -v 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5064-    supports_anon_versioning=no
lepton-eda-1.9.11/m4/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5167-	prefix_cmds="$SED"~
lepton-eda-1.9.11/m4/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/m4/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5192-      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5212-					# Portland Group f77 and f90 compilers
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5233-	esac
lepton-eda-1.9.11/m4/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/m4/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lepton-eda-1.9.11/m4/libtool.m4:5305:      case `$LD -v 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5393-	else
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5395-	fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
lepton-eda-1.9.11/m4/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
lepton-eda-1.9.11/m4/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
lepton-eda-1.9.11/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
lepton-eda-1.9.11/m4/libtool.m4-5516-      else
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lepton-eda-1.9.11/m4/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lepton-eda-1.9.11/m4/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
lepton-eda-1.9.11/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='
lepton-eda-1.9.11/m4/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5768-      if test yes = "$GCC"; then
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5793-	fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5795-      else
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5798-      fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5842-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
lepton-eda-1.9.11/m4/libtool.m4:5843:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/m4/libtool.m4-5844-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5873-	prefix_cmds="$SED"~
lepton-eda-1.9.11/m4/libtool.m4:5874:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/m4/libtool.m4-5875-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5889-      else
lepton-eda-1.9.11/m4/libtool.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5892-      fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5900-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5902-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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~
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-5908-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-5923-      else
lepton-eda-1.9.11/m4/libtool.m4:5924:	case `$CC -V 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-5925-	*"Compilers 5.0"*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6116-	  _LT_TAGVAR(allow_undefined_flag, $1)=
lepton-eda-1.9.11/m4/libtool.m4:6117:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
lepton-eda-1.9.11/m4/libtool.m4-6118-	  then
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6420-        # ancient GNU ld didn't support --whole-archive et. al.
lepton-eda-1.9.11/m4/libtool.m4:6421:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lepton-eda-1.9.11/m4/libtool.m4-6422-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6530-          # below for broken collect2 doesn't work under 4.3+
lepton-eda-1.9.11/m4/libtool.m4:6531:	  collect2name=`$CC -print-prog-name=collect2`
lepton-eda-1.9.11/m4/libtool.m4-6532-	  if test -f "$collect2name" &&
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6588-
lepton-eda-1.9.11/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
lepton-eda-1.9.11/m4/libtool.m4-6590-        else
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6613-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
lepton-eda-1.9.11/m4/libtool.m4:6614:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lepton-eda-1.9.11/m4/libtool.m4-6615-	    if test svr4 != "$with_aix_soname"; then
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6742-	  prefix_cmds="$SED"~
lepton-eda-1.9.11/m4/libtool.m4:6743:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/m4/libtool.m4-6744-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6816-            # dependencies.
lepton-eda-1.9.11/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"'
lepton-eda-1.9.11/m4/libtool.m4-6818-            ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6881-	    # dependencies.
lepton-eda-1.9.11/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"'
lepton-eda-1.9.11/m4/libtool.m4-6883-	    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6917-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-6920-	;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6924-	    # SGI C++
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-6926-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6935-	      if test no = "$with_gnu_ld"; then
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-6937-	      else
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-6939-	      fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6956-	    # to its proper name (with version) after linking.
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-6959-	    # Commands to make compiler produce verbose output that lists
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6966-	    # dependencies.
lepton-eda-1.9.11/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"'
lepton-eda-1.9.11/m4/libtool.m4-6968-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-6981-	    # earlier do not add the objects themselves.
lepton-eda-1.9.11/m4/libtool.m4:6982:	    case `$CC -V 2>&1` in
lepton-eda-1.9.11/m4/libtool.m4-6983-	      *"Version 7."*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7002-            # Portland Group C++ compiler
lepton-eda-1.9.11/m4/libtool.m4:7003:	    case `$CC -V` in
lepton-eda-1.9.11/m4/libtool.m4-7004-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7007-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lepton-eda-1.9.11/m4/libtool.m4:7008:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lepton-eda-1.9.11/m4/libtool.m4-7009-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lepton-eda-1.9.11/m4/libtool.m4:7012:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lepton-eda-1.9.11/m4/libtool.m4-7013-                $RANLIB $oldlib'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7016-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7018-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7020-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7022-	      ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7030-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7032-            ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7049-	    # dependencies.
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7051-	    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7064-	  *)
lepton-eda-1.9.11/m4/libtool.m4:7065:	    case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/m4/libtool.m4-7066-	    *Sun\ C*)
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7071-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7073-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7136-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
lepton-eda-1.9.11/m4/libtool.m4:7137:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
lepton-eda-1.9.11/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'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7155-	    # to its proper name (with version) after linking.
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7157-
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7176-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7178-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7181-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/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~
lepton-eda-1.9.11/m4/libtool.m4-7184-                  echo "-hidden">> $lib.exp~
lepton-eda-1.9.11/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~
lepton-eda-1.9.11/m4/libtool.m4-7186-                  $RM $lib.exp'
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7200-	    # dependencies.
lepton-eda-1.9.11/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"'
lepton-eda-1.9.11/m4/libtool.m4-7202-	    ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7207-	        osf3*)
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7209-		  ;;
lepton-eda-1.9.11/m4/libtool.m4-7210-	        *)
lepton-eda-1.9.11/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'
lepton-eda-1.9.11/m4/libtool.m4-7212-		  ;;
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7460-  case @S|@2 in
lepton-eda-1.9.11/m4/libtool.m4:7461:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
lepton-eda-1.9.11/m4/libtool.m4:7462:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
lepton-eda-1.9.11/m4/libtool.m4-7463-  esac
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7549-
lepton-eda-1.9.11/m4/libtool.m4:7550:  for p in `eval "$output_verbose_link_cmd"`; do
lepton-eda-1.9.11/m4/libtool.m4-7551-    case $prev$p in
##############################################
lepton-eda-1.9.11/m4/libtool.m4-7653-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
lepton-eda-1.9.11/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!^ !!'`
lepton-eda-1.9.11/m4/libtool.m4-7655-fi
##############################################
lepton-eda-1.9.11/m4/libtool.m4-8273-    test 10 -lt "$lt_ac_count" && break
lepton-eda-1.9.11/m4/libtool.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
lepton-eda-1.9.11/m4/libtool.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-244-        dnl or AC_LIB_HAVE_LINKFLAGS call.
lepton-eda-1.9.11/m4/lib-link.m4:245:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lepton-eda-1.9.11/m4/lib-link.m4-246-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-319-                -L*)
lepton-eda-1.9.11/m4/lib-link.m4:320:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/m4/lib-link.m4-321-                  dnl First look for a shared library.
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-463-              */$acl_libdirstem | */$acl_libdirstem/)
lepton-eda-1.9.11/m4/lib-link.m4:464:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
lepton-eda-1.9.11/m4/lib-link.m4-465-                if test "$name" = '$1'; then
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-470-              */$acl_libdirstem2 | */$acl_libdirstem2/)
lepton-eda-1.9.11/m4/lib-link.m4:471:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
lepton-eda-1.9.11/m4/lib-link.m4-472-                if test "$name" = '$1'; then
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-526-                  -L*)
lepton-eda-1.9.11/m4/lib-link.m4:527:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/m4/lib-link.m4-528-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-578-                  -R*)
lepton-eda-1.9.11/m4/lib-link.m4:579:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lepton-eda-1.9.11/m4/lib-link.m4-580-                    if test "$enable_rpath" != no; then
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-608-                    dnl Handle this in the next round.
lepton-eda-1.9.11/m4/lib-link.m4:609:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lepton-eda-1.9.11/m4/lib-link.m4-610-                    ;;
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-614-                    dnl option.
lepton-eda-1.9.11/m4/lib-link.m4:615:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lepton-eda-1.9.11/m4/lib-link.m4-616-                    ;;
##############################################
lepton-eda-1.9.11/m4/lib-link.m4-727-            -L) next=yes ;;
lepton-eda-1.9.11/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
lepton-eda-1.9.11/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
lepton-eda-1.9.11/m4/ltsugar.m4-68-m4_define([lt_combine],
lepton-eda-1.9.11/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
lepton-eda-1.9.11/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
lepton-eda-1.9.11/m4/po.m4-47-changequote(,)dnl
lepton-eda-1.9.11/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
lepton-eda-1.9.11/m4/po.m4-54-changequote(,)dnl
lepton-eda-1.9.11/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
lepton-eda-1.9.11/m4/po.m4-73-changequote(,)dnl
lepton-eda-1.9.11/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
lepton-eda-1.9.11/m4/po.m4-98-      case "$ac_file" in
lepton-eda-1.9.11/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lepton-eda-1.9.11/m4/po.m4-100-      esac
##############################################
lepton-eda-1.9.11/m4/po.m4-103-        # Adjust a relative srcdir.
lepton-eda-1.9.11/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lepton-eda-1.9.11/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lepton-eda-1.9.11/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lepton-eda-1.9.11/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lepton-eda-1.9.11/m4/po.m4-110-        case "$ac_given_srcdir" in
lepton-eda-1.9.11/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lepton-eda-1.9.11/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lepton-eda-1.9.11/m4/po.m4-130-            fi
lepton-eda-1.9.11/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lepton-eda-1.9.11/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
lepton-eda-1.9.11/m4/po.m4-227-  # Adjust a relative srcdir.
lepton-eda-1.9.11/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lepton-eda-1.9.11/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lepton-eda-1.9.11/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lepton-eda-1.9.11/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lepton-eda-1.9.11/m4/po.m4-234-  case "$ac_given_srcdir" in
lepton-eda-1.9.11/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lepton-eda-1.9.11/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lepton-eda-1.9.11/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
lepton-eda-1.9.11/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
lepton-eda-1.9.11/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
lepton-eda-1.9.11/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
lepton-eda-1.9.11/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
lepton-eda-1.9.11/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lepton-eda-1.9.11/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
lepton-eda-1.9.11/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
lepton-eda-1.9.11/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
lepton-eda-1.9.11/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
lepton-eda-1.9.11/m4/po.m4-317-  fi
##############################################
lepton-eda-1.9.11/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
lepton-eda-1.9.11/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
lepton-eda-1.9.11/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
lepton-eda-1.9.11/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/'`
lepton-eda-1.9.11/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
lepton-eda-1.9.11/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
lepton-eda-1.9.11/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
lepton-eda-1.9.11/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
lepton-eda-1.9.11/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/'`
lepton-eda-1.9.11/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
lepton-eda-1.9.11/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
lepton-eda-1.9.11/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
lepton-eda-1.9.11/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
lepton-eda-1.9.11/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
lepton-eda-1.9.11/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/'`
lepton-eda-1.9.11/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
lepton-eda-1.9.11/m4/lepton-data-dirs.m4-33-  #
lepton-eda-1.9.11/m4/lepton-data-dirs.m4:34:    LEPTONDATADIR_expand=`eval "echo $LEPTONDATADIR" | sed -e"s:^NONE:$ac_default_prefix:"`
lepton-eda-1.9.11/m4/lepton-data-dirs.m4-35-    AC_DEFINE_UNQUOTED([LEPTONDATADIR], ["$LEPTONDATADIR_expand"],
##############################################
lepton-eda-1.9.11/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
lepton-eda-1.9.11/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
lepton-eda-1.9.11/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
lepton-eda-1.9.11/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lepton-eda-1.9.11/m4/lib-ld.m4-52-  *)
lepton-eda-1.9.11/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lepton-eda-1.9.11/m4/lib-ld.m4-54-  esac
##############################################
lepton-eda-1.9.11/m4/lib-ld.m4-59-      # Canonicalize the path of ld
lepton-eda-1.9.11/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
lepton-eda-1.9.11/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lepton-eda-1.9.11/m4/lib-ld.m4:62:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
lepton-eda-1.9.11/m4/lib-ld.m4-63-      done
##############################################
lepton-eda-1.9.11/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
lepton-eda-1.9.11/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
lepton-eda-1.9.11/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/m4/lib-prefix.m4-201-    *)
lepton-eda-1.9.11/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,^=,,'`
lepton-eda-1.9.11/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
lepton-eda-1.9.11/m4/lib-prefix.m4-211-                ;;
lepton-eda-1.9.11/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
lepton-eda-1.9.11/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
lepton-eda-1.9.11/m4/geda-git-version.m4-40-    AC_MSG_CHECKING([version from git repository])
lepton-eda-1.9.11/m4/geda-git-version.m4:41:    GIT_VERSION=`cd $srcdir && $GIT rev-parse HEAD 2>/dev/null`
lepton-eda-1.9.11/m4/geda-git-version.m4-42-    AC_MSG_RESULT([$GIT_VERSION])
##############################################
lepton-eda-1.9.11/m4/geda-git-version.m4-44-    AC_MSG_CHECKING([descriptive git version])
lepton-eda-1.9.11/m4/geda-git-version.m4:45:    GIT_DESCRIBE_VERSION=`cd $srcdir && $GIT describe 2>/dev/null`
lepton-eda-1.9.11/m4/geda-git-version.m4-46-    if test "$?" = "0"; then
##############################################
lepton-eda-1.9.11/m4/geda-guile.m4-33-  GUILE_MIN_VER=[$1]
lepton-eda-1.9.11/m4/geda-guile.m4:34:  GUILE_MIN_MAJOR=`echo ${GUILE_MIN_VER} | sed 's;\..*;;g'`
lepton-eda-1.9.11/m4/geda-guile.m4-35-  # the double brackets are to get past m4's expansion
lepton-eda-1.9.11/m4/geda-guile.m4:36:  GUILE_MIN_MINOR=`echo ${GUILE_MIN_VER} | sed -e 's;[[^\.]]*\.;;' -e 's;\..*;;g'`
lepton-eda-1.9.11/m4/geda-guile.m4:37:  GUILE_MIN_TEENY=`echo ${GUILE_MIN_VER} | sed -e 's;.*\.;;'`
lepton-eda-1.9.11/m4/geda-guile.m4-38-
##############################################
lepton-eda-1.9.11/m4/gettext.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
lepton-eda-1.9.11/m4/gettext.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
lepton-eda-1.9.11/m4/gettext.m4-251-      fi
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-88-.po.gmo:
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-150-	fi; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/libleptonattrib/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]*) \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-197-	  cd $(srcdir) \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-228-	for cat in $$catalogs; do \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-279-	for cat in $$catalogs; do \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-325-	for cat in $$catalogs; do \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-390-.nop.po-create:
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
lepton-eda-1.9.11/libleptonattrib/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; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-397-.nop.po-update:
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-404-	cd $(srcdir); \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/libleptonattrib/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-15-.insert-header.po-update-en:
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-18-	tmpdir=`pwd`; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-19-	echo "$$lang:"; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-22-	cd $(srcdir); \
lepton-eda-1.9.11/libleptonattrib/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 \
lepton-eda-1.9.11/libleptonattrib/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-50-  { \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-146-  esac
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-151-  esac;
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-454-	test -n "$(man1dir)" \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:455:	  && test -n "`echo $$list1$$list2`" \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-456-	  || exit 0; \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-511-	@list='$(dist_docsman_DATA)'; test -n "$(docsmandir)" || list=; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:512:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-513-	dir='$(DESTDIR)$(docsmandir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-524-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:525:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:526:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-527-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-538-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:539:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-540-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-694-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in:695:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.in-696-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.am-22-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.am:23:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/libleptonattrib/docs/Makefile.am-24-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-51-  { \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-53-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-127-CONFIG_CLEAN_VPATH_FILES =
lepton-eda-1.9.11/libleptonattrib/Makefile.in:128:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonattrib/Makefile.in-129-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:130:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-131-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-132-  esac;
lepton-eda-1.9.11/libleptonattrib/Makefile.in:133:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonattrib/Makefile.in-134-am__install_max = 40
lepton-eda-1.9.11/libleptonattrib/Makefile.in-135-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:136:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonattrib/Makefile.in-137-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-222-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:223:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-224-    if test "$$first" != "."; then \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-225-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:226:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:227:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-228-      else \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:229:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-230-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:231:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-232-        else \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-237-    fi; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:238:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-239-  done; \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-563-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:564:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-565-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-580-	dot_seen=no; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:581:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-582-	case "$@" in \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-643-GTAGS:
lepton-eda-1.9.11/libleptonattrib/Makefile.in:644:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-645-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-669-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/Makefile.in:670:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:671:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-672-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/Makefile.in-683-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/Makefile.in:684:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/Makefile.in-685-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-50-  { \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-145-  esac
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-150-  esac;
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-485-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:486:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-487-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-498-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-501-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-512-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in:513:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/data/Makefile.in-514-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-49-  { \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-415-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in:416:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in:417:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-418-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-429-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in:430:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/design/Makefile.in-431-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-50-  { \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-146-  esac
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-151-  esac;
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-483-	@list='$(libleptonattribinclude_HEADERS)'; test -n "$(libleptonattribincludedir)" || list=; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:484:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-485-	dir='$(DESTDIR)$(libleptonattribincludedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-516-GTAGS:
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:517:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-518-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-542-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:543:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:544:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-545-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-556-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in:557:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/include/Makefile.in-558-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-50-  { \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-126-CONFIG_CLEAN_VPATH_FILES =
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-128-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-130-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-131-  esac;
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-133-am__install_max = 40
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-134-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-136-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-624-.c.obj:
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:625:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-626-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-628-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:629:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-630-
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-638-libleptonattrib_la-attrib.lo: attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-attrib.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-attrib.Tpo -c -o libleptonattrib_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-640-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-attrib.Tpo $(DEPDIR)/libleptonattrib_la-attrib.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-642-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:643:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-644-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-645-libleptonattrib_la-f_export.lo: f_export.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:646:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-f_export.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-f_export.Tpo -c -o libleptonattrib_la-f_export.lo `test -f 'f_export.c' || echo '$(srcdir)/'`f_export.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-647-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-f_export.Tpo $(DEPDIR)/libleptonattrib_la-f_export.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-649-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:650:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-f_export.lo `test -f 'f_export.c' || echo '$(srcdir)/'`f_export.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-651-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-652-libleptonattrib_la-globals.lo: globals.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:653:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-globals.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-globals.Tpo -c -o libleptonattrib_la-globals.lo `test -f 'globals.c' || echo '$(srcdir)/'`globals.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-654-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-globals.Tpo $(DEPDIR)/libleptonattrib_la-globals.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-656-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:657:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-globals.lo `test -f 'globals.c' || echo '$(srcdir)/'`globals.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-658-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-659-libleptonattrib_la-gtkextra-marshal.lo: gtkextra-marshal.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:660:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-gtkextra-marshal.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-gtkextra-marshal.Tpo -c -o libleptonattrib_la-gtkextra-marshal.lo `test -f 'gtkextra-marshal.c' || echo '$(srcdir)/'`gtkextra-marshal.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-661-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-gtkextra-marshal.Tpo $(DEPDIR)/libleptonattrib_la-gtkextra-marshal.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-663-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:664:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-gtkextra-marshal.lo `test -f 'gtkextra-marshal.c' || echo '$(srcdir)/'`gtkextra-marshal.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-665-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-666-libleptonattrib_la-gtksheet_2_2.lo: gtksheet_2_2.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:667:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-gtksheet_2_2.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-gtksheet_2_2.Tpo -c -o libleptonattrib_la-gtksheet_2_2.lo `test -f 'gtksheet_2_2.c' || echo '$(srcdir)/'`gtksheet_2_2.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-668-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-gtksheet_2_2.Tpo $(DEPDIR)/libleptonattrib_la-gtksheet_2_2.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-670-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:671:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-gtksheet_2_2.lo `test -f 'gtksheet_2_2.c' || echo '$(srcdir)/'`gtksheet_2_2.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-672-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-673-libleptonattrib_la-listsort.lo: listsort.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:674:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-listsort.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-listsort.Tpo -c -o libleptonattrib_la-listsort.lo `test -f 'listsort.c' || echo '$(srcdir)/'`listsort.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-675-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-listsort.Tpo $(DEPDIR)/libleptonattrib_la-listsort.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-677-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:678:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-listsort.lo `test -f 'listsort.c' || echo '$(srcdir)/'`listsort.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-679-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-680-libleptonattrib_la-s_attrib.lo: s_attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:681:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_attrib.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_attrib.Tpo -c -o libleptonattrib_la-s_attrib.lo `test -f 's_attrib.c' || echo '$(srcdir)/'`s_attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-682-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_attrib.Tpo $(DEPDIR)/libleptonattrib_la-s_attrib.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-684-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:685:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_attrib.lo `test -f 's_attrib.c' || echo '$(srcdir)/'`s_attrib.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-686-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-687-libleptonattrib_la-s_misc.lo: s_misc.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:688:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_misc.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_misc.Tpo -c -o libleptonattrib_la-s_misc.lo `test -f 's_misc.c' || echo '$(srcdir)/'`s_misc.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-689-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_misc.Tpo $(DEPDIR)/libleptonattrib_la-s_misc.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-691-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:692:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_misc.lo `test -f 's_misc.c' || echo '$(srcdir)/'`s_misc.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-693-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-694-libleptonattrib_la-s_object.lo: s_object.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:695:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_object.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_object.Tpo -c -o libleptonattrib_la-s_object.lo `test -f 's_object.c' || echo '$(srcdir)/'`s_object.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-696-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_object.Tpo $(DEPDIR)/libleptonattrib_la-s_object.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-698-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:699:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_object.lo `test -f 's_object.c' || echo '$(srcdir)/'`s_object.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-700-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-701-libleptonattrib_la-s_sheet_data.lo: s_sheet_data.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:702:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_sheet_data.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_sheet_data.Tpo -c -o libleptonattrib_la-s_sheet_data.lo `test -f 's_sheet_data.c' || echo '$(srcdir)/'`s_sheet_data.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-703-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_sheet_data.Tpo $(DEPDIR)/libleptonattrib_la-s_sheet_data.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-705-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:706:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_sheet_data.lo `test -f 's_sheet_data.c' || echo '$(srcdir)/'`s_sheet_data.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-707-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-708-libleptonattrib_la-s_string_list.lo: s_string_list.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:709:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_string_list.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_string_list.Tpo -c -o libleptonattrib_la-s_string_list.lo `test -f 's_string_list.c' || echo '$(srcdir)/'`s_string_list.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-710-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_string_list.Tpo $(DEPDIR)/libleptonattrib_la-s_string_list.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-712-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:713:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_string_list.lo `test -f 's_string_list.c' || echo '$(srcdir)/'`s_string_list.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-714-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-715-libleptonattrib_la-s_table.lo: s_table.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:716:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_table.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_table.Tpo -c -o libleptonattrib_la-s_table.lo `test -f 's_table.c' || echo '$(srcdir)/'`s_table.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-717-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_table.Tpo $(DEPDIR)/libleptonattrib_la-s_table.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-719-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:720:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_table.lo `test -f 's_table.c' || echo '$(srcdir)/'`s_table.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-721-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-722-libleptonattrib_la-s_toplevel.lo: s_toplevel.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:723:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_toplevel.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_toplevel.Tpo -c -o libleptonattrib_la-s_toplevel.lo `test -f 's_toplevel.c' || echo '$(srcdir)/'`s_toplevel.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-724-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_toplevel.Tpo $(DEPDIR)/libleptonattrib_la-s_toplevel.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-726-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:727:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_toplevel.lo `test -f 's_toplevel.c' || echo '$(srcdir)/'`s_toplevel.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-728-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-729-libleptonattrib_la-s_visibility.lo: s_visibility.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:730:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-s_visibility.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-s_visibility.Tpo -c -o libleptonattrib_la-s_visibility.lo `test -f 's_visibility.c' || echo '$(srcdir)/'`s_visibility.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-731-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-s_visibility.Tpo $(DEPDIR)/libleptonattrib_la-s_visibility.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-733-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:734:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-s_visibility.lo `test -f 's_visibility.c' || echo '$(srcdir)/'`s_visibility.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-735-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-736-libleptonattrib_la-x_dialog.lo: x_dialog.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:737:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-x_dialog.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-x_dialog.Tpo -c -o libleptonattrib_la-x_dialog.lo `test -f 'x_dialog.c' || echo '$(srcdir)/'`x_dialog.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-738-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-x_dialog.Tpo $(DEPDIR)/libleptonattrib_la-x_dialog.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-740-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:741:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-x_dialog.lo `test -f 'x_dialog.c' || echo '$(srcdir)/'`x_dialog.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-742-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-743-libleptonattrib_la-x_fileselect.lo: x_fileselect.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:744:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-x_fileselect.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-x_fileselect.Tpo -c -o libleptonattrib_la-x_fileselect.lo `test -f 'x_fileselect.c' || echo '$(srcdir)/'`x_fileselect.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-745-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-x_fileselect.Tpo $(DEPDIR)/libleptonattrib_la-x_fileselect.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-747-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:748:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-x_fileselect.lo `test -f 'x_fileselect.c' || echo '$(srcdir)/'`x_fileselect.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-749-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-750-libleptonattrib_la-x_gtksheet.lo: x_gtksheet.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:751:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-x_gtksheet.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-x_gtksheet.Tpo -c -o libleptonattrib_la-x_gtksheet.lo `test -f 'x_gtksheet.c' || echo '$(srcdir)/'`x_gtksheet.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-752-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-x_gtksheet.Tpo $(DEPDIR)/libleptonattrib_la-x_gtksheet.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-754-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:755:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-x_gtksheet.lo `test -f 'x_gtksheet.c' || echo '$(srcdir)/'`x_gtksheet.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-756-
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-757-libleptonattrib_la-x_window.lo: x_window.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:758:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -MT libleptonattrib_la-x_window.lo -MD -MP -MF $(DEPDIR)/libleptonattrib_la-x_window.Tpo -c -o libleptonattrib_la-x_window.lo `test -f 'x_window.c' || echo '$(srcdir)/'`x_window.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-759-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libleptonattrib_la-x_window.Tpo $(DEPDIR)/libleptonattrib_la-x_window.Plo
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-761-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:762:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libleptonattrib_la_CPPFLAGS) $(CPPFLAGS) $(libleptonattrib_la_CFLAGS) $(CFLAGS) -c -o libleptonattrib_la-x_window.lo `test -f 'x_window.c' || echo '$(srcdir)/'`x_window.c
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-763-
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-799-GTAGS:
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:800:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-801-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-825-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:826:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:827:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-828-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-839-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in:840:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonattrib/src/Makefile.in-841-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
lepton-eda-1.9.11/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lepton-eda-1.9.11/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lepton-eda-1.9.11/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lepton-eda-1.9.11/aclocal.m4-181-        else 
lepton-eda-1.9.11/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lepton-eda-1.9.11/aclocal.m4-183-        fi
##############################################
lepton-eda-1.9.11/aclocal.m4-428-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lepton-eda-1.9.11/aclocal.m4:429:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lepton-eda-1.9.11/aclocal.m4-430-# and then we would define $MISSING as
##############################################
lepton-eda-1.9.11/aclocal.m4-443-# Expand $ac_aux_dir to an absolute path.
lepton-eda-1.9.11/aclocal.m4:444:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lepton-eda-1.9.11/aclocal.m4-445-])
##############################################
lepton-eda-1.9.11/aclocal.m4-541-  if test "$am_compiler_list" = ""; then
lepton-eda-1.9.11/aclocal.m4:542:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lepton-eda-1.9.11/aclocal.m4-543-  fi
##############################################
lepton-eda-1.9.11/aclocal.m4-694-    # Strip MF so we end up with the name of the file.
lepton-eda-1.9.11/aclocal.m4:695:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
lepton-eda-1.9.11/aclocal.m4-696-    # Check whether this is an Automake generated Makefile which includes
##############################################
lepton-eda-1.9.11/aclocal.m4-701-      || continue
lepton-eda-1.9.11/aclocal.m4:702:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
lepton-eda-1.9.11/aclocal.m4:703:    am_filepart=`AS_BASENAME(["$am_mf"])`
lepton-eda-1.9.11/aclocal.m4-704-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
lepton-eda-1.9.11/aclocal.m4-769-AC_REQUIRE([AC_PROG_INSTALL])dnl
lepton-eda-1.9.11/aclocal.m4:770:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lepton-eda-1.9.11/aclocal.m4-771-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lepton-eda-1.9.11/aclocal.m4-928-    * )
lepton-eda-1.9.11/aclocal.m4:929:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lepton-eda-1.9.11/aclocal.m4-930-  esac
lepton-eda-1.9.11/aclocal.m4-931-done
lepton-eda-1.9.11/aclocal.m4:932:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lepton-eda-1.9.11/aclocal.m4-933-
##############################################
lepton-eda-1.9.11/aclocal.m4-1234-     echo "timestamp, slept: $am_has_slept" > conftest.file
lepton-eda-1.9.11/aclocal.m4:1235:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lepton-eda-1.9.11/aclocal.m4-1236-     if test "$[*]" = "X"; then
lepton-eda-1.9.11/aclocal.m4-1237-	# -L didn't work.
lepton-eda-1.9.11/aclocal.m4:1238:	set X `ls -t "$srcdir/configure" conftest.file`
lepton-eda-1.9.11/aclocal.m4-1239-     fi
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-50-  { \
lepton-eda-1.9.11/netlist/docs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-154-  esac
lepton-eda-1.9.11/netlist/docs/Makefile.in:155:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/netlist/docs/Makefile.in-156-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/netlist/docs/Makefile.in:157:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-158-    *) f=$$p;; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-159-  esac;
lepton-eda-1.9.11/netlist/docs/Makefile.in:160:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/netlist/docs/Makefile.in-161-am__install_max = 40
lepton-eda-1.9.11/netlist/docs/Makefile.in-162-am__nobase_strip_setup = \
lepton-eda-1.9.11/netlist/docs/Makefile.in:163:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/netlist/docs/Makefile.in-164-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-224-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/docs/Makefile.in:225:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-226-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/docs/Makefile.in-227-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/docs/Makefile.in:228:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:229:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-230-      else \
lepton-eda-1.9.11/netlist/docs/Makefile.in:231:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-232-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/docs/Makefile.in:233:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-234-        else \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-239-    fi; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:240:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-241-  done; \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-520-	test -n "$(man1dir)" \
lepton-eda-1.9.11/netlist/docs/Makefile.in:521:	  && test -n "`echo $$list1$$list2`" \
lepton-eda-1.9.11/netlist/docs/Makefile.in-522-	  || exit 0; \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-577-	@list='$(dist_docsreadme_DATA)'; test -n "$(docsreadmedir)" || list=; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:578:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-579-	dir='$(DESTDIR)$(docsreadmedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-598-	@list='$(docsman_DATA)'; test -n "$(docsmandir)" || list=; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:599:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-600-	dir='$(DESTDIR)$(docsmandir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-615-	dot_seen=no; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:616:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-617-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-678-GTAGS:
lepton-eda-1.9.11/netlist/docs/Makefile.in:679:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/docs/Makefile.in-680-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-704-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/docs/Makefile.in:705:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:706:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-707-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-718-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/docs/Makefile.in:719:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-720-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.in-893-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/netlist/docs/Makefile.in:894:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.in-895-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/netlist/docs/Makefile.am-17-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/netlist/docs/Makefile.am:18:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/netlist/docs/Makefile.am-19-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-50-  { \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-145-  esac
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-150-  esac;
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-457-	@list='$(docsreadme_DATA)'; test -n "$(docsreadmedir)" || list=; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:458:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-459-	dir='$(DESTDIR)$(docsreadmedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-470-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:471:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:472:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-473-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-484-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in:485:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/docs/vams/Makefile.in-486-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-480-	dot_seen=no; \
lepton-eda-1.9.11/netlist/Makefile.in:481:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/Makefile.in-482-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-543-GTAGS:
lepton-eda-1.9.11/netlist/Makefile.in:544:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/Makefile.in-545-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-569-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/Makefile.in-583-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-50-  { \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-145-  esac
lepton-eda-1.9.11/netlist/scheme/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/netlist/scheme/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-150-  esac;
lepton-eda-1.9.11/netlist/scheme/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/netlist/scheme/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/netlist/scheme/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/netlist/scheme/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-445-BUILT_SCM = backend/gnet-gsch2pcb.scm
lepton-eda-1.9.11/netlist/scheme/Makefile.in:446:SETVBUF_MODE = `$(GUILE) -c '(display (if (string= (minor-version) "0") "_IONBF" (quote (quote none))))'`
lepton-eda-1.9.11/netlist/scheme/Makefile.in-447-CLEANFILES = backend/gnet-gsch2pcb.scm config-netlist.scm
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-504-	@list='$(gafrcd_DATA)'; test -n "$(gafrcddir)" || list=; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:505:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-506-	dir='$(DESTDIR)$(gafrcddir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-528-	@list='$(nobase_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:529:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-530-	dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-541-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/scheme/Makefile.in:542:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:543:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-544-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.in-555-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/scheme/Makefile.in:556:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/scheme/Makefile.in-557-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm-310-                          (list-n2         (cadr (cadr listed)))
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm:311:                          (list-increasing (caddr (cadr listed)))
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm-312-                          (list-sure       (cadddr (cadr listed)))
##############################################
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm-317-                          (n2              (cadr (cadr parsed)))
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm:318:                          (increasing      (caddr (cadr parsed)))
lepton-eda-1.9.11/netlist/scheme/backend/gnet-verilog.scm-319-                          (sure            (cadddr (cadr parsed)))
##############################################
lepton-eda-1.9.11/netlist/scheme/Makefile.am-63-
lepton-eda-1.9.11/netlist/scheme/Makefile.am:64:SETVBUF_MODE = `$(GUILE) -c '(display (if (string= (minor-version) "0") "_IONBF" (quote (quote none))))'`
lepton-eda-1.9.11/netlist/scheme/Makefile.am-65-
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-480-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/Makefile.in:481:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-482-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-543-GTAGS:
lepton-eda-1.9.11/netlist/examples/Makefile.in:544:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/Makefile.in-545-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-569-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/Makefile.in-583-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-417-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-431-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/switcap/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/verilog/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-415-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in:416:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in:417:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-418-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-429-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in:430:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/verilog_modules/Makefile.in-431-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-485-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:486:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-487-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-548-GTAGS:
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:549:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-550-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-574-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:575:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:576:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-577-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-588-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in:589:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/verilog/T_FF_example/Makefile.in-590-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-461-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in:462:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in:463:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-464-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-475-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in:476:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/spice-noqsi/Makefile.in-477-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/analog/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-417-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-431-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/analog/bandpass/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-424-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-438-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/analog/varactor_osc/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-423-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in:424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in:425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-426-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-437-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in:438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/analog/voltage_doubler/Makefile.in-439-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-499-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:500:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-501-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-562-GTAGS:
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:563:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-564-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-588-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:589:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:590:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-591-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-602-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in:603:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/vams/Makefile.in-604-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-417-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-431-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/new-vhdl/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-195-      else \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-204-    fi; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-424-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in:425:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in:426:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-427-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-438-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in:439:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/examples/vams/vhdl/basic-vhdl/Makefile.in-440-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-49-  { \
lepton-eda-1.9.11/netlist/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-168-}
lepton-eda-1.9.11/netlist/tests/Makefile.in:169:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/netlist/tests/Makefile.in-170-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/netlist/tests/Makefile.in:171:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-172-    *) f=$$p;; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-173-  esac;
lepton-eda-1.9.11/netlist/tests/Makefile.in:174:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/netlist/tests/Makefile.in-175-am__install_max = 40
lepton-eda-1.9.11/netlist/tests/Makefile.in-176-am__nobase_strip_setup = \
lepton-eda-1.9.11/netlist/tests/Makefile.in:177:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/netlist/tests/Makefile.in-178-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-296-case "$@" in						\
lepton-eda-1.9.11/netlist/tests/Makefile.in:297:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
lepton-eda-1.9.11/netlist/tests/Makefile.in-298-    *) am__odir=.;; 					\
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-326-  bases='$(TEST_LOGS)'; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:327:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:328:  bases=`echo $$bases`
lepton-eda-1.9.11/netlist/tests/Makefile.in-329-RECHECK_LOGS = $(TEST_LOGS)
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-342-        */*) b='$*';; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:343:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-344-       esac;; \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1139-	if test -n "$$redo_bases"; then \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1140:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1141:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1142-	  if $(am__make_dryrun); then :; else \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1164-	ws='[ 	]'; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1165:	results=`for b in $$bases; do echo $$b.trs; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1166-	test -n "$$results" || results=/dev/null; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1167:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1168:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1169:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1170:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1171:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1172:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1173:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1174:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1175-	  success=true; \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1243-	@set +e; $(am__set_TESTS_bases); \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1244:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1245:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1246:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1247-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1253-	         | $(am__list_recheck_tests)` || exit 1; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1254:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1255:	log_list=`echo $$log_list`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1256-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1278-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/netlist/tests/Makefile.in:1279:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1280:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1281-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/netlist/tests/Makefile.in-1292-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/netlist/tests/Makefile.in:1293:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/netlist/tests/Makefile.in-1294-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/netlist/tests/run-test-3-ref="$1"
lepton-eda-1.9.11/netlist/tests/run-test:4:tmp="`echo "$1" | sed -e 's:.*/tests/::' -e 's:\\.out$::' -e 's:\\./::'`"
lepton-eda-1.9.11/netlist/tests/run-test:5:stem="`echo "${tmp}" | sed -E -e 's:-spice-.*:@@@:' -e 's:-vams-.*:@@@:' -e 's:(-[^-@]*|@@@)$::'`"
lepton-eda-1.9.11/netlist/tests/run-test:6:backend="`echo "${tmp}" | sed -e "s:^${stem}-::"`"
lepton-eda-1.9.11/netlist/tests/run-test-7-
##############################################
lepton-eda-1.9.11/Makefile.am-49-	@date_ver=$(DATE_VERSION); dotted_ver=$(DOTTED_VERSION); \
lepton-eda-1.9.11/Makefile.am:50:	git_commit=`cd $(srcdir) && $(GIT) rev-parse HEAD`; \
lepton-eda-1.9.11/Makefile.am-51-	sed -e"s:^.*\(PACKAGE_DATE_VERSION\).*$$:#define \1 \"$$date_ver\":" \
##############################################
lepton-eda-1.9.11/Makefile.am-63-	@last_version=`if test -f stamp-git; then cat stamp-git; else :; fi`; \
lepton-eda-1.9.11/Makefile.am:64:	now_version=`cd $(srcdir) && $(GIT) rev-parse HEAD`; \
lepton-eda-1.9.11/Makefile.am-65-	if test "X$$now_version" != "X$$last_version"; then \
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-52-  { \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-54-  }; \
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-130-CONFIG_CLEAN_VPATH_FILES =
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-132-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-134-    *) f=$$p;; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-135-  esac;
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-137-am__install_max = 40
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-138-am__nobase_strip_setup = \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-140-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-582-.c.obj:
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:583:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-584-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-586-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:587:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-588-
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-619-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:620:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-621-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-640-	@list='$(libleptonrendererinclude_HEADERS)'; test -n "$(libleptonrendererincludedir)" || list=; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:641:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-642-	dir='$(DESTDIR)$(libleptonrendererincludedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-673-GTAGS:
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:674:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-675-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-699-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:700:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:701:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-702-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-713-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in:714:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/libleptonrenderer/Makefile.in-715-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-50-  { \
lepton-eda-1.9.11/utils/docs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-146-  esac
lepton-eda-1.9.11/utils/docs/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/utils/docs/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/utils/docs/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/utils/docs/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/utils/docs/Makefile.in-151-  esac;
lepton-eda-1.9.11/utils/docs/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/utils/docs/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/utils/docs/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/utils/docs/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/utils/docs/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-493-	test -n "$(man1dir)" \
lepton-eda-1.9.11/utils/docs/Makefile.in:494:	  && test -n "`echo $$list1$$list2`" \
lepton-eda-1.9.11/utils/docs/Makefile.in-495-	  || exit 0; \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-550-	@list='$(dist_docsman_DATA)'; test -n "$(docsmandir)" || list=; \
lepton-eda-1.9.11/utils/docs/Makefile.in:551:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-552-	dir='$(DESTDIR)$(docsmandir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-571-	@list='$(docsreadme_DATA)'; test -n "$(docsreadmedir)" || list=; \
lepton-eda-1.9.11/utils/docs/Makefile.in:572:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-573-	dir='$(DESTDIR)$(docsreadmedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-584-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/docs/Makefile.in:585:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/docs/Makefile.in:586:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-587-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-598-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/docs/Makefile.in:599:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-600-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.in-753-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/utils/docs/Makefile.in:754:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/utils/docs/Makefile.in-755-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/utils/docs/Makefile.am-56-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/utils/docs/Makefile.am:57:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/utils/docs/Makefile.am-58-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/utils/scripts/Makefile.in-50-  { \
lepton-eda-1.9.11/utils/scripts/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/scripts/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/utils/scripts/Makefile.in-126-CONFIG_CLEAN_VPATH_FILES =
lepton-eda-1.9.11/utils/scripts/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/utils/scripts/Makefile.in-128-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/utils/scripts/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/utils/scripts/Makefile.in-130-    *) f=$$p;; \
lepton-eda-1.9.11/utils/scripts/Makefile.in-131-  esac;
lepton-eda-1.9.11/utils/scripts/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/utils/scripts/Makefile.in-133-am__install_max = 40
lepton-eda-1.9.11/utils/scripts/Makefile.in-134-am__nobase_strip_setup = \
lepton-eda-1.9.11/utils/scripts/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/utils/scripts/Makefile.in-136-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/utils/scripts/Makefile.in-516-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/scripts/Makefile.in:517:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/scripts/Makefile.in:518:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/scripts/Makefile.in-519-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/scripts/Makefile.in-530-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/scripts/Makefile.in:531:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/scripts/Makefile.in-532-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/scripts/lepton-schdiff-61-#In case the script was invoked with extra option arguments, throw them away
lepton-eda-1.9.11/utils/scripts/lepton-schdiff:62:shift `expr $# - 2`
lepton-eda-1.9.11/utils/scripts/lepton-schdiff-63-
##############################################
lepton-eda-1.9.11/utils/scripts/lepton-pcb_backannotate-151-    else {
lepton-eda-1.9.11/utils/scripts/lepton-pcb_backannotate:152:      system("mv $outfname $fname[$i]");
lepton-eda-1.9.11/utils/scripts/lepton-pcb_backannotate-153-    }
##############################################
lepton-eda-1.9.11/utils/scripts/lepton-refdes_renum-286-    else {
lepton-eda-1.9.11/utils/scripts/lepton-refdes_renum:287:	system("mv $outfname $fname[$i]");
lepton-eda-1.9.11/utils/scripts/lepton-refdes_renum-288-    }
##############################################
lepton-eda-1.9.11/utils/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/utils/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/utils/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/utils/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/utils/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/utils/Makefile.in-195-      else \
lepton-eda-1.9.11/utils/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/utils/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-204-    fi; \
lepton-eda-1.9.11/utils/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-489-	dot_seen=no; \
lepton-eda-1.9.11/utils/Makefile.in:490:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/utils/Makefile.in-491-	case "$@" in \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-552-GTAGS:
lepton-eda-1.9.11/utils/Makefile.in:553:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/utils/Makefile.in-554-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-578-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/Makefile.in:579:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/Makefile.in:580:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/Makefile.in-581-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/Makefile.in-592-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/Makefile.in:593:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/Makefile.in-594-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-415-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in:416:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in:417:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-418-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-429-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in:430:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/examples/gsch2pcb/Makefile.in-431-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/examples/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/utils/examples/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/utils/examples/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/utils/examples/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/utils/examples/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-195-      else \
lepton-eda-1.9.11/utils/examples/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/utils/examples/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-204-    fi; \
lepton-eda-1.9.11/utils/examples/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/utils/examples/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/utils/examples/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/utils/examples/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/examples/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/examples/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/examples/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/examples/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-417-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-431-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/examples/gmk_sym/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-417-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in:418:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in:419:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-420-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-431-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in:432:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/examples/tragesym/Makefile.in-433-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/utils/tests/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/utils/tests/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/utils/tests/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/utils/tests/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-195-      else \
lepton-eda-1.9.11/utils/tests/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/utils/tests/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-204-    fi; \
lepton-eda-1.9.11/utils/tests/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/utils/tests/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/utils/tests/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/utils/tests/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/tests/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/tests/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/tests/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/tests/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-195-      else \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-204-    fi; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-481-	dot_seen=no; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:482:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-483-	case "$@" in \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-544-GTAGS:
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:545:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-546-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-570-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:571:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:572:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-573-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-584-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in:585:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/Makefile.in-586-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-90-srcdir=${srcdir:-$here}
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:91:srcdir=`cd $srcdir && pwd`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-92-
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-93-top_srcdir=${top_srcdir:-$here/../..}
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:94:top_srcdir=`cd $top_srcdir && pwd`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-95-
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-118-if test -z "$1" ; then
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:119:    all_tests=`awk 'BEGIN{FS="|"} /^#/{next} /^[ \t]*$/{next} {print $1}' $TESTLIST | sed 's; ;;g'`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-120-else
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-139-    # strip any leading garbage
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:140:    t=`echo $t | sed 's;^\*;;g'`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-141-
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-143-    # arguments to feed lepton-refdes_renum
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:144:    files=`grep "^[ \t]*${t}[ \t]*|" $TESTLIST | awk 'BEGIN{FS="|"} {print $2}'`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:145:    args=`grep "^[ \t]*${t}[ \t]*|" $TESTLIST | awk 'BEGIN{FS="|"} {print $3}'`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:146:    code=`grep "^[ \t]*${t}[ \t]*|" $TESTLIST | awk 'BEGIN{FS="|"} {print $4}'`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-147-    if test "X$code" = "X" ; then
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-151-
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:152:    tot=`expr $tot + 1`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-153-
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-174-	echo "FAILED:  lepton-refdes_renum returned $rc which did not match the expected $code"
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:175:	fail=`expr $fail + 1`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-176-	continue
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-193-		echo "FAILED:  See diff -w ${ref} ${out}"
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:194:		fail=`expr $fail + 1`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-195-		bad=1
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-207-    fi
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:208:    pass=`expr $pass + $good`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:209:    fail=`expr $fail + $bad`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:210:    skip=`expr $skip + $soso`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-211-
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-222-if test $pass -ne $tot ; then
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh:223:    rc=`expr $tot - $pass`
lepton-eda-1.9.11/utils/tests/refdes_renum/run_tests.sh-224-
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-49-  { \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-425-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in:426:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in:427:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-428-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-439-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in:440:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/inputs/Makefile.in-441-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-51-  { \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-53-  }; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-453-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-467-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/tests/refdes_renum/outputs/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-50-  { \
lepton-eda-1.9.11/utils/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/utils/src/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-520-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/utils/src/Makefile.in:521:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/utils/src/Makefile.in-522-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-555-.c.obj:
lepton-eda-1.9.11/utils/src/Makefile.in:556:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/utils/src/Makefile.in-557-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-559-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/utils/src/Makefile.in:560:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/utils/src/Makefile.in-561-
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-569-lepton_sch2pcb-lepton-sch2pcb.o: lepton-sch2pcb.c
lepton-eda-1.9.11/utils/src/Makefile.in:570:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_sch2pcb_CPPFLAGS) $(CPPFLAGS) $(lepton_sch2pcb_CFLAGS) $(CFLAGS) -MT lepton_sch2pcb-lepton-sch2pcb.o -MD -MP -MF $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Tpo -c -o lepton_sch2pcb-lepton-sch2pcb.o `test -f 'lepton-sch2pcb.c' || echo '$(srcdir)/'`lepton-sch2pcb.c
lepton-eda-1.9.11/utils/src/Makefile.in-571-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Tpo $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Po
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-573-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/utils/src/Makefile.in:574:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_sch2pcb_CPPFLAGS) $(CPPFLAGS) $(lepton_sch2pcb_CFLAGS) $(CFLAGS) -c -o lepton_sch2pcb-lepton-sch2pcb.o `test -f 'lepton-sch2pcb.c' || echo '$(srcdir)/'`lepton-sch2pcb.c
lepton-eda-1.9.11/utils/src/Makefile.in-575-
lepton-eda-1.9.11/utils/src/Makefile.in-576-lepton_sch2pcb-lepton-sch2pcb.obj: lepton-sch2pcb.c
lepton-eda-1.9.11/utils/src/Makefile.in:577:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_sch2pcb_CPPFLAGS) $(CPPFLAGS) $(lepton_sch2pcb_CFLAGS) $(CFLAGS) -MT lepton_sch2pcb-lepton-sch2pcb.obj -MD -MP -MF $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Tpo -c -o lepton_sch2pcb-lepton-sch2pcb.obj `if test -f 'lepton-sch2pcb.c'; then $(CYGPATH_W) 'lepton-sch2pcb.c'; else $(CYGPATH_W) '$(srcdir)/lepton-sch2pcb.c'; fi`
lepton-eda-1.9.11/utils/src/Makefile.in-578-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Tpo $(DEPDIR)/lepton_sch2pcb-lepton-sch2pcb.Po
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-580-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/utils/src/Makefile.in:581:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_sch2pcb_CPPFLAGS) $(CPPFLAGS) $(lepton_sch2pcb_CFLAGS) $(CFLAGS) -c -o lepton_sch2pcb-lepton-sch2pcb.obj `if test -f 'lepton-sch2pcb.c'; then $(CYGPATH_W) 'lepton-sch2pcb.c'; else $(CYGPATH_W) '$(srcdir)/lepton-sch2pcb.c'; fi`
lepton-eda-1.9.11/utils/src/Makefile.in-582-
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-618-GTAGS:
lepton-eda-1.9.11/utils/src/Makefile.in:619:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/utils/src/Makefile.in-620-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-644-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/utils/src/Makefile.in:645:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/src/Makefile.in:646:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/utils/src/Makefile.in-647-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/utils/src/Makefile.in-658-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/utils/src/Makefile.in:659:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/utils/src/Makefile.in-660-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lepton-eda-1.9.11/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lepton-eda-1.9.11/configure-47-  as_echo='print -r --'
lepton-eda-1.9.11/configure-48-  as_echo_n='print -rn --'
lepton-eda-1.9.11/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lepton-eda-1.9.11/configure-50-  as_echo='printf %s\n'
##############################################
lepton-eda-1.9.11/configure-52-else
lepton-eda-1.9.11/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lepton-eda-1.9.11/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lepton-eda-1.9.11/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lepton-eda-1.9.11/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lepton-eda-1.9.11/configure-64-      esac;
##############################################
lepton-eda-1.9.11/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lepton-eda-1.9.11/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lepton-eda-1.9.11/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
lepton-eda-1.9.11/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
lepton-eda-1.9.11/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
lepton-eda-1.9.11/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
lepton-eda-1.9.11/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
lepton-eda-1.9.11/configure-335-      case $as_dir in #(
lepton-eda-1.9.11/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lepton-eda-1.9.11/configure-337-      *) as_qdir=$as_dir;;
##############################################
lepton-eda-1.9.11/configure-408-  {
lepton-eda-1.9.11/configure:409:    as_val=`expr "$@" || test $? -eq 1`
lepton-eda-1.9.11/configure-410-  }
##############################################
lepton-eda-1.9.11/configure-415-# ----------------------------------------
lepton-eda-1.9.11/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lepton-eda-1.9.11/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lepton-eda-1.9.11/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lepton-eda-1.9.11/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lepton-eda-1.9.11/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lepton-eda-1.9.11/configure-1015-  case $ac_option in
lepton-eda-1.9.11/configure:1016:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lepton-eda-1.9.11/configure-1017-  *=)   ac_optarg= ;;
##############################################
lepton-eda-1.9.11/configure-1059-  -disable-* | --disable-*)
lepton-eda-1.9.11/configure:1060:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lepton-eda-1.9.11/configure-1061-    # Reject names that are not valid shell variable names.
##############################################
lepton-eda-1.9.11/configure-1064-    ac_useropt_orig=$ac_useropt
lepton-eda-1.9.11/configure:1065:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lepton-eda-1.9.11/configure-1066-    case $ac_user_opts in
##############################################
lepton-eda-1.9.11/configure-1085-  -enable-* | --enable-*)
lepton-eda-1.9.11/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lepton-eda-1.9.11/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
lepton-eda-1.9.11/configure-1090-    ac_useropt_orig=$ac_useropt
lepton-eda-1.9.11/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lepton-eda-1.9.11/configure-1092-    case $ac_user_opts in
##############################################
lepton-eda-1.9.11/configure-1298-  -with-* | --with-*)
lepton-eda-1.9.11/configure:1299:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lepton-eda-1.9.11/configure-1300-    # Reject names that are not valid shell variable names.
##############################################
lepton-eda-1.9.11/configure-1303-    ac_useropt_orig=$ac_useropt
lepton-eda-1.9.11/configure:1304:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lepton-eda-1.9.11/configure-1305-    case $ac_user_opts in
##############################################
lepton-eda-1.9.11/configure-1314-  -without-* | --without-*)
lepton-eda-1.9.11/configure:1315:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lepton-eda-1.9.11/configure-1316-    # Reject names that are not valid shell variable names.
##############################################
lepton-eda-1.9.11/configure-1319-    ac_useropt_orig=$ac_useropt
lepton-eda-1.9.11/configure:1320:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lepton-eda-1.9.11/configure-1321-    case $ac_user_opts in
##############################################
lepton-eda-1.9.11/configure-1352-  *=*)
lepton-eda-1.9.11/configure:1353:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lepton-eda-1.9.11/configure-1354-    # Reject names that are not valid shell variable names.
##############################################
lepton-eda-1.9.11/configure-1373-if test -n "$ac_prev"; then
lepton-eda-1.9.11/configure:1374:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lepton-eda-1.9.11/configure-1375-  as_fn_error $? "missing argument to $ac_option"
##############################################
lepton-eda-1.9.11/configure-1395-    */ )
lepton-eda-1.9.11/configure:1396:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lepton-eda-1.9.11/configure-1397-      eval $ac_var=\$ac_val;;
##############################################
lepton-eda-1.9.11/configure-1430-ac_ls_di=`ls -di .` &&
lepton-eda-1.9.11/configure:1431:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lepton-eda-1.9.11/configure-1432-  as_fn_error $? "working directory cannot be determined"
##############################################
lepton-eda-1.9.11/configure-1486-case $srcdir in
lepton-eda-1.9.11/configure:1487:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lepton-eda-1.9.11/configure-1488-esac
##############################################
lepton-eda-1.9.11/configure-1529-By default, \`make install' will install all the files in
lepton-eda-1.9.11/configure:1530:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lepton-eda-1.9.11/configure:1531:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lepton-eda-1.9.11/configure-1532-for instance \`--prefix=\$HOME'.
##############################################
lepton-eda-1.9.11/configure-1718-*)
lepton-eda-1.9.11/configure:1719:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lepton-eda-1.9.11/configure-1720-  # A ".." for each directory in $ac_dir_suffix.
lepton-eda-1.9.11/configure:1721:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lepton-eda-1.9.11/configure-1722-  case $ac_top_builddir_sub in
##############################################
lepton-eda-1.9.11/configure-2327-    *\'*)
lepton-eda-1.9.11/configure:2328:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lepton-eda-1.9.11/configure-2329-    esac
##############################################
lepton-eda-1.9.11/configure-2410-      case $ac_val in
lepton-eda-1.9.11/configure:2411:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lepton-eda-1.9.11/configure-2412-      esac
##############################################
lepton-eda-1.9.11/configure-2425-	case $ac_val in
lepton-eda-1.9.11/configure:2426:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lepton-eda-1.9.11/configure-2427-	esac
##############################################
lepton-eda-1.9.11/configure-2546-    set,)
lepton-eda-1.9.11/configure:2547:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lepton-eda-1.9.11/configure:2548:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lepton-eda-1.9.11/configure-2549-      ac_cache_corrupted=: ;;
##############################################
lepton-eda-1.9.11/configure-2557-	# differences in whitespace do not lead to failure.
lepton-eda-1.9.11/configure:2558:	ac_old_val_w=`echo x $ac_old_val`
lepton-eda-1.9.11/configure:2559:	ac_new_val_w=`echo x $ac_new_val`
lepton-eda-1.9.11/configure-2560-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lepton-eda-1.9.11/configure-2577-    case $ac_new_val in
lepton-eda-1.9.11/configure:2578:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lepton-eda-1.9.11/configure-2579-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lepton-eda-1.9.11/configure-2759-     echo "timestamp, slept: $am_has_slept" > conftest.file
lepton-eda-1.9.11/configure:2760:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lepton-eda-1.9.11/configure-2761-     if test "$*" = "X"; then
lepton-eda-1.9.11/configure-2762-	# -L didn't work.
lepton-eda-1.9.11/configure:2763:	set X `ls -t "$srcdir/configure" conftest.file`
lepton-eda-1.9.11/configure-2764-     fi
##############################################
lepton-eda-1.9.11/configure-2810-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lepton-eda-1.9.11/configure:2811:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lepton-eda-1.9.11/configure-2812-
lepton-eda-1.9.11/configure-2813-# Expand $ac_aux_dir to an absolute path.
lepton-eda-1.9.11/configure:2814:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lepton-eda-1.9.11/configure-2815-
##############################################
lepton-eda-1.9.11/configure-2955-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lepton-eda-1.9.11/configure:2956:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lepton-eda-1.9.11/configure-2957-	     'mkdir (GNU coreutils) '* | \
##############################################
lepton-eda-1.9.11/configure-3028-set x ${MAKE-make}
lepton-eda-1.9.11/configure:3029:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lepton-eda-1.9.11/configure-3030-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lepton-eda-1.9.11/configure-3038-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lepton-eda-1.9.11/configure:3039:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lepton-eda-1.9.11/configure-3040-  *@@@%%%=?*=@@@%%%*)
##############################################
lepton-eda-1.9.11/configure-3104-
lepton-eda-1.9.11/configure:3105:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lepton-eda-1.9.11/configure-3106-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lepton-eda-1.9.11/configure-3668-$as_echo_n "checking whether the C compiler works... " >&6; }
lepton-eda-1.9.11/configure:3669:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lepton-eda-1.9.11/configure-3670-
##############################################
lepton-eda-1.9.11/configure-3712-	then :; else
lepton-eda-1.9.11/configure:3713:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lepton-eda-1.9.11/configure-3714-	fi
##############################################
lepton-eda-1.9.11/configure-3772-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lepton-eda-1.9.11/configure:3773:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lepton-eda-1.9.11/configure-3774-	  break;;
##############################################
lepton-eda-1.9.11/configure-3881-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lepton-eda-1.9.11/configure:3882:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lepton-eda-1.9.11/configure-3883-       break;;
##############################################
lepton-eda-1.9.11/configure-4199-  if test "$am_compiler_list" = ""; then
lepton-eda-1.9.11/configure:4200:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lepton-eda-1.9.11/configure-4201-  fi
##############################################
lepton-eda-1.9.11/configure-4456-  # Check for GNU $ac_path_GREP
lepton-eda-1.9.11/configure:4457:case `"$ac_path_GREP" --version 2>&1` in
lepton-eda-1.9.11/configure-4458-*GNU*)
##############################################
lepton-eda-1.9.11/configure-4522-  # Check for GNU $ac_path_EGREP
lepton-eda-1.9.11/configure:4523:case `"$ac_path_EGREP" --version 2>&1` in
lepton-eda-1.9.11/configure-4524-*GNU*)
##############################################
lepton-eda-1.9.11/configure-4683-do :
lepton-eda-1.9.11/configure:4684:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lepton-eda-1.9.11/configure-4685-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lepton-eda-1.9.11/configure-4688-  cat >>confdefs.h <<_ACEOF
lepton-eda-1.9.11/configure:4689:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lepton-eda-1.9.11/configure-4690-_ACEOF
##############################################
lepton-eda-1.9.11/configure-4837-$as_echo_n "checking version from git repository... " >&6; }
lepton-eda-1.9.11/configure:4838:    GIT_VERSION=`cd $srcdir && $GIT rev-parse HEAD 2>/dev/null`
lepton-eda-1.9.11/configure-4839-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIT_VERSION" >&5
##############################################
lepton-eda-1.9.11/configure-4843-$as_echo_n "checking descriptive git version... " >&6; }
lepton-eda-1.9.11/configure:4844:    GIT_DESCRIBE_VERSION=`cd $srcdir && $GIT describe 2>/dev/null`
lepton-eda-1.9.11/configure-4845-    if test "$?" = "0"; then
##############################################
lepton-eda-1.9.11/configure-4915-test "x$ac_build_alias" = x &&
lepton-eda-1.9.11/configure:4916:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lepton-eda-1.9.11/configure-4917-test "x$ac_build_alias" = x &&
lepton-eda-1.9.11/configure-4918-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lepton-eda-1.9.11/configure:4919:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lepton-eda-1.9.11/configure-4920-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lepton-eda-1.9.11/configure-4939-IFS=$ac_save_IFS
lepton-eda-1.9.11/configure:4940:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lepton-eda-1.9.11/configure-4941-
##############################################
lepton-eda-1.9.11/configure-4950-else
lepton-eda-1.9.11/configure:4951:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lepton-eda-1.9.11/configure-4952-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lepton-eda-1.9.11/configure-4972-IFS=$ac_save_IFS
lepton-eda-1.9.11/configure:4973:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lepton-eda-1.9.11/configure-4974-
##############################################
lepton-eda-1.9.11/configure-5698-  if test "$am_compiler_list" = ""; then
lepton-eda-1.9.11/configure:5699:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lepton-eda-1.9.11/configure-5700-  fi
##############################################
lepton-eda-1.9.11/configure-6083-  if test "$am_compiler_list" = ""; then
lepton-eda-1.9.11/configure:6084:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lepton-eda-1.9.11/configure-6085-  fi
##############################################
lepton-eda-1.9.11/configure-6874-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lepton-eda-1.9.11/configure:6875:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lepton-eda-1.9.11/configure-6876-  ECHO='print -r --'
lepton-eda-1.9.11/configure:6877:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lepton-eda-1.9.11/configure-6878-  ECHO='printf %s\n'
##############################################
lepton-eda-1.9.11/configure-6943-  # Check for GNU $ac_path_SED
lepton-eda-1.9.11/configure:6944:case `"$ac_path_SED" --version 2>&1` in
lepton-eda-1.9.11/configure-6945-*GNU*)
##############################################
lepton-eda-1.9.11/configure-7022-  # Check for GNU $ac_path_FGREP
lepton-eda-1.9.11/configure:7023:case `"$ac_path_FGREP" --version 2>&1` in
lepton-eda-1.9.11/configure-7024-*GNU*)
##############################################
lepton-eda-1.9.11/configure-7102-    # gcc leaves a trailing carriage return, which upsets mingw
lepton-eda-1.9.11/configure:7103:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lepton-eda-1.9.11/configure-7104-  *)
lepton-eda-1.9.11/configure:7105:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lepton-eda-1.9.11/configure-7106-  esac
##############################################
lepton-eda-1.9.11/configure-7111-      # Canonicalize the pathname of ld
lepton-eda-1.9.11/configure:7112:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lepton-eda-1.9.11/configure-7113-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lepton-eda-1.9.11/configure:7114:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lepton-eda-1.9.11/configure-7115-      done
##############################################
lepton-eda-1.9.11/configure-7146-      # Break only if it was the GNU/non-GNU ld that we prefer.
lepton-eda-1.9.11/configure:7147:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lepton-eda-1.9.11/configure-7148-      *GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-7177-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lepton-eda-1.9.11/configure:7178:case `$LD -v 2>&1 </dev/null` in
lepton-eda-1.9.11/configure-7179-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-7227-	esac
lepton-eda-1.9.11/configure:7228:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lepton-eda-1.9.11/configure-7229-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lepton-eda-1.9.11/configure-7233-	*)
lepton-eda-1.9.11/configure:7234:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lepton-eda-1.9.11/configure-7235-	  */dev/null*)
##############################################
lepton-eda-1.9.11/configure-7361-
lepton-eda-1.9.11/configure:7362:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lepton-eda-1.9.11/configure-7363-    *COFF*)
##############################################
lepton-eda-1.9.11/configure-7473-    # And add a safety zone
lepton-eda-1.9.11/configure:7474:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lepton-eda-1.9.11/configure:7475:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lepton-eda-1.9.11/configure-7476-    ;;
##############################################
lepton-eda-1.9.11/configure-7506-    if test -n "$kargmax"; then
lepton-eda-1.9.11/configure:7507:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
lepton-eda-1.9.11/configure-7508-    else
##############################################
lepton-eda-1.9.11/configure-7515-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lepton-eda-1.9.11/configure:7516:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lepton-eda-1.9.11/configure:7517:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lepton-eda-1.9.11/configure-7518-    else
##############################################
lepton-eda-1.9.11/configure-7527-      # we can't tell.
lepton-eda-1.9.11/configure:7528:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lepton-eda-1.9.11/configure-7529-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lepton-eda-1.9.11/configure-7531-      do
lepton-eda-1.9.11/configure:7532:        i=`expr $i + 1`
lepton-eda-1.9.11/configure-7533-        teststring=$teststring$teststring
##############################################
lepton-eda-1.9.11/configure-7535-      # Only check the string length outside the loop.
lepton-eda-1.9.11/configure:7536:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lepton-eda-1.9.11/configure-7537-      teststring=
##############################################
lepton-eda-1.9.11/configure-7540-      # linker.  It appears as though 1/2 is a usable value.
lepton-eda-1.9.11/configure:7541:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lepton-eda-1.9.11/configure-7542-    fi
##############################################
lepton-eda-1.9.11/configure-7948-openbsd* | bitrig*)
lepton-eda-1.9.11/configure:7949:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/configure-7950-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
lepton-eda-1.9.11/configure-8018-    else
lepton-eda-1.9.11/configure:8019:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
lepton-eda-1.9.11/configure-8020-    fi
##############################################
lepton-eda-1.9.11/configure-8160-  # decide which one to use based on capabilities of $DLLTOOL
lepton-eda-1.9.11/configure:8161:  case `$DLLTOOL --help 2>&1` in
lepton-eda-1.9.11/configure-8162-  *--identify-strict*)
##############################################
lepton-eda-1.9.11/configure-8681-# If we're using GNU nm, then use its standard symbol codes.
lepton-eda-1.9.11/configure:8682:case `$NM -V 2>&1` in
lepton-eda-1.9.11/configure-8683-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-8729-mingw*)
lepton-eda-1.9.11/configure:8730:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lepton-eda-1.9.11/configure-8731-  ;;
##############################################
lepton-eda-1.9.11/configure-8958-   if test yes = "$GCC"; then
lepton-eda-1.9.11/configure:8959:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lepton-eda-1.9.11/configure-8960-   fi
##############################################
lepton-eda-1.9.11/configure-8962- /*)
lepton-eda-1.9.11/configure:8963:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lepton-eda-1.9.11/configure-8964-   ;; #(
##############################################
lepton-eda-1.9.11/configure-9057-    done
lepton-eda-1.9.11/configure:9058:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lepton-eda-1.9.11/configure-9059-}
##############################################
lepton-eda-1.9.11/configure-9079-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:9080:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9081-      *ELF-32*)
##############################################
lepton-eda-1.9.11/configure-9100-    if test yes = "$lt_cv_prog_gnu_ld"; then
lepton-eda-1.9.11/configure:9101:      case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9102-	*32-bit*)
##############################################
lepton-eda-1.9.11/configure-9112-    else
lepton-eda-1.9.11/configure:9113:      case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9114-	*32-bit*)
##############################################
lepton-eda-1.9.11/configure-9138-    emul=elf
lepton-eda-1.9.11/configure:9139:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9140-      *32-bit*)
##############################################
lepton-eda-1.9.11/configure-9146-    esac
lepton-eda-1.9.11/configure:9147:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9148-      *MSB*)
##############################################
lepton-eda-1.9.11/configure-9154-    esac
lepton-eda-1.9.11/configure:9155:    case `/usr/bin/file conftest.$ac_objext` in
lepton-eda-1.9.11/configure-9156-      *N32*)
##############################################
lepton-eda-1.9.11/configure-10087-    *:)
lepton-eda-1.9.11/configure:10088:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lepton-eda-1.9.11/configure-10089-        ;;
lepton-eda-1.9.11/configure-10090-    x:*)
lepton-eda-1.9.11/configure:10091:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/configure-10092-        ;;
lepton-eda-1.9.11/configure-10093-    *::*)
lepton-eda-1.9.11/configure:10094:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lepton-eda-1.9.11/configure:10095:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lepton-eda-1.9.11/configure-10096-        ;;
lepton-eda-1.9.11/configure-10097-    *)
lepton-eda-1.9.11/configure:10098:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/configure-10099-        ;;
##############################################
lepton-eda-1.9.11/configure-10121-  case $2 in
lepton-eda-1.9.11/configure:10122:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
lepton-eda-1.9.11/configure:10123:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
lepton-eda-1.9.11/configure-10124-  esac
##############################################
lepton-eda-1.9.11/configure-10431-	"file_magic "*)
lepton-eda-1.9.11/configure:10432:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lepton-eda-1.9.11/configure-10433-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lepton-eda-1.9.11/configure-10497-	"file_magic "*)
lepton-eda-1.9.11/configure:10498:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lepton-eda-1.9.11/configure-10499-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lepton-eda-1.9.11/configure-10895-      *)
lepton-eda-1.9.11/configure:10896:	case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/configure-10897-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
lepton-eda-1.9.11/configure-11344-	# shared libraries, regardless of the interface used.
lepton-eda-1.9.11/configure:11345:	case `$LD -v 2>&1` in
lepton-eda-1.9.11/configure-11346-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lepton-eda-1.9.11/configure-11376-    supports_anon_versioning=no
lepton-eda-1.9.11/configure:11377:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
lepton-eda-1.9.11/configure-11378-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lepton-eda-1.9.11/configure-11445-	# is; otherwise, prepend EXPORTS...
lepton-eda-1.9.11/configure:11446:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lepton-eda-1.9.11/configure-11447-          cp $export_symbols $output_objdir/$soname.def;
##############################################
lepton-eda-1.9.11/configure-11479-	prefix_cmds="$SED"~
lepton-eda-1.9.11/configure:11480:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/configure-11481-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/configure-11501-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lepton-eda-1.9.11/configure:11502:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lepton-eda-1.9.11/configure:11503:      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'
lepton-eda-1.9.11/configure-11504-      ;;
##############################################
lepton-eda-1.9.11/configure-11519-        pgcc*)				# Portland Group C compiler
lepton-eda-1.9.11/configure:11520:	  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'
lepton-eda-1.9.11/configure-11521-	  tmp_addflag=' $pic_flag'
##############################################
lepton-eda-1.9.11/configure-11524-					# Portland Group f77 and f90 compilers
lepton-eda-1.9.11/configure:11525:	  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'
lepton-eda-1.9.11/configure-11526-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lepton-eda-1.9.11/configure-11541-	nvcc*)	# Cuda Compiler Driver 2.2
lepton-eda-1.9.11/configure:11542:	  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'
lepton-eda-1.9.11/configure-11543-	  compiler_needs_object=yes
##############################################
lepton-eda-1.9.11/configure-11545-	esac
lepton-eda-1.9.11/configure:11546:	case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/configure-11547-	*Sun\ C*)			# Sun C 5.9
lepton-eda-1.9.11/configure:11548:	  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'
lepton-eda-1.9.11/configure-11549-	  compiler_needs_object=yes
##############################################
lepton-eda-1.9.11/configure-11616-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lepton-eda-1.9.11/configure:11617:      case `$LD -v 2>&1` in
lepton-eda-1.9.11/configure-11618-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
lepton-eda-1.9.11/configure-11705-	else
lepton-eda-1.9.11/configure:11706:	  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'
lepton-eda-1.9.11/configure-11707-	fi
##############################################
lepton-eda-1.9.11/configure-11770-	# below for broken collect2 doesn't work under 4.3+
lepton-eda-1.9.11/configure:11771:	  collect2name=`$CC -print-prog-name=collect2`
lepton-eda-1.9.11/configure-11772-	  if test -f "$collect2name" &&
##############################################
lepton-eda-1.9.11/configure-11850-      }'
lepton-eda-1.9.11/configure:11851:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-11852-  # Check for a 64-bit object if we didn't find anything.
lepton-eda-1.9.11/configure-11853-  if test -z "$lt_cv_aix_libpath_"; then
lepton-eda-1.9.11/configure:11854:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-11855-  fi
##############################################
lepton-eda-1.9.11/configure-11868-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
lepton-eda-1.9.11/configure:11869:        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
lepton-eda-1.9.11/configure-11870-      else
##############################################
lepton-eda-1.9.11/configure-11903-      }'
lepton-eda-1.9.11/configure:11904:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-11905-  # Check for a 64-bit object if we didn't find anything.
lepton-eda-1.9.11/configure-11906-  if test -z "$lt_cv_aix_libpath_"; then
lepton-eda-1.9.11/configure:11907:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-11908-  fi
##############################################
lepton-eda-1.9.11/configure-11935-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lepton-eda-1.9.11/configure:11936:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
lepton-eda-1.9.11/configure-11937-	  if test svr4 != "$with_aix_soname"; then
##############################################
lepton-eda-1.9.11/configure-11988-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
lepton-eda-1.9.11/configure:11989:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lepton-eda-1.9.11/configure-11990-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
lepton-eda-1.9.11/configure-12026-	# FIXME: Setting linknames here is a bad hack.
lepton-eda-1.9.11/configure:12027:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lepton-eda-1.9.11/configure-12028-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lepton-eda-1.9.11/configure-12044-  if test yes = "$lt_cv_ld_force_load"; then
lepton-eda-1.9.11/configure:12045:    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\"`'
lepton-eda-1.9.11/configure-12046-
##############################################
lepton-eda-1.9.11/configure-12224-      if test yes = "$GCC"; then
lepton-eda-1.9.11/configure:12225:	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'
lepton-eda-1.9.11/configure-12226-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lepton-eda-1.9.11/configure-12252-	if test yes = "$lt_cv_irix_exported_symbol"; then
lepton-eda-1.9.11/configure:12253:          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'
lepton-eda-1.9.11/configure-12254-	fi
##############################################
lepton-eda-1.9.11/configure-12256-      else
lepton-eda-1.9.11/configure:12257:	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'
lepton-eda-1.9.11/configure:12258:	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'
lepton-eda-1.9.11/configure-12259-      fi
##############################################
lepton-eda-1.9.11/configure-12303-	hardcode_direct_absolute=yes
lepton-eda-1.9.11/configure:12304:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/configure-12305-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lepton-eda-1.9.11/configure-12334-	prefix_cmds="$SED"~
lepton-eda-1.9.11/configure:12335:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/configure-12336-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/configure-12348-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/configure:12349:	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'
lepton-eda-1.9.11/configure-12350-      else
lepton-eda-1.9.11/configure-12351-	allow_undefined_flag=' -expect_unresolved \*'
lepton-eda-1.9.11/configure:12352:	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'
lepton-eda-1.9.11/configure-12353-      fi
##############################################
lepton-eda-1.9.11/configure-12361-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/configure:12362:	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'
lepton-eda-1.9.11/configure-12363-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
lepton-eda-1.9.11/configure-12365-	allow_undefined_flag=' -expect_unresolved \*'
lepton-eda-1.9.11/configure:12366:	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'
lepton-eda-1.9.11/configure:12367:	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~
lepton-eda-1.9.11/configure:12368:          $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'
lepton-eda-1.9.11/configure-12369-
##############################################
lepton-eda-1.9.11/configure-12384-      else
lepton-eda-1.9.11/configure:12385:	case `$CC -V 2>&1` in
lepton-eda-1.9.11/configure-12386-	*"Compilers 5.0"*)
##############################################
lepton-eda-1.9.11/configure-12783-  esac
lepton-eda-1.9.11/configure:12784:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lepton-eda-1.9.11/configure-12785-  case $lt_search_path_spec in
##############################################
lepton-eda-1.9.11/configure-12790-    # okay in the real world where ";" in dirpaths is itself problematic.
lepton-eda-1.9.11/configure:12791:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lepton-eda-1.9.11/configure-12792-    ;;
lepton-eda-1.9.11/configure-12793-  *)
lepton-eda-1.9.11/configure:12794:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/configure-12795-    ;;
##############################################
lepton-eda-1.9.11/configure-12799-  lt_tmp_lt_search_path_spec=
lepton-eda-1.9.11/configure:12800:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lepton-eda-1.9.11/configure-12801-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lepton-eda-1.9.11/configure-12841-  esac
lepton-eda-1.9.11/configure:12842:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lepton-eda-1.9.11/configure-12843-else
##############################################
lepton-eda-1.9.11/configure-12981-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lepton-eda-1.9.11/configure:12982:    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'
lepton-eda-1.9.11/configure-12983-    ;;
##############################################
lepton-eda-1.9.11/configure-13017-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/configure:13018:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:13019:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/configure:13020:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-13021-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/configure-13026-      fi'
lepton-eda-1.9.11/configure:13027:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/configure-13028-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-13034-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lepton-eda-1.9.11/configure:13035:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-13036-
##############################################
lepton-eda-1.9.11/configure-13040-      # MinGW DLLs use traditional 'lib' prefix
lepton-eda-1.9.11/configure:13041:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-13042-      ;;
##############################################
lepton-eda-1.9.11/configure-13044-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lepton-eda-1.9.11/configure:13045:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-13046-      ;;
##############################################
lepton-eda-1.9.11/configure-13053-    libname_spec='$name'
lepton-eda-1.9.11/configure:13054:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-13055-    library_names_spec='$libname.dll.lib'
##############################################
lepton-eda-1.9.11/configure-13065-        # Let DOS variable expansion print the short 8.3 style file name.
lepton-eda-1.9.11/configure:13066:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lepton-eda-1.9.11/configure-13067-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lepton-eda-1.9.11/configure-13070-      # Convert to MSYS style.
lepton-eda-1.9.11/configure:13071:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lepton-eda-1.9.11/configure-13072-      ;;
##############################################
lepton-eda-1.9.11/configure-13076-      # like /cygdrive/c/PROGRA~1:/cygdr...
lepton-eda-1.9.11/configure:13077:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lepton-eda-1.9.11/configure:13078:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lepton-eda-1.9.11/configure:13079:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/configure-13080-      ;;
##############################################
lepton-eda-1.9.11/configure-13084-        # It is most probably a Windows format PATH.
lepton-eda-1.9.11/configure:13085:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lepton-eda-1.9.11/configure-13086-      else
lepton-eda-1.9.11/configure:13087:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/configure-13088-      fi
##############################################
lepton-eda-1.9.11/configure-13094-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/configure:13095:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:13096:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/configure:13097:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-13098-      test -d \$dldir || mkdir -p \$dldir~
lepton-eda-1.9.11/configure-13099-      $install_prog $dir/$dlname \$dldir/$dlname'
lepton-eda-1.9.11/configure:13100:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/configure-13101-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-13108-    # Assume MSVC wrapper
lepton-eda-1.9.11/configure:13109:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
lepton-eda-1.9.11/configure-13110-    dynamic_linker='Win32 ld.exe'
##############################################
lepton-eda-1.9.11/configure-13125-  shlibpath_var=DYLD_LIBRARY_PATH
lepton-eda-1.9.11/configure:13126:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lepton-eda-1.9.11/configure-13127-
##############################################
lepton-eda-1.9.11/configure-13378-  if test -f /etc/ld.so.conf; then
lepton-eda-1.9.11/configure:13379:    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' ' '`
lepton-eda-1.9.11/configure-13380-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lepton-eda-1.9.11/configure-13444-  need_lib_prefix=no
lepton-eda-1.9.11/configure:13445:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/configure-13446-    need_version=no
##############################################
lepton-eda-1.9.11/configure-13471-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lepton-eda-1.9.11/configure:13472:  postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:13473:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/configure:13474:    dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-13475-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/configure-13480-    fi'
lepton-eda-1.9.11/configure:13481:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/configure-13482-    dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-14663-    # gcc leaves a trailing carriage return, which upsets mingw
lepton-eda-1.9.11/configure:14664:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lepton-eda-1.9.11/configure-14665-  *)
lepton-eda-1.9.11/configure:14666:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lepton-eda-1.9.11/configure-14667-  esac
##############################################
lepton-eda-1.9.11/configure-14672-      # Canonicalize the pathname of ld
lepton-eda-1.9.11/configure:14673:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lepton-eda-1.9.11/configure-14674-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lepton-eda-1.9.11/configure:14675:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lepton-eda-1.9.11/configure-14676-      done
##############################################
lepton-eda-1.9.11/configure-14707-      # Break only if it was the GNU/non-GNU ld that we prefer.
lepton-eda-1.9.11/configure:14708:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lepton-eda-1.9.11/configure-14709-      *GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-14738-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lepton-eda-1.9.11/configure:14739:case `$LD -v 2>&1 </dev/null` in
lepton-eda-1.9.11/configure-14740-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-14772-        # ancient GNU ld didn't support --whole-archive et. al.
lepton-eda-1.9.11/configure:14773:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lepton-eda-1.9.11/configure-14774-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lepton-eda-1.9.11/configure-14883-          # below for broken collect2 doesn't work under 4.3+
lepton-eda-1.9.11/configure:14884:	  collect2name=`$CC -print-prog-name=collect2`
lepton-eda-1.9.11/configure-14885-	  if test -f "$collect2name" &&
##############################################
lepton-eda-1.9.11/configure-14964-      }'
lepton-eda-1.9.11/configure:14965:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-14966-  # Check for a 64-bit object if we didn't find anything.
lepton-eda-1.9.11/configure-14967-  if test -z "$lt_cv_aix_libpath__CXX"; then
lepton-eda-1.9.11/configure:14968:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-14969-  fi
##############################################
lepton-eda-1.9.11/configure-14983-
lepton-eda-1.9.11/configure:14984:          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
lepton-eda-1.9.11/configure-14985-        else
##############################################
lepton-eda-1.9.11/configure-15018-      }'
lepton-eda-1.9.11/configure:15019:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-15020-  # Check for a 64-bit object if we didn't find anything.
lepton-eda-1.9.11/configure-15021-  if test -z "$lt_cv_aix_libpath__CXX"; then
lepton-eda-1.9.11/configure:15022:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lepton-eda-1.9.11/configure-15023-  fi
##############################################
lepton-eda-1.9.11/configure-15050-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
lepton-eda-1.9.11/configure:15051:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
lepton-eda-1.9.11/configure-15052-	    if test svr4 != "$with_aix_soname"; then
##############################################
lepton-eda-1.9.11/configure-15103-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
lepton-eda-1.9.11/configure:15104:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lepton-eda-1.9.11/configure-15105-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
lepton-eda-1.9.11/configure-15145-	    # is; otherwise, prepend EXPORTS...
lepton-eda-1.9.11/configure:15146:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lepton-eda-1.9.11/configure-15147-              cp $export_symbols $output_objdir/$soname.def;
##############################################
lepton-eda-1.9.11/configure-15166-  if test yes = "$lt_cv_ld_force_load"; then
lepton-eda-1.9.11/configure:15167:    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\"`'
lepton-eda-1.9.11/configure-15168-
##############################################
lepton-eda-1.9.11/configure-15211-	  prefix_cmds="$SED"~
lepton-eda-1.9.11/configure:15212:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
lepton-eda-1.9.11/configure-15213-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
lepton-eda-1.9.11/configure-15285-            # dependencies.
lepton-eda-1.9.11/configure:15286:            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"'
lepton-eda-1.9.11/configure-15287-            ;;
##############################################
lepton-eda-1.9.11/configure-15350-	    # dependencies.
lepton-eda-1.9.11/configure:15351:	    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"'
lepton-eda-1.9.11/configure-15352-	    ;;
##############################################
lepton-eda-1.9.11/configure-15386-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lepton-eda-1.9.11/configure:15387:	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'
lepton-eda-1.9.11/configure:15388:	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'
lepton-eda-1.9.11/configure-15389-	;;
##############################################
lepton-eda-1.9.11/configure-15393-	    # SGI C++
lepton-eda-1.9.11/configure:15394:	    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'
lepton-eda-1.9.11/configure-15395-
##############################################
lepton-eda-1.9.11/configure-15404-	      if test no = "$with_gnu_ld"; then
lepton-eda-1.9.11/configure:15405:	        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'
lepton-eda-1.9.11/configure-15406-	      else
lepton-eda-1.9.11/configure:15407:	        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'
lepton-eda-1.9.11/configure-15408-	      fi
##############################################
lepton-eda-1.9.11/configure-15425-	    # to its proper name (with version) after linking.
lepton-eda-1.9.11/configure:15426:	    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'
lepton-eda-1.9.11/configure:15427:	    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'
lepton-eda-1.9.11/configure-15428-	    # Commands to make compiler produce verbose output that lists
##############################################
lepton-eda-1.9.11/configure-15435-	    # dependencies.
lepton-eda-1.9.11/configure:15436:	    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"'
lepton-eda-1.9.11/configure-15437-
##############################################
lepton-eda-1.9.11/configure-15450-	    # earlier do not add the objects themselves.
lepton-eda-1.9.11/configure:15451:	    case `$CC -V 2>&1` in
lepton-eda-1.9.11/configure-15452-	      *"Version 7."*)
##############################################
lepton-eda-1.9.11/configure-15471-            # Portland Group C++ compiler
lepton-eda-1.9.11/configure:15472:	    case `$CC -V` in
lepton-eda-1.9.11/configure-15473-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
lepton-eda-1.9.11/configure-15476-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lepton-eda-1.9.11/configure:15477:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lepton-eda-1.9.11/configure-15478-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
lepton-eda-1.9.11/configure-15480-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lepton-eda-1.9.11/configure:15481:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lepton-eda-1.9.11/configure-15482-                $RANLIB $oldlib'
##############################################
lepton-eda-1.9.11/configure-15485-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lepton-eda-1.9.11/configure:15486:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
lepton-eda-1.9.11/configure-15487-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
lepton-eda-1.9.11/configure-15489-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lepton-eda-1.9.11/configure:15490:                $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'
lepton-eda-1.9.11/configure-15491-	      ;;
##############################################
lepton-eda-1.9.11/configure-15499-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
lepton-eda-1.9.11/configure:15500:	    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'
lepton-eda-1.9.11/configure-15501-            ;;
##############################################
lepton-eda-1.9.11/configure-15518-	    # dependencies.
lepton-eda-1.9.11/configure:15519:	    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'
lepton-eda-1.9.11/configure-15520-	    ;;
##############################################
lepton-eda-1.9.11/configure-15533-	  *)
lepton-eda-1.9.11/configure:15534:	    case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/configure-15535-	    *Sun\ C*)
##############################################
lepton-eda-1.9.11/configure-15540-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
lepton-eda-1.9.11/configure:15541:	      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'
lepton-eda-1.9.11/configure-15542-	      compiler_needs_object_CXX=yes
##############################################
lepton-eda-1.9.11/configure-15605-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
lepton-eda-1.9.11/configure:15606:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
lepton-eda-1.9.11/configure-15607-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
lepton-eda-1.9.11/configure-15624-	    # to its proper name (with version) after linking.
lepton-eda-1.9.11/configure:15625:	    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'
lepton-eda-1.9.11/configure-15626-
##############################################
lepton-eda-1.9.11/configure-15645-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
lepton-eda-1.9.11/configure:15646:	        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'
lepton-eda-1.9.11/configure-15647-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
lepton-eda-1.9.11/configure-15650-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
lepton-eda-1.9.11/configure:15651:	        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'
lepton-eda-1.9.11/configure:15652:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lepton-eda-1.9.11/configure-15653-                  echo "-hidden">> $lib.exp~
lepton-eda-1.9.11/configure:15654:                  $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~
lepton-eda-1.9.11/configure-15655-                  $RM $lib.exp'
##############################################
lepton-eda-1.9.11/configure-15669-	    # dependencies.
lepton-eda-1.9.11/configure:15670:	    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"'
lepton-eda-1.9.11/configure-15671-	    ;;
##############################################
lepton-eda-1.9.11/configure-15676-	        osf3*)
lepton-eda-1.9.11/configure:15677:	          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'
lepton-eda-1.9.11/configure-15678-		  ;;
lepton-eda-1.9.11/configure-15679-	        *)
lepton-eda-1.9.11/configure:15680:	          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'
lepton-eda-1.9.11/configure-15681-		  ;;
##############################################
lepton-eda-1.9.11/configure-15923-
lepton-eda-1.9.11/configure:15924:  for p in `eval "$output_verbose_link_cmd"`; do
lepton-eda-1.9.11/configure-15925-    case $prev$p in
##############################################
lepton-eda-1.9.11/configure-16026-if test -n "${compiler_lib_search_path_CXX}"; then
lepton-eda-1.9.11/configure:16027: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
lepton-eda-1.9.11/configure-16028-fi
##############################################
lepton-eda-1.9.11/configure-16273-	  *)
lepton-eda-1.9.11/configure:16274:	    case `$CC -V 2>&1 | sed 5q` in
lepton-eda-1.9.11/configure-16275-	    *Sun\ C*)
##############################################
lepton-eda-1.9.11/configure-16655-    else
lepton-eda-1.9.11/configure:16656:      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'
lepton-eda-1.9.11/configure-16657-    fi
##############################################
lepton-eda-1.9.11/configure-16960-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lepton-eda-1.9.11/configure:16961:    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'
lepton-eda-1.9.11/configure-16962-    ;;
##############################################
lepton-eda-1.9.11/configure-16996-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/configure:16997:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:16998:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/configure:16999:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-17000-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/configure-17005-      fi'
lepton-eda-1.9.11/configure:17006:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/configure-17007-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-17013-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lepton-eda-1.9.11/configure:17014:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-17015-
##############################################
lepton-eda-1.9.11/configure-17018-      # MinGW DLLs use traditional 'lib' prefix
lepton-eda-1.9.11/configure:17019:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-17020-      ;;
##############################################
lepton-eda-1.9.11/configure-17022-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lepton-eda-1.9.11/configure:17023:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-17024-      ;;
##############################################
lepton-eda-1.9.11/configure-17031-    libname_spec='$name'
lepton-eda-1.9.11/configure:17032:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lepton-eda-1.9.11/configure-17033-    library_names_spec='$libname.dll.lib'
##############################################
lepton-eda-1.9.11/configure-17043-        # Let DOS variable expansion print the short 8.3 style file name.
lepton-eda-1.9.11/configure:17044:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lepton-eda-1.9.11/configure-17045-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lepton-eda-1.9.11/configure-17048-      # Convert to MSYS style.
lepton-eda-1.9.11/configure:17049:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lepton-eda-1.9.11/configure-17050-      ;;
##############################################
lepton-eda-1.9.11/configure-17054-      # like /cygdrive/c/PROGRA~1:/cygdr...
lepton-eda-1.9.11/configure:17055:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lepton-eda-1.9.11/configure:17056:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lepton-eda-1.9.11/configure:17057:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/configure-17058-      ;;
##############################################
lepton-eda-1.9.11/configure-17062-        # It is most probably a Windows format PATH.
lepton-eda-1.9.11/configure:17063:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lepton-eda-1.9.11/configure-17064-      else
lepton-eda-1.9.11/configure:17065:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lepton-eda-1.9.11/configure-17066-      fi
##############################################
lepton-eda-1.9.11/configure-17072-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lepton-eda-1.9.11/configure:17073:    postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:17074:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lepton-eda-1.9.11/configure:17075:      dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-17076-      test -d \$dldir || mkdir -p \$dldir~
lepton-eda-1.9.11/configure-17077-      $install_prog $dir/$dlname \$dldir/$dlname'
lepton-eda-1.9.11/configure:17078:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lepton-eda-1.9.11/configure-17079-      dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-17086-    # Assume MSVC wrapper
lepton-eda-1.9.11/configure:17087:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
lepton-eda-1.9.11/configure-17088-    dynamic_linker='Win32 ld.exe'
##############################################
lepton-eda-1.9.11/configure-17103-  shlibpath_var=DYLD_LIBRARY_PATH
lepton-eda-1.9.11/configure:17104:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lepton-eda-1.9.11/configure-17105-
##############################################
lepton-eda-1.9.11/configure-17355-  if test -f /etc/ld.so.conf; then
lepton-eda-1.9.11/configure:17356:    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' ' '`
lepton-eda-1.9.11/configure-17357-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
lepton-eda-1.9.11/configure-17421-  need_lib_prefix=no
lepton-eda-1.9.11/configure:17422:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lepton-eda-1.9.11/configure-17423-    need_version=no
##############################################
lepton-eda-1.9.11/configure-17448-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lepton-eda-1.9.11/configure:17449:  postinstall_cmds='base_file=`basename \$file`~
lepton-eda-1.9.11/configure:17450:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/configure:17451:    dldir=$destdir/`dirname \$dlpath`~
lepton-eda-1.9.11/configure-17452-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lepton-eda-1.9.11/configure-17457-    fi'
lepton-eda-1.9.11/configure:17458:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lepton-eda-1.9.11/configure-17459-    dlpath=$dir/\$dldll~
##############################################
lepton-eda-1.9.11/configure-17847-/* end confdefs.h.  */
lepton-eda-1.9.11/configure:17848:`cat $LEX_OUTPUT_ROOT.c`
lepton-eda-1.9.11/configure-17849-_ACEOF
##############################################
lepton-eda-1.9.11/configure-17880-  #define YYTEXT_POINTER 1
lepton-eda-1.9.11/configure:17881:`cat $LEX_OUTPUT_ROOT.c`
lepton-eda-1.9.11/configure-17882-_ACEOF
##############################################
lepton-eda-1.9.11/configure-18213-
lepton-eda-1.9.11/configure:18214:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/configure-18215-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
lepton-eda-1.9.11/configure-18218-
lepton-eda-1.9.11/configure:18219:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/configure-18220-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
lepton-eda-1.9.11/configure-18296-
lepton-eda-1.9.11/configure:18297:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
lepton-eda-1.9.11/configure-18298-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
lepton-eda-1.9.11/configure-18426-    # gcc leaves a trailing carriage return which upsets mingw
lepton-eda-1.9.11/configure:18427:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lepton-eda-1.9.11/configure-18428-  *)
lepton-eda-1.9.11/configure:18429:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lepton-eda-1.9.11/configure-18430-  esac
##############################################
lepton-eda-1.9.11/configure-18435-      # Canonicalize the path of ld
lepton-eda-1.9.11/configure:18436:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
lepton-eda-1.9.11/configure-18437-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
lepton-eda-1.9.11/configure:18438:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
lepton-eda-1.9.11/configure-18439-      done
##############################################
lepton-eda-1.9.11/configure-18469-      # Break only if it was the GNU/non-GNU ld that we prefer.
lepton-eda-1.9.11/configure:18470:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
lepton-eda-1.9.11/configure-18471-      *GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-18498-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
lepton-eda-1.9.11/configure:18499:case `$LD -v 2>&1 </dev/null` in
lepton-eda-1.9.11/configure-18500-*GNU* | *'with BFD'*)
##############################################
lepton-eda-1.9.11/configure-18584-    *)
lepton-eda-1.9.11/configure:18585:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
lepton-eda-1.9.11/configure-18586-      if test -n "$searchpath"; then
##############################################
lepton-eda-1.9.11/configure-18594-                ;;
lepton-eda-1.9.11/configure:18595:              *) searchdir=`cd "$searchdir" && pwd`
lepton-eda-1.9.11/configure-18596-                 case "$searchdir" in
##############################################
lepton-eda-1.9.11/configure-18685-        names_already_handled="$names_already_handled $name"
lepton-eda-1.9.11/configure:18686:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lepton-eda-1.9.11/configure-18687-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lepton-eda-1.9.11/configure-18761-                -L*)
lepton-eda-1.9.11/configure:18762:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/configure-18763-                                    if test -n "$acl_shlibext"; then
##############################################
lepton-eda-1.9.11/configure-18878-              */$acl_libdirstem | */$acl_libdirstem/)
lepton-eda-1.9.11/configure:18879:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
lepton-eda-1.9.11/configure-18880-                if test "$name" = 'iconv'; then
##############################################
lepton-eda-1.9.11/configure-18885-              */$acl_libdirstem2 | */$acl_libdirstem2/)
lepton-eda-1.9.11/configure:18886:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
lepton-eda-1.9.11/configure-18887-                if test "$name" = 'iconv'; then
##############################################
lepton-eda-1.9.11/configure-18936-                  -L*)
lepton-eda-1.9.11/configure:18937:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/configure-18938-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
lepton-eda-1.9.11/configure-18995-                  -R*)
lepton-eda-1.9.11/configure:18996:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lepton-eda-1.9.11/configure-18997-                    if test "$enable_rpath" != no; then
##############################################
lepton-eda-1.9.11/configure-19020-                  -l*)
lepton-eda-1.9.11/configure:19021:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lepton-eda-1.9.11/configure-19022-                    ;;
lepton-eda-1.9.11/configure-19023-                  *.la)
lepton-eda-1.9.11/configure:19024:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lepton-eda-1.9.11/configure-19025-                    ;;
##############################################
lepton-eda-1.9.11/configure-19536-        names_already_handled="$names_already_handled $name"
lepton-eda-1.9.11/configure:19537:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
lepton-eda-1.9.11/configure-19538-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
lepton-eda-1.9.11/configure-19612-                -L*)
lepton-eda-1.9.11/configure:19613:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/configure-19614-                                    if test -n "$acl_shlibext"; then
##############################################
lepton-eda-1.9.11/configure-19729-              */$acl_libdirstem | */$acl_libdirstem/)
lepton-eda-1.9.11/configure:19730:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
lepton-eda-1.9.11/configure-19731-                if test "$name" = 'intl'; then
##############################################
lepton-eda-1.9.11/configure-19736-              */$acl_libdirstem2 | */$acl_libdirstem2/)
lepton-eda-1.9.11/configure:19737:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
lepton-eda-1.9.11/configure-19738-                if test "$name" = 'intl'; then
##############################################
lepton-eda-1.9.11/configure-19787-                  -L*)
lepton-eda-1.9.11/configure:19788:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
lepton-eda-1.9.11/configure-19789-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
lepton-eda-1.9.11/configure-19846-                  -R*)
lepton-eda-1.9.11/configure:19847:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
lepton-eda-1.9.11/configure-19848-                    if test "$enable_rpath" != no; then
##############################################
lepton-eda-1.9.11/configure-19871-                  -l*)
lepton-eda-1.9.11/configure:19872:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
lepton-eda-1.9.11/configure-19873-                    ;;
lepton-eda-1.9.11/configure-19874-                  *.la)
lepton-eda-1.9.11/configure:19875:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
lepton-eda-1.9.11/configure-19876-                    ;;
##############################################
lepton-eda-1.9.11/configure-20523-  GUILE_MIN_VER=2.0.0
lepton-eda-1.9.11/configure:20524:  GUILE_MIN_MAJOR=`echo ${GUILE_MIN_VER} | sed 's;\..*;;g'`
lepton-eda-1.9.11/configure-20525-  # the double brackets are to get past m4's expansion
lepton-eda-1.9.11/configure:20526:  GUILE_MIN_MINOR=`echo ${GUILE_MIN_VER} | sed -e 's;[^\.]*\.;;' -e 's;\..*;;g'`
lepton-eda-1.9.11/configure:20527:  GUILE_MIN_TEENY=`echo ${GUILE_MIN_VER} | sed -e 's;.*\.;;'`
lepton-eda-1.9.11/configure-20528-
##############################################
lepton-eda-1.9.11/configure-20543-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20544:  pkg_cv_GUILE_CFLAGS=`$PKG_CONFIG --cflags "guile-2.2 >= $GUILE_MIN_VER" 2>/dev/null`
lepton-eda-1.9.11/configure-20545-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20560-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20561:  pkg_cv_GUILE_LIBS=`$PKG_CONFIG --libs "guile-2.2 >= $GUILE_MIN_VER" 2>/dev/null`
lepton-eda-1.9.11/configure-20562-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20581-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:20582:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "guile-2.2 >= $GUILE_MIN_VER" 2>&1`
lepton-eda-1.9.11/configure-20583-        else
lepton-eda-1.9.11/configure:20584:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "guile-2.2 >= $GUILE_MIN_VER" 2>&1`
lepton-eda-1.9.11/configure-20585-        fi
##############################################
lepton-eda-1.9.11/configure-20616-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20617:  pkg_cv_GUILE_CFLAGS=`$PKG_CONFIG --cflags "guile-2.0 >= $GUILE_MIN_VER" 2>/dev/null`
lepton-eda-1.9.11/configure-20618-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20633-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20634:  pkg_cv_GUILE_LIBS=`$PKG_CONFIG --libs "guile-2.0 >= $GUILE_MIN_VER" 2>/dev/null`
lepton-eda-1.9.11/configure-20635-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20654-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:20655:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "guile-2.0 >= $GUILE_MIN_VER" 2>&1`
lepton-eda-1.9.11/configure-20656-        else
lepton-eda-1.9.11/configure:20657:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "guile-2.0 >= $GUILE_MIN_VER" 2>&1`
lepton-eda-1.9.11/configure-20658-        fi
##############################################
lepton-eda-1.9.11/configure-20698-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20699:  pkg_cv_GUILE_CFLAGS=`$PKG_CONFIG --cflags "guile-$GUILE_EFFECTIVE_VERSION" 2>/dev/null`
lepton-eda-1.9.11/configure-20700-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20715-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:20716:  pkg_cv_GUILE_LIBS=`$PKG_CONFIG --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>/dev/null`
lepton-eda-1.9.11/configure-20717-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-20736-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:20737:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>&1`
lepton-eda-1.9.11/configure-20738-        else
lepton-eda-1.9.11/configure:20739:	        GUILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "guile-$GUILE_EFFECTIVE_VERSION" 2>&1`
lepton-eda-1.9.11/configure-20740-        fi
##############################################
lepton-eda-1.9.11/configure-20798-            -L) next=yes ;;
lepton-eda-1.9.11/configure:20799:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
lepton-eda-1.9.11/configure-20800-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
lepton-eda-1.9.11/configure-20859-            -L) next=yes ;;
lepton-eda-1.9.11/configure:20860:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
lepton-eda-1.9.11/configure-20861-                                  if test "X$dir" != "X/usr/$acl_libdirstem" \
##############################################
lepton-eda-1.9.11/configure-20915-  _tmp=
lepton-eda-1.9.11/configure:20916:  for v in `echo "$_guile_required_version" | tr . ' '`; do
lepton-eda-1.9.11/configure-20917-    if test -n "$_tmp"; then _tmp=$_tmp.; fi
##############################################
lepton-eda-1.9.11/configure-20970-
lepton-eda-1.9.11/configure:20971:  _guile_suffix=`echo "$GUILE" | sed -e 's,^.*/guile\(.*\)$,\1,'`
lepton-eda-1.9.11/configure:20972:  _guile_effective_version=`$GUILE -c "(display (effective-version))"`
lepton-eda-1.9.11/configure-20973-  if test -z "$GUILE_EFFECTIVE_VERSION"; then
##############################################
lepton-eda-1.9.11/configure-20978-
lepton-eda-1.9.11/configure:20979:  _guile_major_version=`$GUILE -c "(display (major-version))"`
lepton-eda-1.9.11/configure:20980:  _guile_minor_version=`$GUILE -c "(display (minor-version))"`
lepton-eda-1.9.11/configure:20981:  _guile_micro_version=`$GUILE -c "(display (micro-version))"`
lepton-eda-1.9.11/configure-20982-  _guile_prog_version="$_guile_major_version.$_guile_minor_version.$_guile_micro_version"
##############################################
lepton-eda-1.9.11/configure-20985-$as_echo_n "checking for Guile version >= $_guile_required_version... " >&6; }
lepton-eda-1.9.11/configure:20986:  _major_version=`echo $_guile_required_version | cut -d . -f 1`
lepton-eda-1.9.11/configure:20987:  _minor_version=`echo $_guile_required_version | cut -d . -f 2`
lepton-eda-1.9.11/configure:20988:  _micro_version=`echo $_guile_required_version | cut -d . -f 3`
lepton-eda-1.9.11/configure-20989-  if test "$_guile_major_version" -gt "$_major_version"; then
##############################################
lepton-eda-1.9.11/configure-21418-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21419:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.38.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21420-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21435-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21436:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.38.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21437-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21456-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21457:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.38.0" 2>&1`
lepton-eda-1.9.11/configure-21458-        else
lepton-eda-1.9.11/configure:21459:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.38.0" 2>&1`
lepton-eda-1.9.11/configure-21460-        fi
##############################################
lepton-eda-1.9.11/configure-21493-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21494:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.38.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21495-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21510-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21511:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.38.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21512-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21531-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21532:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.38.0" 2>&1`
lepton-eda-1.9.11/configure-21533-        else
lepton-eda-1.9.11/configure:21534:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.38.0" 2>&1`
lepton-eda-1.9.11/configure-21535-        fi
##############################################
lepton-eda-1.9.11/configure-21565-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21566:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21567-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21582-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21583:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21584-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21603-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21604:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24.0" 2>&1`
lepton-eda-1.9.11/configure-21605-        else
lepton-eda-1.9.11/configure:21606:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24.0" 2>&1`
lepton-eda-1.9.11/configure-21607-        fi
##############################################
lepton-eda-1.9.11/configure-21637-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21638:  pkg_cv_GDK_CFLAGS=`$PKG_CONFIG --cflags "gdk-2.0 >= 2.24.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21639-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21654-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21655:  pkg_cv_GDK_LIBS=`$PKG_CONFIG --libs "gdk-2.0 >= 2.24.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21656-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21675-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21676:	        GDK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-2.0 >= 2.24.0" 2>&1`
lepton-eda-1.9.11/configure-21677-        else
lepton-eda-1.9.11/configure:21678:	        GDK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-2.0 >= 2.24.0" 2>&1`
lepton-eda-1.9.11/configure-21679-        fi
##############################################
lepton-eda-1.9.11/configure-21709-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21710:  pkg_cv_GDK_PIXBUF_CFLAGS=`$PKG_CONFIG --cflags "gdk-pixbuf-2.0 >= 2.21.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21711-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21726-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21727:  pkg_cv_GDK_PIXBUF_LIBS=`$PKG_CONFIG --libs "gdk-pixbuf-2.0 >= 2.21.0" 2>/dev/null`
lepton-eda-1.9.11/configure-21728-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21747-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21748:	        GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.21.0" 2>&1`
lepton-eda-1.9.11/configure-21749-        else
lepton-eda-1.9.11/configure:21750:	        GDK_PIXBUF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-pixbuf-2.0 >= 2.21.0" 2>&1`
lepton-eda-1.9.11/configure-21751-        fi
##############################################
lepton-eda-1.9.11/configure-21785-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21786:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21787-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21802-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21803:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21804-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21823-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21824:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21825-        else
lepton-eda-1.9.11/configure:21826:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21827-        fi
##############################################
lepton-eda-1.9.11/configure-21857-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21858:  pkg_cv_CAIRO_PNG_CFLAGS=`$PKG_CONFIG --cflags "cairo-png >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21859-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21874-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21875:  pkg_cv_CAIRO_PNG_LIBS=`$PKG_CONFIG --libs "cairo-png >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21876-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21895-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21896:	        CAIRO_PNG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo-png >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21897-        else
lepton-eda-1.9.11/configure:21898:	        CAIRO_PNG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo-png >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21899-        fi
##############################################
lepton-eda-1.9.11/configure-21928-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21929:  pkg_cv_CAIRO_PDF_CFLAGS=`$PKG_CONFIG --cflags "cairo-pdf >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21930-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21945-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:21946:  pkg_cv_CAIRO_PDF_LIBS=`$PKG_CONFIG --libs "cairo-pdf >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-21947-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-21966-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:21967:	        CAIRO_PDF_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo-pdf >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21968-        else
lepton-eda-1.9.11/configure:21969:	        CAIRO_PDF_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo-pdf >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-21970-        fi
##############################################
lepton-eda-1.9.11/configure-21999-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22000:  pkg_cv_CAIRO_PS_CFLAGS=`$PKG_CONFIG --cflags "cairo-ps >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-22001-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22016-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22017:  pkg_cv_CAIRO_PS_LIBS=`$PKG_CONFIG --libs "cairo-ps >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-22018-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22037-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:22038:	        CAIRO_PS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo-ps >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-22039-        else
lepton-eda-1.9.11/configure:22040:	        CAIRO_PS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo-ps >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-22041-        fi
##############################################
lepton-eda-1.9.11/configure-22070-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22071:  pkg_cv_CAIRO_SVG_CFLAGS=`$PKG_CONFIG --cflags "cairo-svg >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-22072-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22087-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22088:  pkg_cv_CAIRO_SVG_LIBS=`$PKG_CONFIG --libs "cairo-svg >= 1.10" 2>/dev/null`
lepton-eda-1.9.11/configure-22089-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22108-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:22109:	        CAIRO_SVG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo-svg >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-22110-        else
lepton-eda-1.9.11/configure:22111:	        CAIRO_SVG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo-svg >= 1.10" 2>&1`
lepton-eda-1.9.11/configure-22112-        fi
##############################################
lepton-eda-1.9.11/configure-22142-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22143:  pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= 1.8" 2>/dev/null`
lepton-eda-1.9.11/configure-22144-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22159-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22160:  pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo >= 1.8" 2>/dev/null`
lepton-eda-1.9.11/configure-22161-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22180-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:22181:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cairo >= 1.8" 2>&1`
lepton-eda-1.9.11/configure-22182-        else
lepton-eda-1.9.11/configure:22183:	        CAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cairo >= 1.8" 2>&1`
lepton-eda-1.9.11/configure-22184-        fi
##############################################
lepton-eda-1.9.11/configure-22217-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22218:  pkg_cv_PANGOCAIRO_CFLAGS=`$PKG_CONFIG --cflags "pangocairo >= 0.26" 2>/dev/null`
lepton-eda-1.9.11/configure-22219-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22234-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22235:  pkg_cv_PANGOCAIRO_LIBS=`$PKG_CONFIG --libs "pangocairo >= 0.26" 2>/dev/null`
lepton-eda-1.9.11/configure-22236-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22255-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:22256:	        PANGOCAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pangocairo >= 0.26" 2>&1`
lepton-eda-1.9.11/configure-22257-        else
lepton-eda-1.9.11/configure:22258:	        PANGOCAIRO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pangocairo >= 0.26" 2>&1`
lepton-eda-1.9.11/configure-22259-        fi
##############################################
lepton-eda-1.9.11/configure-22289-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22290:  pkg_cv_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.23.0" 2>/dev/null`
lepton-eda-1.9.11/configure-22291-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22306-  test $ac_status = 0; }; then
lepton-eda-1.9.11/configure:22307:  pkg_cv_PANGO_LIBS=`$PKG_CONFIG --libs "pango >= 1.23.0" 2>/dev/null`
lepton-eda-1.9.11/configure-22308-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lepton-eda-1.9.11/configure-22327-        if test $_pkg_short_errors_supported = yes; then
lepton-eda-1.9.11/configure:22328:	        PANGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pango >= 1.23.0" 2>&1`
lepton-eda-1.9.11/configure-22329-        else
lepton-eda-1.9.11/configure:22330:	        PANGO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pango >= 1.23.0" 2>&1`
lepton-eda-1.9.11/configure-22331-        fi
##############################################
lepton-eda-1.9.11/configure-22514-do :
lepton-eda-1.9.11/configure:22515:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lepton-eda-1.9.11/configure-22516-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lepton-eda-1.9.11/configure-22518-  cat >>confdefs.h <<_ACEOF
lepton-eda-1.9.11/configure:22519:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lepton-eda-1.9.11/configure-22520-_ACEOF
##############################################
lepton-eda-1.9.11/configure-22532-do :
lepton-eda-1.9.11/configure:22533:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lepton-eda-1.9.11/configure-22534-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lepton-eda-1.9.11/configure-22536-  cat >>confdefs.h <<_ACEOF
lepton-eda-1.9.11/configure:22537:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lepton-eda-1.9.11/configure-22538-_ACEOF
##############################################
lepton-eda-1.9.11/configure-22653-do :
lepton-eda-1.9.11/configure:22654:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lepton-eda-1.9.11/configure-22655-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lepton-eda-1.9.11/configure-22657-  cat >>confdefs.h <<_ACEOF
lepton-eda-1.9.11/configure:22658:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lepton-eda-1.9.11/configure-22659-_ACEOF
##############################################
lepton-eda-1.9.11/configure-23499-  #
lepton-eda-1.9.11/configure:23500:    LEPTONDATADIR_expand=`eval "echo $LEPTONDATADIR" | sed -e"s:^NONE:$ac_default_prefix:"`
lepton-eda-1.9.11/configure-23501-
##############################################
lepton-eda-1.9.11/configure-23741-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lepton-eda-1.9.11/configure:23742:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lepton-eda-1.9.11/configure-23743-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lepton-eda-1.9.11/configure-23864-if test -z "$BASH_VERSION$ZSH_VERSION" \
lepton-eda-1.9.11/configure:23865:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lepton-eda-1.9.11/configure-23866-  as_echo='print -r --'
lepton-eda-1.9.11/configure-23867-  as_echo_n='print -rn --'
lepton-eda-1.9.11/configure:23868:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lepton-eda-1.9.11/configure-23869-  as_echo='printf %s\n'
##############################################
lepton-eda-1.9.11/configure-23871-else
lepton-eda-1.9.11/configure:23872:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lepton-eda-1.9.11/configure-23873-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lepton-eda-1.9.11/configure-23881-	expr "X$arg" : "X\\(.*\\)$as_nl";
lepton-eda-1.9.11/configure:23882:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lepton-eda-1.9.11/configure-23883-      esac;
##############################################
lepton-eda-1.9.11/configure-23958-# ----------------------------------------
lepton-eda-1.9.11/configure:23959:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lepton-eda-1.9.11/configure-23960-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lepton-eda-1.9.11/configure-24030-  {
lepton-eda-1.9.11/configure:24031:    as_val=`expr "$@" || test $? -eq 1`
lepton-eda-1.9.11/configure-24032-  }
##############################################
lepton-eda-1.9.11/configure-24134-      case $as_dir in #(
lepton-eda-1.9.11/configure:24135:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lepton-eda-1.9.11/configure-24136-      *) as_qdir=$as_dir;;
##############################################
lepton-eda-1.9.11/configure-24270-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lepton-eda-1.9.11/configure:24271:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lepton-eda-1.9.11/configure-24272-ac_cs_version="\\
##############################################
lepton-eda-1.9.11/configure-24295-  --*=?*)
lepton-eda-1.9.11/configure:24296:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lepton-eda-1.9.11/configure:24297:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lepton-eda-1.9.11/configure-24298-    ac_shift=:
##############################################
lepton-eda-1.9.11/configure-24300-  --*=)
lepton-eda-1.9.11/configure:24301:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lepton-eda-1.9.11/configure-24302-    ac_optarg=
##############################################
lepton-eda-1.9.11/configure-24324-    case $ac_optarg in
lepton-eda-1.9.11/configure:24325:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lepton-eda-1.9.11/configure-24326-    '') as_fn_error $? "missing file argument" ;;
##############################################
lepton-eda-1.9.11/configure-24332-    case $ac_optarg in
lepton-eda-1.9.11/configure:24333:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lepton-eda-1.9.11/configure-24334-    esac
##############################################
lepton-eda-1.9.11/configure-24401-delay_variable_subst='$delay_variable_subst'
lepton-eda-1.9.11/configure:24402:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24403:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24404:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24405:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24406:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24407:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24408:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24409:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24410:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24411:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24412:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24413:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24414:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24415:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24416:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24417:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24418:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24419:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24420:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24421:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24422:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24423:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24424:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24425:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24426:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24427:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24428:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24429:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24430:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24431:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24432:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24433:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24434:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24435:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24436:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24437:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24438:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24439:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24440:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24441:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24442:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24443:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24444:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24445:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24446:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24447:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24448:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24449:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24450:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24451:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24452:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24453:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24454:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24455:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24456:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24457:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24458:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24459:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24460:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24461: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"`'
lepton-eda-1.9.11/configure:24462:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24463:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24464:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24465:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24466:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24467:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24468:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24469:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24470:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24471:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24472:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24473:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24474:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24475:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24476:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24477:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24478:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24479:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24480:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24481:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24482:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24483:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24484:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24485:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24486:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24487:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24488:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24489:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24490:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24491:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24492:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24493:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24494:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24495:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24496:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24497:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24498:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24499:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24500:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24501:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24502:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24503:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24504:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24505:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24506:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24507:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24508:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24509:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24510:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24511:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24512:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24513:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24514:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24515:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24516:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24517:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24518:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24519:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24520:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24521:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24522:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24523:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24524:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24525:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24526:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24527:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24528:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24529:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24530:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24531:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24532:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24533:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24534:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24535:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24536:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24537:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24538:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24539:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24540:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24541:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24542:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24543:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24544:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24545:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24546:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24547:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24548:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24549:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24550:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24551:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24552:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24553:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24554:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24555:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24556:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24557:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24558:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24559:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24560:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24561:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24562:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24563:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24564:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24565:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24566:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24567:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24568:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24569:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24570:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24571:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24572:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24573:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24574:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24575:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24576:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24577:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24578:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24579:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24580:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24581:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24582:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24583:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24584:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24585:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24586:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24587:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24588:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24589:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24590:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure:24591:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
lepton-eda-1.9.11/configure-24592-
##############################################
lepton-eda-1.9.11/configure-24705-compiler_lib_search_path_CXX; do
lepton-eda-1.9.11/configure:24706:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lepton-eda-1.9.11/configure-24707-    *[\\\\\\\`\\"\\\$]*)
lepton-eda-1.9.11/configure:24708:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lepton-eda-1.9.11/configure-24709-      ;;
##############################################
lepton-eda-1.9.11/configure-24747-postlink_cmds_CXX; do
lepton-eda-1.9.11/configure:24748:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lepton-eda-1.9.11/configure-24749-    *[\\\\\\\`\\"\\\$]*)
lepton-eda-1.9.11/configure:24750:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lepton-eda-1.9.11/configure-24751-      ;;
##############################################
lepton-eda-1.9.11/configure-24943-fi
lepton-eda-1.9.11/configure:24944:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lepton-eda-1.9.11/configure-24945-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lepton-eda-1.9.11/configure-24960-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lepton-eda-1.9.11/configure:24961:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lepton-eda-1.9.11/configure-24962-ac_delim='%!_!# '
##############################################
lepton-eda-1.9.11/configure-24966-
lepton-eda-1.9.11/configure:24967:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lepton-eda-1.9.11/configure-24968-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lepton-eda-1.9.11/configure-25104-for ac_last_try in false false :; do
lepton-eda-1.9.11/configure:25105:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lepton-eda-1.9.11/configure-25106-  if test -z "$ac_tt"; then
##############################################
lepton-eda-1.9.11/configure-25236-      esac
lepton-eda-1.9.11/configure:25237:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lepton-eda-1.9.11/configure-25238-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lepton-eda-1.9.11/configure-25295-*)
lepton-eda-1.9.11/configure:25296:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lepton-eda-1.9.11/configure-25297-  # A ".." for each directory in $ac_dir_suffix.
lepton-eda-1.9.11/configure:25298:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lepton-eda-1.9.11/configure-25299-  case $ac_top_builddir_sub in
##############################################
lepton-eda-1.9.11/configure-25356-/@mandir@/p'
lepton-eda-1.9.11/configure:25357:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lepton-eda-1.9.11/configure-25358-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lepton-eda-1.9.11/configure-25373-
lepton-eda-1.9.11/configure:25374:# Neutralize VPATH when `$srcdir' = `.'.
lepton-eda-1.9.11/configure-25375-# Shell code in configure.ac might set extrasub.
##############################################
lepton-eda-1.9.11/configure-25401-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lepton-eda-1.9.11/configure:25402:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lepton-eda-1.9.11/configure-25403-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lepton-eda-1.9.11/configure-25447-    * )
lepton-eda-1.9.11/configure:25448:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lepton-eda-1.9.11/configure-25449-  esac
##############################################
lepton-eda-1.9.11/configure-25502-    # Strip MF so we end up with the name of the file.
lepton-eda-1.9.11/configure:25503:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
lepton-eda-1.9.11/configure-25504-    # Check whether this is an Automake generated Makefile which includes
##############################################
lepton-eda-1.9.11/configure-26070-    *:)
lepton-eda-1.9.11/configure:26071:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lepton-eda-1.9.11/configure-26072-        ;;
lepton-eda-1.9.11/configure-26073-    x:*)
lepton-eda-1.9.11/configure:26074:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/configure-26075-        ;;
lepton-eda-1.9.11/configure-26076-    *::*)
lepton-eda-1.9.11/configure:26077:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lepton-eda-1.9.11/configure:26078:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lepton-eda-1.9.11/configure-26079-        ;;
lepton-eda-1.9.11/configure-26080-    *)
lepton-eda-1.9.11/configure:26081:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lepton-eda-1.9.11/configure-26082-        ;;
##############################################
lepton-eda-1.9.11/configure-26097-    done
lepton-eda-1.9.11/configure:26098:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lepton-eda-1.9.11/configure-26099-}
##############################################
lepton-eda-1.9.11/configure-26292-      case "$ac_file" in
lepton-eda-1.9.11/configure:26293:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
lepton-eda-1.9.11/configure-26294-      esac
##############################################
lepton-eda-1.9.11/configure-26297-        # Adjust a relative srcdir.
lepton-eda-1.9.11/configure:26298:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
lepton-eda-1.9.11/configure:26299:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
lepton-eda-1.9.11/configure:26300:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
lepton-eda-1.9.11/configure-26301-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
lepton-eda-1.9.11/configure-26304-        case "$ac_given_srcdir" in
lepton-eda-1.9.11/configure:26305:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
lepton-eda-1.9.11/configure-26306-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
lepton-eda-1.9.11/configure-26324-            fi
lepton-eda-1.9.11/configure:26325:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
lepton-eda-1.9.11/configure-26326-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
lepton-eda-1.9.11/examples/Makefile.in-50-  { \
lepton-eda-1.9.11/examples/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/examples/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-153-  esac
lepton-eda-1.9.11/examples/Makefile.in:154:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/examples/Makefile.in-155-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/examples/Makefile.in:156:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/examples/Makefile.in-157-    *) f=$$p;; \
lepton-eda-1.9.11/examples/Makefile.in-158-  esac;
lepton-eda-1.9.11/examples/Makefile.in:159:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/examples/Makefile.in-160-am__install_max = 40
lepton-eda-1.9.11/examples/Makefile.in-161-am__nobase_strip_setup = \
lepton-eda-1.9.11/examples/Makefile.in:162:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/examples/Makefile.in-163-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-219-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/examples/Makefile.in:220:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/examples/Makefile.in-221-    if test "$$first" != "."; then \
lepton-eda-1.9.11/examples/Makefile.in-222-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/examples/Makefile.in:223:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/examples/Makefile.in:224:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/examples/Makefile.in-225-      else \
lepton-eda-1.9.11/examples/Makefile.in:226:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/examples/Makefile.in-227-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/examples/Makefile.in:228:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/examples/Makefile.in-229-        else \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-234-    fi; \
lepton-eda-1.9.11/examples/Makefile.in:235:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/examples/Makefile.in-236-  done; \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-516-	@list='$(example_DATA)'; test -n "$(exampledir)" || list=; \
lepton-eda-1.9.11/examples/Makefile.in:517:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/examples/Makefile.in-518-	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/examples/Makefile.in-533-	dot_seen=no; \
lepton-eda-1.9.11/examples/Makefile.in:534:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/examples/Makefile.in-535-	case "$@" in \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-596-GTAGS:
lepton-eda-1.9.11/examples/Makefile.in:597:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/examples/Makefile.in-598-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-622-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/examples/Makefile.in:623:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/Makefile.in:624:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/Makefile.in-625-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/examples/Makefile.in-636-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/examples/Makefile.in:637:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/examples/Makefile.in-638-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-50-  { \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-145-  esac
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-150-  esac;
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-476-	@list='$(nobase_example_DATA)'; test -n "$(exampledir)" || list=; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:477:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-478-	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-489-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:490:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:491:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-492-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-503-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in:504:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/examples/TwoStageAmp/Makefile.in-505-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/examples/gTAG/Makefile.in-50-  { \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/examples/gTAG/Makefile.in-145-  esac
lepton-eda-1.9.11/examples/gTAG/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/examples/gTAG/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-150-  esac;
lepton-eda-1.9.11/examples/gTAG/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/examples/gTAG/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/examples/gTAG/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/examples/gTAG/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/examples/gTAG/Makefile.in-500-	@list='$(nobase_example_DATA)'; test -n "$(exampledir)" || list=; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:501:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-502-	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/examples/gTAG/Makefile.in-513-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/examples/gTAG/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/examples/gTAG/Makefile.in-527-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/examples/gTAG/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/examples/gTAG/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-50-  { \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-145-  esac
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-150-  esac;
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-491-	@list='$(nobase_example_DATA)'; test -n "$(exampledir)" || list=; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:492:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-493-	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-504-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:505:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:506:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-507-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-518-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in:519:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/examples/RF_Amp/Makefile.in-520-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-50-  { \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-145-  esac
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-150-  esac;
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-474-	@list='$(nobase_example_DATA)'; test -n "$(exampledir)" || list=; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:475:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-476-	dir='$(DESTDIR)$(exampledir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-487-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:488:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:489:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-490-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-501-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in:502:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/examples/lightning_detector/Makefile.in-503-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-49-  { \
lepton-eda-1.9.11/symcheck/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/symcheck/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/symcheck/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/symcheck/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/symcheck/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-195-      else \
lepton-eda-1.9.11/symcheck/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/symcheck/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-204-    fi; \
lepton-eda-1.9.11/symcheck/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/symcheck/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-480-	dot_seen=no; \
lepton-eda-1.9.11/symcheck/Makefile.in:481:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/symcheck/Makefile.in-482-	case "$@" in \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-543-GTAGS:
lepton-eda-1.9.11/symcheck/Makefile.in:544:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/symcheck/Makefile.in-545-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-569-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symcheck/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symcheck/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symcheck/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symcheck/Makefile.in-583-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symcheck/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symcheck/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symcheck/tests/runtest.sh-17-
lepton-eda-1.9.11/symcheck/tests/runtest.sh:18:symbasename=`basename $INPUT .sym`
lepton-eda-1.9.11/symcheck/tests/runtest.sh-19-
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.in-49-  { \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.in-483-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symcheck/tests/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.in-497-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.in-647-	for file in $(abs_srcdir)/*.sym; do \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:648:	  base=`basename $$file`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-649-	  $(SHELL) $(srcdir)/runtest.sh $$file; \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.in-651-	     echo "FAIL: $$base"; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:652:	     fail=`expr $$fail + 1`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-653-	   else \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-654-	     echo "PASS: $$base"; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in:655:	     pass=`expr $$pass + 1`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.in-656-	   fi; \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.am-85-	for file in $(abs_srcdir)/*.sym; do \
lepton-eda-1.9.11/symcheck/tests/Makefile.am:86:	  base=`basename $$file`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.am-87-	  $(SHELL) $(srcdir)/runtest.sh $$file; \
##############################################
lepton-eda-1.9.11/symcheck/tests/Makefile.am-89-	     echo "FAIL: $$base"; \
lepton-eda-1.9.11/symcheck/tests/Makefile.am:90:	     fail=`expr $$fail + 1`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.am-91-	   else \
lepton-eda-1.9.11/symcheck/tests/Makefile.am-92-	     echo "PASS: $$base"; \
lepton-eda-1.9.11/symcheck/tests/Makefile.am:93:	     pass=`expr $$pass + 1`; \
lepton-eda-1.9.11/symcheck/tests/Makefile.am-94-	   fi; \
##############################################
lepton-eda-1.9.11/NEWS.md-793-
lepton-eda-1.9.11/NEWS.md:794:- The location of log files has been changed to `$XDG_CACHE_HOME/lepton-eda/logs/`.
lepton-eda-1.9.11/NEWS.md-795-  Previously they were stored in the user's configuration directory.
##############################################
lepton-eda-1.9.11/NEWS.md-1272-    configuration context (usually
lepton-eda-1.9.11/NEWS.md:1273:    `$XDG_CACHE_HOME/lepton-eda/gui.conf`). The commands are
lepton-eda-1.9.11/NEWS.md-1274-    stored in the `history` key and can be accessed by choosing
##############################################
lepton-eda-1.9.11/NEWS.md-1442-- New names are now used for temporary files created by undo
lepton-eda-1.9.11/NEWS.md:1443:  subsystem in `$TMP`: `lepton-schematic.save*` instead of
lepton-eda-1.9.11/NEWS.md-1444-  `gschem.save*`.
##############################################
lepton-eda-1.9.11/NEWS.md-1803-- Program-specific settings are now stored in separate configuration
lepton-eda-1.9.11/NEWS.md:1804:  file in `$XDG_CACHE_HOME` directory.
lepton-eda-1.9.11/NEWS.md-1805-
##############################################
lepton-eda-1.9.11/NEWS.md-2030-  - `/etc/xdg/gEDA/` for system configuration
lepton-eda-1.9.11/NEWS.md:2031:  - `$HOME/.local/share/gEDA/` for per-user data
lepton-eda-1.9.11/NEWS.md:2032:  - `$HOME/.config/gEDA/` for per-user configuration.
lepton-eda-1.9.11/NEWS.md-2033-
lepton-eda-1.9.11/NEWS.md:2034:  However, gEDA/gaf tools will still use `$HOME/.gEDA` for per-user
lepton-eda-1.9.11/NEWS.md:2035:  files if that directory exists, they still obey the `$GEDADATA` and
lepton-eda-1.9.11/NEWS.md:2036:  `$GEDADATARC` environment variables, and by default the search path
lepton-eda-1.9.11/NEWS.md-2037-  includes the installation prefix selected when compiling Lepton.
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-88-.po.gmo:
lepton-eda-1.9.11/schematic/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-150-	fi; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/schematic/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]*) \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
lepton-eda-1.9.11/schematic/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-197-	  cd $(srcdir) \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-228-	for cat in $$catalogs; do \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-279-	for cat in $$catalogs; do \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-325-	for cat in $$catalogs; do \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-390-.nop.po-create:
lepton-eda-1.9.11/schematic/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
lepton-eda-1.9.11/schematic/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; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-397-.nop.po-update:
lepton-eda-1.9.11/schematic/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
lepton-eda-1.9.11/schematic/po/Makefile.in.in-404-	cd $(srcdir); \
lepton-eda-1.9.11/schematic/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/schematic/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/schematic/po/Rules-quot-15-.insert-header.po-update-en:
lepton-eda-1.9.11/schematic/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
lepton-eda-1.9.11/schematic/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
lepton-eda-1.9.11/schematic/po/Rules-quot-18-	tmpdir=`pwd`; \
lepton-eda-1.9.11/schematic/po/Rules-quot-19-	echo "$$lang:"; \
lepton-eda-1.9.11/schematic/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
lepton-eda-1.9.11/schematic/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
lepton-eda-1.9.11/schematic/po/Rules-quot-22-	cd $(srcdir); \
lepton-eda-1.9.11/schematic/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 \
lepton-eda-1.9.11/schematic/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/docs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-145-  esac
lepton-eda-1.9.11/schematic/docs/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/schematic/docs/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/schematic/docs/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-150-  esac;
lepton-eda-1.9.11/schematic/docs/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/schematic/docs/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/schematic/docs/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/schematic/docs/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/schematic/docs/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-453-	test -n "$(man1dir)" \
lepton-eda-1.9.11/schematic/docs/Makefile.in:454:	  && test -n "`echo $$list1$$list2`" \
lepton-eda-1.9.11/schematic/docs/Makefile.in-455-	  || exit 0; \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-510-	@list='$(docsman_DATA)'; test -n "$(docsmandir)" || list=; \
lepton-eda-1.9.11/schematic/docs/Makefile.in:511:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-512-	dir='$(DESTDIR)$(docsmandir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-523-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/docs/Makefile.in:524:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in:525:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-526-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-537-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/docs/Makefile.in:538:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-539-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.in-691-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/schematic/docs/Makefile.in:692:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/schematic/docs/Makefile.in-693-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/schematic/docs/Makefile.am-22-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/schematic/docs/Makefile.am:23:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/schematic/docs/Makefile.am-24-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-49-  { \
lepton-eda-1.9.11/schematic/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/schematic/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/schematic/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/schematic/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/schematic/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/schematic/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/schematic/Makefile.in-195-      else \
lepton-eda-1.9.11/schematic/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/schematic/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/schematic/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/schematic/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-204-    fi; \
lepton-eda-1.9.11/schematic/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/schematic/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-483-	dot_seen=no; \
lepton-eda-1.9.11/schematic/Makefile.in:484:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/schematic/Makefile.in-485-	case "$@" in \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-546-GTAGS:
lepton-eda-1.9.11/schematic/Makefile.in:547:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/schematic/Makefile.in-548-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-572-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/Makefile.in:573:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/Makefile.in:574:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/Makefile.in-575-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/Makefile.in-586-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/Makefile.in:587:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/Makefile.in-588-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/data/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/data/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-145-  esac
lepton-eda-1.9.11/schematic/data/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/schematic/data/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/schematic/data/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/schematic/data/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/schematic/data/Makefile.in-150-  esac;
lepton-eda-1.9.11/schematic/data/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/schematic/data/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/schematic/data/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/schematic/data/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/schematic/data/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-546-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
lepton-eda-1.9.11/schematic/data/Makefile.in:547:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/schematic/data/Makefile.in-548-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-559-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/data/Makefile.in:560:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/data/Makefile.in:561:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/data/Makefile.in-562-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-573-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/data/Makefile.in:574:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/data/Makefile.in-575-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.in-716-	  for f in $(action_icon_files); do \
lepton-eda-1.9.11/schematic/data/Makefile.in:717:	    id=`echo $$f | sed -e's:.png::'`; \
lepton-eda-1.9.11/schematic/data/Makefile.in-718-	    inkscape --export-use-hints \
##############################################
lepton-eda-1.9.11/schematic/data/Makefile.am-42-	  for f in $(action_icon_files); do \
lepton-eda-1.9.11/schematic/data/Makefile.am:43:	    id=`echo $$f | sed -e's:.png::'`; \
lepton-eda-1.9.11/schematic/data/Makefile.am-44-	    inkscape --export-use-hints \
##############################################
lepton-eda-1.9.11/schematic/lib/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/lib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/lib/Makefile.in-145-  esac
lepton-eda-1.9.11/schematic/lib/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/schematic/lib/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/schematic/lib/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-150-  esac;
lepton-eda-1.9.11/schematic/lib/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/schematic/lib/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/schematic/lib/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/schematic/lib/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/schematic/lib/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/schematic/lib/Makefile.in-456-	@list='$(rcdata_DATA)'; test -n "$(rcdatadir)" || list=; \
lepton-eda-1.9.11/schematic/lib/Makefile.in:457:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-458-	dir='$(DESTDIR)$(rcdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/lib/Makefile.in-469-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/lib/Makefile.in:470:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/lib/Makefile.in:471:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-472-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/lib/Makefile.in-483-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/lib/Makefile.in:484:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/lib/Makefile.in-485-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-146-  esac
lepton-eda-1.9.11/schematic/scheme/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/schematic/scheme/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-151-  esac;
lepton-eda-1.9.11/schematic/scheme/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/schematic/scheme/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/schematic/scheme/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/schematic/scheme/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-500-	@list='$(nobase_dist_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:501:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-502-	dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-524-	@list='$(nobase_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:525:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-526-	dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-537-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/scheme/Makefile.in:538:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:539:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-540-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/scheme/Makefile.in-551-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/scheme/Makefile.in:552:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/scheme/Makefile.in-553-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/examples/Makefile.in-49-  { \
lepton-eda-1.9.11/schematic/examples/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/examples/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/schematic/examples/Makefile.in-431-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/examples/Makefile.in:432:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/examples/Makefile.in:433:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/examples/Makefile.in-434-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/examples/Makefile.in-445-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/examples/Makefile.in:446:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/examples/Makefile.in-447-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/include/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/include/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/include/Makefile.in-500-GTAGS:
lepton-eda-1.9.11/schematic/include/Makefile.in:501:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/schematic/include/Makefile.in-502-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/schematic/include/Makefile.in-526-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/include/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/include/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/include/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/include/Makefile.in-540-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/include/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/include/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-145-  esac
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-150-  esac;
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-483-	@list='$(bitmapdata_DATA)'; test -n "$(bitmapdatadir)" || list=; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:484:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-485-	dir='$(DESTDIR)$(bitmapdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-496-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-510-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/bitmap/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/tests/Makefile.in-49-  { \
lepton-eda-1.9.11/schematic/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/tests/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/schematic/tests/Makefile.in-454-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/tests/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/tests/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/tests/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/tests/Makefile.in-468-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/tests/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/tests/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-50-  { \
lepton-eda-1.9.11/schematic/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/schematic/src/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-872-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/schematic/src/Makefile.in:873:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/schematic/src/Makefile.in-874-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1013-.c.obj:
lepton-eda-1.9.11/schematic/src/Makefile.in:1014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/schematic/src/Makefile.in-1015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/schematic/src/Makefile.in-1019-
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1027-lepton_schematic-a_zoom.o: a_zoom.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-a_zoom.o -MD -MP -MF $(DEPDIR)/lepton_schematic-a_zoom.Tpo -c -o lepton_schematic-a_zoom.o `test -f 'a_zoom.c' || echo '$(srcdir)/'`a_zoom.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-a_zoom.Tpo $(DEPDIR)/lepton_schematic-a_zoom.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-a_zoom.o `test -f 'a_zoom.c' || echo '$(srcdir)/'`a_zoom.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1033-
lepton-eda-1.9.11/schematic/src/Makefile.in-1034-lepton_schematic-a_zoom.obj: a_zoom.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-a_zoom.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-a_zoom.Tpo -c -o lepton_schematic-a_zoom.obj `if test -f 'a_zoom.c'; then $(CYGPATH_W) 'a_zoom.c'; else $(CYGPATH_W) '$(srcdir)/a_zoom.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-a_zoom.Tpo $(DEPDIR)/lepton_schematic-a_zoom.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-a_zoom.obj `if test -f 'a_zoom.c'; then $(CYGPATH_W) 'a_zoom.c'; else $(CYGPATH_W) '$(srcdir)/a_zoom.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1040-
lepton-eda-1.9.11/schematic/src/Makefile.in-1041-lepton_schematic-g_action.o: g_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_action.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_action.Tpo -c -o lepton_schematic-g_action.o `test -f 'g_action.c' || echo '$(srcdir)/'`g_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_action.Tpo $(DEPDIR)/lepton_schematic-g_action.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_action.o `test -f 'g_action.c' || echo '$(srcdir)/'`g_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1047-
lepton-eda-1.9.11/schematic/src/Makefile.in-1048-lepton_schematic-g_action.obj: g_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_action.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_action.Tpo -c -o lepton_schematic-g_action.obj `if test -f 'g_action.c'; then $(CYGPATH_W) 'g_action.c'; else $(CYGPATH_W) '$(srcdir)/g_action.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_action.Tpo $(DEPDIR)/lepton_schematic-g_action.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_action.obj `if test -f 'g_action.c'; then $(CYGPATH_W) 'g_action.c'; else $(CYGPATH_W) '$(srcdir)/g_action.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1054-
lepton-eda-1.9.11/schematic/src/Makefile.in-1055-lepton_schematic-g_attrib.o: g_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_attrib.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_attrib.Tpo -c -o lepton_schematic-g_attrib.o `test -f 'g_attrib.c' || echo '$(srcdir)/'`g_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_attrib.Tpo $(DEPDIR)/lepton_schematic-g_attrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_attrib.o `test -f 'g_attrib.c' || echo '$(srcdir)/'`g_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1061-
lepton-eda-1.9.11/schematic/src/Makefile.in-1062-lepton_schematic-g_attrib.obj: g_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_attrib.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_attrib.Tpo -c -o lepton_schematic-g_attrib.obj `if test -f 'g_attrib.c'; then $(CYGPATH_W) 'g_attrib.c'; else $(CYGPATH_W) '$(srcdir)/g_attrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_attrib.Tpo $(DEPDIR)/lepton_schematic-g_attrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_attrib.obj `if test -f 'g_attrib.c'; then $(CYGPATH_W) 'g_attrib.c'; else $(CYGPATH_W) '$(srcdir)/g_attrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1068-
lepton-eda-1.9.11/schematic/src/Makefile.in-1069-lepton_schematic-g_builtins.o: g_builtins.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_builtins.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_builtins.Tpo -c -o lepton_schematic-g_builtins.o `test -f 'g_builtins.c' || echo '$(srcdir)/'`g_builtins.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_builtins.Tpo $(DEPDIR)/lepton_schematic-g_builtins.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_builtins.o `test -f 'g_builtins.c' || echo '$(srcdir)/'`g_builtins.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1075-
lepton-eda-1.9.11/schematic/src/Makefile.in-1076-lepton_schematic-g_builtins.obj: g_builtins.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_builtins.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_builtins.Tpo -c -o lepton_schematic-g_builtins.obj `if test -f 'g_builtins.c'; then $(CYGPATH_W) 'g_builtins.c'; else $(CYGPATH_W) '$(srcdir)/g_builtins.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_builtins.Tpo $(DEPDIR)/lepton_schematic-g_builtins.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_builtins.obj `if test -f 'g_builtins.c'; then $(CYGPATH_W) 'g_builtins.c'; else $(CYGPATH_W) '$(srcdir)/g_builtins.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1082-
lepton-eda-1.9.11/schematic/src/Makefile.in-1083-lepton_schematic-g_funcs.o: g_funcs.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_funcs.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_funcs.Tpo -c -o lepton_schematic-g_funcs.o `test -f 'g_funcs.c' || echo '$(srcdir)/'`g_funcs.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_funcs.Tpo $(DEPDIR)/lepton_schematic-g_funcs.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_funcs.o `test -f 'g_funcs.c' || echo '$(srcdir)/'`g_funcs.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1089-
lepton-eda-1.9.11/schematic/src/Makefile.in-1090-lepton_schematic-g_funcs.obj: g_funcs.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_funcs.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_funcs.Tpo -c -o lepton_schematic-g_funcs.obj `if test -f 'g_funcs.c'; then $(CYGPATH_W) 'g_funcs.c'; else $(CYGPATH_W) '$(srcdir)/g_funcs.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_funcs.Tpo $(DEPDIR)/lepton_schematic-g_funcs.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_funcs.obj `if test -f 'g_funcs.c'; then $(CYGPATH_W) 'g_funcs.c'; else $(CYGPATH_W) '$(srcdir)/g_funcs.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1096-
lepton-eda-1.9.11/schematic/src/Makefile.in-1097-lepton_schematic-g_hook.o: g_hook.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_hook.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_hook.Tpo -c -o lepton_schematic-g_hook.o `test -f 'g_hook.c' || echo '$(srcdir)/'`g_hook.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_hook.Tpo $(DEPDIR)/lepton_schematic-g_hook.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_hook.o `test -f 'g_hook.c' || echo '$(srcdir)/'`g_hook.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1103-
lepton-eda-1.9.11/schematic/src/Makefile.in-1104-lepton_schematic-g_hook.obj: g_hook.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_hook.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_hook.Tpo -c -o lepton_schematic-g_hook.obj `if test -f 'g_hook.c'; then $(CYGPATH_W) 'g_hook.c'; else $(CYGPATH_W) '$(srcdir)/g_hook.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_hook.Tpo $(DEPDIR)/lepton_schematic-g_hook.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_hook.obj `if test -f 'g_hook.c'; then $(CYGPATH_W) 'g_hook.c'; else $(CYGPATH_W) '$(srcdir)/g_hook.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1110-
lepton-eda-1.9.11/schematic/src/Makefile.in-1111-lepton_schematic-g_keys.o: g_keys.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_keys.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_keys.Tpo -c -o lepton_schematic-g_keys.o `test -f 'g_keys.c' || echo '$(srcdir)/'`g_keys.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_keys.Tpo $(DEPDIR)/lepton_schematic-g_keys.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_keys.o `test -f 'g_keys.c' || echo '$(srcdir)/'`g_keys.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1117-
lepton-eda-1.9.11/schematic/src/Makefile.in-1118-lepton_schematic-g_keys.obj: g_keys.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_keys.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_keys.Tpo -c -o lepton_schematic-g_keys.obj `if test -f 'g_keys.c'; then $(CYGPATH_W) 'g_keys.c'; else $(CYGPATH_W) '$(srcdir)/g_keys.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_keys.Tpo $(DEPDIR)/lepton_schematic-g_keys.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_keys.obj `if test -f 'g_keys.c'; then $(CYGPATH_W) 'g_keys.c'; else $(CYGPATH_W) '$(srcdir)/g_keys.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1124-
lepton-eda-1.9.11/schematic/src/Makefile.in-1125-lepton_schematic-g_rc.o: g_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_rc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_rc.Tpo -c -o lepton_schematic-g_rc.o `test -f 'g_rc.c' || echo '$(srcdir)/'`g_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_rc.Tpo $(DEPDIR)/lepton_schematic-g_rc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_rc.o `test -f 'g_rc.c' || echo '$(srcdir)/'`g_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1131-
lepton-eda-1.9.11/schematic/src/Makefile.in-1132-lepton_schematic-g_rc.obj: g_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_rc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_rc.Tpo -c -o lepton_schematic-g_rc.obj `if test -f 'g_rc.c'; then $(CYGPATH_W) 'g_rc.c'; else $(CYGPATH_W) '$(srcdir)/g_rc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_rc.Tpo $(DEPDIR)/lepton_schematic-g_rc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_rc.obj `if test -f 'g_rc.c'; then $(CYGPATH_W) 'g_rc.c'; else $(CYGPATH_W) '$(srcdir)/g_rc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1138-
lepton-eda-1.9.11/schematic/src/Makefile.in-1139-lepton_schematic-g_register.o: g_register.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_register.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_register.Tpo -c -o lepton_schematic-g_register.o `test -f 'g_register.c' || echo '$(srcdir)/'`g_register.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_register.Tpo $(DEPDIR)/lepton_schematic-g_register.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_register.o `test -f 'g_register.c' || echo '$(srcdir)/'`g_register.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1145-
lepton-eda-1.9.11/schematic/src/Makefile.in-1146-lepton_schematic-g_register.obj: g_register.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_register.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_register.Tpo -c -o lepton_schematic-g_register.obj `if test -f 'g_register.c'; then $(CYGPATH_W) 'g_register.c'; else $(CYGPATH_W) '$(srcdir)/g_register.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_register.Tpo $(DEPDIR)/lepton_schematic-g_register.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_register.obj `if test -f 'g_register.c'; then $(CYGPATH_W) 'g_register.c'; else $(CYGPATH_W) '$(srcdir)/g_register.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1152-
lepton-eda-1.9.11/schematic/src/Makefile.in-1153-lepton_schematic-g_select.o: g_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_select.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_select.Tpo -c -o lepton_schematic-g_select.o `test -f 'g_select.c' || echo '$(srcdir)/'`g_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_select.Tpo $(DEPDIR)/lepton_schematic-g_select.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_select.o `test -f 'g_select.c' || echo '$(srcdir)/'`g_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1159-
lepton-eda-1.9.11/schematic/src/Makefile.in-1160-lepton_schematic-g_select.obj: g_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_select.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_select.Tpo -c -o lepton_schematic-g_select.obj `if test -f 'g_select.c'; then $(CYGPATH_W) 'g_select.c'; else $(CYGPATH_W) '$(srcdir)/g_select.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_select.Tpo $(DEPDIR)/lepton_schematic-g_select.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_select.obj `if test -f 'g_select.c'; then $(CYGPATH_W) 'g_select.c'; else $(CYGPATH_W) '$(srcdir)/g_select.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1166-
lepton-eda-1.9.11/schematic/src/Makefile.in-1167-lepton_schematic-g_util.o: g_util.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_util.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_util.Tpo -c -o lepton_schematic-g_util.o `test -f 'g_util.c' || echo '$(srcdir)/'`g_util.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_util.Tpo $(DEPDIR)/lepton_schematic-g_util.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_util.o `test -f 'g_util.c' || echo '$(srcdir)/'`g_util.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1173-
lepton-eda-1.9.11/schematic/src/Makefile.in-1174-lepton_schematic-g_util.obj: g_util.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_util.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_util.Tpo -c -o lepton_schematic-g_util.obj `if test -f 'g_util.c'; then $(CYGPATH_W) 'g_util.c'; else $(CYGPATH_W) '$(srcdir)/g_util.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_util.Tpo $(DEPDIR)/lepton_schematic-g_util.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_util.obj `if test -f 'g_util.c'; then $(CYGPATH_W) 'g_util.c'; else $(CYGPATH_W) '$(srcdir)/g_util.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1180-
lepton-eda-1.9.11/schematic/src/Makefile.in-1181-lepton_schematic-g_window.o: g_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_window.o -MD -MP -MF $(DEPDIR)/lepton_schematic-g_window.Tpo -c -o lepton_schematic-g_window.o `test -f 'g_window.c' || echo '$(srcdir)/'`g_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_window.Tpo $(DEPDIR)/lepton_schematic-g_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_window.o `test -f 'g_window.c' || echo '$(srcdir)/'`g_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1187-
lepton-eda-1.9.11/schematic/src/Makefile.in-1188-lepton_schematic-g_window.obj: g_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1189:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-g_window.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-g_window.Tpo -c -o lepton_schematic-g_window.obj `if test -f 'g_window.c'; then $(CYGPATH_W) 'g_window.c'; else $(CYGPATH_W) '$(srcdir)/g_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1190-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-g_window.Tpo $(DEPDIR)/lepton_schematic-g_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1192-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1193:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-g_window.obj `if test -f 'g_window.c'; then $(CYGPATH_W) 'g_window.c'; else $(CYGPATH_W) '$(srcdir)/g_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1194-
lepton-eda-1.9.11/schematic/src/Makefile.in-1195-lepton_schematic-globals.o: globals.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1196:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-globals.o -MD -MP -MF $(DEPDIR)/lepton_schematic-globals.Tpo -c -o lepton_schematic-globals.o `test -f 'globals.c' || echo '$(srcdir)/'`globals.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1197-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-globals.Tpo $(DEPDIR)/lepton_schematic-globals.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1199-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1200:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-globals.o `test -f 'globals.c' || echo '$(srcdir)/'`globals.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1201-
lepton-eda-1.9.11/schematic/src/Makefile.in-1202-lepton_schematic-globals.obj: globals.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1203:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-globals.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-globals.Tpo -c -o lepton_schematic-globals.obj `if test -f 'globals.c'; then $(CYGPATH_W) 'globals.c'; else $(CYGPATH_W) '$(srcdir)/globals.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1204-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-globals.Tpo $(DEPDIR)/lepton_schematic-globals.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1206-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1207:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-globals.obj `if test -f 'globals.c'; then $(CYGPATH_W) 'globals.c'; else $(CYGPATH_W) '$(srcdir)/globals.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1208-
lepton-eda-1.9.11/schematic/src/Makefile.in-1209-lepton_schematic-lepton-schematic.o: lepton-schematic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1210:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-lepton-schematic.o -MD -MP -MF $(DEPDIR)/lepton_schematic-lepton-schematic.Tpo -c -o lepton_schematic-lepton-schematic.o `test -f 'lepton-schematic.c' || echo '$(srcdir)/'`lepton-schematic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1211-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-lepton-schematic.Tpo $(DEPDIR)/lepton_schematic-lepton-schematic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1213-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1214:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-lepton-schematic.o `test -f 'lepton-schematic.c' || echo '$(srcdir)/'`lepton-schematic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1215-
lepton-eda-1.9.11/schematic/src/Makefile.in-1216-lepton_schematic-lepton-schematic.obj: lepton-schematic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1217:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-lepton-schematic.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-lepton-schematic.Tpo -c -o lepton_schematic-lepton-schematic.obj `if test -f 'lepton-schematic.c'; then $(CYGPATH_W) 'lepton-schematic.c'; else $(CYGPATH_W) '$(srcdir)/lepton-schematic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1218-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-lepton-schematic.Tpo $(DEPDIR)/lepton_schematic-lepton-schematic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1220-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1221:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-lepton-schematic.obj `if test -f 'lepton-schematic.c'; then $(CYGPATH_W) 'lepton-schematic.c'; else $(CYGPATH_W) '$(srcdir)/lepton-schematic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1222-
lepton-eda-1.9.11/schematic/src/Makefile.in-1223-lepton_schematic-gschemhotkeystore.o: gschemhotkeystore.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1224:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschemhotkeystore.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschemhotkeystore.Tpo -c -o lepton_schematic-gschemhotkeystore.o `test -f 'gschemhotkeystore.c' || echo '$(srcdir)/'`gschemhotkeystore.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1225-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschemhotkeystore.Tpo $(DEPDIR)/lepton_schematic-gschemhotkeystore.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1227-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1228:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschemhotkeystore.o `test -f 'gschemhotkeystore.c' || echo '$(srcdir)/'`gschemhotkeystore.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1229-
lepton-eda-1.9.11/schematic/src/Makefile.in-1230-lepton_schematic-gschemhotkeystore.obj: gschemhotkeystore.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1231:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschemhotkeystore.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschemhotkeystore.Tpo -c -o lepton_schematic-gschemhotkeystore.obj `if test -f 'gschemhotkeystore.c'; then $(CYGPATH_W) 'gschemhotkeystore.c'; else $(CYGPATH_W) '$(srcdir)/gschemhotkeystore.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1232-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschemhotkeystore.Tpo $(DEPDIR)/lepton_schematic-gschemhotkeystore.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1234-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1235:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschemhotkeystore.obj `if test -f 'gschemhotkeystore.c'; then $(CYGPATH_W) 'gschemhotkeystore.c'; else $(CYGPATH_W) '$(srcdir)/gschemhotkeystore.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1236-
lepton-eda-1.9.11/schematic/src/Makefile.in-1237-lepton_schematic-gschem_about_dialog.o: gschem_about_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1238:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_about_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_about_dialog.Tpo -c -o lepton_schematic-gschem_about_dialog.o `test -f 'gschem_about_dialog.c' || echo '$(srcdir)/'`gschem_about_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1239-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_about_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_about_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1241-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1242:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_about_dialog.o `test -f 'gschem_about_dialog.c' || echo '$(srcdir)/'`gschem_about_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1243-
lepton-eda-1.9.11/schematic/src/Makefile.in-1244-lepton_schematic-gschem_about_dialog.obj: gschem_about_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1245:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_about_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_about_dialog.Tpo -c -o lepton_schematic-gschem_about_dialog.obj `if test -f 'gschem_about_dialog.c'; then $(CYGPATH_W) 'gschem_about_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_about_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1246-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_about_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_about_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1248-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1249:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_about_dialog.obj `if test -f 'gschem_about_dialog.c'; then $(CYGPATH_W) 'gschem_about_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_about_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1250-
lepton-eda-1.9.11/schematic/src/Makefile.in-1251-lepton_schematic-gschem_accel_label.o: gschem_accel_label.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1252:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_accel_label.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_accel_label.Tpo -c -o lepton_schematic-gschem_accel_label.o `test -f 'gschem_accel_label.c' || echo '$(srcdir)/'`gschem_accel_label.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1253-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_accel_label.Tpo $(DEPDIR)/lepton_schematic-gschem_accel_label.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1255-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1256:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_accel_label.o `test -f 'gschem_accel_label.c' || echo '$(srcdir)/'`gschem_accel_label.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1257-
lepton-eda-1.9.11/schematic/src/Makefile.in-1258-lepton_schematic-gschem_accel_label.obj: gschem_accel_label.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1259:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_accel_label.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_accel_label.Tpo -c -o lepton_schematic-gschem_accel_label.obj `if test -f 'gschem_accel_label.c'; then $(CYGPATH_W) 'gschem_accel_label.c'; else $(CYGPATH_W) '$(srcdir)/gschem_accel_label.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1260-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_accel_label.Tpo $(DEPDIR)/lepton_schematic-gschem_accel_label.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1262-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1263:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_accel_label.obj `if test -f 'gschem_accel_label.c'; then $(CYGPATH_W) 'gschem_accel_label.c'; else $(CYGPATH_W) '$(srcdir)/gschem_accel_label.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1264-
lepton-eda-1.9.11/schematic/src/Makefile.in-1265-lepton_schematic-gschem_action.o: gschem_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1266:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_action.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_action.Tpo -c -o lepton_schematic-gschem_action.o `test -f 'gschem_action.c' || echo '$(srcdir)/'`gschem_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1267-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_action.Tpo $(DEPDIR)/lepton_schematic-gschem_action.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1269-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1270:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_action.o `test -f 'gschem_action.c' || echo '$(srcdir)/'`gschem_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1271-
lepton-eda-1.9.11/schematic/src/Makefile.in-1272-lepton_schematic-gschem_action.obj: gschem_action.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1273:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_action.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_action.Tpo -c -o lepton_schematic-gschem_action.obj `if test -f 'gschem_action.c'; then $(CYGPATH_W) 'gschem_action.c'; else $(CYGPATH_W) '$(srcdir)/gschem_action.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1274-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_action.Tpo $(DEPDIR)/lepton_schematic-gschem_action.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1276-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1277:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_action.obj `if test -f 'gschem_action.c'; then $(CYGPATH_W) 'gschem_action.c'; else $(CYGPATH_W) '$(srcdir)/gschem_action.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1278-
lepton-eda-1.9.11/schematic/src/Makefile.in-1279-lepton_schematic-gschem_alignment_combo.o: gschem_alignment_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1280:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_alignment_combo.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Tpo -c -o lepton_schematic-gschem_alignment_combo.o `test -f 'gschem_alignment_combo.c' || echo '$(srcdir)/'`gschem_alignment_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1281-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1283-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1284:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_alignment_combo.o `test -f 'gschem_alignment_combo.c' || echo '$(srcdir)/'`gschem_alignment_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1285-
lepton-eda-1.9.11/schematic/src/Makefile.in-1286-lepton_schematic-gschem_alignment_combo.obj: gschem_alignment_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1287:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_alignment_combo.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Tpo -c -o lepton_schematic-gschem_alignment_combo.obj `if test -f 'gschem_alignment_combo.c'; then $(CYGPATH_W) 'gschem_alignment_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_alignment_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1288-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_alignment_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1290-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1291:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_alignment_combo.obj `if test -f 'gschem_alignment_combo.c'; then $(CYGPATH_W) 'gschem_alignment_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_alignment_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1292-
lepton-eda-1.9.11/schematic/src/Makefile.in-1293-lepton_schematic-gschem_arc_dialog.o: gschem_arc_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1294:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_arc_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Tpo -c -o lepton_schematic-gschem_arc_dialog.o `test -f 'gschem_arc_dialog.c' || echo '$(srcdir)/'`gschem_arc_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1295-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1297-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1298:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_arc_dialog.o `test -f 'gschem_arc_dialog.c' || echo '$(srcdir)/'`gschem_arc_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1299-
lepton-eda-1.9.11/schematic/src/Makefile.in-1300-lepton_schematic-gschem_arc_dialog.obj: gschem_arc_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1301:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_arc_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Tpo -c -o lepton_schematic-gschem_arc_dialog.obj `if test -f 'gschem_arc_dialog.c'; then $(CYGPATH_W) 'gschem_arc_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_arc_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1302-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_arc_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1304-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1305:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_arc_dialog.obj `if test -f 'gschem_arc_dialog.c'; then $(CYGPATH_W) 'gschem_arc_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_arc_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1306-
lepton-eda-1.9.11/schematic/src/Makefile.in-1307-lepton_schematic-gschem_bin.o: gschem_bin.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1308:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_bin.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_bin.Tpo -c -o lepton_schematic-gschem_bin.o `test -f 'gschem_bin.c' || echo '$(srcdir)/'`gschem_bin.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1309-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_bin.Tpo $(DEPDIR)/lepton_schematic-gschem_bin.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1311-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1312:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_bin.o `test -f 'gschem_bin.c' || echo '$(srcdir)/'`gschem_bin.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1313-
lepton-eda-1.9.11/schematic/src/Makefile.in-1314-lepton_schematic-gschem_bin.obj: gschem_bin.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1315:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_bin.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_bin.Tpo -c -o lepton_schematic-gschem_bin.obj `if test -f 'gschem_bin.c'; then $(CYGPATH_W) 'gschem_bin.c'; else $(CYGPATH_W) '$(srcdir)/gschem_bin.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1316-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_bin.Tpo $(DEPDIR)/lepton_schematic-gschem_bin.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1318-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1319:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_bin.obj `if test -f 'gschem_bin.c'; then $(CYGPATH_W) 'gschem_bin.c'; else $(CYGPATH_W) '$(srcdir)/gschem_bin.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1320-
lepton-eda-1.9.11/schematic/src/Makefile.in-1321-lepton_schematic-gschem_binding.o: gschem_binding.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1322:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_binding.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_binding.Tpo -c -o lepton_schematic-gschem_binding.o `test -f 'gschem_binding.c' || echo '$(srcdir)/'`gschem_binding.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1323-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_binding.Tpo $(DEPDIR)/lepton_schematic-gschem_binding.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1325-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1326:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_binding.o `test -f 'gschem_binding.c' || echo '$(srcdir)/'`gschem_binding.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1327-
lepton-eda-1.9.11/schematic/src/Makefile.in-1328-lepton_schematic-gschem_binding.obj: gschem_binding.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1329:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_binding.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_binding.Tpo -c -o lepton_schematic-gschem_binding.obj `if test -f 'gschem_binding.c'; then $(CYGPATH_W) 'gschem_binding.c'; else $(CYGPATH_W) '$(srcdir)/gschem_binding.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1330-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_binding.Tpo $(DEPDIR)/lepton_schematic-gschem_binding.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1332-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1333:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_binding.obj `if test -f 'gschem_binding.c'; then $(CYGPATH_W) 'gschem_binding.c'; else $(CYGPATH_W) '$(srcdir)/gschem_binding.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1334-
lepton-eda-1.9.11/schematic/src/Makefile.in-1335-lepton_schematic-gschem_binding_integer.o: gschem_binding_integer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1336:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_binding_integer.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_binding_integer.Tpo -c -o lepton_schematic-gschem_binding_integer.o `test -f 'gschem_binding_integer.c' || echo '$(srcdir)/'`gschem_binding_integer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1337-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_binding_integer.Tpo $(DEPDIR)/lepton_schematic-gschem_binding_integer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1339-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1340:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_binding_integer.o `test -f 'gschem_binding_integer.c' || echo '$(srcdir)/'`gschem_binding_integer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1341-
lepton-eda-1.9.11/schematic/src/Makefile.in-1342-lepton_schematic-gschem_binding_integer.obj: gschem_binding_integer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1343:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_binding_integer.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_binding_integer.Tpo -c -o lepton_schematic-gschem_binding_integer.obj `if test -f 'gschem_binding_integer.c'; then $(CYGPATH_W) 'gschem_binding_integer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_binding_integer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1344-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_binding_integer.Tpo $(DEPDIR)/lepton_schematic-gschem_binding_integer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1346-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1347:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_binding_integer.obj `if test -f 'gschem_binding_integer.c'; then $(CYGPATH_W) 'gschem_binding_integer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_binding_integer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1348-
lepton-eda-1.9.11/schematic/src/Makefile.in-1349-lepton_schematic-gschem_bottom_widget.o: gschem_bottom_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1350:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_bottom_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Tpo -c -o lepton_schematic-gschem_bottom_widget.o `test -f 'gschem_bottom_widget.c' || echo '$(srcdir)/'`gschem_bottom_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1351-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1354:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_bottom_widget.o `test -f 'gschem_bottom_widget.c' || echo '$(srcdir)/'`gschem_bottom_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1355-
lepton-eda-1.9.11/schematic/src/Makefile.in-1356-lepton_schematic-gschem_bottom_widget.obj: gschem_bottom_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1357:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_bottom_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Tpo -c -o lepton_schematic-gschem_bottom_widget.obj `if test -f 'gschem_bottom_widget.c'; then $(CYGPATH_W) 'gschem_bottom_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_bottom_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1358-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_bottom_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1360-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1361:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_bottom_widget.obj `if test -f 'gschem_bottom_widget.c'; then $(CYGPATH_W) 'gschem_bottom_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_bottom_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1362-
lepton-eda-1.9.11/schematic/src/Makefile.in-1363-lepton_schematic-gschem_close_confirmation_dialog.o: gschem_close_confirmation_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1364:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_close_confirmation_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Tpo -c -o lepton_schematic-gschem_close_confirmation_dialog.o `test -f 'gschem_close_confirmation_dialog.c' || echo '$(srcdir)/'`gschem_close_confirmation_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1365-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1367-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1368:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_close_confirmation_dialog.o `test -f 'gschem_close_confirmation_dialog.c' || echo '$(srcdir)/'`gschem_close_confirmation_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1369-
lepton-eda-1.9.11/schematic/src/Makefile.in-1370-lepton_schematic-gschem_close_confirmation_dialog.obj: gschem_close_confirmation_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1371:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_close_confirmation_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Tpo -c -o lepton_schematic-gschem_close_confirmation_dialog.obj `if test -f 'gschem_close_confirmation_dialog.c'; then $(CYGPATH_W) 'gschem_close_confirmation_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_close_confirmation_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1372-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_close_confirmation_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1375:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_close_confirmation_dialog.obj `if test -f 'gschem_close_confirmation_dialog.c'; then $(CYGPATH_W) 'gschem_close_confirmation_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_close_confirmation_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1376-
lepton-eda-1.9.11/schematic/src/Makefile.in-1377-lepton_schematic-gschem_coord_dialog.o: gschem_coord_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1378:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_coord_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Tpo -c -o lepton_schematic-gschem_coord_dialog.o `test -f 'gschem_coord_dialog.c' || echo '$(srcdir)/'`gschem_coord_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1379-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1382:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_coord_dialog.o `test -f 'gschem_coord_dialog.c' || echo '$(srcdir)/'`gschem_coord_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1383-
lepton-eda-1.9.11/schematic/src/Makefile.in-1384-lepton_schematic-gschem_coord_dialog.obj: gschem_coord_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1385:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_coord_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Tpo -c -o lepton_schematic-gschem_coord_dialog.obj `if test -f 'gschem_coord_dialog.c'; then $(CYGPATH_W) 'gschem_coord_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_coord_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1386-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_coord_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1389:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_coord_dialog.obj `if test -f 'gschem_coord_dialog.c'; then $(CYGPATH_W) 'gschem_coord_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_coord_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1390-
lepton-eda-1.9.11/schematic/src/Makefile.in-1391-lepton_schematic-gschem_dialog.o: gschem_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1392:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_dialog.Tpo -c -o lepton_schematic-gschem_dialog.o `test -f 'gschem_dialog.c' || echo '$(srcdir)/'`gschem_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1393-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1396:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_dialog.o `test -f 'gschem_dialog.c' || echo '$(srcdir)/'`gschem_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1397-
lepton-eda-1.9.11/schematic/src/Makefile.in-1398-lepton_schematic-gschem_dialog.obj: gschem_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1399:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_dialog.Tpo -c -o lepton_schematic-gschem_dialog.obj `if test -f 'gschem_dialog.c'; then $(CYGPATH_W) 'gschem_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1400-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1402-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1403:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_dialog.obj `if test -f 'gschem_dialog.c'; then $(CYGPATH_W) 'gschem_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1404-
lepton-eda-1.9.11/schematic/src/Makefile.in-1405-lepton_schematic-gschem_dialog_misc.o: gschem_dialog_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_dialog_misc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Tpo -c -o lepton_schematic-gschem_dialog_misc.o `test -f 'gschem_dialog_misc.c' || echo '$(srcdir)/'`gschem_dialog_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Tpo $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_dialog_misc.o `test -f 'gschem_dialog_misc.c' || echo '$(srcdir)/'`gschem_dialog_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1411-
lepton-eda-1.9.11/schematic/src/Makefile.in-1412-lepton_schematic-gschem_dialog_misc.obj: gschem_dialog_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1413:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_dialog_misc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Tpo -c -o lepton_schematic-gschem_dialog_misc.obj `if test -f 'gschem_dialog_misc.c'; then $(CYGPATH_W) 'gschem_dialog_misc.c'; else $(CYGPATH_W) '$(srcdir)/gschem_dialog_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1414-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Tpo $(DEPDIR)/lepton_schematic-gschem_dialog_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1416-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1417:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_dialog_misc.obj `if test -f 'gschem_dialog_misc.c'; then $(CYGPATH_W) 'gschem_dialog_misc.c'; else $(CYGPATH_W) '$(srcdir)/gschem_dialog_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1418-
lepton-eda-1.9.11/schematic/src/Makefile.in-1419-lepton_schematic-gschem_fill_swatch_cell_renderer.o: gschem_fill_swatch_cell_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_fill_swatch_cell_renderer.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Tpo -c -o lepton_schematic-gschem_fill_swatch_cell_renderer.o `test -f 'gschem_fill_swatch_cell_renderer.c' || echo '$(srcdir)/'`gschem_fill_swatch_cell_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Tpo $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_fill_swatch_cell_renderer.o `test -f 'gschem_fill_swatch_cell_renderer.c' || echo '$(srcdir)/'`gschem_fill_swatch_cell_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1425-
lepton-eda-1.9.11/schematic/src/Makefile.in-1426-lepton_schematic-gschem_fill_swatch_cell_renderer.obj: gschem_fill_swatch_cell_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_fill_swatch_cell_renderer.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Tpo -c -o lepton_schematic-gschem_fill_swatch_cell_renderer.obj `if test -f 'gschem_fill_swatch_cell_renderer.c'; then $(CYGPATH_W) 'gschem_fill_swatch_cell_renderer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_fill_swatch_cell_renderer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Tpo $(DEPDIR)/lepton_schematic-gschem_fill_swatch_cell_renderer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_fill_swatch_cell_renderer.obj `if test -f 'gschem_fill_swatch_cell_renderer.c'; then $(CYGPATH_W) 'gschem_fill_swatch_cell_renderer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_fill_swatch_cell_renderer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1432-
lepton-eda-1.9.11/schematic/src/Makefile.in-1433-lepton_schematic-gschem_find_text_state.o: gschem_find_text_state.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_find_text_state.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_find_text_state.Tpo -c -o lepton_schematic-gschem_find_text_state.o `test -f 'gschem_find_text_state.c' || echo '$(srcdir)/'`gschem_find_text_state.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_find_text_state.Tpo $(DEPDIR)/lepton_schematic-gschem_find_text_state.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_find_text_state.o `test -f 'gschem_find_text_state.c' || echo '$(srcdir)/'`gschem_find_text_state.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1439-
lepton-eda-1.9.11/schematic/src/Makefile.in-1440-lepton_schematic-gschem_find_text_state.obj: gschem_find_text_state.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_find_text_state.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_find_text_state.Tpo -c -o lepton_schematic-gschem_find_text_state.obj `if test -f 'gschem_find_text_state.c'; then $(CYGPATH_W) 'gschem_find_text_state.c'; else $(CYGPATH_W) '$(srcdir)/gschem_find_text_state.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_find_text_state.Tpo $(DEPDIR)/lepton_schematic-gschem_find_text_state.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_find_text_state.obj `if test -f 'gschem_find_text_state.c'; then $(CYGPATH_W) 'gschem_find_text_state.c'; else $(CYGPATH_W) '$(srcdir)/gschem_find_text_state.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1446-
lepton-eda-1.9.11/schematic/src/Makefile.in-1447-lepton_schematic-gschem_find_text_widget.o: gschem_find_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_find_text_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Tpo -c -o lepton_schematic-gschem_find_text_widget.o `test -f 'gschem_find_text_widget.c' || echo '$(srcdir)/'`gschem_find_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_find_text_widget.o `test -f 'gschem_find_text_widget.c' || echo '$(srcdir)/'`gschem_find_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1453-
lepton-eda-1.9.11/schematic/src/Makefile.in-1454-lepton_schematic-gschem_find_text_widget.obj: gschem_find_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_find_text_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Tpo -c -o lepton_schematic-gschem_find_text_widget.obj `if test -f 'gschem_find_text_widget.c'; then $(CYGPATH_W) 'gschem_find_text_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_find_text_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_find_text_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_find_text_widget.obj `if test -f 'gschem_find_text_widget.c'; then $(CYGPATH_W) 'gschem_find_text_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_find_text_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1460-
lepton-eda-1.9.11/schematic/src/Makefile.in-1461-lepton_schematic-gschem_hotkey_dialog.o: gschem_hotkey_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1462:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_hotkey_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Tpo -c -o lepton_schematic-gschem_hotkey_dialog.o `test -f 'gschem_hotkey_dialog.c' || echo '$(srcdir)/'`gschem_hotkey_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1463-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1466:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_hotkey_dialog.o `test -f 'gschem_hotkey_dialog.c' || echo '$(srcdir)/'`gschem_hotkey_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1467-
lepton-eda-1.9.11/schematic/src/Makefile.in-1468-lepton_schematic-gschem_hotkey_dialog.obj: gschem_hotkey_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1469:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_hotkey_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Tpo -c -o lepton_schematic-gschem_hotkey_dialog.obj `if test -f 'gschem_hotkey_dialog.c'; then $(CYGPATH_W) 'gschem_hotkey_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_hotkey_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1470-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_hotkey_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_hotkey_dialog.obj `if test -f 'gschem_hotkey_dialog.c'; then $(CYGPATH_W) 'gschem_hotkey_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_hotkey_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1474-
lepton-eda-1.9.11/schematic/src/Makefile.in-1475-lepton_schematic-gschem_integer_combo_box.o: gschem_integer_combo_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1476:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_integer_combo_box.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Tpo -c -o lepton_schematic-gschem_integer_combo_box.o `test -f 'gschem_integer_combo_box.c' || echo '$(srcdir)/'`gschem_integer_combo_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1477-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Tpo $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1479-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1480:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_integer_combo_box.o `test -f 'gschem_integer_combo_box.c' || echo '$(srcdir)/'`gschem_integer_combo_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1481-
lepton-eda-1.9.11/schematic/src/Makefile.in-1482-lepton_schematic-gschem_integer_combo_box.obj: gschem_integer_combo_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1483:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_integer_combo_box.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Tpo -c -o lepton_schematic-gschem_integer_combo_box.obj `if test -f 'gschem_integer_combo_box.c'; then $(CYGPATH_W) 'gschem_integer_combo_box.c'; else $(CYGPATH_W) '$(srcdir)/gschem_integer_combo_box.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1484-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Tpo $(DEPDIR)/lepton_schematic-gschem_integer_combo_box.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1486-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1487:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_integer_combo_box.obj `if test -f 'gschem_integer_combo_box.c'; then $(CYGPATH_W) 'gschem_integer_combo_box.c'; else $(CYGPATH_W) '$(srcdir)/gschem_integer_combo_box.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1488-
lepton-eda-1.9.11/schematic/src/Makefile.in-1489-lepton_schematic-gschem_log_widget.o: gschem_log_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1490:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_log_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_log_widget.Tpo -c -o lepton_schematic-gschem_log_widget.o `test -f 'gschem_log_widget.c' || echo '$(srcdir)/'`gschem_log_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1491-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_log_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_log_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1493-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1494:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_log_widget.o `test -f 'gschem_log_widget.c' || echo '$(srcdir)/'`gschem_log_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1495-
lepton-eda-1.9.11/schematic/src/Makefile.in-1496-lepton_schematic-gschem_log_widget.obj: gschem_log_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1497:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_log_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_log_widget.Tpo -c -o lepton_schematic-gschem_log_widget.obj `if test -f 'gschem_log_widget.c'; then $(CYGPATH_W) 'gschem_log_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_log_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1498-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_log_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_log_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1500-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1501:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_log_widget.obj `if test -f 'gschem_log_widget.c'; then $(CYGPATH_W) 'gschem_log_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_log_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1502-
lepton-eda-1.9.11/schematic/src/Makefile.in-1503-lepton_schematic-gschem_macro_widget.o: gschem_macro_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1504:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_macro_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_macro_widget.Tpo -c -o lepton_schematic-gschem_macro_widget.o `test -f 'gschem_macro_widget.c' || echo '$(srcdir)/'`gschem_macro_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1505-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_macro_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_macro_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1507-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1508:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_macro_widget.o `test -f 'gschem_macro_widget.c' || echo '$(srcdir)/'`gschem_macro_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1509-
lepton-eda-1.9.11/schematic/src/Makefile.in-1510-lepton_schematic-gschem_macro_widget.obj: gschem_macro_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1511:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_macro_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_macro_widget.Tpo -c -o lepton_schematic-gschem_macro_widget.obj `if test -f 'gschem_macro_widget.c'; then $(CYGPATH_W) 'gschem_macro_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_macro_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1512-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_macro_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_macro_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1514-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1515:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_macro_widget.obj `if test -f 'gschem_macro_widget.c'; then $(CYGPATH_W) 'gschem_macro_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_macro_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1516-
lepton-eda-1.9.11/schematic/src/Makefile.in-1517-lepton_schematic-gschem_main_window.o: gschem_main_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1518:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_main_window.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_main_window.Tpo -c -o lepton_schematic-gschem_main_window.o `test -f 'gschem_main_window.c' || echo '$(srcdir)/'`gschem_main_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1519-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_main_window.Tpo $(DEPDIR)/lepton_schematic-gschem_main_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1521-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1522:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_main_window.o `test -f 'gschem_main_window.c' || echo '$(srcdir)/'`gschem_main_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1523-
lepton-eda-1.9.11/schematic/src/Makefile.in-1524-lepton_schematic-gschem_main_window.obj: gschem_main_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1525:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_main_window.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_main_window.Tpo -c -o lepton_schematic-gschem_main_window.obj `if test -f 'gschem_main_window.c'; then $(CYGPATH_W) 'gschem_main_window.c'; else $(CYGPATH_W) '$(srcdir)/gschem_main_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1526-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_main_window.Tpo $(DEPDIR)/lepton_schematic-gschem_main_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1528-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1529:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_main_window.obj `if test -f 'gschem_main_window.c'; then $(CYGPATH_W) 'gschem_main_window.c'; else $(CYGPATH_W) '$(srcdir)/gschem_main_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1530-
lepton-eda-1.9.11/schematic/src/Makefile.in-1531-lepton_schematic-gschem_object_properties_widget.o: gschem_object_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_object_properties_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Tpo -c -o lepton_schematic-gschem_object_properties_widget.o `test -f 'gschem_object_properties_widget.c' || echo '$(srcdir)/'`gschem_object_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_object_properties_widget.o `test -f 'gschem_object_properties_widget.c' || echo '$(srcdir)/'`gschem_object_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1537-
lepton-eda-1.9.11/schematic/src/Makefile.in-1538-lepton_schematic-gschem_object_properties_widget.obj: gschem_object_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1539:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_object_properties_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Tpo -c -o lepton_schematic-gschem_object_properties_widget.obj `if test -f 'gschem_object_properties_widget.c'; then $(CYGPATH_W) 'gschem_object_properties_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_object_properties_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1540-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_object_properties_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1542-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1543:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_object_properties_widget.obj `if test -f 'gschem_object_properties_widget.c'; then $(CYGPATH_W) 'gschem_object_properties_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_object_properties_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1544-
lepton-eda-1.9.11/schematic/src/Makefile.in-1545-lepton_schematic-gschem_options.o: gschem_options.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1546:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_options.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_options.Tpo -c -o lepton_schematic-gschem_options.o `test -f 'gschem_options.c' || echo '$(srcdir)/'`gschem_options.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1547-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_options.Tpo $(DEPDIR)/lepton_schematic-gschem_options.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1549-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1550:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_options.o `test -f 'gschem_options.c' || echo '$(srcdir)/'`gschem_options.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1551-
lepton-eda-1.9.11/schematic/src/Makefile.in-1552-lepton_schematic-gschem_options.obj: gschem_options.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_options.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_options.Tpo -c -o lepton_schematic-gschem_options.obj `if test -f 'gschem_options.c'; then $(CYGPATH_W) 'gschem_options.c'; else $(CYGPATH_W) '$(srcdir)/gschem_options.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_options.Tpo $(DEPDIR)/lepton_schematic-gschem_options.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_options.obj `if test -f 'gschem_options.c'; then $(CYGPATH_W) 'gschem_options.c'; else $(CYGPATH_W) '$(srcdir)/gschem_options.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1558-
lepton-eda-1.9.11/schematic/src/Makefile.in-1559-lepton_schematic-gschem_options_widget.o: gschem_options_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1560:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_options_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_options_widget.Tpo -c -o lepton_schematic-gschem_options_widget.o `test -f 'gschem_options_widget.c' || echo '$(srcdir)/'`gschem_options_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1561-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_options_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_options_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1563-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1564:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_options_widget.o `test -f 'gschem_options_widget.c' || echo '$(srcdir)/'`gschem_options_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1565-
lepton-eda-1.9.11/schematic/src/Makefile.in-1566-lepton_schematic-gschem_options_widget.obj: gschem_options_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_options_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_options_widget.Tpo -c -o lepton_schematic-gschem_options_widget.obj `if test -f 'gschem_options_widget.c'; then $(CYGPATH_W) 'gschem_options_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_options_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_options_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_options_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_options_widget.obj `if test -f 'gschem_options_widget.c'; then $(CYGPATH_W) 'gschem_options_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_options_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1572-
lepton-eda-1.9.11/schematic/src/Makefile.in-1573-lepton_schematic-gschem_page_geometry.o: gschem_page_geometry.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1574:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_page_geometry.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_page_geometry.Tpo -c -o lepton_schematic-gschem_page_geometry.o `test -f 'gschem_page_geometry.c' || echo '$(srcdir)/'`gschem_page_geometry.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1575-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_page_geometry.Tpo $(DEPDIR)/lepton_schematic-gschem_page_geometry.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1577-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1578:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_page_geometry.o `test -f 'gschem_page_geometry.c' || echo '$(srcdir)/'`gschem_page_geometry.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1579-
lepton-eda-1.9.11/schematic/src/Makefile.in-1580-lepton_schematic-gschem_page_geometry.obj: gschem_page_geometry.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1581:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_page_geometry.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_page_geometry.Tpo -c -o lepton_schematic-gschem_page_geometry.obj `if test -f 'gschem_page_geometry.c'; then $(CYGPATH_W) 'gschem_page_geometry.c'; else $(CYGPATH_W) '$(srcdir)/gschem_page_geometry.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1582-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_page_geometry.Tpo $(DEPDIR)/lepton_schematic-gschem_page_geometry.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1584-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1585:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_page_geometry.obj `if test -f 'gschem_page_geometry.c'; then $(CYGPATH_W) 'gschem_page_geometry.c'; else $(CYGPATH_W) '$(srcdir)/gschem_page_geometry.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1586-
lepton-eda-1.9.11/schematic/src/Makefile.in-1587-lepton_schematic-gschem_page_view.o: gschem_page_view.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1588:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_page_view.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_page_view.Tpo -c -o lepton_schematic-gschem_page_view.o `test -f 'gschem_page_view.c' || echo '$(srcdir)/'`gschem_page_view.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1589-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_page_view.Tpo $(DEPDIR)/lepton_schematic-gschem_page_view.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1591-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1592:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_page_view.o `test -f 'gschem_page_view.c' || echo '$(srcdir)/'`gschem_page_view.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1593-
lepton-eda-1.9.11/schematic/src/Makefile.in-1594-lepton_schematic-gschem_page_view.obj: gschem_page_view.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1595:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_page_view.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_page_view.Tpo -c -o lepton_schematic-gschem_page_view.obj `if test -f 'gschem_page_view.c'; then $(CYGPATH_W) 'gschem_page_view.c'; else $(CYGPATH_W) '$(srcdir)/gschem_page_view.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1596-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_page_view.Tpo $(DEPDIR)/lepton_schematic-gschem_page_view.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1598-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1599:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_page_view.obj `if test -f 'gschem_page_view.c'; then $(CYGPATH_W) 'gschem_page_view.c'; else $(CYGPATH_W) '$(srcdir)/gschem_page_view.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1600-
lepton-eda-1.9.11/schematic/src/Makefile.in-1601-lepton_schematic-gschem_pin_type_combo.o: gschem_pin_type_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1602:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_pin_type_combo.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Tpo -c -o lepton_schematic-gschem_pin_type_combo.o `test -f 'gschem_pin_type_combo.c' || echo '$(srcdir)/'`gschem_pin_type_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1603-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1605-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1606:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_pin_type_combo.o `test -f 'gschem_pin_type_combo.c' || echo '$(srcdir)/'`gschem_pin_type_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1607-
lepton-eda-1.9.11/schematic/src/Makefile.in-1608-lepton_schematic-gschem_pin_type_combo.obj: gschem_pin_type_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1609:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_pin_type_combo.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Tpo -c -o lepton_schematic-gschem_pin_type_combo.obj `if test -f 'gschem_pin_type_combo.c'; then $(CYGPATH_W) 'gschem_pin_type_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_pin_type_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1610-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_pin_type_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1612-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1613:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_pin_type_combo.obj `if test -f 'gschem_pin_type_combo.c'; then $(CYGPATH_W) 'gschem_pin_type_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_pin_type_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1614-
lepton-eda-1.9.11/schematic/src/Makefile.in-1615-lepton_schematic-gschem_preview.o: gschem_preview.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1616:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_preview.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_preview.Tpo -c -o lepton_schematic-gschem_preview.o `test -f 'gschem_preview.c' || echo '$(srcdir)/'`gschem_preview.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1617-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_preview.Tpo $(DEPDIR)/lepton_schematic-gschem_preview.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1619-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1620:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_preview.o `test -f 'gschem_preview.c' || echo '$(srcdir)/'`gschem_preview.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1621-
lepton-eda-1.9.11/schematic/src/Makefile.in-1622-lepton_schematic-gschem_preview.obj: gschem_preview.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1623:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_preview.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_preview.Tpo -c -o lepton_schematic-gschem_preview.obj `if test -f 'gschem_preview.c'; then $(CYGPATH_W) 'gschem_preview.c'; else $(CYGPATH_W) '$(srcdir)/gschem_preview.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1624-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_preview.Tpo $(DEPDIR)/lepton_schematic-gschem_preview.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1626-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1627:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_preview.obj `if test -f 'gschem_preview.c'; then $(CYGPATH_W) 'gschem_preview.c'; else $(CYGPATH_W) '$(srcdir)/gschem_preview.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1628-
lepton-eda-1.9.11/schematic/src/Makefile.in-1629-lepton_schematic-gschem_rotation_combo.o: gschem_rotation_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1630:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_rotation_combo.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Tpo -c -o lepton_schematic-gschem_rotation_combo.o `test -f 'gschem_rotation_combo.c' || echo '$(srcdir)/'`gschem_rotation_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1631-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1633-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1634:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_rotation_combo.o `test -f 'gschem_rotation_combo.c' || echo '$(srcdir)/'`gschem_rotation_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1635-
lepton-eda-1.9.11/schematic/src/Makefile.in-1636-lepton_schematic-gschem_rotation_combo.obj: gschem_rotation_combo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1637:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_rotation_combo.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Tpo -c -o lepton_schematic-gschem_rotation_combo.obj `if test -f 'gschem_rotation_combo.c'; then $(CYGPATH_W) 'gschem_rotation_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_rotation_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1638-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Tpo $(DEPDIR)/lepton_schematic-gschem_rotation_combo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1640-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1641:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_rotation_combo.obj `if test -f 'gschem_rotation_combo.c'; then $(CYGPATH_W) 'gschem_rotation_combo.c'; else $(CYGPATH_W) '$(srcdir)/gschem_rotation_combo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1642-
lepton-eda-1.9.11/schematic/src/Makefile.in-1643-lepton_schematic-gschem_selection_adapter.o: gschem_selection_adapter.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1644:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_selection_adapter.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Tpo -c -o lepton_schematic-gschem_selection_adapter.o `test -f 'gschem_selection_adapter.c' || echo '$(srcdir)/'`gschem_selection_adapter.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1645-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Tpo $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1647-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1648:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_selection_adapter.o `test -f 'gschem_selection_adapter.c' || echo '$(srcdir)/'`gschem_selection_adapter.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1649-
lepton-eda-1.9.11/schematic/src/Makefile.in-1650-lepton_schematic-gschem_selection_adapter.obj: gschem_selection_adapter.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1651:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_selection_adapter.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Tpo -c -o lepton_schematic-gschem_selection_adapter.obj `if test -f 'gschem_selection_adapter.c'; then $(CYGPATH_W) 'gschem_selection_adapter.c'; else $(CYGPATH_W) '$(srcdir)/gschem_selection_adapter.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1652-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Tpo $(DEPDIR)/lepton_schematic-gschem_selection_adapter.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1654-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1655:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_selection_adapter.obj `if test -f 'gschem_selection_adapter.c'; then $(CYGPATH_W) 'gschem_selection_adapter.c'; else $(CYGPATH_W) '$(srcdir)/gschem_selection_adapter.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1656-
lepton-eda-1.9.11/schematic/src/Makefile.in-1657-lepton_schematic-gschem_show_hide_text_widget.o: gschem_show_hide_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1658:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_show_hide_text_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Tpo -c -o lepton_schematic-gschem_show_hide_text_widget.o `test -f 'gschem_show_hide_text_widget.c' || echo '$(srcdir)/'`gschem_show_hide_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1659-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1661-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1662:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_show_hide_text_widget.o `test -f 'gschem_show_hide_text_widget.c' || echo '$(srcdir)/'`gschem_show_hide_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1663-
lepton-eda-1.9.11/schematic/src/Makefile.in-1664-lepton_schematic-gschem_show_hide_text_widget.obj: gschem_show_hide_text_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1665:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_show_hide_text_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Tpo -c -o lepton_schematic-gschem_show_hide_text_widget.obj `if test -f 'gschem_show_hide_text_widget.c'; then $(CYGPATH_W) 'gschem_show_hide_text_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_show_hide_text_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1666-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_show_hide_text_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1668-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1669:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_show_hide_text_widget.obj `if test -f 'gschem_show_hide_text_widget.c'; then $(CYGPATH_W) 'gschem_show_hide_text_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_show_hide_text_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1670-
lepton-eda-1.9.11/schematic/src/Makefile.in-1671-lepton_schematic-gschem_slot_edit_dialog.o: gschem_slot_edit_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1672:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_slot_edit_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Tpo -c -o lepton_schematic-gschem_slot_edit_dialog.o `test -f 'gschem_slot_edit_dialog.c' || echo '$(srcdir)/'`gschem_slot_edit_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1673-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1675-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1676:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_slot_edit_dialog.o `test -f 'gschem_slot_edit_dialog.c' || echo '$(srcdir)/'`gschem_slot_edit_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1677-
lepton-eda-1.9.11/schematic/src/Makefile.in-1678-lepton_schematic-gschem_slot_edit_dialog.obj: gschem_slot_edit_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1679:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_slot_edit_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Tpo -c -o lepton_schematic-gschem_slot_edit_dialog.obj `if test -f 'gschem_slot_edit_dialog.c'; then $(CYGPATH_W) 'gschem_slot_edit_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_slot_edit_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1680-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Tpo $(DEPDIR)/lepton_schematic-gschem_slot_edit_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1682-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1683:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_slot_edit_dialog.obj `if test -f 'gschem_slot_edit_dialog.c'; then $(CYGPATH_W) 'gschem_slot_edit_dialog.c'; else $(CYGPATH_W) '$(srcdir)/gschem_slot_edit_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1684-
lepton-eda-1.9.11/schematic/src/Makefile.in-1685-lepton_schematic-gschem_swatch_column_renderer.o: gschem_swatch_column_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1686:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_swatch_column_renderer.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Tpo -c -o lepton_schematic-gschem_swatch_column_renderer.o `test -f 'gschem_swatch_column_renderer.c' || echo '$(srcdir)/'`gschem_swatch_column_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1687-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Tpo $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1689-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1690:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_swatch_column_renderer.o `test -f 'gschem_swatch_column_renderer.c' || echo '$(srcdir)/'`gschem_swatch_column_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1691-
lepton-eda-1.9.11/schematic/src/Makefile.in-1692-lepton_schematic-gschem_swatch_column_renderer.obj: gschem_swatch_column_renderer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1693:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_swatch_column_renderer.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Tpo -c -o lepton_schematic-gschem_swatch_column_renderer.obj `if test -f 'gschem_swatch_column_renderer.c'; then $(CYGPATH_W) 'gschem_swatch_column_renderer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_swatch_column_renderer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1694-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Tpo $(DEPDIR)/lepton_schematic-gschem_swatch_column_renderer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1696-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1697:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_swatch_column_renderer.obj `if test -f 'gschem_swatch_column_renderer.c'; then $(CYGPATH_W) 'gschem_swatch_column_renderer.c'; else $(CYGPATH_W) '$(srcdir)/gschem_swatch_column_renderer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1698-
lepton-eda-1.9.11/schematic/src/Makefile.in-1699-lepton_schematic-gschem_text_properties_widget.o: gschem_text_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1700:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_text_properties_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Tpo -c -o lepton_schematic-gschem_text_properties_widget.o `test -f 'gschem_text_properties_widget.c' || echo '$(srcdir)/'`gschem_text_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1701-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1703-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1704:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_text_properties_widget.o `test -f 'gschem_text_properties_widget.c' || echo '$(srcdir)/'`gschem_text_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1705-
lepton-eda-1.9.11/schematic/src/Makefile.in-1706-lepton_schematic-gschem_text_properties_widget.obj: gschem_text_properties_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1707:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_text_properties_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Tpo -c -o lepton_schematic-gschem_text_properties_widget.obj `if test -f 'gschem_text_properties_widget.c'; then $(CYGPATH_W) 'gschem_text_properties_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_text_properties_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1708-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_text_properties_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1710-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1711:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_text_properties_widget.obj `if test -f 'gschem_text_properties_widget.c'; then $(CYGPATH_W) 'gschem_text_properties_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_text_properties_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1712-
lepton-eda-1.9.11/schematic/src/Makefile.in-1713-lepton_schematic-gschem_translate_widget.o: gschem_translate_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1714:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_translate_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_translate_widget.Tpo -c -o lepton_schematic-gschem_translate_widget.o `test -f 'gschem_translate_widget.c' || echo '$(srcdir)/'`gschem_translate_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1715-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_translate_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_translate_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1717-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1718:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_translate_widget.o `test -f 'gschem_translate_widget.c' || echo '$(srcdir)/'`gschem_translate_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1719-
lepton-eda-1.9.11/schematic/src/Makefile.in-1720-lepton_schematic-gschem_translate_widget.obj: gschem_translate_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1721:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_translate_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_translate_widget.Tpo -c -o lepton_schematic-gschem_translate_widget.obj `if test -f 'gschem_translate_widget.c'; then $(CYGPATH_W) 'gschem_translate_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_translate_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1722-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_translate_widget.Tpo $(DEPDIR)/lepton_schematic-gschem_translate_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1724-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1725:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_translate_widget.obj `if test -f 'gschem_translate_widget.c'; then $(CYGPATH_W) 'gschem_translate_widget.c'; else $(CYGPATH_W) '$(srcdir)/gschem_translate_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1726-
lepton-eda-1.9.11/schematic/src/Makefile.in-1727-lepton_schematic-gschem_toplevel.o: gschem_toplevel.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1728:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_toplevel.o -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_toplevel.Tpo -c -o lepton_schematic-gschem_toplevel.o `test -f 'gschem_toplevel.c' || echo '$(srcdir)/'`gschem_toplevel.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1729-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_toplevel.Tpo $(DEPDIR)/lepton_schematic-gschem_toplevel.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1731-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1732:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_toplevel.o `test -f 'gschem_toplevel.c' || echo '$(srcdir)/'`gschem_toplevel.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1733-
lepton-eda-1.9.11/schematic/src/Makefile.in-1734-lepton_schematic-gschem_toplevel.obj: gschem_toplevel.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1735:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-gschem_toplevel.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-gschem_toplevel.Tpo -c -o lepton_schematic-gschem_toplevel.obj `if test -f 'gschem_toplevel.c'; then $(CYGPATH_W) 'gschem_toplevel.c'; else $(CYGPATH_W) '$(srcdir)/gschem_toplevel.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1736-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-gschem_toplevel.Tpo $(DEPDIR)/lepton_schematic-gschem_toplevel.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1738-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1739:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-gschem_toplevel.obj `if test -f 'gschem_toplevel.c'; then $(CYGPATH_W) 'gschem_toplevel.c'; else $(CYGPATH_W) '$(srcdir)/gschem_toplevel.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1740-
lepton-eda-1.9.11/schematic/src/Makefile.in-1741-lepton_schematic-i_basic.o: i_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1742:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_basic.o -MD -MP -MF $(DEPDIR)/lepton_schematic-i_basic.Tpo -c -o lepton_schematic-i_basic.o `test -f 'i_basic.c' || echo '$(srcdir)/'`i_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1743-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_basic.Tpo $(DEPDIR)/lepton_schematic-i_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1745-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1746:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_basic.o `test -f 'i_basic.c' || echo '$(srcdir)/'`i_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1747-
lepton-eda-1.9.11/schematic/src/Makefile.in-1748-lepton_schematic-i_basic.obj: i_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1749:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_basic.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-i_basic.Tpo -c -o lepton_schematic-i_basic.obj `if test -f 'i_basic.c'; then $(CYGPATH_W) 'i_basic.c'; else $(CYGPATH_W) '$(srcdir)/i_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1750-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_basic.Tpo $(DEPDIR)/lepton_schematic-i_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1752-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1753:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_basic.obj `if test -f 'i_basic.c'; then $(CYGPATH_W) 'i_basic.c'; else $(CYGPATH_W) '$(srcdir)/i_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1754-
lepton-eda-1.9.11/schematic/src/Makefile.in-1755-lepton_schematic-i_callbacks.o: i_callbacks.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1756:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_callbacks.o -MD -MP -MF $(DEPDIR)/lepton_schematic-i_callbacks.Tpo -c -o lepton_schematic-i_callbacks.o `test -f 'i_callbacks.c' || echo '$(srcdir)/'`i_callbacks.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1757-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_callbacks.Tpo $(DEPDIR)/lepton_schematic-i_callbacks.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1759-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1760:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_callbacks.o `test -f 'i_callbacks.c' || echo '$(srcdir)/'`i_callbacks.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1761-
lepton-eda-1.9.11/schematic/src/Makefile.in-1762-lepton_schematic-i_callbacks.obj: i_callbacks.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1763:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_callbacks.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-i_callbacks.Tpo -c -o lepton_schematic-i_callbacks.obj `if test -f 'i_callbacks.c'; then $(CYGPATH_W) 'i_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/i_callbacks.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1764-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_callbacks.Tpo $(DEPDIR)/lepton_schematic-i_callbacks.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1766-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1767:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_callbacks.obj `if test -f 'i_callbacks.c'; then $(CYGPATH_W) 'i_callbacks.c'; else $(CYGPATH_W) '$(srcdir)/i_callbacks.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1768-
lepton-eda-1.9.11/schematic/src/Makefile.in-1769-lepton_schematic-i_vars.o: i_vars.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1770:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_vars.o -MD -MP -MF $(DEPDIR)/lepton_schematic-i_vars.Tpo -c -o lepton_schematic-i_vars.o `test -f 'i_vars.c' || echo '$(srcdir)/'`i_vars.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1771-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_vars.Tpo $(DEPDIR)/lepton_schematic-i_vars.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1773-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1774:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_vars.o `test -f 'i_vars.c' || echo '$(srcdir)/'`i_vars.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1775-
lepton-eda-1.9.11/schematic/src/Makefile.in-1776-lepton_schematic-i_vars.obj: i_vars.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1777:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-i_vars.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-i_vars.Tpo -c -o lepton_schematic-i_vars.obj `if test -f 'i_vars.c'; then $(CYGPATH_W) 'i_vars.c'; else $(CYGPATH_W) '$(srcdir)/i_vars.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1778-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-i_vars.Tpo $(DEPDIR)/lepton_schematic-i_vars.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1780-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1781:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-i_vars.obj `if test -f 'i_vars.c'; then $(CYGPATH_W) 'i_vars.c'; else $(CYGPATH_W) '$(srcdir)/i_vars.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1782-
lepton-eda-1.9.11/schematic/src/Makefile.in-1783-lepton_schematic-m_basic.o: m_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1784:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-m_basic.o -MD -MP -MF $(DEPDIR)/lepton_schematic-m_basic.Tpo -c -o lepton_schematic-m_basic.o `test -f 'm_basic.c' || echo '$(srcdir)/'`m_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1785-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-m_basic.Tpo $(DEPDIR)/lepton_schematic-m_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1787-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1788:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-m_basic.o `test -f 'm_basic.c' || echo '$(srcdir)/'`m_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1789-
lepton-eda-1.9.11/schematic/src/Makefile.in-1790-lepton_schematic-m_basic.obj: m_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1791:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-m_basic.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-m_basic.Tpo -c -o lepton_schematic-m_basic.obj `if test -f 'm_basic.c'; then $(CYGPATH_W) 'm_basic.c'; else $(CYGPATH_W) '$(srcdir)/m_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1792-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-m_basic.Tpo $(DEPDIR)/lepton_schematic-m_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1794-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1795:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-m_basic.obj `if test -f 'm_basic.c'; then $(CYGPATH_W) 'm_basic.c'; else $(CYGPATH_W) '$(srcdir)/m_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1796-
lepton-eda-1.9.11/schematic/src/Makefile.in-1797-lepton_schematic-o_arc.o: o_arc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1798:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_arc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_arc.Tpo -c -o lepton_schematic-o_arc.o `test -f 'o_arc.c' || echo '$(srcdir)/'`o_arc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1799-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_arc.Tpo $(DEPDIR)/lepton_schematic-o_arc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1801-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1802:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_arc.o `test -f 'o_arc.c' || echo '$(srcdir)/'`o_arc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1803-
lepton-eda-1.9.11/schematic/src/Makefile.in-1804-lepton_schematic-o_arc.obj: o_arc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1805:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_arc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_arc.Tpo -c -o lepton_schematic-o_arc.obj `if test -f 'o_arc.c'; then $(CYGPATH_W) 'o_arc.c'; else $(CYGPATH_W) '$(srcdir)/o_arc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1806-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_arc.Tpo $(DEPDIR)/lepton_schematic-o_arc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1808-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1809:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_arc.obj `if test -f 'o_arc.c'; then $(CYGPATH_W) 'o_arc.c'; else $(CYGPATH_W) '$(srcdir)/o_arc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1810-
lepton-eda-1.9.11/schematic/src/Makefile.in-1811-lepton_schematic-o_attrib.o: o_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1812:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_attrib.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_attrib.Tpo -c -o lepton_schematic-o_attrib.o `test -f 'o_attrib.c' || echo '$(srcdir)/'`o_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1813-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_attrib.Tpo $(DEPDIR)/lepton_schematic-o_attrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1815-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1816:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_attrib.o `test -f 'o_attrib.c' || echo '$(srcdir)/'`o_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1817-
lepton-eda-1.9.11/schematic/src/Makefile.in-1818-lepton_schematic-o_attrib.obj: o_attrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1819:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_attrib.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_attrib.Tpo -c -o lepton_schematic-o_attrib.obj `if test -f 'o_attrib.c'; then $(CYGPATH_W) 'o_attrib.c'; else $(CYGPATH_W) '$(srcdir)/o_attrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1820-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_attrib.Tpo $(DEPDIR)/lepton_schematic-o_attrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1822-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1823:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_attrib.obj `if test -f 'o_attrib.c'; then $(CYGPATH_W) 'o_attrib.c'; else $(CYGPATH_W) '$(srcdir)/o_attrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1824-
lepton-eda-1.9.11/schematic/src/Makefile.in-1825-lepton_schematic-o_basic.o: o_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1826:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_basic.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_basic.Tpo -c -o lepton_schematic-o_basic.o `test -f 'o_basic.c' || echo '$(srcdir)/'`o_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1827-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_basic.Tpo $(DEPDIR)/lepton_schematic-o_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1829-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1830:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_basic.o `test -f 'o_basic.c' || echo '$(srcdir)/'`o_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1831-
lepton-eda-1.9.11/schematic/src/Makefile.in-1832-lepton_schematic-o_basic.obj: o_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1833:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_basic.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_basic.Tpo -c -o lepton_schematic-o_basic.obj `if test -f 'o_basic.c'; then $(CYGPATH_W) 'o_basic.c'; else $(CYGPATH_W) '$(srcdir)/o_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1834-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_basic.Tpo $(DEPDIR)/lepton_schematic-o_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1836-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1837:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_basic.obj `if test -f 'o_basic.c'; then $(CYGPATH_W) 'o_basic.c'; else $(CYGPATH_W) '$(srcdir)/o_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1838-
lepton-eda-1.9.11/schematic/src/Makefile.in-1839-lepton_schematic-o_box.o: o_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1840:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_box.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_box.Tpo -c -o lepton_schematic-o_box.o `test -f 'o_box.c' || echo '$(srcdir)/'`o_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1841-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_box.Tpo $(DEPDIR)/lepton_schematic-o_box.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1843-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1844:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_box.o `test -f 'o_box.c' || echo '$(srcdir)/'`o_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1845-
lepton-eda-1.9.11/schematic/src/Makefile.in-1846-lepton_schematic-o_box.obj: o_box.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1847:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_box.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_box.Tpo -c -o lepton_schematic-o_box.obj `if test -f 'o_box.c'; then $(CYGPATH_W) 'o_box.c'; else $(CYGPATH_W) '$(srcdir)/o_box.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1848-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_box.Tpo $(DEPDIR)/lepton_schematic-o_box.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1850-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1851:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_box.obj `if test -f 'o_box.c'; then $(CYGPATH_W) 'o_box.c'; else $(CYGPATH_W) '$(srcdir)/o_box.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1852-
lepton-eda-1.9.11/schematic/src/Makefile.in-1853-lepton_schematic-o_buffer.o: o_buffer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1854:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_buffer.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_buffer.Tpo -c -o lepton_schematic-o_buffer.o `test -f 'o_buffer.c' || echo '$(srcdir)/'`o_buffer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1855-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_buffer.Tpo $(DEPDIR)/lepton_schematic-o_buffer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1857-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1858:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_buffer.o `test -f 'o_buffer.c' || echo '$(srcdir)/'`o_buffer.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1859-
lepton-eda-1.9.11/schematic/src/Makefile.in-1860-lepton_schematic-o_buffer.obj: o_buffer.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1861:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_buffer.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_buffer.Tpo -c -o lepton_schematic-o_buffer.obj `if test -f 'o_buffer.c'; then $(CYGPATH_W) 'o_buffer.c'; else $(CYGPATH_W) '$(srcdir)/o_buffer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1862-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_buffer.Tpo $(DEPDIR)/lepton_schematic-o_buffer.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1864-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1865:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_buffer.obj `if test -f 'o_buffer.c'; then $(CYGPATH_W) 'o_buffer.c'; else $(CYGPATH_W) '$(srcdir)/o_buffer.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1866-
lepton-eda-1.9.11/schematic/src/Makefile.in-1867-lepton_schematic-o_bus.o: o_bus.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1868:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_bus.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_bus.Tpo -c -o lepton_schematic-o_bus.o `test -f 'o_bus.c' || echo '$(srcdir)/'`o_bus.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1869-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_bus.Tpo $(DEPDIR)/lepton_schematic-o_bus.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1871-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1872:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_bus.o `test -f 'o_bus.c' || echo '$(srcdir)/'`o_bus.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1873-
lepton-eda-1.9.11/schematic/src/Makefile.in-1874-lepton_schematic-o_bus.obj: o_bus.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1875:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_bus.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_bus.Tpo -c -o lepton_schematic-o_bus.obj `if test -f 'o_bus.c'; then $(CYGPATH_W) 'o_bus.c'; else $(CYGPATH_W) '$(srcdir)/o_bus.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1876-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_bus.Tpo $(DEPDIR)/lepton_schematic-o_bus.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1878-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1879:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_bus.obj `if test -f 'o_bus.c'; then $(CYGPATH_W) 'o_bus.c'; else $(CYGPATH_W) '$(srcdir)/o_bus.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1880-
lepton-eda-1.9.11/schematic/src/Makefile.in-1881-lepton_schematic-o_circle.o: o_circle.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1882:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_circle.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_circle.Tpo -c -o lepton_schematic-o_circle.o `test -f 'o_circle.c' || echo '$(srcdir)/'`o_circle.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1883-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_circle.Tpo $(DEPDIR)/lepton_schematic-o_circle.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1885-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1886:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_circle.o `test -f 'o_circle.c' || echo '$(srcdir)/'`o_circle.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1887-
lepton-eda-1.9.11/schematic/src/Makefile.in-1888-lepton_schematic-o_circle.obj: o_circle.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1889:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_circle.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_circle.Tpo -c -o lepton_schematic-o_circle.obj `if test -f 'o_circle.c'; then $(CYGPATH_W) 'o_circle.c'; else $(CYGPATH_W) '$(srcdir)/o_circle.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1890-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_circle.Tpo $(DEPDIR)/lepton_schematic-o_circle.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1892-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1893:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_circle.obj `if test -f 'o_circle.c'; then $(CYGPATH_W) 'o_circle.c'; else $(CYGPATH_W) '$(srcdir)/o_circle.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1894-
lepton-eda-1.9.11/schematic/src/Makefile.in-1895-lepton_schematic-o_component.o: o_component.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1896:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_component.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_component.Tpo -c -o lepton_schematic-o_component.o `test -f 'o_component.c' || echo '$(srcdir)/'`o_component.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1897-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_component.Tpo $(DEPDIR)/lepton_schematic-o_component.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1899-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1900:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_component.o `test -f 'o_component.c' || echo '$(srcdir)/'`o_component.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1901-
lepton-eda-1.9.11/schematic/src/Makefile.in-1902-lepton_schematic-o_component.obj: o_component.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1903:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_component.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_component.Tpo -c -o lepton_schematic-o_component.obj `if test -f 'o_component.c'; then $(CYGPATH_W) 'o_component.c'; else $(CYGPATH_W) '$(srcdir)/o_component.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1904-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_component.Tpo $(DEPDIR)/lepton_schematic-o_component.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1906-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1907:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_component.obj `if test -f 'o_component.c'; then $(CYGPATH_W) 'o_component.c'; else $(CYGPATH_W) '$(srcdir)/o_component.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1908-
lepton-eda-1.9.11/schematic/src/Makefile.in-1909-lepton_schematic-o_copy.o: o_copy.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1910:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_copy.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_copy.Tpo -c -o lepton_schematic-o_copy.o `test -f 'o_copy.c' || echo '$(srcdir)/'`o_copy.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1911-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_copy.Tpo $(DEPDIR)/lepton_schematic-o_copy.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1913-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1914:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_copy.o `test -f 'o_copy.c' || echo '$(srcdir)/'`o_copy.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1915-
lepton-eda-1.9.11/schematic/src/Makefile.in-1916-lepton_schematic-o_copy.obj: o_copy.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1917:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_copy.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_copy.Tpo -c -o lepton_schematic-o_copy.obj `if test -f 'o_copy.c'; then $(CYGPATH_W) 'o_copy.c'; else $(CYGPATH_W) '$(srcdir)/o_copy.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1918-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_copy.Tpo $(DEPDIR)/lepton_schematic-o_copy.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1920-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1921:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_copy.obj `if test -f 'o_copy.c'; then $(CYGPATH_W) 'o_copy.c'; else $(CYGPATH_W) '$(srcdir)/o_copy.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1922-
lepton-eda-1.9.11/schematic/src/Makefile.in-1923-lepton_schematic-o_delete.o: o_delete.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1924:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_delete.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_delete.Tpo -c -o lepton_schematic-o_delete.o `test -f 'o_delete.c' || echo '$(srcdir)/'`o_delete.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1925-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_delete.Tpo $(DEPDIR)/lepton_schematic-o_delete.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1927-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1928:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_delete.o `test -f 'o_delete.c' || echo '$(srcdir)/'`o_delete.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1929-
lepton-eda-1.9.11/schematic/src/Makefile.in-1930-lepton_schematic-o_delete.obj: o_delete.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1931:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_delete.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_delete.Tpo -c -o lepton_schematic-o_delete.obj `if test -f 'o_delete.c'; then $(CYGPATH_W) 'o_delete.c'; else $(CYGPATH_W) '$(srcdir)/o_delete.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1932-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_delete.Tpo $(DEPDIR)/lepton_schematic-o_delete.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1934-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1935:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_delete.obj `if test -f 'o_delete.c'; then $(CYGPATH_W) 'o_delete.c'; else $(CYGPATH_W) '$(srcdir)/o_delete.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1936-
lepton-eda-1.9.11/schematic/src/Makefile.in-1937-lepton_schematic-o_find.o: o_find.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1938:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_find.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_find.Tpo -c -o lepton_schematic-o_find.o `test -f 'o_find.c' || echo '$(srcdir)/'`o_find.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1939-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_find.Tpo $(DEPDIR)/lepton_schematic-o_find.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1941-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1942:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_find.o `test -f 'o_find.c' || echo '$(srcdir)/'`o_find.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1943-
lepton-eda-1.9.11/schematic/src/Makefile.in-1944-lepton_schematic-o_find.obj: o_find.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1945:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_find.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_find.Tpo -c -o lepton_schematic-o_find.obj `if test -f 'o_find.c'; then $(CYGPATH_W) 'o_find.c'; else $(CYGPATH_W) '$(srcdir)/o_find.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1946-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_find.Tpo $(DEPDIR)/lepton_schematic-o_find.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1948-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1949:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_find.obj `if test -f 'o_find.c'; then $(CYGPATH_W) 'o_find.c'; else $(CYGPATH_W) '$(srcdir)/o_find.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1950-
lepton-eda-1.9.11/schematic/src/Makefile.in-1951-lepton_schematic-o_grips.o: o_grips.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1952:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_grips.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_grips.Tpo -c -o lepton_schematic-o_grips.o `test -f 'o_grips.c' || echo '$(srcdir)/'`o_grips.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1953-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_grips.Tpo $(DEPDIR)/lepton_schematic-o_grips.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1955-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1956:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_grips.o `test -f 'o_grips.c' || echo '$(srcdir)/'`o_grips.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1957-
lepton-eda-1.9.11/schematic/src/Makefile.in-1958-lepton_schematic-o_grips.obj: o_grips.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1959:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_grips.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_grips.Tpo -c -o lepton_schematic-o_grips.obj `if test -f 'o_grips.c'; then $(CYGPATH_W) 'o_grips.c'; else $(CYGPATH_W) '$(srcdir)/o_grips.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1960-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_grips.Tpo $(DEPDIR)/lepton_schematic-o_grips.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1962-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1963:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_grips.obj `if test -f 'o_grips.c'; then $(CYGPATH_W) 'o_grips.c'; else $(CYGPATH_W) '$(srcdir)/o_grips.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1964-
lepton-eda-1.9.11/schematic/src/Makefile.in-1965-lepton_schematic-o_line.o: o_line.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1966:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_line.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_line.Tpo -c -o lepton_schematic-o_line.o `test -f 'o_line.c' || echo '$(srcdir)/'`o_line.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1967-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_line.Tpo $(DEPDIR)/lepton_schematic-o_line.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1969-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1970:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_line.o `test -f 'o_line.c' || echo '$(srcdir)/'`o_line.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1971-
lepton-eda-1.9.11/schematic/src/Makefile.in-1972-lepton_schematic-o_line.obj: o_line.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1973:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_line.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_line.Tpo -c -o lepton_schematic-o_line.obj `if test -f 'o_line.c'; then $(CYGPATH_W) 'o_line.c'; else $(CYGPATH_W) '$(srcdir)/o_line.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1974-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_line.Tpo $(DEPDIR)/lepton_schematic-o_line.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1976-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1977:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_line.obj `if test -f 'o_line.c'; then $(CYGPATH_W) 'o_line.c'; else $(CYGPATH_W) '$(srcdir)/o_line.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1978-
lepton-eda-1.9.11/schematic/src/Makefile.in-1979-lepton_schematic-o_misc.o: o_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1980:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_misc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_misc.Tpo -c -o lepton_schematic-o_misc.o `test -f 'o_misc.c' || echo '$(srcdir)/'`o_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1981-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_misc.Tpo $(DEPDIR)/lepton_schematic-o_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1983-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1984:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_misc.o `test -f 'o_misc.c' || echo '$(srcdir)/'`o_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1985-
lepton-eda-1.9.11/schematic/src/Makefile.in-1986-lepton_schematic-o_misc.obj: o_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1987:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_misc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_misc.Tpo -c -o lepton_schematic-o_misc.obj `if test -f 'o_misc.c'; then $(CYGPATH_W) 'o_misc.c'; else $(CYGPATH_W) '$(srcdir)/o_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1988-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_misc.Tpo $(DEPDIR)/lepton_schematic-o_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1990-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1991:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_misc.obj `if test -f 'o_misc.c'; then $(CYGPATH_W) 'o_misc.c'; else $(CYGPATH_W) '$(srcdir)/o_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-1992-
lepton-eda-1.9.11/schematic/src/Makefile.in-1993-lepton_schematic-o_move.o: o_move.c
lepton-eda-1.9.11/schematic/src/Makefile.in:1994:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_move.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_move.Tpo -c -o lepton_schematic-o_move.o `test -f 'o_move.c' || echo '$(srcdir)/'`o_move.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1995-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_move.Tpo $(DEPDIR)/lepton_schematic-o_move.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-1997-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:1998:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_move.o `test -f 'o_move.c' || echo '$(srcdir)/'`o_move.c
lepton-eda-1.9.11/schematic/src/Makefile.in-1999-
lepton-eda-1.9.11/schematic/src/Makefile.in-2000-lepton_schematic-o_move.obj: o_move.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2001:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_move.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_move.Tpo -c -o lepton_schematic-o_move.obj `if test -f 'o_move.c'; then $(CYGPATH_W) 'o_move.c'; else $(CYGPATH_W) '$(srcdir)/o_move.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2002-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_move.Tpo $(DEPDIR)/lepton_schematic-o_move.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2004-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2005:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_move.obj `if test -f 'o_move.c'; then $(CYGPATH_W) 'o_move.c'; else $(CYGPATH_W) '$(srcdir)/o_move.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2006-
lepton-eda-1.9.11/schematic/src/Makefile.in-2007-lepton_schematic-o_net.o: o_net.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2008:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_net.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_net.Tpo -c -o lepton_schematic-o_net.o `test -f 'o_net.c' || echo '$(srcdir)/'`o_net.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2009-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_net.Tpo $(DEPDIR)/lepton_schematic-o_net.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2011-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2012:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_net.o `test -f 'o_net.c' || echo '$(srcdir)/'`o_net.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2013-
lepton-eda-1.9.11/schematic/src/Makefile.in-2014-lepton_schematic-o_net.obj: o_net.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2015:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_net.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_net.Tpo -c -o lepton_schematic-o_net.obj `if test -f 'o_net.c'; then $(CYGPATH_W) 'o_net.c'; else $(CYGPATH_W) '$(srcdir)/o_net.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2016-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_net.Tpo $(DEPDIR)/lepton_schematic-o_net.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2018-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2019:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_net.obj `if test -f 'o_net.c'; then $(CYGPATH_W) 'o_net.c'; else $(CYGPATH_W) '$(srcdir)/o_net.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2020-
lepton-eda-1.9.11/schematic/src/Makefile.in-2021-lepton_schematic-o_path.o: o_path.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2022:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_path.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_path.Tpo -c -o lepton_schematic-o_path.o `test -f 'o_path.c' || echo '$(srcdir)/'`o_path.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2023-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_path.Tpo $(DEPDIR)/lepton_schematic-o_path.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2025-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2026:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_path.o `test -f 'o_path.c' || echo '$(srcdir)/'`o_path.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2027-
lepton-eda-1.9.11/schematic/src/Makefile.in-2028-lepton_schematic-o_path.obj: o_path.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2029:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_path.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_path.Tpo -c -o lepton_schematic-o_path.obj `if test -f 'o_path.c'; then $(CYGPATH_W) 'o_path.c'; else $(CYGPATH_W) '$(srcdir)/o_path.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2030-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_path.Tpo $(DEPDIR)/lepton_schematic-o_path.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2032-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2033:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_path.obj `if test -f 'o_path.c'; then $(CYGPATH_W) 'o_path.c'; else $(CYGPATH_W) '$(srcdir)/o_path.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2034-
lepton-eda-1.9.11/schematic/src/Makefile.in-2035-lepton_schematic-o_picture.o: o_picture.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2036:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_picture.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_picture.Tpo -c -o lepton_schematic-o_picture.o `test -f 'o_picture.c' || echo '$(srcdir)/'`o_picture.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2037-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_picture.Tpo $(DEPDIR)/lepton_schematic-o_picture.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2039-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2040:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_picture.o `test -f 'o_picture.c' || echo '$(srcdir)/'`o_picture.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2041-
lepton-eda-1.9.11/schematic/src/Makefile.in-2042-lepton_schematic-o_picture.obj: o_picture.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2043:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_picture.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_picture.Tpo -c -o lepton_schematic-o_picture.obj `if test -f 'o_picture.c'; then $(CYGPATH_W) 'o_picture.c'; else $(CYGPATH_W) '$(srcdir)/o_picture.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2044-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_picture.Tpo $(DEPDIR)/lepton_schematic-o_picture.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2046-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2047:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_picture.obj `if test -f 'o_picture.c'; then $(CYGPATH_W) 'o_picture.c'; else $(CYGPATH_W) '$(srcdir)/o_picture.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2048-
lepton-eda-1.9.11/schematic/src/Makefile.in-2049-lepton_schematic-o_pin.o: o_pin.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2050:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_pin.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_pin.Tpo -c -o lepton_schematic-o_pin.o `test -f 'o_pin.c' || echo '$(srcdir)/'`o_pin.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2051-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_pin.Tpo $(DEPDIR)/lepton_schematic-o_pin.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2053-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2054:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_pin.o `test -f 'o_pin.c' || echo '$(srcdir)/'`o_pin.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2055-
lepton-eda-1.9.11/schematic/src/Makefile.in-2056-lepton_schematic-o_pin.obj: o_pin.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2057:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_pin.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_pin.Tpo -c -o lepton_schematic-o_pin.obj `if test -f 'o_pin.c'; then $(CYGPATH_W) 'o_pin.c'; else $(CYGPATH_W) '$(srcdir)/o_pin.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2058-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_pin.Tpo $(DEPDIR)/lepton_schematic-o_pin.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2060-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2061:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_pin.obj `if test -f 'o_pin.c'; then $(CYGPATH_W) 'o_pin.c'; else $(CYGPATH_W) '$(srcdir)/o_pin.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2062-
lepton-eda-1.9.11/schematic/src/Makefile.in-2063-lepton_schematic-o_place.o: o_place.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2064:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_place.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_place.Tpo -c -o lepton_schematic-o_place.o `test -f 'o_place.c' || echo '$(srcdir)/'`o_place.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2065-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_place.Tpo $(DEPDIR)/lepton_schematic-o_place.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2067-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2068:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_place.o `test -f 'o_place.c' || echo '$(srcdir)/'`o_place.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2069-
lepton-eda-1.9.11/schematic/src/Makefile.in-2070-lepton_schematic-o_place.obj: o_place.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2071:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_place.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_place.Tpo -c -o lepton_schematic-o_place.obj `if test -f 'o_place.c'; then $(CYGPATH_W) 'o_place.c'; else $(CYGPATH_W) '$(srcdir)/o_place.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2072-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_place.Tpo $(DEPDIR)/lepton_schematic-o_place.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2074-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2075:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_place.obj `if test -f 'o_place.c'; then $(CYGPATH_W) 'o_place.c'; else $(CYGPATH_W) '$(srcdir)/o_place.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2076-
lepton-eda-1.9.11/schematic/src/Makefile.in-2077-lepton_schematic-o_select.o: o_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2078:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_select.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_select.Tpo -c -o lepton_schematic-o_select.o `test -f 'o_select.c' || echo '$(srcdir)/'`o_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2079-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_select.Tpo $(DEPDIR)/lepton_schematic-o_select.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2081-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2082:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_select.o `test -f 'o_select.c' || echo '$(srcdir)/'`o_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2083-
lepton-eda-1.9.11/schematic/src/Makefile.in-2084-lepton_schematic-o_select.obj: o_select.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2085:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_select.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_select.Tpo -c -o lepton_schematic-o_select.obj `if test -f 'o_select.c'; then $(CYGPATH_W) 'o_select.c'; else $(CYGPATH_W) '$(srcdir)/o_select.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2086-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_select.Tpo $(DEPDIR)/lepton_schematic-o_select.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2088-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2089:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_select.obj `if test -f 'o_select.c'; then $(CYGPATH_W) 'o_select.c'; else $(CYGPATH_W) '$(srcdir)/o_select.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2090-
lepton-eda-1.9.11/schematic/src/Makefile.in-2091-lepton_schematic-o_slot.o: o_slot.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2092:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_slot.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_slot.Tpo -c -o lepton_schematic-o_slot.o `test -f 'o_slot.c' || echo '$(srcdir)/'`o_slot.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2093-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_slot.Tpo $(DEPDIR)/lepton_schematic-o_slot.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2095-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2096:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_slot.o `test -f 'o_slot.c' || echo '$(srcdir)/'`o_slot.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2097-
lepton-eda-1.9.11/schematic/src/Makefile.in-2098-lepton_schematic-o_slot.obj: o_slot.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2099:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_slot.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_slot.Tpo -c -o lepton_schematic-o_slot.obj `if test -f 'o_slot.c'; then $(CYGPATH_W) 'o_slot.c'; else $(CYGPATH_W) '$(srcdir)/o_slot.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2100-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_slot.Tpo $(DEPDIR)/lepton_schematic-o_slot.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2102-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2103:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_slot.obj `if test -f 'o_slot.c'; then $(CYGPATH_W) 'o_slot.c'; else $(CYGPATH_W) '$(srcdir)/o_slot.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2104-
lepton-eda-1.9.11/schematic/src/Makefile.in-2105-lepton_schematic-o_text.o: o_text.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2106:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_text.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_text.Tpo -c -o lepton_schematic-o_text.o `test -f 'o_text.c' || echo '$(srcdir)/'`o_text.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2107-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_text.Tpo $(DEPDIR)/lepton_schematic-o_text.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2109-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2110:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_text.o `test -f 'o_text.c' || echo '$(srcdir)/'`o_text.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2111-
lepton-eda-1.9.11/schematic/src/Makefile.in-2112-lepton_schematic-o_text.obj: o_text.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2113:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_text.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_text.Tpo -c -o lepton_schematic-o_text.obj `if test -f 'o_text.c'; then $(CYGPATH_W) 'o_text.c'; else $(CYGPATH_W) '$(srcdir)/o_text.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2114-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_text.Tpo $(DEPDIR)/lepton_schematic-o_text.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2116-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2117:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_text.obj `if test -f 'o_text.c'; then $(CYGPATH_W) 'o_text.c'; else $(CYGPATH_W) '$(srcdir)/o_text.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2118-
lepton-eda-1.9.11/schematic/src/Makefile.in-2119-lepton_schematic-o_undo.o: o_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2120:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_undo.o -MD -MP -MF $(DEPDIR)/lepton_schematic-o_undo.Tpo -c -o lepton_schematic-o_undo.o `test -f 'o_undo.c' || echo '$(srcdir)/'`o_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2121-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_undo.Tpo $(DEPDIR)/lepton_schematic-o_undo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2123-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2124:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_undo.o `test -f 'o_undo.c' || echo '$(srcdir)/'`o_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2125-
lepton-eda-1.9.11/schematic/src/Makefile.in-2126-lepton_schematic-o_undo.obj: o_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2127:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-o_undo.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-o_undo.Tpo -c -o lepton_schematic-o_undo.obj `if test -f 'o_undo.c'; then $(CYGPATH_W) 'o_undo.c'; else $(CYGPATH_W) '$(srcdir)/o_undo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2128-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-o_undo.Tpo $(DEPDIR)/lepton_schematic-o_undo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2130-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2131:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-o_undo.obj `if test -f 'o_undo.c'; then $(CYGPATH_W) 'o_undo.c'; else $(CYGPATH_W) '$(srcdir)/o_undo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2132-
lepton-eda-1.9.11/schematic/src/Makefile.in-2133-lepton_schematic-parsecmd.o: parsecmd.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2134:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-parsecmd.o -MD -MP -MF $(DEPDIR)/lepton_schematic-parsecmd.Tpo -c -o lepton_schematic-parsecmd.o `test -f 'parsecmd.c' || echo '$(srcdir)/'`parsecmd.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2135-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-parsecmd.Tpo $(DEPDIR)/lepton_schematic-parsecmd.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2137-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2138:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-parsecmd.o `test -f 'parsecmd.c' || echo '$(srcdir)/'`parsecmd.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2139-
lepton-eda-1.9.11/schematic/src/Makefile.in-2140-lepton_schematic-parsecmd.obj: parsecmd.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2141:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-parsecmd.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-parsecmd.Tpo -c -o lepton_schematic-parsecmd.obj `if test -f 'parsecmd.c'; then $(CYGPATH_W) 'parsecmd.c'; else $(CYGPATH_W) '$(srcdir)/parsecmd.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2142-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-parsecmd.Tpo $(DEPDIR)/lepton_schematic-parsecmd.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2144-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2145:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-parsecmd.obj `if test -f 'parsecmd.c'; then $(CYGPATH_W) 'parsecmd.c'; else $(CYGPATH_W) '$(srcdir)/parsecmd.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2146-
lepton-eda-1.9.11/schematic/src/Makefile.in-2147-lepton_schematic-s_stretch.o: s_stretch.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2148:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-s_stretch.o -MD -MP -MF $(DEPDIR)/lepton_schematic-s_stretch.Tpo -c -o lepton_schematic-s_stretch.o `test -f 's_stretch.c' || echo '$(srcdir)/'`s_stretch.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2149-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-s_stretch.Tpo $(DEPDIR)/lepton_schematic-s_stretch.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2151-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2152:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-s_stretch.o `test -f 's_stretch.c' || echo '$(srcdir)/'`s_stretch.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2153-
lepton-eda-1.9.11/schematic/src/Makefile.in-2154-lepton_schematic-s_stretch.obj: s_stretch.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2155:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-s_stretch.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-s_stretch.Tpo -c -o lepton_schematic-s_stretch.obj `if test -f 's_stretch.c'; then $(CYGPATH_W) 's_stretch.c'; else $(CYGPATH_W) '$(srcdir)/s_stretch.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2156-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-s_stretch.Tpo $(DEPDIR)/lepton_schematic-s_stretch.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2158-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2159:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-s_stretch.obj `if test -f 's_stretch.c'; then $(CYGPATH_W) 's_stretch.c'; else $(CYGPATH_W) '$(srcdir)/s_stretch.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2160-
lepton-eda-1.9.11/schematic/src/Makefile.in-2161-lepton_schematic-schematic_hierarchy.o: schematic_hierarchy.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2162:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-schematic_hierarchy.o -MD -MP -MF $(DEPDIR)/lepton_schematic-schematic_hierarchy.Tpo -c -o lepton_schematic-schematic_hierarchy.o `test -f 'schematic_hierarchy.c' || echo '$(srcdir)/'`schematic_hierarchy.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2163-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-schematic_hierarchy.Tpo $(DEPDIR)/lepton_schematic-schematic_hierarchy.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2165-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2166:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-schematic_hierarchy.o `test -f 'schematic_hierarchy.c' || echo '$(srcdir)/'`schematic_hierarchy.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2167-
lepton-eda-1.9.11/schematic/src/Makefile.in-2168-lepton_schematic-schematic_hierarchy.obj: schematic_hierarchy.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2169:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-schematic_hierarchy.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-schematic_hierarchy.Tpo -c -o lepton_schematic-schematic_hierarchy.obj `if test -f 'schematic_hierarchy.c'; then $(CYGPATH_W) 'schematic_hierarchy.c'; else $(CYGPATH_W) '$(srcdir)/schematic_hierarchy.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2170-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-schematic_hierarchy.Tpo $(DEPDIR)/lepton_schematic-schematic_hierarchy.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2172-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2173:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-schematic_hierarchy.obj `if test -f 'schematic_hierarchy.c'; then $(CYGPATH_W) 'schematic_hierarchy.c'; else $(CYGPATH_W) '$(srcdir)/schematic_hierarchy.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2174-
lepton-eda-1.9.11/schematic/src/Makefile.in-2175-lepton_schematic-x_attribedit.o: x_attribedit.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2176:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_attribedit.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_attribedit.Tpo -c -o lepton_schematic-x_attribedit.o `test -f 'x_attribedit.c' || echo '$(srcdir)/'`x_attribedit.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2177-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_attribedit.Tpo $(DEPDIR)/lepton_schematic-x_attribedit.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2179-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2180:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_attribedit.o `test -f 'x_attribedit.c' || echo '$(srcdir)/'`x_attribedit.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2181-
lepton-eda-1.9.11/schematic/src/Makefile.in-2182-lepton_schematic-x_attribedit.obj: x_attribedit.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2183:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_attribedit.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_attribedit.Tpo -c -o lepton_schematic-x_attribedit.obj `if test -f 'x_attribedit.c'; then $(CYGPATH_W) 'x_attribedit.c'; else $(CYGPATH_W) '$(srcdir)/x_attribedit.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2184-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_attribedit.Tpo $(DEPDIR)/lepton_schematic-x_attribedit.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2186-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2187:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_attribedit.obj `if test -f 'x_attribedit.c'; then $(CYGPATH_W) 'x_attribedit.c'; else $(CYGPATH_W) '$(srcdir)/x_attribedit.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2188-
lepton-eda-1.9.11/schematic/src/Makefile.in-2189-lepton_schematic-x_autonumber.o: x_autonumber.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2190:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_autonumber.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_autonumber.Tpo -c -o lepton_schematic-x_autonumber.o `test -f 'x_autonumber.c' || echo '$(srcdir)/'`x_autonumber.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2191-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_autonumber.Tpo $(DEPDIR)/lepton_schematic-x_autonumber.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2193-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2194:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_autonumber.o `test -f 'x_autonumber.c' || echo '$(srcdir)/'`x_autonumber.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2195-
lepton-eda-1.9.11/schematic/src/Makefile.in-2196-lepton_schematic-x_autonumber.obj: x_autonumber.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2197:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_autonumber.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_autonumber.Tpo -c -o lepton_schematic-x_autonumber.obj `if test -f 'x_autonumber.c'; then $(CYGPATH_W) 'x_autonumber.c'; else $(CYGPATH_W) '$(srcdir)/x_autonumber.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2198-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_autonumber.Tpo $(DEPDIR)/lepton_schematic-x_autonumber.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2200-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2201:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_autonumber.obj `if test -f 'x_autonumber.c'; then $(CYGPATH_W) 'x_autonumber.c'; else $(CYGPATH_W) '$(srcdir)/x_autonumber.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2202-
lepton-eda-1.9.11/schematic/src/Makefile.in-2203-lepton_schematic-x_basic.o: x_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2204:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_basic.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_basic.Tpo -c -o lepton_schematic-x_basic.o `test -f 'x_basic.c' || echo '$(srcdir)/'`x_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2205-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_basic.Tpo $(DEPDIR)/lepton_schematic-x_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2207-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2208:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_basic.o `test -f 'x_basic.c' || echo '$(srcdir)/'`x_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2209-
lepton-eda-1.9.11/schematic/src/Makefile.in-2210-lepton_schematic-x_basic.obj: x_basic.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2211:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_basic.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_basic.Tpo -c -o lepton_schematic-x_basic.obj `if test -f 'x_basic.c'; then $(CYGPATH_W) 'x_basic.c'; else $(CYGPATH_W) '$(srcdir)/x_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2212-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_basic.Tpo $(DEPDIR)/lepton_schematic-x_basic.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2214-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2215:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_basic.obj `if test -f 'x_basic.c'; then $(CYGPATH_W) 'x_basic.c'; else $(CYGPATH_W) '$(srcdir)/x_basic.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2216-
lepton-eda-1.9.11/schematic/src/Makefile.in-2217-lepton_schematic-x_clipboard.o: x_clipboard.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2218:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_clipboard.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_clipboard.Tpo -c -o lepton_schematic-x_clipboard.o `test -f 'x_clipboard.c' || echo '$(srcdir)/'`x_clipboard.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2219-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_clipboard.Tpo $(DEPDIR)/lepton_schematic-x_clipboard.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2221-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2222:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_clipboard.o `test -f 'x_clipboard.c' || echo '$(srcdir)/'`x_clipboard.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2223-
lepton-eda-1.9.11/schematic/src/Makefile.in-2224-lepton_schematic-x_clipboard.obj: x_clipboard.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2225:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_clipboard.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_clipboard.Tpo -c -o lepton_schematic-x_clipboard.obj `if test -f 'x_clipboard.c'; then $(CYGPATH_W) 'x_clipboard.c'; else $(CYGPATH_W) '$(srcdir)/x_clipboard.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2226-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_clipboard.Tpo $(DEPDIR)/lepton_schematic-x_clipboard.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2228-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2229:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_clipboard.obj `if test -f 'x_clipboard.c'; then $(CYGPATH_W) 'x_clipboard.c'; else $(CYGPATH_W) '$(srcdir)/x_clipboard.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2230-
lepton-eda-1.9.11/schematic/src/Makefile.in-2231-lepton_schematic-x_color.o: x_color.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2232:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_color.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_color.Tpo -c -o lepton_schematic-x_color.o `test -f 'x_color.c' || echo '$(srcdir)/'`x_color.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2233-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_color.Tpo $(DEPDIR)/lepton_schematic-x_color.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2235-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2236:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_color.o `test -f 'x_color.c' || echo '$(srcdir)/'`x_color.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2237-
lepton-eda-1.9.11/schematic/src/Makefile.in-2238-lepton_schematic-x_color.obj: x_color.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2239:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_color.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_color.Tpo -c -o lepton_schematic-x_color.obj `if test -f 'x_color.c'; then $(CYGPATH_W) 'x_color.c'; else $(CYGPATH_W) '$(srcdir)/x_color.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2240-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_color.Tpo $(DEPDIR)/lepton_schematic-x_color.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2242-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2243:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_color.obj `if test -f 'x_color.c'; then $(CYGPATH_W) 'x_color.c'; else $(CYGPATH_W) '$(srcdir)/x_color.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2244-
lepton-eda-1.9.11/schematic/src/Makefile.in-2245-lepton_schematic-x_colorcb.o: x_colorcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2246:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_colorcb.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_colorcb.Tpo -c -o lepton_schematic-x_colorcb.o `test -f 'x_colorcb.c' || echo '$(srcdir)/'`x_colorcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2247-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_colorcb.Tpo $(DEPDIR)/lepton_schematic-x_colorcb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2249-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2250:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_colorcb.o `test -f 'x_colorcb.c' || echo '$(srcdir)/'`x_colorcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2251-
lepton-eda-1.9.11/schematic/src/Makefile.in-2252-lepton_schematic-x_colorcb.obj: x_colorcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2253:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_colorcb.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_colorcb.Tpo -c -o lepton_schematic-x_colorcb.obj `if test -f 'x_colorcb.c'; then $(CYGPATH_W) 'x_colorcb.c'; else $(CYGPATH_W) '$(srcdir)/x_colorcb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2254-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_colorcb.Tpo $(DEPDIR)/lepton_schematic-x_colorcb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2256-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2257:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_colorcb.obj `if test -f 'x_colorcb.c'; then $(CYGPATH_W) 'x_colorcb.c'; else $(CYGPATH_W) '$(srcdir)/x_colorcb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2258-
lepton-eda-1.9.11/schematic/src/Makefile.in-2259-lepton_schematic-x_compselect.o: x_compselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2260:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_compselect.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_compselect.Tpo -c -o lepton_schematic-x_compselect.o `test -f 'x_compselect.c' || echo '$(srcdir)/'`x_compselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2261-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_compselect.Tpo $(DEPDIR)/lepton_schematic-x_compselect.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2263-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2264:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_compselect.o `test -f 'x_compselect.c' || echo '$(srcdir)/'`x_compselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2265-
lepton-eda-1.9.11/schematic/src/Makefile.in-2266-lepton_schematic-x_compselect.obj: x_compselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2267:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_compselect.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_compselect.Tpo -c -o lepton_schematic-x_compselect.obj `if test -f 'x_compselect.c'; then $(CYGPATH_W) 'x_compselect.c'; else $(CYGPATH_W) '$(srcdir)/x_compselect.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2268-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_compselect.Tpo $(DEPDIR)/lepton_schematic-x_compselect.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2270-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2271:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_compselect.obj `if test -f 'x_compselect.c'; then $(CYGPATH_W) 'x_compselect.c'; else $(CYGPATH_W) '$(srcdir)/x_compselect.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2272-
lepton-eda-1.9.11/schematic/src/Makefile.in-2273-lepton_schematic-x_dialog.o: x_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2274:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_dialog.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_dialog.Tpo -c -o lepton_schematic-x_dialog.o `test -f 'x_dialog.c' || echo '$(srcdir)/'`x_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2275-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_dialog.Tpo $(DEPDIR)/lepton_schematic-x_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2277-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2278:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_dialog.o `test -f 'x_dialog.c' || echo '$(srcdir)/'`x_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2279-
lepton-eda-1.9.11/schematic/src/Makefile.in-2280-lepton_schematic-x_dialog.obj: x_dialog.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2281:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_dialog.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_dialog.Tpo -c -o lepton_schematic-x_dialog.obj `if test -f 'x_dialog.c'; then $(CYGPATH_W) 'x_dialog.c'; else $(CYGPATH_W) '$(srcdir)/x_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2282-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_dialog.Tpo $(DEPDIR)/lepton_schematic-x_dialog.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2284-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2285:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_dialog.obj `if test -f 'x_dialog.c'; then $(CYGPATH_W) 'x_dialog.c'; else $(CYGPATH_W) '$(srcdir)/x_dialog.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2286-
lepton-eda-1.9.11/schematic/src/Makefile.in-2287-lepton_schematic-x_event.o: x_event.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2288:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_event.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_event.Tpo -c -o lepton_schematic-x_event.o `test -f 'x_event.c' || echo '$(srcdir)/'`x_event.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2289-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_event.Tpo $(DEPDIR)/lepton_schematic-x_event.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2291-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2292:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_event.o `test -f 'x_event.c' || echo '$(srcdir)/'`x_event.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2293-
lepton-eda-1.9.11/schematic/src/Makefile.in-2294-lepton_schematic-x_event.obj: x_event.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2295:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_event.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_event.Tpo -c -o lepton_schematic-x_event.obj `if test -f 'x_event.c'; then $(CYGPATH_W) 'x_event.c'; else $(CYGPATH_W) '$(srcdir)/x_event.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2296-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_event.Tpo $(DEPDIR)/lepton_schematic-x_event.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2298-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2299:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_event.obj `if test -f 'x_event.c'; then $(CYGPATH_W) 'x_event.c'; else $(CYGPATH_W) '$(srcdir)/x_event.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2300-
lepton-eda-1.9.11/schematic/src/Makefile.in-2301-lepton_schematic-x_fileselect.o: x_fileselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2302:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_fileselect.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_fileselect.Tpo -c -o lepton_schematic-x_fileselect.o `test -f 'x_fileselect.c' || echo '$(srcdir)/'`x_fileselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2303-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_fileselect.Tpo $(DEPDIR)/lepton_schematic-x_fileselect.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2305-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2306:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_fileselect.o `test -f 'x_fileselect.c' || echo '$(srcdir)/'`x_fileselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2307-
lepton-eda-1.9.11/schematic/src/Makefile.in-2308-lepton_schematic-x_fileselect.obj: x_fileselect.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2309:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_fileselect.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_fileselect.Tpo -c -o lepton_schematic-x_fileselect.obj `if test -f 'x_fileselect.c'; then $(CYGPATH_W) 'x_fileselect.c'; else $(CYGPATH_W) '$(srcdir)/x_fileselect.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2310-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_fileselect.Tpo $(DEPDIR)/lepton_schematic-x_fileselect.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2312-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2313:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_fileselect.obj `if test -f 'x_fileselect.c'; then $(CYGPATH_W) 'x_fileselect.c'; else $(CYGPATH_W) '$(srcdir)/x_fileselect.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2314-
lepton-eda-1.9.11/schematic/src/Makefile.in-2315-lepton_schematic-x_fstylecb.o: x_fstylecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2316:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_fstylecb.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_fstylecb.Tpo -c -o lepton_schematic-x_fstylecb.o `test -f 'x_fstylecb.c' || echo '$(srcdir)/'`x_fstylecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2317-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_fstylecb.Tpo $(DEPDIR)/lepton_schematic-x_fstylecb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2319-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2320:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_fstylecb.o `test -f 'x_fstylecb.c' || echo '$(srcdir)/'`x_fstylecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2321-
lepton-eda-1.9.11/schematic/src/Makefile.in-2322-lepton_schematic-x_fstylecb.obj: x_fstylecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2323:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_fstylecb.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_fstylecb.Tpo -c -o lepton_schematic-x_fstylecb.obj `if test -f 'x_fstylecb.c'; then $(CYGPATH_W) 'x_fstylecb.c'; else $(CYGPATH_W) '$(srcdir)/x_fstylecb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2324-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_fstylecb.Tpo $(DEPDIR)/lepton_schematic-x_fstylecb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2326-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2327:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_fstylecb.obj `if test -f 'x_fstylecb.c'; then $(CYGPATH_W) 'x_fstylecb.c'; else $(CYGPATH_W) '$(srcdir)/x_fstylecb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2328-
lepton-eda-1.9.11/schematic/src/Makefile.in-2329-lepton_schematic-x_grid.o: x_grid.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2330:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_grid.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_grid.Tpo -c -o lepton_schematic-x_grid.o `test -f 'x_grid.c' || echo '$(srcdir)/'`x_grid.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2331-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_grid.Tpo $(DEPDIR)/lepton_schematic-x_grid.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2333-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2334:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_grid.o `test -f 'x_grid.c' || echo '$(srcdir)/'`x_grid.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2335-
lepton-eda-1.9.11/schematic/src/Makefile.in-2336-lepton_schematic-x_grid.obj: x_grid.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2337:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_grid.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_grid.Tpo -c -o lepton_schematic-x_grid.obj `if test -f 'x_grid.c'; then $(CYGPATH_W) 'x_grid.c'; else $(CYGPATH_W) '$(srcdir)/x_grid.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2338-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_grid.Tpo $(DEPDIR)/lepton_schematic-x_grid.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2340-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2341:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_grid.obj `if test -f 'x_grid.c'; then $(CYGPATH_W) 'x_grid.c'; else $(CYGPATH_W) '$(srcdir)/x_grid.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2342-
lepton-eda-1.9.11/schematic/src/Makefile.in-2343-lepton_schematic-x_image.o: x_image.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2344:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_image.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_image.Tpo -c -o lepton_schematic-x_image.o `test -f 'x_image.c' || echo '$(srcdir)/'`x_image.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2345-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_image.Tpo $(DEPDIR)/lepton_schematic-x_image.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2347-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2348:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_image.o `test -f 'x_image.c' || echo '$(srcdir)/'`x_image.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2349-
lepton-eda-1.9.11/schematic/src/Makefile.in-2350-lepton_schematic-x_image.obj: x_image.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2351:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_image.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_image.Tpo -c -o lepton_schematic-x_image.obj `if test -f 'x_image.c'; then $(CYGPATH_W) 'x_image.c'; else $(CYGPATH_W) '$(srcdir)/x_image.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2352-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_image.Tpo $(DEPDIR)/lepton_schematic-x_image.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2354-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2355:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_image.obj `if test -f 'x_image.c'; then $(CYGPATH_W) 'x_image.c'; else $(CYGPATH_W) '$(srcdir)/x_image.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2356-
lepton-eda-1.9.11/schematic/src/Makefile.in-2357-lepton_schematic-x_integerls.o: x_integerls.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2358:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_integerls.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_integerls.Tpo -c -o lepton_schematic-x_integerls.o `test -f 'x_integerls.c' || echo '$(srcdir)/'`x_integerls.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2359-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_integerls.Tpo $(DEPDIR)/lepton_schematic-x_integerls.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2361-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2362:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_integerls.o `test -f 'x_integerls.c' || echo '$(srcdir)/'`x_integerls.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2363-
lepton-eda-1.9.11/schematic/src/Makefile.in-2364-lepton_schematic-x_integerls.obj: x_integerls.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2365:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_integerls.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_integerls.Tpo -c -o lepton_schematic-x_integerls.obj `if test -f 'x_integerls.c'; then $(CYGPATH_W) 'x_integerls.c'; else $(CYGPATH_W) '$(srcdir)/x_integerls.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2366-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_integerls.Tpo $(DEPDIR)/lepton_schematic-x_integerls.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2368-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2369:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_integerls.obj `if test -f 'x_integerls.c'; then $(CYGPATH_W) 'x_integerls.c'; else $(CYGPATH_W) '$(srcdir)/x_integerls.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2370-
lepton-eda-1.9.11/schematic/src/Makefile.in-2371-lepton_schematic-x_linecapcb.o: x_linecapcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2372:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_linecapcb.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_linecapcb.Tpo -c -o lepton_schematic-x_linecapcb.o `test -f 'x_linecapcb.c' || echo '$(srcdir)/'`x_linecapcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2373-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_linecapcb.Tpo $(DEPDIR)/lepton_schematic-x_linecapcb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2375-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2376:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_linecapcb.o `test -f 'x_linecapcb.c' || echo '$(srcdir)/'`x_linecapcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2377-
lepton-eda-1.9.11/schematic/src/Makefile.in-2378-lepton_schematic-x_linecapcb.obj: x_linecapcb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2379:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_linecapcb.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_linecapcb.Tpo -c -o lepton_schematic-x_linecapcb.obj `if test -f 'x_linecapcb.c'; then $(CYGPATH_W) 'x_linecapcb.c'; else $(CYGPATH_W) '$(srcdir)/x_linecapcb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2380-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_linecapcb.Tpo $(DEPDIR)/lepton_schematic-x_linecapcb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2382-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2383:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_linecapcb.obj `if test -f 'x_linecapcb.c'; then $(CYGPATH_W) 'x_linecapcb.c'; else $(CYGPATH_W) '$(srcdir)/x_linecapcb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2384-
lepton-eda-1.9.11/schematic/src/Makefile.in-2385-lepton_schematic-x_linetypecb.o: x_linetypecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2386:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_linetypecb.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_linetypecb.Tpo -c -o lepton_schematic-x_linetypecb.o `test -f 'x_linetypecb.c' || echo '$(srcdir)/'`x_linetypecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2387-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_linetypecb.Tpo $(DEPDIR)/lepton_schematic-x_linetypecb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2389-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2390:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_linetypecb.o `test -f 'x_linetypecb.c' || echo '$(srcdir)/'`x_linetypecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2391-
lepton-eda-1.9.11/schematic/src/Makefile.in-2392-lepton_schematic-x_linetypecb.obj: x_linetypecb.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2393:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_linetypecb.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_linetypecb.Tpo -c -o lepton_schematic-x_linetypecb.obj `if test -f 'x_linetypecb.c'; then $(CYGPATH_W) 'x_linetypecb.c'; else $(CYGPATH_W) '$(srcdir)/x_linetypecb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2394-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_linetypecb.Tpo $(DEPDIR)/lepton_schematic-x_linetypecb.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2397:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_linetypecb.obj `if test -f 'x_linetypecb.c'; then $(CYGPATH_W) 'x_linetypecb.c'; else $(CYGPATH_W) '$(srcdir)/x_linetypecb.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2398-
lepton-eda-1.9.11/schematic/src/Makefile.in-2399-lepton_schematic-x_menus.o: x_menus.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2400:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_menus.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_menus.Tpo -c -o lepton_schematic-x_menus.o `test -f 'x_menus.c' || echo '$(srcdir)/'`x_menus.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2401-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_menus.Tpo $(DEPDIR)/lepton_schematic-x_menus.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2403-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2404:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_menus.o `test -f 'x_menus.c' || echo '$(srcdir)/'`x_menus.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2405-
lepton-eda-1.9.11/schematic/src/Makefile.in-2406-lepton_schematic-x_menus.obj: x_menus.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2407:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_menus.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_menus.Tpo -c -o lepton_schematic-x_menus.obj `if test -f 'x_menus.c'; then $(CYGPATH_W) 'x_menus.c'; else $(CYGPATH_W) '$(srcdir)/x_menus.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2408-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_menus.Tpo $(DEPDIR)/lepton_schematic-x_menus.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2410-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2411:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_menus.obj `if test -f 'x_menus.c'; then $(CYGPATH_W) 'x_menus.c'; else $(CYGPATH_W) '$(srcdir)/x_menus.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2412-
lepton-eda-1.9.11/schematic/src/Makefile.in-2413-lepton_schematic-x_misc.o: x_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2414:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_misc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_misc.Tpo -c -o lepton_schematic-x_misc.o `test -f 'x_misc.c' || echo '$(srcdir)/'`x_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2415-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_misc.Tpo $(DEPDIR)/lepton_schematic-x_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2417-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2418:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_misc.o `test -f 'x_misc.c' || echo '$(srcdir)/'`x_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2419-
lepton-eda-1.9.11/schematic/src/Makefile.in-2420-lepton_schematic-x_misc.obj: x_misc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2421:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_misc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_misc.Tpo -c -o lepton_schematic-x_misc.obj `if test -f 'x_misc.c'; then $(CYGPATH_W) 'x_misc.c'; else $(CYGPATH_W) '$(srcdir)/x_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2422-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_misc.Tpo $(DEPDIR)/lepton_schematic-x_misc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2424-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2425:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_misc.obj `if test -f 'x_misc.c'; then $(CYGPATH_W) 'x_misc.c'; else $(CYGPATH_W) '$(srcdir)/x_misc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2426-
lepton-eda-1.9.11/schematic/src/Makefile.in-2427-lepton_schematic-x_multiattrib.o: x_multiattrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2428:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_multiattrib.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_multiattrib.Tpo -c -o lepton_schematic-x_multiattrib.o `test -f 'x_multiattrib.c' || echo '$(srcdir)/'`x_multiattrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2429-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_multiattrib.Tpo $(DEPDIR)/lepton_schematic-x_multiattrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2431-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2432:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_multiattrib.o `test -f 'x_multiattrib.c' || echo '$(srcdir)/'`x_multiattrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2433-
lepton-eda-1.9.11/schematic/src/Makefile.in-2434-lepton_schematic-x_multiattrib.obj: x_multiattrib.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_multiattrib.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_multiattrib.Tpo -c -o lepton_schematic-x_multiattrib.obj `if test -f 'x_multiattrib.c'; then $(CYGPATH_W) 'x_multiattrib.c'; else $(CYGPATH_W) '$(srcdir)/x_multiattrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_multiattrib.Tpo $(DEPDIR)/lepton_schematic-x_multiattrib.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_multiattrib.obj `if test -f 'x_multiattrib.c'; then $(CYGPATH_W) 'x_multiattrib.c'; else $(CYGPATH_W) '$(srcdir)/x_multiattrib.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2440-
lepton-eda-1.9.11/schematic/src/Makefile.in-2441-lepton_schematic-x_newtext.o: x_newtext.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_newtext.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_newtext.Tpo -c -o lepton_schematic-x_newtext.o `test -f 'x_newtext.c' || echo '$(srcdir)/'`x_newtext.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_newtext.Tpo $(DEPDIR)/lepton_schematic-x_newtext.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_newtext.o `test -f 'x_newtext.c' || echo '$(srcdir)/'`x_newtext.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2447-
lepton-eda-1.9.11/schematic/src/Makefile.in-2448-lepton_schematic-x_newtext.obj: x_newtext.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2449:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_newtext.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_newtext.Tpo -c -o lepton_schematic-x_newtext.obj `if test -f 'x_newtext.c'; then $(CYGPATH_W) 'x_newtext.c'; else $(CYGPATH_W) '$(srcdir)/x_newtext.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2450-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_newtext.Tpo $(DEPDIR)/lepton_schematic-x_newtext.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2452-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2453:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_newtext.obj `if test -f 'x_newtext.c'; then $(CYGPATH_W) 'x_newtext.c'; else $(CYGPATH_W) '$(srcdir)/x_newtext.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2454-
lepton-eda-1.9.11/schematic/src/Makefile.in-2455-lepton_schematic-page_select_widget.o: page_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-page_select_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-page_select_widget.Tpo -c -o lepton_schematic-page_select_widget.o `test -f 'page_select_widget.c' || echo '$(srcdir)/'`page_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-page_select_widget.Tpo $(DEPDIR)/lepton_schematic-page_select_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-page_select_widget.o `test -f 'page_select_widget.c' || echo '$(srcdir)/'`page_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2461-
lepton-eda-1.9.11/schematic/src/Makefile.in-2462-lepton_schematic-page_select_widget.obj: page_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2463:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-page_select_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-page_select_widget.Tpo -c -o lepton_schematic-page_select_widget.obj `if test -f 'page_select_widget.c'; then $(CYGPATH_W) 'page_select_widget.c'; else $(CYGPATH_W) '$(srcdir)/page_select_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2464-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-page_select_widget.Tpo $(DEPDIR)/lepton_schematic-page_select_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2466-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2467:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-page_select_widget.obj `if test -f 'page_select_widget.c'; then $(CYGPATH_W) 'page_select_widget.c'; else $(CYGPATH_W) '$(srcdir)/page_select_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2468-
lepton-eda-1.9.11/schematic/src/Makefile.in-2469-lepton_schematic-x_print.o: x_print.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2470:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_print.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_print.Tpo -c -o lepton_schematic-x_print.o `test -f 'x_print.c' || echo '$(srcdir)/'`x_print.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2471-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_print.Tpo $(DEPDIR)/lepton_schematic-x_print.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2473-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2474:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_print.o `test -f 'x_print.c' || echo '$(srcdir)/'`x_print.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2475-
lepton-eda-1.9.11/schematic/src/Makefile.in-2476-lepton_schematic-x_print.obj: x_print.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2477:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_print.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_print.Tpo -c -o lepton_schematic-x_print.obj `if test -f 'x_print.c'; then $(CYGPATH_W) 'x_print.c'; else $(CYGPATH_W) '$(srcdir)/x_print.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2478-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_print.Tpo $(DEPDIR)/lepton_schematic-x_print.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2480-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2481:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_print.obj `if test -f 'x_print.c'; then $(CYGPATH_W) 'x_print.c'; else $(CYGPATH_W) '$(srcdir)/x_print.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2482-
lepton-eda-1.9.11/schematic/src/Makefile.in-2483-lepton_schematic-x_rc.o: x_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2484:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_rc.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_rc.Tpo -c -o lepton_schematic-x_rc.o `test -f 'x_rc.c' || echo '$(srcdir)/'`x_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2485-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_rc.Tpo $(DEPDIR)/lepton_schematic-x_rc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2488:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_rc.o `test -f 'x_rc.c' || echo '$(srcdir)/'`x_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2489-
lepton-eda-1.9.11/schematic/src/Makefile.in-2490-lepton_schematic-x_rc.obj: x_rc.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2491:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_rc.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_rc.Tpo -c -o lepton_schematic-x_rc.obj `if test -f 'x_rc.c'; then $(CYGPATH_W) 'x_rc.c'; else $(CYGPATH_W) '$(srcdir)/x_rc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2492-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_rc.Tpo $(DEPDIR)/lepton_schematic-x_rc.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2494-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2495:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_rc.obj `if test -f 'x_rc.c'; then $(CYGPATH_W) 'x_rc.c'; else $(CYGPATH_W) '$(srcdir)/x_rc.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2496-
lepton-eda-1.9.11/schematic/src/Makefile.in-2497-lepton_schematic-x_stroke.o: x_stroke.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2498:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_stroke.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_stroke.Tpo -c -o lepton_schematic-x_stroke.o `test -f 'x_stroke.c' || echo '$(srcdir)/'`x_stroke.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2499-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_stroke.Tpo $(DEPDIR)/lepton_schematic-x_stroke.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2501-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2502:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_stroke.o `test -f 'x_stroke.c' || echo '$(srcdir)/'`x_stroke.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2503-
lepton-eda-1.9.11/schematic/src/Makefile.in-2504-lepton_schematic-x_stroke.obj: x_stroke.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2505:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_stroke.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_stroke.Tpo -c -o lepton_schematic-x_stroke.obj `if test -f 'x_stroke.c'; then $(CYGPATH_W) 'x_stroke.c'; else $(CYGPATH_W) '$(srcdir)/x_stroke.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2506-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_stroke.Tpo $(DEPDIR)/lepton_schematic-x_stroke.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2508-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2509:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_stroke.obj `if test -f 'x_stroke.c'; then $(CYGPATH_W) 'x_stroke.c'; else $(CYGPATH_W) '$(srcdir)/x_stroke.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2510-
lepton-eda-1.9.11/schematic/src/Makefile.in-2511-lepton_schematic-x_window.o: x_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2512:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_window.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_window.Tpo -c -o lepton_schematic-x_window.o `test -f 'x_window.c' || echo '$(srcdir)/'`x_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2513-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_window.Tpo $(DEPDIR)/lepton_schematic-x_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2515-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2516:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_window.o `test -f 'x_window.c' || echo '$(srcdir)/'`x_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2517-
lepton-eda-1.9.11/schematic/src/Makefile.in-2518-lepton_schematic-x_window.obj: x_window.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2519:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_window.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_window.Tpo -c -o lepton_schematic-x_window.obj `if test -f 'x_window.c'; then $(CYGPATH_W) 'x_window.c'; else $(CYGPATH_W) '$(srcdir)/x_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2520-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_window.Tpo $(DEPDIR)/lepton_schematic-x_window.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2522-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2523:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_window.obj `if test -f 'x_window.c'; then $(CYGPATH_W) 'x_window.c'; else $(CYGPATH_W) '$(srcdir)/x_window.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2524-
lepton-eda-1.9.11/schematic/src/Makefile.in-2525-lepton_schematic-x_widgets.o: x_widgets.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2526:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_widgets.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_widgets.Tpo -c -o lepton_schematic-x_widgets.o `test -f 'x_widgets.c' || echo '$(srcdir)/'`x_widgets.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2527-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_widgets.Tpo $(DEPDIR)/lepton_schematic-x_widgets.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2529-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2530:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_widgets.o `test -f 'x_widgets.c' || echo '$(srcdir)/'`x_widgets.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2531-
lepton-eda-1.9.11/schematic/src/Makefile.in-2532-lepton_schematic-x_widgets.obj: x_widgets.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2533:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_widgets.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_widgets.Tpo -c -o lepton_schematic-x_widgets.obj `if test -f 'x_widgets.c'; then $(CYGPATH_W) 'x_widgets.c'; else $(CYGPATH_W) '$(srcdir)/x_widgets.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2534-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_widgets.Tpo $(DEPDIR)/lepton_schematic-x_widgets.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2536-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2537:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_widgets.obj `if test -f 'x_widgets.c'; then $(CYGPATH_W) 'x_widgets.c'; else $(CYGPATH_W) '$(srcdir)/x_widgets.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2538-
lepton-eda-1.9.11/schematic/src/Makefile.in-2539-lepton_schematic-scheme_undo.o: scheme_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2540:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-scheme_undo.o -MD -MP -MF $(DEPDIR)/lepton_schematic-scheme_undo.Tpo -c -o lepton_schematic-scheme_undo.o `test -f 'scheme_undo.c' || echo '$(srcdir)/'`scheme_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2541-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-scheme_undo.Tpo $(DEPDIR)/lepton_schematic-scheme_undo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2543-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2544:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-scheme_undo.o `test -f 'scheme_undo.c' || echo '$(srcdir)/'`scheme_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2545-
lepton-eda-1.9.11/schematic/src/Makefile.in-2546-lepton_schematic-scheme_undo.obj: scheme_undo.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2547:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-scheme_undo.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-scheme_undo.Tpo -c -o lepton_schematic-scheme_undo.obj `if test -f 'scheme_undo.c'; then $(CYGPATH_W) 'scheme_undo.c'; else $(CYGPATH_W) '$(srcdir)/scheme_undo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2548-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-scheme_undo.Tpo $(DEPDIR)/lepton_schematic-scheme_undo.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2550-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2551:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-scheme_undo.obj `if test -f 'scheme_undo.c'; then $(CYGPATH_W) 'scheme_undo.c'; else $(CYGPATH_W) '$(srcdir)/scheme_undo.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2552-
lepton-eda-1.9.11/schematic/src/Makefile.in-2553-lepton_schematic-x_tabs.o: x_tabs.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2554:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_tabs.o -MD -MP -MF $(DEPDIR)/lepton_schematic-x_tabs.Tpo -c -o lepton_schematic-x_tabs.o `test -f 'x_tabs.c' || echo '$(srcdir)/'`x_tabs.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2555-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_tabs.Tpo $(DEPDIR)/lepton_schematic-x_tabs.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2557-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2558:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_tabs.o `test -f 'x_tabs.c' || echo '$(srcdir)/'`x_tabs.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2559-
lepton-eda-1.9.11/schematic/src/Makefile.in-2560-lepton_schematic-x_tabs.obj: x_tabs.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2561:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-x_tabs.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-x_tabs.Tpo -c -o lepton_schematic-x_tabs.obj `if test -f 'x_tabs.c'; then $(CYGPATH_W) 'x_tabs.c'; else $(CYGPATH_W) '$(srcdir)/x_tabs.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2562-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-x_tabs.Tpo $(DEPDIR)/lepton_schematic-x_tabs.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2564-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2565:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-x_tabs.obj `if test -f 'x_tabs.c'; then $(CYGPATH_W) 'x_tabs.c'; else $(CYGPATH_W) '$(srcdir)/x_tabs.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2566-
lepton-eda-1.9.11/schematic/src/Makefile.in-2567-lepton_schematic-color_edit_widget.o: color_edit_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2568:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-color_edit_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-color_edit_widget.Tpo -c -o lepton_schematic-color_edit_widget.o `test -f 'color_edit_widget.c' || echo '$(srcdir)/'`color_edit_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2569-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-color_edit_widget.Tpo $(DEPDIR)/lepton_schematic-color_edit_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2571-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2572:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-color_edit_widget.o `test -f 'color_edit_widget.c' || echo '$(srcdir)/'`color_edit_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2573-
lepton-eda-1.9.11/schematic/src/Makefile.in-2574-lepton_schematic-color_edit_widget.obj: color_edit_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2575:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-color_edit_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-color_edit_widget.Tpo -c -o lepton_schematic-color_edit_widget.obj `if test -f 'color_edit_widget.c'; then $(CYGPATH_W) 'color_edit_widget.c'; else $(CYGPATH_W) '$(srcdir)/color_edit_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2576-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-color_edit_widget.Tpo $(DEPDIR)/lepton_schematic-color_edit_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2578-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2579:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-color_edit_widget.obj `if test -f 'color_edit_widget.c'; then $(CYGPATH_W) 'color_edit_widget.c'; else $(CYGPATH_W) '$(srcdir)/color_edit_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2580-
lepton-eda-1.9.11/schematic/src/Makefile.in-2581-lepton_schematic-font_select_widget.o: font_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2582:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-font_select_widget.o -MD -MP -MF $(DEPDIR)/lepton_schematic-font_select_widget.Tpo -c -o lepton_schematic-font_select_widget.o `test -f 'font_select_widget.c' || echo '$(srcdir)/'`font_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2583-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-font_select_widget.Tpo $(DEPDIR)/lepton_schematic-font_select_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2585-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2586:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-font_select_widget.o `test -f 'font_select_widget.c' || echo '$(srcdir)/'`font_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in-2587-
lepton-eda-1.9.11/schematic/src/Makefile.in-2588-lepton_schematic-font_select_widget.obj: font_select_widget.c
lepton-eda-1.9.11/schematic/src/Makefile.in:2589:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -MT lepton_schematic-font_select_widget.obj -MD -MP -MF $(DEPDIR)/lepton_schematic-font_select_widget.Tpo -c -o lepton_schematic-font_select_widget.obj `if test -f 'font_select_widget.c'; then $(CYGPATH_W) 'font_select_widget.c'; else $(CYGPATH_W) '$(srcdir)/font_select_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2590-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_schematic-font_select_widget.Tpo $(DEPDIR)/lepton_schematic-font_select_widget.Po
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2592-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/schematic/src/Makefile.in:2593:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_schematic_CPPFLAGS) $(CPPFLAGS) $(lepton_schematic_CFLAGS) $(CFLAGS) -c -o lepton_schematic-font_select_widget.obj `if test -f 'font_select_widget.c'; then $(CYGPATH_W) 'font_select_widget.c'; else $(CYGPATH_W) '$(srcdir)/font_select_widget.c'; fi`
lepton-eda-1.9.11/schematic/src/Makefile.in-2594-
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2630-GTAGS:
lepton-eda-1.9.11/schematic/src/Makefile.in:2631:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/schematic/src/Makefile.in-2632-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2656-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/schematic/src/Makefile.in:2657:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/src/Makefile.in:2658:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/schematic/src/Makefile.in-2659-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/schematic/src/Makefile.in-2670-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/schematic/src/Makefile.in:2671:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/schematic/src/Makefile.in-2672-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/schematic/src/x_menus.c-167-      scm_item_stock = scm_is_pair (SCM_CDDR (scm_item)) ?
lepton-eda-1.9.11/schematic/src/x_menus.c:168:                         SCM_CADDR (scm_item) : SCM_BOOL_F;
lepton-eda-1.9.11/schematic/src/x_menus.c-169-      SCM_ASSERT(scm_is_string(scm_item_name), scm_item_name, SCM_ARGn, "get_main_menu item_name");
##############################################
lepton-eda-1.9.11/schematic/src/gschemhotkeystore.c-82-    SCM s_keys = scm_cadr (s_info);
lepton-eda-1.9.11/schematic/src/gschemhotkeystore.c:83:    SCM s_icon = scm_caddr (s_info);
lepton-eda-1.9.11/schematic/src/gschemhotkeystore.c-84-    char *binding, *keys, *icon = NULL;
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-50-  { \
lepton-eda-1.9.11/symbols/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symbols/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-154-  esac
lepton-eda-1.9.11/symbols/Makefile.in:155:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/symbols/Makefile.in-156-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/symbols/Makefile.in:157:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/symbols/Makefile.in-158-    *) f=$$p;; \
lepton-eda-1.9.11/symbols/Makefile.in-159-  esac;
lepton-eda-1.9.11/symbols/Makefile.in:160:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/symbols/Makefile.in-161-am__install_max = 40
lepton-eda-1.9.11/symbols/Makefile.in-162-am__nobase_strip_setup = \
lepton-eda-1.9.11/symbols/Makefile.in:163:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/symbols/Makefile.in-164-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-220-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/symbols/Makefile.in:221:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/symbols/Makefile.in-222-    if test "$$first" != "."; then \
lepton-eda-1.9.11/symbols/Makefile.in-223-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/symbols/Makefile.in:224:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/symbols/Makefile.in:225:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/symbols/Makefile.in-226-      else \
lepton-eda-1.9.11/symbols/Makefile.in:227:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/symbols/Makefile.in-228-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/symbols/Makefile.in:229:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/symbols/Makefile.in-230-        else \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-235-    fi; \
lepton-eda-1.9.11/symbols/Makefile.in:236:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/symbols/Makefile.in-237-  done; \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-573-	@list='$(dist_gafrcd_DATA)'; test -n "$(gafrcddir)" || list=; \
lepton-eda-1.9.11/symbols/Makefile.in:574:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/symbols/Makefile.in-575-	dir='$(DESTDIR)$(gafrcddir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-590-	dot_seen=no; \
lepton-eda-1.9.11/symbols/Makefile.in:591:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/symbols/Makefile.in-592-	case "$@" in \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-653-GTAGS:
lepton-eda-1.9.11/symbols/Makefile.in:654:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/symbols/Makefile.in-655-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-679-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symbols/Makefile.in:680:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/Makefile.in:681:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/Makefile.in-682-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-693-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symbols/Makefile.in:694:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symbols/Makefile.in-695-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-871-	  $(MKDIR_P) $(distdir)/$$lib && \
lepton-eda-1.9.11/symbols/Makefile.in:872:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.in-873-	  for file in $$list; do \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-883-	  $(MKDIR_P) "$$d"; \
lepton-eda-1.9.11/symbols/Makefile.in:884:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.in-885-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/symbols/Makefile.in-895-	  d="$(DESTDIR)$(datasymdir)/$$lib"; \
lepton-eda-1.9.11/symbols/Makefile.in:896:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.in-897-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-49-  { \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-416-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symbols/vhdl/Makefile.in:417:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in:418:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-419-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-430-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in:431:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symbols/vhdl/Makefile.in-432-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symbols/Makefile.am-75-	  $(MKDIR_P) $(distdir)/$$lib && \
lepton-eda-1.9.11/symbols/Makefile.am:76:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.am-77-	  for file in $$list; do \
##############################################
lepton-eda-1.9.11/symbols/Makefile.am-87-	  $(MKDIR_P) "$$d"; \
lepton-eda-1.9.11/symbols/Makefile.am:88:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.am-89-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/symbols/Makefile.am-99-	  d="$(DESTDIR)$(datasymdir)/$$lib"; \
lepton-eda-1.9.11/symbols/Makefile.am:100:	  list=`(cd $(srcdir)/$$lib && find . -name '*.[sS][yY][mM]' | sed -e 's:^\./::')`; \
lepton-eda-1.9.11/symbols/Makefile.am-101-	  if test -n "$$list"; then \
##############################################
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-49-  { \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-416-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symbols/gnetman/Makefile.in:417:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in:418:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-419-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-430-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in:431:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symbols/gnetman/Makefile.in-432-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symbols/verilog/Makefile.in-49-  { \
lepton-eda-1.9.11/symbols/verilog/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symbols/verilog/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/symbols/verilog/Makefile.in-416-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symbols/verilog/Makefile.in:417:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/verilog/Makefile.in:418:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/verilog/Makefile.in-419-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symbols/verilog/Makefile.in-430-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symbols/verilog/Makefile.in:431:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symbols/verilog/Makefile.in-432-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/symbols/documentation/Makefile.in-50-  { \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/symbols/documentation/Makefile.in-145-  esac
lepton-eda-1.9.11/symbols/documentation/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/symbols/documentation/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-150-  esac;
lepton-eda-1.9.11/symbols/documentation/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/symbols/documentation/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/symbols/documentation/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/symbols/documentation/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/symbols/documentation/Makefile.in-459-	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:460:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-461-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/symbols/documentation/Makefile.in-472-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/symbols/documentation/Makefile.in:473:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:474:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-475-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/symbols/documentation/Makefile.in-486-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/symbols/documentation/Makefile.in:487:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/symbols/documentation/Makefile.in-488-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-88-.po.gmo:
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-150-	fi; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/liblepton/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]*) \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-197-	  cd $(srcdir) \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-228-	for cat in $$catalogs; do \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-279-	for cat in $$catalogs; do \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-325-	for cat in $$catalogs; do \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-390-.nop.po-create:
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
lepton-eda-1.9.11/liblepton/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; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-397-.nop.po-update:
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-404-	cd $(srcdir); \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/liblepton/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/liblepton/po/Rules-quot-15-.insert-header.po-update-en:
lepton-eda-1.9.11/liblepton/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
lepton-eda-1.9.11/liblepton/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
lepton-eda-1.9.11/liblepton/po/Rules-quot-18-	tmpdir=`pwd`; \
lepton-eda-1.9.11/liblepton/po/Rules-quot-19-	echo "$$lang:"; \
lepton-eda-1.9.11/liblepton/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
lepton-eda-1.9.11/liblepton/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
lepton-eda-1.9.11/liblepton/po/Rules-quot-22-	cd $(srcdir); \
lepton-eda-1.9.11/liblepton/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 \
lepton-eda-1.9.11/liblepton/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-49-  { \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-195-      else \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-204-    fi; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-484-	dot_seen=no; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:485:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-486-	case "$@" in \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-547-GTAGS:
lepton-eda-1.9.11/liblepton/docs/Makefile.in:548:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-549-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-573-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/docs/Makefile.in:574:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:575:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-576-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/docs/Makefile.in-587-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/docs/Makefile.in:588:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/docs/Makefile.in-589-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-49-  { \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-428-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in:429:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in:430:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-431-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-442-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in:443:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/docs/images/Makefile.in-444-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-153-  esac
lepton-eda-1.9.11/liblepton/Makefile.in:154:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/Makefile.in-155-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/Makefile.in:156:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/Makefile.in-157-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/Makefile.in-158-  esac;
lepton-eda-1.9.11/liblepton/Makefile.in:159:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/Makefile.in-160-am__install_max = 40
lepton-eda-1.9.11/liblepton/Makefile.in-161-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/Makefile.in:162:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/Makefile.in-163-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-220-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/liblepton/Makefile.in:221:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-222-    if test "$$first" != "."; then \
lepton-eda-1.9.11/liblepton/Makefile.in-223-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/liblepton/Makefile.in:224:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/liblepton/Makefile.in:225:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-226-      else \
lepton-eda-1.9.11/liblepton/Makefile.in:227:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-228-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/liblepton/Makefile.in:229:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-230-        else \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-235-    fi; \
lepton-eda-1.9.11/liblepton/Makefile.in:236:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/liblepton/Makefile.in-237-  done; \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-519-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
lepton-eda-1.9.11/liblepton/Makefile.in:520:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/liblepton/Makefile.in-521-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-536-	dot_seen=no; \
lepton-eda-1.9.11/liblepton/Makefile.in:537:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/liblepton/Makefile.in-538-	case "$@" in \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-599-GTAGS:
lepton-eda-1.9.11/liblepton/Makefile.in:600:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/liblepton/Makefile.in-601-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-625-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/Makefile.in:626:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/Makefile.in:627:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/Makefile.in-628-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/Makefile.in-639-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/Makefile.in:640:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/Makefile.in-641-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/data/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/data/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/data/Makefile.in-145-  esac
lepton-eda-1.9.11/liblepton/data/Makefile.in:146:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/data/Makefile.in-147-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/data/Makefile.in:148:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-149-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-150-  esac;
lepton-eda-1.9.11/liblepton/data/Makefile.in:151:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/data/Makefile.in-152-am__install_max = 40
lepton-eda-1.9.11/liblepton/data/Makefile.in-153-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/data/Makefile.in:154:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/data/Makefile.in-155-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/data/Makefile.in-500-	@list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
lepton-eda-1.9.11/liblepton/data/Makefile.in:501:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-502-	dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/data/Makefile.in-513-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/data/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/data/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/data/Makefile.in-527-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/data/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/data/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/lib/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/lib/Makefile.in-146-  esac
lepton-eda-1.9.11/liblepton/lib/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/lib/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-151-  esac;
lepton-eda-1.9.11/liblepton/lib/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/lib/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/liblepton/lib/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/lib/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/lib/Makefile.in-455-	@list='$(dist_rcdata_DATA)'; test -n "$(rcdatadir)" || list=; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:456:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-457-	dir='$(DESTDIR)$(rcdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/lib/Makefile.in-468-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/lib/Makefile.in:469:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:470:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-471-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/lib/Makefile.in-482-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/lib/Makefile.in:483:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/lib/Makefile.in-484-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-146-  esac
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-151-  esac;
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-300-case "$@" in						\
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:301:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-302-    *) am__odir=.;; 					\
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-330-  bases='$(TEST_LOGS)'; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:331:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:332:  bases=`echo $$bases`
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-333-RECHECK_LOGS = $(TEST_LOGS)
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-345-        */*) b='$*';; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:346:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-347-       esac;; \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-799-	@list='$(nobase_dist_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:800:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-801-	dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-823-	@list='$(nobase_scmdata_DATA)'; test -n "$(scmdatadir)" || list=; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:824:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-825-	dir='$(DESTDIR)$(scmdatadir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-853-	if test -n "$$redo_bases"; then \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:854:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:855:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-856-	  if $(am__make_dryrun); then :; else \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-878-	ws='[ 	]'; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:879:	results=`for b in $$bases; do echo $$b.trs; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-880-	test -n "$$results" || results=/dev/null; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:881:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:882:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:883:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:884:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:885:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:886:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:887:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:888:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-889-	  success=true; \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-957-	@set +e; $(am__set_TESTS_bases); \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:958:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:959:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:960:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-961-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-967-	         | $(am__list_recheck_tests)` || exit 1; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:968:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:969:	log_list=`echo $$log_list`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-970-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-992-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:993:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:994:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-995-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-1006-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in:1007:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/scheme/Makefile.in-1008-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/include/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-146-  esac
lepton-eda-1.9.11/liblepton/include/Makefile.in:147:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/include/Makefile.in-148-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/include/Makefile.in:149:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-150-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-151-  esac;
lepton-eda-1.9.11/liblepton/include/Makefile.in:152:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/include/Makefile.in-153-am__install_max = 40
lepton-eda-1.9.11/liblepton/include/Makefile.in-154-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/include/Makefile.in:155:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/include/Makefile.in-156-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-533-	@list='$(libleptoninclude_HEADERS)'; test -n "$(libleptonincludedir)" || list=; \
lepton-eda-1.9.11/liblepton/include/Makefile.in:534:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-535-	dir='$(DESTDIR)$(libleptonincludedir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-566-GTAGS:
lepton-eda-1.9.11/liblepton/include/Makefile.in:567:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/liblepton/include/Makefile.in-568-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-592-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/include/Makefile.in:593:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/include/Makefile.in:594:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-595-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/include/Makefile.in-606-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/include/Makefile.in:607:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/include/Makefile.in-608-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-49-  { \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-307-}
lepton-eda-1.9.11/liblepton/tests/Makefile.in:308:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/tests/Makefile.in-309-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:310:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-311-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-312-  esac;
lepton-eda-1.9.11/liblepton/tests/Makefile.in:313:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/tests/Makefile.in-314-am__install_max = 40
lepton-eda-1.9.11/liblepton/tests/Makefile.in-315-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:316:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-317-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-435-case "$@" in						\
lepton-eda-1.9.11/liblepton/tests/Makefile.in:436:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
lepton-eda-1.9.11/liblepton/tests/Makefile.in-437-    *) am__odir=.;; 					\
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-465-  bases='$(TEST_LOGS)'; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:466:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:467:  bases=`echo $$bases`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-468-RECHECK_LOGS = $(TEST_LOGS)
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-478-        */*) b='$*';; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:479:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-480-       esac;; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-768-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:769:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-770-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-878-.c.obj:
lepton-eda-1.9.11/liblepton/tests/Makefile.in:879:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-880-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-882-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/tests/Makefile.in:883:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-884-
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-899-.cc.obj:
lepton-eda-1.9.11/liblepton/tests/Makefile.in:900:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-901-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-903-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/tests/Makefile.in:904:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/tests/Makefile.in-905-
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-948-GTAGS:
lepton-eda-1.9.11/liblepton/tests/Makefile.in:949:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-950-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-991-	if test -n "$$redo_bases"; then \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:992:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:993:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-994-	  if $(am__make_dryrun); then :; else \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1016-	ws='[ 	]'; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1017:	results=`for b in $$bases; do echo $$b.trs; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1018-	test -n "$$results" || results=/dev/null; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1019:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1020:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1021:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1022:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1023:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1024:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1025:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1026:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1027-	  success=true; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1095-	@set +e; $(am__set_TESTS_bases); \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1096:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1097:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1098:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1099-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1105-	         | $(am__list_recheck_tests)` || exit 1; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1106:	log_list=`for i in $$bases; do echo $$i.log; done`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1107:	log_list=`echo $$log_list`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1108-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1249-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1250:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1251:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1252-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1263-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/tests/Makefile.in:1264:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/tests/Makefile.in-1265-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-50-  { \
lepton-eda-1.9.11/liblepton/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/liblepton/src/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-126-CONFIG_CLEAN_VPATH_FILES =
lepton-eda-1.9.11/liblepton/src/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/liblepton/src/Makefile.in-128-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/liblepton/src/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/liblepton/src/Makefile.in-130-    *) f=$$p;; \
lepton-eda-1.9.11/liblepton/src/Makefile.in-131-  esac;
lepton-eda-1.9.11/liblepton/src/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/liblepton/src/Makefile.in-133-am__install_max = 40
lepton-eda-1.9.11/liblepton/src/Makefile.in-134-am__nobase_strip_setup = \
lepton-eda-1.9.11/liblepton/src/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/liblepton/src/Makefile.in-136-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-677-# to its private directory.
lepton-eda-1.9.11/liblepton/src/Makefile.in:678:objdir = `sed -n -e 's/^objdir=\"\(.*\)\"$$/\1/p' ./libtool`
lepton-eda-1.9.11/liblepton/src/Makefile.in-679-all: $(BUILT_SOURCES)
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-844-.c.obj:
lepton-eda-1.9.11/liblepton/src/Makefile.in:845:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/src/Makefile.in-846-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-848-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:849:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/liblepton/src/Makefile.in-850-
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-858-liblepton_la-scheme_init.lo: scheme_init.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:859:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_init.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_init.Tpo -c -o liblepton_la-scheme_init.lo `test -f 'scheme_init.c' || echo '$(srcdir)/'`scheme_init.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-860-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_init.Tpo $(DEPDIR)/liblepton_la-scheme_init.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-862-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:863:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_init.lo `test -f 'scheme_init.c' || echo '$(srcdir)/'`scheme_init.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-864-
lepton-eda-1.9.11/liblepton/src/Makefile.in-865-liblepton_la-scheme_smob.lo: scheme_smob.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:866:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_smob.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_smob.Tpo -c -o liblepton_la-scheme_smob.lo `test -f 'scheme_smob.c' || echo '$(srcdir)/'`scheme_smob.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-867-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_smob.Tpo $(DEPDIR)/liblepton_la-scheme_smob.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-869-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:870:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_smob.lo `test -f 'scheme_smob.c' || echo '$(srcdir)/'`scheme_smob.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-871-
lepton-eda-1.9.11/liblepton/src/Makefile.in-872-liblepton_la-scheme_toplevel.lo: scheme_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:873:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_toplevel.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_toplevel.Tpo -c -o liblepton_la-scheme_toplevel.lo `test -f 'scheme_toplevel.c' || echo '$(srcdir)/'`scheme_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-874-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_toplevel.Tpo $(DEPDIR)/liblepton_la-scheme_toplevel.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-876-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:877:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_toplevel.lo `test -f 'scheme_toplevel.c' || echo '$(srcdir)/'`scheme_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-878-
lepton-eda-1.9.11/liblepton/src/Makefile.in-879-liblepton_la-scheme_object.lo: scheme_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:880:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_object.Tpo -c -o liblepton_la-scheme_object.lo `test -f 'scheme_object.c' || echo '$(srcdir)/'`scheme_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-881-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_object.Tpo $(DEPDIR)/liblepton_la-scheme_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-883-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:884:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_object.lo `test -f 'scheme_object.c' || echo '$(srcdir)/'`scheme_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-885-
lepton-eda-1.9.11/liblepton/src/Makefile.in-886-liblepton_la-scheme_component.lo: scheme_component.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:887:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_component.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_component.Tpo -c -o liblepton_la-scheme_component.lo `test -f 'scheme_component.c' || echo '$(srcdir)/'`scheme_component.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-888-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_component.Tpo $(DEPDIR)/liblepton_la-scheme_component.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-890-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:891:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_component.lo `test -f 'scheme_component.c' || echo '$(srcdir)/'`scheme_component.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-892-
lepton-eda-1.9.11/liblepton/src/Makefile.in-893-liblepton_la-scheme_os.lo: scheme_os.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:894:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_os.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_os.Tpo -c -o liblepton_la-scheme_os.lo `test -f 'scheme_os.c' || echo '$(srcdir)/'`scheme_os.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-895-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_os.Tpo $(DEPDIR)/liblepton_la-scheme_os.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-897-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:898:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_os.lo `test -f 'scheme_os.c' || echo '$(srcdir)/'`scheme_os.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-899-
lepton-eda-1.9.11/liblepton/src/Makefile.in-900-liblepton_la-scheme_page.lo: scheme_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:901:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_page.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_page.Tpo -c -o liblepton_la-scheme_page.lo `test -f 'scheme_page.c' || echo '$(srcdir)/'`scheme_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-902-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_page.Tpo $(DEPDIR)/liblepton_la-scheme_page.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-904-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:905:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_page.lo `test -f 'scheme_page.c' || echo '$(srcdir)/'`scheme_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-906-
lepton-eda-1.9.11/liblepton/src/Makefile.in-907-liblepton_la-scheme_attrib.lo: scheme_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:908:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_attrib.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_attrib.Tpo -c -o liblepton_la-scheme_attrib.lo `test -f 'scheme_attrib.c' || echo '$(srcdir)/'`scheme_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-909-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_attrib.Tpo $(DEPDIR)/liblepton_la-scheme_attrib.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-911-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:912:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_attrib.lo `test -f 'scheme_attrib.c' || echo '$(srcdir)/'`scheme_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-913-
lepton-eda-1.9.11/liblepton/src/Makefile.in-914-liblepton_la-scheme_config.lo: scheme_config.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:915:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_config.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_config.Tpo -c -o liblepton_la-scheme_config.lo `test -f 'scheme_config.c' || echo '$(srcdir)/'`scheme_config.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-916-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_config.Tpo $(DEPDIR)/liblepton_la-scheme_config.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-918-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:919:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_config.lo `test -f 'scheme_config.c' || echo '$(srcdir)/'`scheme_config.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-920-
lepton-eda-1.9.11/liblepton/src/Makefile.in-921-liblepton_la-scheme_closure.lo: scheme_closure.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:922:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_closure.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_closure.Tpo -c -o liblepton_la-scheme_closure.lo `test -f 'scheme_closure.c' || echo '$(srcdir)/'`scheme_closure.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-923-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_closure.Tpo $(DEPDIR)/liblepton_la-scheme_closure.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-925-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:926:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_closure.lo `test -f 'scheme_closure.c' || echo '$(srcdir)/'`scheme_closure.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-927-
lepton-eda-1.9.11/liblepton/src/Makefile.in-928-liblepton_la-scheme_deprecated.lo: scheme_deprecated.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:929:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_deprecated.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_deprecated.Tpo -c -o liblepton_la-scheme_deprecated.lo `test -f 'scheme_deprecated.c' || echo '$(srcdir)/'`scheme_deprecated.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-930-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_deprecated.Tpo $(DEPDIR)/liblepton_la-scheme_deprecated.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-932-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:933:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_deprecated.lo `test -f 'scheme_deprecated.c' || echo '$(srcdir)/'`scheme_deprecated.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-934-
lepton-eda-1.9.11/liblepton/src/Makefile.in-935-liblepton_la-scheme_log.lo: scheme_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:936:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_log.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_log.Tpo -c -o liblepton_la-scheme_log.lo `test -f 'scheme_log.c' || echo '$(srcdir)/'`scheme_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-937-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_log.Tpo $(DEPDIR)/liblepton_la-scheme_log.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-939-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:940:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_log.lo `test -f 'scheme_log.c' || echo '$(srcdir)/'`scheme_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-941-
lepton-eda-1.9.11/liblepton/src/Makefile.in-942-liblepton_la-scheme_version.lo: scheme_version.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:943:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-scheme_version.lo -MD -MP -MF $(DEPDIR)/liblepton_la-scheme_version.Tpo -c -o liblepton_la-scheme_version.lo `test -f 'scheme_version.c' || echo '$(srcdir)/'`scheme_version.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-944-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-scheme_version.Tpo $(DEPDIR)/liblepton_la-scheme_version.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-946-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:947:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-scheme_version.lo `test -f 'scheme_version.c' || echo '$(srcdir)/'`scheme_version.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-948-
lepton-eda-1.9.11/liblepton/src/Makefile.in-949-liblepton_la-edascmhookproxy.lo: edascmhookproxy.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:950:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-edascmhookproxy.lo -MD -MP -MF $(DEPDIR)/liblepton_la-edascmhookproxy.Tpo -c -o liblepton_la-edascmhookproxy.lo `test -f 'edascmhookproxy.c' || echo '$(srcdir)/'`edascmhookproxy.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-951-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-edascmhookproxy.Tpo $(DEPDIR)/liblepton_la-edascmhookproxy.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-953-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:954:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-edascmhookproxy.lo `test -f 'edascmhookproxy.c' || echo '$(srcdir)/'`edascmhookproxy.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-955-
lepton-eda-1.9.11/liblepton/src/Makefile.in-956-liblepton_la-edascmvaluetypes.lo: edascmvaluetypes.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:957:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-edascmvaluetypes.lo -MD -MP -MF $(DEPDIR)/liblepton_la-edascmvaluetypes.Tpo -c -o liblepton_la-edascmvaluetypes.lo `test -f 'edascmvaluetypes.c' || echo '$(srcdir)/'`edascmvaluetypes.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-958-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-edascmvaluetypes.Tpo $(DEPDIR)/liblepton_la-edascmvaluetypes.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-960-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:961:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-edascmvaluetypes.lo `test -f 'edascmvaluetypes.c' || echo '$(srcdir)/'`edascmvaluetypes.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-962-
lepton-eda-1.9.11/liblepton/src/Makefile.in-963-liblepton_la-g_rc.lo: g_rc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:964:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-g_rc.lo -MD -MP -MF $(DEPDIR)/liblepton_la-g_rc.Tpo -c -o liblepton_la-g_rc.lo `test -f 'g_rc.c' || echo '$(srcdir)/'`g_rc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-965-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-g_rc.Tpo $(DEPDIR)/liblepton_la-g_rc.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-967-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:968:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-g_rc.lo `test -f 'g_rc.c' || echo '$(srcdir)/'`g_rc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-969-
lepton-eda-1.9.11/liblepton/src/Makefile.in-970-liblepton_la-a_basic.lo: a_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:971:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-a_basic.lo -MD -MP -MF $(DEPDIR)/liblepton_la-a_basic.Tpo -c -o liblepton_la-a_basic.lo `test -f 'a_basic.c' || echo '$(srcdir)/'`a_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-972-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-a_basic.Tpo $(DEPDIR)/liblepton_la-a_basic.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-974-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:975:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-a_basic.lo `test -f 'a_basic.c' || echo '$(srcdir)/'`a_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-976-
lepton-eda-1.9.11/liblepton/src/Makefile.in-977-liblepton_la-edapaths.lo: edapaths.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:978:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-edapaths.lo -MD -MP -MF $(DEPDIR)/liblepton_la-edapaths.Tpo -c -o liblepton_la-edapaths.lo `test -f 'edapaths.c' || echo '$(srcdir)/'`edapaths.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-979-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-edapaths.Tpo $(DEPDIR)/liblepton_la-edapaths.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-981-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:982:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-edapaths.lo `test -f 'edapaths.c' || echo '$(srcdir)/'`edapaths.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-983-
lepton-eda-1.9.11/liblepton/src/Makefile.in-984-liblepton_la-edaconfig.lo: edaconfig.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:985:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-edaconfig.lo -MD -MP -MF $(DEPDIR)/liblepton_la-edaconfig.Tpo -c -o liblepton_la-edaconfig.lo `test -f 'edaconfig.c' || echo '$(srcdir)/'`edaconfig.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-986-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-edaconfig.Tpo $(DEPDIR)/liblepton_la-edaconfig.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-988-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:989:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-edaconfig.lo `test -f 'edaconfig.c' || echo '$(srcdir)/'`edaconfig.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-990-
lepton-eda-1.9.11/liblepton/src/Makefile.in-991-liblepton_la-edaerrors.lo: edaerrors.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:992:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-edaerrors.lo -MD -MP -MF $(DEPDIR)/liblepton_la-edaerrors.Tpo -c -o liblepton_la-edaerrors.lo `test -f 'edaerrors.c' || echo '$(srcdir)/'`edaerrors.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-993-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-edaerrors.Tpo $(DEPDIR)/liblepton_la-edaerrors.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-995-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:996:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-edaerrors.lo `test -f 'edaerrors.c' || echo '$(srcdir)/'`edaerrors.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-997-
lepton-eda-1.9.11/liblepton/src/Makefile.in-998-liblepton_la-f_basic.lo: f_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:999:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-f_basic.lo -MD -MP -MF $(DEPDIR)/liblepton_la-f_basic.Tpo -c -o liblepton_la-f_basic.lo `test -f 'f_basic.c' || echo '$(srcdir)/'`f_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1000-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-f_basic.Tpo $(DEPDIR)/liblepton_la-f_basic.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1002-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1003:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-f_basic.lo `test -f 'f_basic.c' || echo '$(srcdir)/'`f_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1004-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1005-liblepton_la-g_basic.lo: g_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1006:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-g_basic.lo -MD -MP -MF $(DEPDIR)/liblepton_la-g_basic.Tpo -c -o liblepton_la-g_basic.lo `test -f 'g_basic.c' || echo '$(srcdir)/'`g_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1007-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-g_basic.Tpo $(DEPDIR)/liblepton_la-g_basic.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1009-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1010:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-g_basic.lo `test -f 'g_basic.c' || echo '$(srcdir)/'`g_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1011-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1012-liblepton_la-geda_angle.lo: geda_angle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1013:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_angle.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_angle.Tpo -c -o liblepton_la-geda_angle.lo `test -f 'geda_angle.c' || echo '$(srcdir)/'`geda_angle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1014-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_angle.Tpo $(DEPDIR)/liblepton_la-geda_angle.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1016-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1017:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_angle.lo `test -f 'geda_angle.c' || echo '$(srcdir)/'`geda_angle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1018-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1019-liblepton_la-geda_arc.lo: geda_arc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1020:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_arc.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_arc.Tpo -c -o liblepton_la-geda_arc.lo `test -f 'geda_arc.c' || echo '$(srcdir)/'`geda_arc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1021-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_arc.Tpo $(DEPDIR)/liblepton_la-geda_arc.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1023-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1024:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_arc.lo `test -f 'geda_arc.c' || echo '$(srcdir)/'`geda_arc.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1025-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1026-liblepton_la-geda_arc_object.lo: geda_arc_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1027:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_arc_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_arc_object.Tpo -c -o liblepton_la-geda_arc_object.lo `test -f 'geda_arc_object.c' || echo '$(srcdir)/'`geda_arc_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1028-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_arc_object.Tpo $(DEPDIR)/liblepton_la-geda_arc_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1030-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1031:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_arc_object.lo `test -f 'geda_arc_object.c' || echo '$(srcdir)/'`geda_arc_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1032-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1033-liblepton_la-geda_bounds.lo: geda_bounds.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1034:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_bounds.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_bounds.Tpo -c -o liblepton_la-geda_bounds.lo `test -f 'geda_bounds.c' || echo '$(srcdir)/'`geda_bounds.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1035-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_bounds.Tpo $(DEPDIR)/liblepton_la-geda_bounds.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1037-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1038:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_bounds.lo `test -f 'geda_bounds.c' || echo '$(srcdir)/'`geda_bounds.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1039-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1040-liblepton_la-geda_box.lo: geda_box.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1041:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_box.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_box.Tpo -c -o liblepton_la-geda_box.lo `test -f 'geda_box.c' || echo '$(srcdir)/'`geda_box.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1042-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_box.Tpo $(DEPDIR)/liblepton_la-geda_box.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1044-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1045:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_box.lo `test -f 'geda_box.c' || echo '$(srcdir)/'`geda_box.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1046-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1047-liblepton_la-geda_box_object.lo: geda_box_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1048:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_box_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_box_object.Tpo -c -o liblepton_la-geda_box_object.lo `test -f 'geda_box_object.c' || echo '$(srcdir)/'`geda_box_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1049-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_box_object.Tpo $(DEPDIR)/liblepton_la-geda_box_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1051-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1052:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_box_object.lo `test -f 'geda_box_object.c' || echo '$(srcdir)/'`geda_box_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1053-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1054-liblepton_la-geda_bus_object.lo: geda_bus_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1055:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_bus_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_bus_object.Tpo -c -o liblepton_la-geda_bus_object.lo `test -f 'geda_bus_object.c' || echo '$(srcdir)/'`geda_bus_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1056-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_bus_object.Tpo $(DEPDIR)/liblepton_la-geda_bus_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1058-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1059:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_bus_object.lo `test -f 'geda_bus_object.c' || echo '$(srcdir)/'`geda_bus_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1060-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1061-liblepton_la-geda_color.lo: geda_color.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1062:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_color.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_color.Tpo -c -o liblepton_la-geda_color.lo `test -f 'geda_color.c' || echo '$(srcdir)/'`geda_color.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1063-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_color.Tpo $(DEPDIR)/liblepton_la-geda_color.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1065-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1066:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_color.lo `test -f 'geda_color.c' || echo '$(srcdir)/'`geda_color.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1067-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1068-liblepton_la-geda_color_map.lo: geda_color_map.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1069:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_color_map.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_color_map.Tpo -c -o liblepton_la-geda_color_map.lo `test -f 'geda_color_map.c' || echo '$(srcdir)/'`geda_color_map.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1070-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_color_map.Tpo $(DEPDIR)/liblepton_la-geda_color_map.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1072-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1073:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_color_map.lo `test -f 'geda_color_map.c' || echo '$(srcdir)/'`geda_color_map.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1074-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1075-liblepton_la-geda_circle.lo: geda_circle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1076:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_circle.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_circle.Tpo -c -o liblepton_la-geda_circle.lo `test -f 'geda_circle.c' || echo '$(srcdir)/'`geda_circle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1077-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_circle.Tpo $(DEPDIR)/liblepton_la-geda_circle.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1079-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1080:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_circle.lo `test -f 'geda_circle.c' || echo '$(srcdir)/'`geda_circle.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1081-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1082-liblepton_la-geda_circle_object.lo: geda_circle_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1083:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_circle_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_circle_object.Tpo -c -o liblepton_la-geda_circle_object.lo `test -f 'geda_circle_object.c' || echo '$(srcdir)/'`geda_circle_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1084-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_circle_object.Tpo $(DEPDIR)/liblepton_la-geda_circle_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1086-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1087:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_circle_object.lo `test -f 'geda_circle_object.c' || echo '$(srcdir)/'`geda_circle_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1088-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1089-liblepton_la-geda_component_object.lo: geda_component_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1090:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_component_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_component_object.Tpo -c -o liblepton_la-geda_component_object.lo `test -f 'geda_component_object.c' || echo '$(srcdir)/'`geda_component_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1091-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_component_object.Tpo $(DEPDIR)/liblepton_la-geda_component_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1093-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1094:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_component_object.lo `test -f 'geda_component_object.c' || echo '$(srcdir)/'`geda_component_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1095-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1096-liblepton_la-geda_coord.lo: geda_coord.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1097:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_coord.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_coord.Tpo -c -o liblepton_la-geda_coord.lo `test -f 'geda_coord.c' || echo '$(srcdir)/'`geda_coord.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1098-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_coord.Tpo $(DEPDIR)/liblepton_la-geda_coord.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1100-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1101:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_coord.lo `test -f 'geda_coord.c' || echo '$(srcdir)/'`geda_coord.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1102-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1103-liblepton_la-geda_fill_type.lo: geda_fill_type.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1104:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_fill_type.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_fill_type.Tpo -c -o liblepton_la-geda_fill_type.lo `test -f 'geda_fill_type.c' || echo '$(srcdir)/'`geda_fill_type.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1105-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_fill_type.Tpo $(DEPDIR)/liblepton_la-geda_fill_type.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1107-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1108:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_fill_type.lo `test -f 'geda_fill_type.c' || echo '$(srcdir)/'`geda_fill_type.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1109-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1110-liblepton_la-geda_line.lo: geda_line.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1111:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_line.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_line.Tpo -c -o liblepton_la-geda_line.lo `test -f 'geda_line.c' || echo '$(srcdir)/'`geda_line.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1112-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_line.Tpo $(DEPDIR)/liblepton_la-geda_line.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1114-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1115:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_line.lo `test -f 'geda_line.c' || echo '$(srcdir)/'`geda_line.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1116-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1117-liblepton_la-geda_line_object.lo: geda_line_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1118:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_line_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_line_object.Tpo -c -o liblepton_la-geda_line_object.lo `test -f 'geda_line_object.c' || echo '$(srcdir)/'`geda_line_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1119-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_line_object.Tpo $(DEPDIR)/liblepton_la-geda_line_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1121-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1122:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_line_object.lo `test -f 'geda_line_object.c' || echo '$(srcdir)/'`geda_line_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1123-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1124-liblepton_la-geda_list.lo: geda_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1125:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_list.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_list.Tpo -c -o liblepton_la-geda_list.lo `test -f 'geda_list.c' || echo '$(srcdir)/'`geda_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1126-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_list.Tpo $(DEPDIR)/liblepton_la-geda_list.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1128-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1129:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_list.lo `test -f 'geda_list.c' || echo '$(srcdir)/'`geda_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1130-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1131-liblepton_la-geda_net_object.lo: geda_net_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1132:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_net_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_net_object.Tpo -c -o liblepton_la-geda_net_object.lo `test -f 'geda_net_object.c' || echo '$(srcdir)/'`geda_net_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1133-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_net_object.Tpo $(DEPDIR)/liblepton_la-geda_net_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1135-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1136:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_net_object.lo `test -f 'geda_net_object.c' || echo '$(srcdir)/'`geda_net_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1137-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1138-liblepton_la-geda_object.lo: geda_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1139:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_object.Tpo -c -o liblepton_la-geda_object.lo `test -f 'geda_object.c' || echo '$(srcdir)/'`geda_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1140-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_object.Tpo $(DEPDIR)/liblepton_la-geda_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1142-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1143:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_object.lo `test -f 'geda_object.c' || echo '$(srcdir)/'`geda_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1144-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1145-liblepton_la-geda_object_list.lo: geda_object_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1146:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_object_list.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_object_list.Tpo -c -o liblepton_la-geda_object_list.lo `test -f 'geda_object_list.c' || echo '$(srcdir)/'`geda_object_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1147-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_object_list.Tpo $(DEPDIR)/liblepton_la-geda_object_list.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1149-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1150:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_object_list.lo `test -f 'geda_object_list.c' || echo '$(srcdir)/'`geda_object_list.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1151-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1152-liblepton_la-geda_page.lo: geda_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1153:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_page.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_page.Tpo -c -o liblepton_la-geda_page.lo `test -f 'geda_page.c' || echo '$(srcdir)/'`geda_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1154-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_page.Tpo $(DEPDIR)/liblepton_la-geda_page.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1156-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1157:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_page.lo `test -f 'geda_page.c' || echo '$(srcdir)/'`geda_page.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1158-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1159-liblepton_la-geda_path.lo: geda_path.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1160:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_path.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_path.Tpo -c -o liblepton_la-geda_path.lo `test -f 'geda_path.c' || echo '$(srcdir)/'`geda_path.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1161-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_path.Tpo $(DEPDIR)/liblepton_la-geda_path.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1163-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1164:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_path.lo `test -f 'geda_path.c' || echo '$(srcdir)/'`geda_path.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1165-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1166-liblepton_la-geda_path_object.lo: geda_path_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1167:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_path_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_path_object.Tpo -c -o liblepton_la-geda_path_object.lo `test -f 'geda_path_object.c' || echo '$(srcdir)/'`geda_path_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1168-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_path_object.Tpo $(DEPDIR)/liblepton_la-geda_path_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1170-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1171:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_path_object.lo `test -f 'geda_path_object.c' || echo '$(srcdir)/'`geda_path_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1172-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1173-liblepton_la-geda_picture.lo: geda_picture.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1174:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_picture.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_picture.Tpo -c -o liblepton_la-geda_picture.lo `test -f 'geda_picture.c' || echo '$(srcdir)/'`geda_picture.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1175-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_picture.Tpo $(DEPDIR)/liblepton_la-geda_picture.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1177-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1178:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_picture.lo `test -f 'geda_picture.c' || echo '$(srcdir)/'`geda_picture.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1179-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1180-liblepton_la-geda_picture_object.lo: geda_picture_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1181:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_picture_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_picture_object.Tpo -c -o liblepton_la-geda_picture_object.lo `test -f 'geda_picture_object.c' || echo '$(srcdir)/'`geda_picture_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1182-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_picture_object.Tpo $(DEPDIR)/liblepton_la-geda_picture_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1184-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1185:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_picture_object.lo `test -f 'geda_picture_object.c' || echo '$(srcdir)/'`geda_picture_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1186-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1187-liblepton_la-geda_pin_object.lo: geda_pin_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1188:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_pin_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_pin_object.Tpo -c -o liblepton_la-geda_pin_object.lo `test -f 'geda_pin_object.c' || echo '$(srcdir)/'`geda_pin_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1189-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_pin_object.Tpo $(DEPDIR)/liblepton_la-geda_pin_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1191-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1192:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_pin_object.lo `test -f 'geda_pin_object.c' || echo '$(srcdir)/'`geda_pin_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1193-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1194-liblepton_la-geda_point.lo: geda_point.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1195:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_point.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_point.Tpo -c -o liblepton_la-geda_point.lo `test -f 'geda_point.c' || echo '$(srcdir)/'`geda_point.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1196-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_point.Tpo $(DEPDIR)/liblepton_la-geda_point.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1198-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1199:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_point.lo `test -f 'geda_point.c' || echo '$(srcdir)/'`geda_point.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1200-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1201-liblepton_la-geda_string.lo: geda_string.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1202:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_string.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_string.Tpo -c -o liblepton_la-geda_string.lo `test -f 'geda_string.c' || echo '$(srcdir)/'`geda_string.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1203-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_string.Tpo $(DEPDIR)/liblepton_la-geda_string.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1205-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1206:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_string.lo `test -f 'geda_string.c' || echo '$(srcdir)/'`geda_string.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1207-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1208-liblepton_la-geda_text_object.lo: geda_text_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1209:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_text_object.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_text_object.Tpo -c -o liblepton_la-geda_text_object.lo `test -f 'geda_text_object.c' || echo '$(srcdir)/'`geda_text_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1210-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_text_object.Tpo $(DEPDIR)/liblepton_la-geda_text_object.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1212-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1213:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_text_object.lo `test -f 'geda_text_object.c' || echo '$(srcdir)/'`geda_text_object.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1214-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1215-liblepton_la-geda_toplevel.lo: geda_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1216:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_toplevel.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_toplevel.Tpo -c -o liblepton_la-geda_toplevel.lo `test -f 'geda_toplevel.c' || echo '$(srcdir)/'`geda_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1217-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_toplevel.Tpo $(DEPDIR)/liblepton_la-geda_toplevel.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1219-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1220:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_toplevel.lo `test -f 'geda_toplevel.c' || echo '$(srcdir)/'`geda_toplevel.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1221-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1222-liblepton_la-geda_transform.lo: geda_transform.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1223:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_transform.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_transform.Tpo -c -o liblepton_la-geda_transform.lo `test -f 'geda_transform.c' || echo '$(srcdir)/'`geda_transform.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1224-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_transform.Tpo $(DEPDIR)/liblepton_la-geda_transform.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1226-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1227:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_transform.lo `test -f 'geda_transform.c' || echo '$(srcdir)/'`geda_transform.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1228-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1229-liblepton_la-geda_undo.lo: geda_undo.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1230:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-geda_undo.lo -MD -MP -MF $(DEPDIR)/liblepton_la-geda_undo.Tpo -c -o liblepton_la-geda_undo.lo `test -f 'geda_undo.c' || echo '$(srcdir)/'`geda_undo.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1231-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-geda_undo.Tpo $(DEPDIR)/liblepton_la-geda_undo.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1233-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1234:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-geda_undo.lo `test -f 'geda_undo.c' || echo '$(srcdir)/'`geda_undo.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1235-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1236-liblepton_la-g_register.lo: g_register.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1237:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-g_register.lo -MD -MP -MF $(DEPDIR)/liblepton_la-g_register.Tpo -c -o liblepton_la-g_register.lo `test -f 'g_register.c' || echo '$(srcdir)/'`g_register.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1238-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-g_register.Tpo $(DEPDIR)/liblepton_la-g_register.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1240-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1241:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-g_register.lo `test -f 'g_register.c' || echo '$(srcdir)/'`g_register.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1242-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1243-liblepton_la-i_vars.lo: i_vars.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1244:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-i_vars.lo -MD -MP -MF $(DEPDIR)/liblepton_la-i_vars.Tpo -c -o liblepton_la-i_vars.lo `test -f 'i_vars.c' || echo '$(srcdir)/'`i_vars.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1245-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-i_vars.Tpo $(DEPDIR)/liblepton_la-i_vars.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1247-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1248:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-i_vars.lo `test -f 'i_vars.c' || echo '$(srcdir)/'`i_vars.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1249-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1250-liblepton_la-liblepton.lo: liblepton.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1251:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-liblepton.lo -MD -MP -MF $(DEPDIR)/liblepton_la-liblepton.Tpo -c -o liblepton_la-liblepton.lo `test -f 'liblepton.c' || echo '$(srcdir)/'`liblepton.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1252-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-liblepton.Tpo $(DEPDIR)/liblepton_la-liblepton.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1254-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1255:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-liblepton.lo `test -f 'liblepton.c' || echo '$(srcdir)/'`liblepton.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1256-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1257-liblepton_la-m_hatch.lo: m_hatch.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1258:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-m_hatch.lo -MD -MP -MF $(DEPDIR)/liblepton_la-m_hatch.Tpo -c -o liblepton_la-m_hatch.lo `test -f 'm_hatch.c' || echo '$(srcdir)/'`m_hatch.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1259-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-m_hatch.Tpo $(DEPDIR)/liblepton_la-m_hatch.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1261-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1262:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-m_hatch.lo `test -f 'm_hatch.c' || echo '$(srcdir)/'`m_hatch.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1263-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1264-liblepton_la-m_polygon.lo: m_polygon.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1265:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-m_polygon.lo -MD -MP -MF $(DEPDIR)/liblepton_la-m_polygon.Tpo -c -o liblepton_la-m_polygon.lo `test -f 'm_polygon.c' || echo '$(srcdir)/'`m_polygon.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1266-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-m_polygon.Tpo $(DEPDIR)/liblepton_la-m_polygon.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1268-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1269:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-m_polygon.lo `test -f 'm_polygon.c' || echo '$(srcdir)/'`m_polygon.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1270-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1271-liblepton_la-o_attrib.lo: o_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1272:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-o_attrib.lo -MD -MP -MF $(DEPDIR)/liblepton_la-o_attrib.Tpo -c -o liblepton_la-o_attrib.lo `test -f 'o_attrib.c' || echo '$(srcdir)/'`o_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1273-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-o_attrib.Tpo $(DEPDIR)/liblepton_la-o_attrib.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1276:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-o_attrib.lo `test -f 'o_attrib.c' || echo '$(srcdir)/'`o_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1277-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1278-liblepton_la-o_embed.lo: o_embed.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1279:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-o_embed.lo -MD -MP -MF $(DEPDIR)/liblepton_la-o_embed.Tpo -c -o liblepton_la-o_embed.lo `test -f 'o_embed.c' || echo '$(srcdir)/'`o_embed.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1280-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-o_embed.Tpo $(DEPDIR)/liblepton_la-o_embed.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1282-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1283:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-o_embed.lo `test -f 'o_embed.c' || echo '$(srcdir)/'`o_embed.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1284-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1285-liblepton_la-o_selection.lo: o_selection.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1286:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-o_selection.lo -MD -MP -MF $(DEPDIR)/liblepton_la-o_selection.Tpo -c -o liblepton_la-o_selection.lo `test -f 'o_selection.c' || echo '$(srcdir)/'`o_selection.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1287-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-o_selection.Tpo $(DEPDIR)/liblepton_la-o_selection.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1289-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1290:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-o_selection.lo `test -f 'o_selection.c' || echo '$(srcdir)/'`o_selection.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1291-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1292-liblepton_la-s_attrib.lo: s_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1293:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_attrib.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_attrib.Tpo -c -o liblepton_la-s_attrib.lo `test -f 's_attrib.c' || echo '$(srcdir)/'`s_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1294-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_attrib.Tpo $(DEPDIR)/liblepton_la-s_attrib.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1296-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1297:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_attrib.lo `test -f 's_attrib.c' || echo '$(srcdir)/'`s_attrib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1298-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1299-liblepton_la-s_basic.lo: s_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1300:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_basic.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_basic.Tpo -c -o liblepton_la-s_basic.lo `test -f 's_basic.c' || echo '$(srcdir)/'`s_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1301-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_basic.Tpo $(DEPDIR)/liblepton_la-s_basic.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1303-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1304:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_basic.lo `test -f 's_basic.c' || echo '$(srcdir)/'`s_basic.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1305-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1306-liblepton_la-s_clib.lo: s_clib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1307:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_clib.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_clib.Tpo -c -o liblepton_la-s_clib.lo `test -f 's_clib.c' || echo '$(srcdir)/'`s_clib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1308-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_clib.Tpo $(DEPDIR)/liblepton_la-s_clib.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1310-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1311:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_clib.lo `test -f 's_clib.c' || echo '$(srcdir)/'`s_clib.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1312-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1313-liblepton_la-s_conn.lo: s_conn.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1314:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_conn.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_conn.Tpo -c -o liblepton_la-s_conn.lo `test -f 's_conn.c' || echo '$(srcdir)/'`s_conn.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1315-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_conn.Tpo $(DEPDIR)/liblepton_la-s_conn.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1317-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1318:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_conn.lo `test -f 's_conn.c' || echo '$(srcdir)/'`s_conn.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1319-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1320-liblepton_la-s_encoding.lo: s_encoding.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1321:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_encoding.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_encoding.Tpo -c -o liblepton_la-s_encoding.lo `test -f 's_encoding.c' || echo '$(srcdir)/'`s_encoding.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1322-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_encoding.Tpo $(DEPDIR)/liblepton_la-s_encoding.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1324-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1325:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_encoding.lo `test -f 's_encoding.c' || echo '$(srcdir)/'`s_encoding.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1326-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1327-liblepton_la-s_log.lo: s_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1328:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_log.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_log.Tpo -c -o liblepton_la-s_log.lo `test -f 's_log.c' || echo '$(srcdir)/'`s_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1329-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_log.Tpo $(DEPDIR)/liblepton_la-s_log.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1331-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1332:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_log.lo `test -f 's_log.c' || echo '$(srcdir)/'`s_log.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1333-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1334-liblepton_la-s_menu.lo: s_menu.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1335:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_menu.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_menu.Tpo -c -o liblepton_la-s_menu.lo `test -f 's_menu.c' || echo '$(srcdir)/'`s_menu.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1336-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_menu.Tpo $(DEPDIR)/liblepton_la-s_menu.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1338-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1339:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_menu.lo `test -f 's_menu.c' || echo '$(srcdir)/'`s_menu.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1340-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1341-liblepton_la-s_slot.lo: s_slot.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1342:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_slot.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_slot.Tpo -c -o liblepton_la-s_slot.lo `test -f 's_slot.c' || echo '$(srcdir)/'`s_slot.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1343-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_slot.Tpo $(DEPDIR)/liblepton_la-s_slot.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1345-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1346:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_slot.lo `test -f 's_slot.c' || echo '$(srcdir)/'`s_slot.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1347-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1348-liblepton_la-s_textbuffer.lo: s_textbuffer.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1349:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_textbuffer.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_textbuffer.Tpo -c -o liblepton_la-s_textbuffer.lo `test -f 's_textbuffer.c' || echo '$(srcdir)/'`s_textbuffer.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1350-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_textbuffer.Tpo $(DEPDIR)/liblepton_la-s_textbuffer.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1352-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1353:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_textbuffer.lo `test -f 's_textbuffer.c' || echo '$(srcdir)/'`s_textbuffer.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1354-
lepton-eda-1.9.11/liblepton/src/Makefile.in-1355-liblepton_la-s_weakref.lo: s_weakref.c
lepton-eda-1.9.11/liblepton/src/Makefile.in:1356:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -MT liblepton_la-s_weakref.lo -MD -MP -MF $(DEPDIR)/liblepton_la-s_weakref.Tpo -c -o liblepton_la-s_weakref.lo `test -f 's_weakref.c' || echo '$(srcdir)/'`s_weakref.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1357-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblepton_la-s_weakref.Tpo $(DEPDIR)/liblepton_la-s_weakref.Plo
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1359-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/liblepton/src/Makefile.in:1360:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(liblepton_la_CPPFLAGS) $(CPPFLAGS) $(liblepton_la_CFLAGS) $(CFLAGS) -c -o liblepton_la-s_weakref.lo `test -f 's_weakref.c' || echo '$(srcdir)/'`s_weakref.c
lepton-eda-1.9.11/liblepton/src/Makefile.in-1361-
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1397-GTAGS:
lepton-eda-1.9.11/liblepton/src/Makefile.in:1398:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/liblepton/src/Makefile.in-1399-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1423-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/liblepton/src/Makefile.in:1424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/src/Makefile.in:1425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/liblepton/src/Makefile.in-1426-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.in-1437-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/liblepton/src/Makefile.in:1438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/liblepton/src/Makefile.in-1439-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/liblepton/src/Makefile.am-120-# to its private directory.
lepton-eda-1.9.11/liblepton/src/Makefile.am:121:objdir = `sed -n -e 's/^objdir=\"\(.*\)\"$$/\1/p' ./libtool`
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-50-  { \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-469-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:470:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-471-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-499-.c.obj:
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:500:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-501-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-503-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:504:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-505-
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-513-sarlacc_schem-sarlacc_schem.o: sarlacc_schem.c
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:514:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sarlacc_schem_CFLAGS) $(CFLAGS) -MT sarlacc_schem-sarlacc_schem.o -MD -MP -MF $(DEPDIR)/sarlacc_schem-sarlacc_schem.Tpo -c -o sarlacc_schem-sarlacc_schem.o `test -f 'sarlacc_schem.c' || echo '$(srcdir)/'`sarlacc_schem.c
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-515-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sarlacc_schem-sarlacc_schem.Tpo $(DEPDIR)/sarlacc_schem-sarlacc_schem.Po
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-517-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:518:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sarlacc_schem_CFLAGS) $(CFLAGS) -c -o sarlacc_schem-sarlacc_schem.o `test -f 'sarlacc_schem.c' || echo '$(srcdir)/'`sarlacc_schem.c
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-519-
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-520-sarlacc_schem-sarlacc_schem.obj: sarlacc_schem.c
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:521:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sarlacc_schem_CFLAGS) $(CFLAGS) -MT sarlacc_schem-sarlacc_schem.obj -MD -MP -MF $(DEPDIR)/sarlacc_schem-sarlacc_schem.Tpo -c -o sarlacc_schem-sarlacc_schem.obj `if test -f 'sarlacc_schem.c'; then $(CYGPATH_W) 'sarlacc_schem.c'; else $(CYGPATH_W) '$(srcdir)/sarlacc_schem.c'; fi`
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-522-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/sarlacc_schem-sarlacc_schem.Tpo $(DEPDIR)/sarlacc_schem-sarlacc_schem.Po
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-524-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:525:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(sarlacc_schem_CFLAGS) $(CFLAGS) -c -o sarlacc_schem-sarlacc_schem.obj `if test -f 'sarlacc_schem.c'; then $(CYGPATH_W) 'sarlacc_schem.c'; else $(CYGPATH_W) '$(srcdir)/sarlacc_schem.c'; fi`
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-526-
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-562-GTAGS:
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:563:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-564-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-588-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:589:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:590:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-591-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-602-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:603:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-604-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-746-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in:747:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.in-748-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.am-19-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.am:20:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/sarlacc_schem/Makefile.am-21-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/scripts/Makefile.in-50-  { \
lepton-eda-1.9.11/contrib/scripts/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/contrib/scripts/Makefile.in-451-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/scripts/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/scripts/Makefile.in-465-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/scripts/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/scripts/Makefile.in-603-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in:604:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.in-605-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/scripts/Makefile.am-32-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/scripts/Makefile.am:33:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/scripts/Makefile.am-34-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/scripts/gschupdate-108-        # This updates the file to be absolutely current
lepton-eda-1.9.11/contrib/scripts/gschupdate:109:        system("gschlas $filename");
lepton-eda-1.9.11/contrib/scripts/gschupdate-110-        @args = ("gschlas", "$filename");
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-196-# First row of record in master list
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:197:HierListA[0]=`echo ${HLineA[@]:0}`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-198-# ----------------------------------------------
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-237-		then CurSchPath=$CurSchFile
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:238:		else CurSchPath=`echo "$CurSchDir/$CurSchFile"`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-239-	fi
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-285-		for HLineA in "${HierListA[@]}"; do
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:286:			HierA=( `echo $HLineA` )
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-287-			HierSym=${HierA[$iSym]}
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-300-		for i in "${SymDirListA[@]}"; do
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:301:			TsymPath=`echo "$i/$Tsym"`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-302-			if [ -e $TsymPath ]; then
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-357-				for HLineA in "${HierListA[@]}"; do
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:358:					HierA=( `echo $HLineA` )
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-359-					HierSch=${HierA[$iSch]}
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-374-			for i in "${SrcDirListA[@]}"; do
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:375:				TschPath=`echo "$i/$Tsch"`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-376-				if [ -e $TschPath ]; then
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-427-		HLineA[$iSch]=$Tsch
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:428:		HierListA[$EndIndex]=`echo ${HLineA[@]:0}`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-429-		# ---------------------------------
##############################################
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-484-		then CurSchPath=$CurSchFile
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh:485:		else CurSchPath=`echo "$CurSchDir/$CurSchFile"`
lepton-eda-1.9.11/contrib/scripts/gnet_hier_verilog.sh-486-	fi
##############################################
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh-48-    # the directory on the client to backup
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh:49:    X=`echo $REPLY | cut -d' ' -f1`
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh:50:    Y=`echo $REPLY | cut -d' ' -f2`
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh-51-    read REPLY;
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh-52-    PART="$REPLY"
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh:53:    X=`echo "scale=5; ($X - $XOFFSET) / $XSCALE" |bc`
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh:54:    Y=`echo "scale=5; ($Y - $YOFFSET) / $YSCALE" |bc`
lepton-eda-1.9.11/contrib/scripts/sch2eaglepos.sh-55-    echo "MOVE '$PART' ($X $Y);"
##############################################
lepton-eda-1.9.11/contrib/scripts/gsymupdate-158-        # This updates the file to be absolutely current
lepton-eda-1.9.11/contrib/scripts/gsymupdate:159:        system("gschlas $filename");
lepton-eda-1.9.11/contrib/scripts/gsymupdate-160-        @args = ("gschlas", "$filename");
##############################################
lepton-eda-1.9.11/contrib/scripts/pads_backannotate-190-    else {
lepton-eda-1.9.11/contrib/scripts/pads_backannotate:191:      system("mv $outfname $fname[$i]");
lepton-eda-1.9.11/contrib/scripts/pads_backannotate-192-    }
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-49-  { \
lepton-eda-1.9.11/contrib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/Makefile.in-51-  }; \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-189-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/contrib/Makefile.in:190:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/contrib/Makefile.in-191-    if test "$$first" != "."; then \
lepton-eda-1.9.11/contrib/Makefile.in-192-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/contrib/Makefile.in:193:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/contrib/Makefile.in:194:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/contrib/Makefile.in-195-      else \
lepton-eda-1.9.11/contrib/Makefile.in:196:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/contrib/Makefile.in-197-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/contrib/Makefile.in:198:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/contrib/Makefile.in-199-        else \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-204-    fi; \
lepton-eda-1.9.11/contrib/Makefile.in:205:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/contrib/Makefile.in-206-  done; \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-479-	dot_seen=no; \
lepton-eda-1.9.11/contrib/Makefile.in:480:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/contrib/Makefile.in-481-	case "$@" in \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-542-GTAGS:
lepton-eda-1.9.11/contrib/Makefile.in:543:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/contrib/Makefile.in-544-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-568-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/Makefile.in:569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/Makefile.in:570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/Makefile.in-571-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/Makefile.in-582-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/Makefile.in:583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/Makefile.in-584-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-50-  { \
lepton-eda-1.9.11/contrib/olib/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-474-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/contrib/olib/Makefile.in:475:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in-476-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-504-.c.obj:
lepton-eda-1.9.11/contrib/olib/Makefile.in:505:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/olib/Makefile.in-506-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-508-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/olib/Makefile.in:509:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/olib/Makefile.in-510-
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-556-GTAGS:
lepton-eda-1.9.11/contrib/olib/Makefile.in:557:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/contrib/olib/Makefile.in-558-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-582-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/olib/Makefile.in:583:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in:584:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in-585-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-596-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/olib/Makefile.in:597:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in-598-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.in-742-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/olib/Makefile.in:743:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/olib/Makefile.in-744-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/olib/Makefile.am-14-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/olib/Makefile.am:15:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/olib/Makefile.am-16-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-50-  { \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-471-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:472:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-473-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-507-.c.obj:
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:508:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-509-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:512:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-513-
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-556-GTAGS:
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:557:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-558-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-582-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:583:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:584:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-585-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-596-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:597:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-598-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-744-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in:745:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.in-746-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.am-15-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.am:16:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/gmk_sym/Makefile.am-17-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-50-  { \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-52-  }; \
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-461-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:462:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-463-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-491-.c.obj:
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:492:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-493-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-495-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:496:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-497-
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-540-GTAGS:
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:541:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-542-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-566-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:567:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:568:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-569-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-580-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:581:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-582-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-725-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in:726:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.in-727-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.am-13-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.am:14:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/contrib/smash_megafile/Makefile.am-15-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-88-.po.gmo:
lepton-eda-1.9.11/cli/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-150-	fi; \
lepton-eda-1.9.11/cli/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/cli/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]*) \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
lepton-eda-1.9.11/cli/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-197-	  cd $(srcdir) \
lepton-eda-1.9.11/cli/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/cli/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-228-	for cat in $$catalogs; do \
lepton-eda-1.9.11/cli/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/cli/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-279-	for cat in $$catalogs; do \
lepton-eda-1.9.11/cli/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
lepton-eda-1.9.11/cli/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-325-	for cat in $$catalogs; do \
lepton-eda-1.9.11/cli/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-390-.nop.po-create:
lepton-eda-1.9.11/cli/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
lepton-eda-1.9.11/cli/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; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-397-.nop.po-update:
lepton-eda-1.9.11/cli/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
lepton-eda-1.9.11/cli/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
lepton-eda-1.9.11/cli/po/Makefile.in.in-404-	cd $(srcdir); \
lepton-eda-1.9.11/cli/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
lepton-eda-1.9.11/cli/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
lepton-eda-1.9.11/cli/po/Rules-quot-15-.insert-header.po-update-en:
lepton-eda-1.9.11/cli/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
lepton-eda-1.9.11/cli/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
lepton-eda-1.9.11/cli/po/Rules-quot-18-	tmpdir=`pwd`; \
lepton-eda-1.9.11/cli/po/Rules-quot-19-	echo "$$lang:"; \
lepton-eda-1.9.11/cli/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
lepton-eda-1.9.11/cli/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
lepton-eda-1.9.11/cli/po/Rules-quot-22-	cd $(srcdir); \
lepton-eda-1.9.11/cli/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 \
lepton-eda-1.9.11/cli/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-51-  { \
lepton-eda-1.9.11/cli/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lepton-eda-1.9.11/cli/Makefile.in-53-  }; \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-198-  esac
lepton-eda-1.9.11/cli/Makefile.in:199:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lepton-eda-1.9.11/cli/Makefile.in-200-am__vpath_adj = case $$p in \
lepton-eda-1.9.11/cli/Makefile.in:201:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lepton-eda-1.9.11/cli/Makefile.in-202-    *) f=$$p;; \
lepton-eda-1.9.11/cli/Makefile.in-203-  esac;
lepton-eda-1.9.11/cli/Makefile.in:204:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lepton-eda-1.9.11/cli/Makefile.in-205-am__install_max = 40
lepton-eda-1.9.11/cli/Makefile.in-206-am__nobase_strip_setup = \
lepton-eda-1.9.11/cli/Makefile.in:207:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lepton-eda-1.9.11/cli/Makefile.in-208-am__nobase_strip = \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-267-  while test -n "$$dir1"; do \
lepton-eda-1.9.11/cli/Makefile.in:268:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/cli/Makefile.in-269-    if test "$$first" != "."; then \
lepton-eda-1.9.11/cli/Makefile.in-270-      if test "$$first" = ".."; then \
lepton-eda-1.9.11/cli/Makefile.in:271:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lepton-eda-1.9.11/cli/Makefile.in:272:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lepton-eda-1.9.11/cli/Makefile.in-273-      else \
lepton-eda-1.9.11/cli/Makefile.in:274:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lepton-eda-1.9.11/cli/Makefile.in-275-        if test "$$first2" = "$$first"; then \
lepton-eda-1.9.11/cli/Makefile.in:276:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/cli/Makefile.in-277-        else \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-282-    fi; \
lepton-eda-1.9.11/cli/Makefile.in:283:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lepton-eda-1.9.11/cli/Makefile.in-284-  done; \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-623-	test -n "$(EXEEXT)" || exit 0; \
lepton-eda-1.9.11/cli/Makefile.in:624:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lepton-eda-1.9.11/cli/Makefile.in-625-	echo " rm -f" $$list; \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-656-.c.obj:
lepton-eda-1.9.11/cli/Makefile.in:657:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/cli/Makefile.in-658-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-660-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:661:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lepton-eda-1.9.11/cli/Makefile.in-662-
##############################################
lepton-eda-1.9.11/cli/Makefile.in-670-lepton_cli-lepton-cli.o: lepton-cli.c
lepton-eda-1.9.11/cli/Makefile.in:671:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-lepton-cli.o -MD -MP -MF $(DEPDIR)/lepton_cli-lepton-cli.Tpo -c -o lepton_cli-lepton-cli.o `test -f 'lepton-cli.c' || echo '$(srcdir)/'`lepton-cli.c
lepton-eda-1.9.11/cli/Makefile.in-672-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-lepton-cli.Tpo $(DEPDIR)/lepton_cli-lepton-cli.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-674-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:675:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-lepton-cli.o `test -f 'lepton-cli.c' || echo '$(srcdir)/'`lepton-cli.c
lepton-eda-1.9.11/cli/Makefile.in-676-
lepton-eda-1.9.11/cli/Makefile.in-677-lepton_cli-lepton-cli.obj: lepton-cli.c
lepton-eda-1.9.11/cli/Makefile.in:678:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-lepton-cli.obj -MD -MP -MF $(DEPDIR)/lepton_cli-lepton-cli.Tpo -c -o lepton_cli-lepton-cli.obj `if test -f 'lepton-cli.c'; then $(CYGPATH_W) 'lepton-cli.c'; else $(CYGPATH_W) '$(srcdir)/lepton-cli.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-679-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-lepton-cli.Tpo $(DEPDIR)/lepton_cli-lepton-cli.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-681-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:682:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-lepton-cli.obj `if test -f 'lepton-cli.c'; then $(CYGPATH_W) 'lepton-cli.c'; else $(CYGPATH_W) '$(srcdir)/lepton-cli.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-683-
lepton-eda-1.9.11/cli/Makefile.in-684-lepton_cli-config.o: config.c
lepton-eda-1.9.11/cli/Makefile.in:685:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-config.o -MD -MP -MF $(DEPDIR)/lepton_cli-config.Tpo -c -o lepton_cli-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
lepton-eda-1.9.11/cli/Makefile.in-686-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-config.Tpo $(DEPDIR)/lepton_cli-config.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-688-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:689:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
lepton-eda-1.9.11/cli/Makefile.in-690-
lepton-eda-1.9.11/cli/Makefile.in-691-lepton_cli-config.obj: config.c
lepton-eda-1.9.11/cli/Makefile.in:692:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-config.obj -MD -MP -MF $(DEPDIR)/lepton_cli-config.Tpo -c -o lepton_cli-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-693-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-config.Tpo $(DEPDIR)/lepton_cli-config.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-695-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:696:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-697-
lepton-eda-1.9.11/cli/Makefile.in-698-lepton_cli-export.o: export.c
lepton-eda-1.9.11/cli/Makefile.in:699:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-export.o -MD -MP -MF $(DEPDIR)/lepton_cli-export.Tpo -c -o lepton_cli-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.c
lepton-eda-1.9.11/cli/Makefile.in-700-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-export.Tpo $(DEPDIR)/lepton_cli-export.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-702-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:703:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-export.o `test -f 'export.c' || echo '$(srcdir)/'`export.c
lepton-eda-1.9.11/cli/Makefile.in-704-
lepton-eda-1.9.11/cli/Makefile.in-705-lepton_cli-export.obj: export.c
lepton-eda-1.9.11/cli/Makefile.in:706:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-export.obj -MD -MP -MF $(DEPDIR)/lepton_cli-export.Tpo -c -o lepton_cli-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-707-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-export.Tpo $(DEPDIR)/lepton_cli-export.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-709-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:710:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-export.obj `if test -f 'export.c'; then $(CYGPATH_W) 'export.c'; else $(CYGPATH_W) '$(srcdir)/export.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-711-
lepton-eda-1.9.11/cli/Makefile.in-712-lepton_cli-shell.o: shell.c
lepton-eda-1.9.11/cli/Makefile.in:713:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-shell.o -MD -MP -MF $(DEPDIR)/lepton_cli-shell.Tpo -c -o lepton_cli-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
lepton-eda-1.9.11/cli/Makefile.in-714-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-shell.Tpo $(DEPDIR)/lepton_cli-shell.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-716-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:717:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-shell.o `test -f 'shell.c' || echo '$(srcdir)/'`shell.c
lepton-eda-1.9.11/cli/Makefile.in-718-
lepton-eda-1.9.11/cli/Makefile.in-719-lepton_cli-shell.obj: shell.c
lepton-eda-1.9.11/cli/Makefile.in:720:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -MT lepton_cli-shell.obj -MD -MP -MF $(DEPDIR)/lepton_cli-shell.Tpo -c -o lepton_cli-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-721-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lepton_cli-shell.Tpo $(DEPDIR)/lepton_cli-shell.Po
##############################################
lepton-eda-1.9.11/cli/Makefile.in-723-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lepton-eda-1.9.11/cli/Makefile.in:724:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lepton_cli_CPPFLAGS) $(CPPFLAGS) $(lepton_cli_CFLAGS) $(CFLAGS) -c -o lepton_cli-shell.obj `if test -f 'shell.c'; then $(CYGPATH_W) 'shell.c'; else $(CYGPATH_W) '$(srcdir)/shell.c'; fi`
lepton-eda-1.9.11/cli/Makefile.in-725-
##############################################
lepton-eda-1.9.11/cli/Makefile.in-735-	test -n "$(man1dir)" \
lepton-eda-1.9.11/cli/Makefile.in:736:	  && test -n "`echo $$list1$$list2`" \
lepton-eda-1.9.11/cli/Makefile.in-737-	  || exit 0; \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-792-	@list='$(docsman_DATA)'; test -n "$(docsmandir)" || list=; \
lepton-eda-1.9.11/cli/Makefile.in:793:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
lepton-eda-1.9.11/cli/Makefile.in-794-	dir='$(DESTDIR)$(docsmandir)'; $(am__uninstall_files_from_dir)
##############################################
lepton-eda-1.9.11/cli/Makefile.in-809-	dot_seen=no; \
lepton-eda-1.9.11/cli/Makefile.in:810:	target=`echo $@ | sed s/-recursive//`; \
lepton-eda-1.9.11/cli/Makefile.in-811-	case "$@" in \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-872-GTAGS:
lepton-eda-1.9.11/cli/Makefile.in:873:	here=`$(am__cd) $(top_builddir) && pwd` \
lepton-eda-1.9.11/cli/Makefile.in-874-	  && $(am__cd) $(top_srcdir) \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-898-distdir-am: $(DISTFILES)
lepton-eda-1.9.11/cli/Makefile.in:899:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/cli/Makefile.in:900:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lepton-eda-1.9.11/cli/Makefile.in-901-	list='$(DISTFILES)'; \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-912-	  if test -d $$d/$$file; then \
lepton-eda-1.9.11/cli/Makefile.in:913:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lepton-eda-1.9.11/cli/Makefile.in-914-	    if test -d "$(distdir)/$$file"; then \
##############################################
lepton-eda-1.9.11/cli/Makefile.in-1110-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/cli/Makefile.in:1111:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/cli/Makefile.in-1112-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/cli/Makefile.am-53-	v="$(DOTTED_VERSION).$(DATE_VERSION)" ; \
lepton-eda-1.9.11/cli/Makefile.am:54:	y=`echo $(DATE_VERSION)| sed -e"s/\(....\).*/\1/"`; \
lepton-eda-1.9.11/cli/Makefile.am-55-	sed -e"s:[@]DATE@:$$d:" -e"s:[@]VERSION@:$$v:" -e"s:[@]YEAR@:$$y:" < $< > $@
##############################################
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-pcb_backannotate-151-    else {
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-pcb_backannotate:152:      system("mv $outfname $fname[$i]");
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-pcb_backannotate-153-    }
##############################################
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-refdes_renum-286-    else {
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-refdes_renum:287:	system("mv $outfname $fname[$i]");
lepton-eda-1.9.11/.pc/definite-perl-path.diff/utils/scripts/lepton-refdes_renum-288-    }