===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ngspice-33+ds/config.guess-34-
ngspice-33+ds/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
ngspice-33+ds/config.guess-36-
##############################################
ngspice-33+ds/config.guess-102-: ${TMPDIR=/tmp} ;
ngspice-33+ds/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ngspice-33+ds/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ngspice-33+ds/config.guess-151-	EOF
ngspice-33+ds/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
ngspice-33+ds/config.guess-153-	;;
##############################################
ngspice-33+ds/config.guess-191-	    earmv*)
ngspice-33+ds/config.guess:192:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
ngspice-33+ds/config.guess:193:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
ngspice-33+ds/config.guess-194-		machine=${arch}${endian}-${VENDOR}-unknown
##############################################
ngspice-33+ds/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
ngspice-33+ds/config.guess:224:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
ngspice-33+ds/config.guess-225-		;;
##############################################
ngspice-33+ds/config.guess-236-	    *)
ngspice-33+ds/config.guess:237:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
ngspice-33+ds/config.guess-238-		;;
##############################################
ngspice-33+ds/config.guess-274-	*4.0)
ngspice-33+ds/config.guess:275:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ngspice-33+ds/config.guess-276-		;;
ngspice-33+ds/config.guess-277-	*5.*)
ngspice-33+ds/config.guess:278:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ngspice-33+ds/config.guess-279-		;;
##############################################
ngspice-33+ds/config.guess-284-	# types through head -n 1, so we only detect the type of CPU 0.
ngspice-33+ds/config.guess:285:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ngspice-33+ds/config.guess-286-	case "$ALPHA_CPU_TYPE" in
##############################################
ngspice-33+ds/config.guess-322-	# 1.2 uses "1.2" for uname -r.
ngspice-33+ds/config.guess:323:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
ngspice-33+ds/config.guess-324-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ngspice-33+ds/config.guess-382-    s390x:SunOS:*:*)
ngspice-33+ds/config.guess:383:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-384-	exit ;;
ngspice-33+ds/config.guess-385-    sun4H:SunOS:5.*:*)
ngspice-33+ds/config.guess:386:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-387-	exit ;;
ngspice-33+ds/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ngspice-33+ds/config.guess:389:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-390-	exit ;;
##############################################
ngspice-33+ds/config.guess-407-	fi
ngspice-33+ds/config.guess:408:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-409-	exit ;;
##############################################
ngspice-33+ds/config.guess-413-	# it's likely to be more like Solaris than SunOS4.
ngspice-33+ds/config.guess:414:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-415-	exit ;;
##############################################
ngspice-33+ds/config.guess-422-	# Japanese Language versions have a version number like `4.1.3-JL'.
ngspice-33+ds/config.guess:423:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ngspice-33+ds/config.guess-424-	exit ;;
##############################################
ngspice-33+ds/config.guess-428-    sun*:*:4.2BSD:*)
ngspice-33+ds/config.guess:429:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ngspice-33+ds/config.guess-430-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
ngspice-33+ds/config.guess-510-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ngspice-33+ds/config.guess:511:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ngspice-33+ds/config.guess:512:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ngspice-33+ds/config.guess-513-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ngspice-33+ds/config.guess-566-    *:IRIX*:*:*)
ngspice-33+ds/config.guess:567:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ngspice-33+ds/config.guess-568-	exit ;;
##############################################
ngspice-33+ds/config.guess-596-EOF
ngspice-33+ds/config.guess:597:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ngspice-33+ds/config.guess-598-		then
##############################################
ngspice-33+ds/config.guess-609-    *:AIX:*:[4567])
ngspice-33+ds/config.guess:610:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ngspice-33+ds/config.guess-611-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ngspice-33+ds/config.guess-645-    9000/[34678]??:HP-UX:*:*)
ngspice-33+ds/config.guess:646:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ngspice-33+ds/config.guess-647-	case "${UNAME_MACHINE}" in
##############################################
ngspice-33+ds/config.guess-699-EOF
ngspice-33+ds/config.guess:700:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ngspice-33+ds/config.guess-701-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ngspice-33+ds/config.guess-727-    ia64:HP-UX:*:*)
ngspice-33+ds/config.guess:728:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ngspice-33+ds/config.guess-729-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ngspice-33+ds/config.guess-757-EOF
ngspice-33+ds/config.guess:758:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ngspice-33+ds/config.guess-759-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ngspice-33+ds/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
ngspice-33+ds/config.guess:829:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ngspice-33+ds/config.guess-830-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ngspice-33+ds/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
ngspice-33+ds/config.guess:834:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
ngspice-33+ds/config.guess-835-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ngspice-33+ds/config.guess-853-	esac
ngspice-33+ds/config.guess:854:	echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ngspice-33+ds/config.guess-855-	exit ;;
##############################################
ngspice-33+ds/config.guess-908-    prep*:SunOS:5.*:*)
ngspice-33+ds/config.guess:909:	echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ngspice-33+ds/config.guess-910-	exit ;;
##############################################
ngspice-33+ds/config.guess-912-	# the GNU system
ngspice-33+ds/config.guess:913:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ngspice-33+ds/config.guess-914-	exit ;;
##############################################
ngspice-33+ds/config.guess-916-	# other systems with GNU libc and userland
ngspice-33+ds/config.guess:917:	echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
ngspice-33+ds/config.guess-918-	exit ;;
##############################################
ngspice-33+ds/config.guess-1010-EOF
ngspice-33+ds/config.guess:1011:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ngspice-33+ds/config.guess-1012-	test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; }
##############################################
ngspice-33+ds/config.guess-1110-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ngspice-33+ds/config.guess:1111:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ngspice-33+ds/config.guess-1112-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ngspice-33+ds/config.guess-1313-	fi
ngspice-33+ds/config.guess:1314:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
ngspice-33+ds/config.guess-1315-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
ngspice-33+ds/config.guess-1408-    *:DragonFly:*:*)
ngspice-33+ds/config.guess:1409:	echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ngspice-33+ds/config.guess-1410-	exit ;;
##############################################
ngspice-33+ds/config.guess-1421-    i*86:skyos:*:*)
ngspice-33+ds/config.guess:1422:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
ngspice-33+ds/config.guess-1423-	exit ;;
##############################################
ngspice-33+ds/configure.ac-705-    for fl in "-Wl,-rpath " "-Wl,--rpath " "-rpath " "--rpath " "-Wl,-R" "-R" "-R " ; do
ngspice-33+ds/configure.ac:706:        xlib_rpath=`echo $xlib_path | sed "s/-L/$fl/g"`
ngspice-33+ds/configure.ac-707-        LIBS="$_save_LIBS $X_LIBS $xlib_rpath"
##############################################
ngspice-33+ds/configure.ac-897-else
ngspice-33+ds/configure.ac:898:AC_DEFINE_UNQUOTED([NGSPICEBINDIR], ["`echo $dprefix/bin`"], [Define the directory for executables])
ngspice-33+ds/configure.ac:899:AC_DEFINE_UNQUOTED([NGSPICEDATADIR], ["`echo $dprefix/share/ngspice`"], [Define the directory for architecture independent data files])
ngspice-33+ds/configure.ac-900-fi
##############################################
ngspice-33+ds/contrib/spiceprm/spiceprm-243-                foreach (@line) {
ngspice-33+ds/contrib/spiceprm/spiceprm:244:                    s/\{([^\}]+)\}/&prm_eval($1, %prmval)/eg;
ngspice-33+ds/contrib/spiceprm/spiceprm-245-                    prm_wrline($_);
##############################################
ngspice-33+ds/contrib/spiceprm/spiceprm-275-    }
ngspice-33+ds/contrib/spiceprm/spiceprm:276:    eval($x . ';');
ngspice-33+ds/contrib/spiceprm/spiceprm-277-}
##############################################
ngspice-33+ds/ar-lib-65-	mingw)
ngspice-33+ds/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ngspice-33+ds/ar-lib-67-	  ;;
ngspice-33+ds/ar-lib-68-	cygwin)
ngspice-33+ds/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
ngspice-33+ds/ar-lib-70-	  ;;
ngspice-33+ds/ar-lib-71-	wine)
ngspice-33+ds/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
ngspice-33+ds/ar-lib-73-	  ;;
##############################################
ngspice-33+ds/ar-lib-88-  archive=$3
ngspice-33+ds/ar-lib:89:  at_file_contents=`cat "$1"`
ngspice-33+ds/ar-lib-90-  eval set x "$at_file_contents"
##############################################
ngspice-33+ds/Makefile.in-50-  { \
ngspice-33+ds/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/Makefile.in-136-  esac
ngspice-33+ds/Makefile.in:137:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ngspice-33+ds/Makefile.in-138-am__vpath_adj = case $$p in \
ngspice-33+ds/Makefile.in:139:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ngspice-33+ds/Makefile.in-140-    *) f=$$p;; \
ngspice-33+ds/Makefile.in-141-  esac;
ngspice-33+ds/Makefile.in:142:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ngspice-33+ds/Makefile.in-143-am__install_max = 40
ngspice-33+ds/Makefile.in-144-am__nobase_strip_setup = \
ngspice-33+ds/Makefile.in:145:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ngspice-33+ds/Makefile.in-146-am__nobase_strip = \
##############################################
ngspice-33+ds/Makefile.in-215-  while test -n "$$dir1"; do \
ngspice-33+ds/Makefile.in:216:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/Makefile.in-217-    if test "$$first" != "."; then \
ngspice-33+ds/Makefile.in-218-      if test "$$first" = ".."; then \
ngspice-33+ds/Makefile.in:219:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/Makefile.in:220:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/Makefile.in-221-      else \
ngspice-33+ds/Makefile.in:222:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/Makefile.in-223-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/Makefile.in:224:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/Makefile.in-225-        else \
##############################################
ngspice-33+ds/Makefile.in-230-    fi; \
ngspice-33+ds/Makefile.in:231:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/Makefile.in-232-  done; \
##############################################
ngspice-33+ds/Makefile.in-484-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
ngspice-33+ds/Makefile.in:485:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/Makefile.in-486-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/Makefile.in-501-	dot_seen=no; \
ngspice-33+ds/Makefile.in:502:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/Makefile.in-503-	case "$@" in \
##############################################
ngspice-33+ds/Makefile.in-564-GTAGS:
ngspice-33+ds/Makefile.in:565:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/Makefile.in-566-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/Makefile.in-596-	test -d "$(distdir)" || mkdir "$(distdir)"
ngspice-33+ds/Makefile.in:597:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/Makefile.in:598:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/Makefile.in-599-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/Makefile.in-610-	  if test -d $$d/$$file; then \
ngspice-33+ds/Makefile.in:611:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/Makefile.in-612-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/Makefile.in-721-	test -d $(distdir)/_build || exit 0; \
ngspice-33+ds/Makefile.in:722:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
ngspice-33+ds/Makefile.in-723-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
ngspice-33+ds/Makefile.in-765-	}; \
ngspice-33+ds/Makefile.in:766:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
ngspice-33+ds/Makefile.in-767-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
ngspice-33+ds/Makefile.in-777-	fi
ngspice-33+ds/Makefile.in:778:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
ngspice-33+ds/Makefile.in-779-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
ngspice-33+ds/Makefile.in-913-mrproper: maintainer-clean
ngspice-33+ds/Makefile.in:914:	rm -f `find $(top_srcdir) -type f -name "*~" -print`
ngspice-33+ds/Makefile.in:915:	rm -f `find $(top_srcdir) -type f -name "*.orig" -print`
ngspice-33+ds/Makefile.in:916:	rm -f `find $(top_srcdir) -type f -name "*.rej" -print`
ngspice-33+ds/Makefile.in-917-
##############################################
ngspice-33+ds/man/man1/Makefile.in-49-  { \
ngspice-33+ds/man/man1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/man/man1/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/man/man1/Makefile.in-126-  esac
ngspice-33+ds/man/man1/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ngspice-33+ds/man/man1/Makefile.in-128-am__vpath_adj = case $$p in \
ngspice-33+ds/man/man1/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ngspice-33+ds/man/man1/Makefile.in-130-    *) f=$$p;; \
ngspice-33+ds/man/man1/Makefile.in-131-  esac;
ngspice-33+ds/man/man1/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ngspice-33+ds/man/man1/Makefile.in-133-am__install_max = 40
ngspice-33+ds/man/man1/Makefile.in-134-am__nobase_strip_setup = \
ngspice-33+ds/man/man1/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ngspice-33+ds/man/man1/Makefile.in-136-am__nobase_strip = \
##############################################
ngspice-33+ds/man/man1/Makefile.in-359-	test -n "$(man1dir)" \
ngspice-33+ds/man/man1/Makefile.in:360:	  && test -n "`echo $$list1$$list2`" \
ngspice-33+ds/man/man1/Makefile.in-361-	  || exit 0; \
##############################################
ngspice-33+ds/man/man1/Makefile.in-405-distdir: $(DISTFILES)
ngspice-33+ds/man/man1/Makefile.in:406:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/man/man1/Makefile.in:407:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/man/man1/Makefile.in-408-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/man/man1/Makefile.in-419-	  if test -d $$d/$$file; then \
ngspice-33+ds/man/man1/Makefile.in:420:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/man/man1/Makefile.in-421-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/man/Makefile.in-49-  { \
ngspice-33+ds/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/man/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/man/Makefile.in-168-  while test -n "$$dir1"; do \
ngspice-33+ds/man/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/man/Makefile.in-170-    if test "$$first" != "."; then \
ngspice-33+ds/man/Makefile.in-171-      if test "$$first" = ".."; then \
ngspice-33+ds/man/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/man/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/man/Makefile.in-174-      else \
ngspice-33+ds/man/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/man/Makefile.in-176-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/man/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/man/Makefile.in-178-        else \
##############################################
ngspice-33+ds/man/Makefile.in-183-    fi; \
ngspice-33+ds/man/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/man/Makefile.in-185-  done; \
##############################################
ngspice-33+ds/man/Makefile.in-394-	dot_seen=no; \
ngspice-33+ds/man/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/man/Makefile.in-396-	case "$@" in \
##############################################
ngspice-33+ds/man/Makefile.in-457-GTAGS:
ngspice-33+ds/man/Makefile.in:458:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/man/Makefile.in-459-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/man/Makefile.in-480-distdir: $(DISTFILES)
ngspice-33+ds/man/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/man/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/man/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/man/Makefile.in-494-	  if test -d $$d/$$file; then \
ngspice-33+ds/man/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/man/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/compile-67-	mingw/*)
ngspice-33+ds/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
ngspice-33+ds/compile-69-	  ;;
ngspice-33+ds/compile-70-	cygwin/*)
ngspice-33+ds/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
ngspice-33+ds/compile-72-	  ;;
ngspice-33+ds/compile-73-	wine/*)
ngspice-33+ds/compile:74:	  file=`winepath -w "$file" || echo "$file"`
ngspice-33+ds/compile-75-	  ;;
##############################################
ngspice-33+ds/compile-310-# Name of file we expect compiler to create.
ngspice-33+ds/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
ngspice-33+ds/compile-312-
##############################################
ngspice-33+ds/compile-316-# object file name, since that is what matters with a parallel build.
ngspice-33+ds/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
ngspice-33+ds/compile-318-while true; do
##############################################
ngspice-33+ds/autogen.sh-113-    # get the devices directories from configure.ac
ngspice-33+ds/autogen.sh:114:    admsdirs=`awk '$1 ~ /#VLAMKF/ { print $2 }' < configure.ac`
ngspice-33+ds/autogen.sh:115:    admsdirs=`echo $admsdirs | sed "s/\/Makefile//g"`
ngspice-33+ds/autogen.sh-116-
##############################################
ngspice-33+ds/autogen.sh-181-    #   into a shell variable
ngspice-33+ds/autogen.sh:182:    adms_Makefiles=`awk '$1 ~ /#VLAMKF/ { print "./" $2 }' < configure.ac`
ngspice-33+ds/autogen.sh-183-
ngspice-33+ds/autogen.sh-184-    # just the same, but escape newlines with '\' for the following sed expression
ngspice-33+ds/autogen.sh:185:    znew=`awk '$1 ~ /#VLAMKF/ { print " " $2 "\\\\" }' < configure.ac`
ngspice-33+ds/autogen.sh-186-
##############################################
ngspice-33+ds/autogen.sh-195-
ngspice-33+ds/autogen.sh:196:    for adms_dir in `ls $ADMSDIR` ; do
ngspice-33+ds/autogen.sh-197-        if [ -d "$ADMSDIR/$adms_dir" ]; then
##############################################
ngspice-33+ds/depcomp-64-  case $1 in
ngspice-33+ds/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
ngspice-33+ds/depcomp-66-      *) dir=;;
##############################################
ngspice-33+ds/depcomp-73-{
ngspice-33+ds/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
ngspice-33+ds/depcomp-75-}
##############################################
ngspice-33+ds/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
ngspice-33+ds/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
ngspice-33+ds/depcomp-128-
##############################################
ngspice-33+ds/depcomp-405-        sleep 1
ngspice-33+ds/depcomp:406:        i=`expr $i - 1`
ngspice-33+ds/depcomp-407-      done
ngspice-33+ds/depcomp-408-    fi
ngspice-33+ds/depcomp:409:    i=`expr $i - 1`
ngspice-33+ds/depcomp-410-  done
##############################################
ngspice-33+ds/depcomp-425-  # Do two passes, one to just change these to
ngspice-33+ds/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
ngspice-33+ds/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
ngspice-33+ds/depcomp-659-  done
ngspice-33+ds/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
ngspice-33+ds/depcomp-661-  touch "$tmpdepfile"
##############################################
ngspice-33+ds/m4/ax_compare_version.m4-134-      # Determine the number of characters in A and B.
ngspice-33+ds/m4/ax_compare_version.m4:135:      ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'`
ngspice-33+ds/m4/ax_compare_version.m4:136:      ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'`
ngspice-33+ds/m4/ax_compare_version.m4-137-
ngspice-33+ds/m4/ax_compare_version.m4-138-      # Set A to no more than B's length and B to no more than A's length.
ngspice-33+ds/m4/ax_compare_version.m4:139:      A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"`
ngspice-33+ds/m4/ax_compare_version.m4:140:      B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"`
ngspice-33+ds/m4/ax_compare_version.m4-141-    ],
##############################################
ngspice-33+ds/m4/ax_compare_version.m4-143-      # A count greater than zero means use only that many subversions
ngspice-33+ds/m4/ax_compare_version.m4:144:      A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
ngspice-33+ds/m4/ax_compare_version.m4:145:      B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
ngspice-33+ds/m4/ax_compare_version.m4-146-    ],
##############################################
ngspice-33+ds/m4/ax_compare_version.m4-152-    # Pad zeros at end of numbers to make same length.
ngspice-33+ds/m4/ax_compare_version.m4:153:    ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`"
ngspice-33+ds/m4/ax_compare_version.m4:154:    B="$B`echo $A | sed 's/./0/g'`"
ngspice-33+ds/m4/ax_compare_version.m4-155-    A="$ax_compare_version_tmp_A"
##############################################
ngspice-33+ds/m4/libtool.m4-119-    done
ngspice-33+ds/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ngspice-33+ds/m4/libtool.m4-121-}
##############################################
ngspice-33+ds/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
ngspice-33+ds/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
ngspice-33+ds/m4/libtool.m4-439-
##############################################
ngspice-33+ds/m4/libtool.m4-447-#
ngspice-33+ds/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
ngspice-33+ds/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
ngspice-33+ds/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ngspice-33+ds/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
ngspice-33+ds/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ngspice-33+ds/m4/libtool.m4-561-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
ngspice-33+ds/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ngspice-33+ds/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
ngspice-33+ds/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
ngspice-33+ds/m4/libtool.m4-574-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
ngspice-33+ds/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\"`'
ngspice-33+ds/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
ngspice-33+ds/m4/libtool.m4-1164-      }]'
ngspice-33+ds/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"`
ngspice-33+ds/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
ngspice-33+ds/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
ngspice-33+ds/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"`
ngspice-33+ds/m4/libtool.m4-1169-  fi],[])
##############################################
ngspice-33+ds/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ngspice-33+ds/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ngspice-33+ds/m4/libtool.m4-1202-  ECHO='print -r --'
ngspice-33+ds/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ngspice-33+ds/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
ngspice-33+ds/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
ngspice-33+ds/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
ngspice-33+ds/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
ngspice-33+ds/m4/libtool.m4-1238-
##############################################
ngspice-33+ds/m4/libtool.m4-1259-   if test yes = "$GCC"; then
ngspice-33+ds/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ngspice-33+ds/m4/libtool.m4-1261-   fi
##############################################
ngspice-33+ds/m4/libtool.m4-1263- /*)
ngspice-33+ds/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ngspice-33+ds/m4/libtool.m4-1265-   ;; #(
##############################################
ngspice-33+ds/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
ngspice-33+ds/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1295-      *ELF-32*)
##############################################
ngspice-33+ds/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
ngspice-33+ds/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1312-	*32-bit*)
##############################################
ngspice-33+ds/m4/libtool.m4-1322-    else
ngspice-33+ds/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1324-	*32-bit*)
##############################################
ngspice-33+ds/m4/libtool.m4-1344-    emul=elf
ngspice-33+ds/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1346-      *32-bit*)
##############################################
ngspice-33+ds/m4/libtool.m4-1352-    esac
ngspice-33+ds/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1354-      *MSB*)
##############################################
ngspice-33+ds/m4/libtool.m4-1360-    esac
ngspice-33+ds/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/m4/libtool.m4-1362-      *N32*)
##############################################
ngspice-33+ds/m4/libtool.m4-1725-    # And add a safety zone
ngspice-33+ds/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ngspice-33+ds/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ngspice-33+ds/m4/libtool.m4-1728-    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-1758-    if test -n "$kargmax"; then
ngspice-33+ds/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
ngspice-33+ds/m4/libtool.m4-1760-    else
##############################################
ngspice-33+ds/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ngspice-33+ds/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ngspice-33+ds/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ngspice-33+ds/m4/libtool.m4-1770-    else
##############################################
ngspice-33+ds/m4/libtool.m4-1779-      # we can't tell.
ngspice-33+ds/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ngspice-33+ds/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ngspice-33+ds/m4/libtool.m4-1783-      do
ngspice-33+ds/m4/libtool.m4:1784:        i=`expr $i + 1`
ngspice-33+ds/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
ngspice-33+ds/m4/libtool.m4-1787-      # Only check the string length outside the loop.
ngspice-33+ds/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ngspice-33+ds/m4/libtool.m4-1789-      teststring=
##############################################
ngspice-33+ds/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
ngspice-33+ds/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ngspice-33+ds/m4/libtool.m4-1794-    fi
##############################################
ngspice-33+ds/m4/libtool.m4-2258-    *:)
ngspice-33+ds/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
ngspice-33+ds/m4/libtool.m4-2260-        ;;
ngspice-33+ds/m4/libtool.m4-2261-    x:*)
ngspice-33+ds/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
ngspice-33+ds/m4/libtool.m4-2263-        ;;
ngspice-33+ds/m4/libtool.m4-2264-    *::*)
ngspice-33+ds/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ngspice-33+ds/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
ngspice-33+ds/m4/libtool.m4-2267-        ;;
ngspice-33+ds/m4/libtool.m4-2268-    *)
ngspice-33+ds/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
ngspice-33+ds/m4/libtool.m4-2270-        ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2298-  esac
ngspice-33+ds/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`
ngspice-33+ds/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
ngspice-33+ds/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
ngspice-33+ds/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ngspice-33+ds/m4/libtool.m4-2307-    ;;
ngspice-33+ds/m4/libtool.m4-2308-  *)
ngspice-33+ds/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/m4/libtool.m4-2310-    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
ngspice-33+ds/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ngspice-33+ds/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ngspice-33+ds/m4/libtool.m4-2356-  esac
ngspice-33+ds/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ngspice-33+ds/m4/libtool.m4-2358-else
##############################################
ngspice-33+ds/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ngspice-33+ds/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'
ngspice-33+ds/m4/libtool.m4-2499-    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ngspice-33+ds/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ngspice-33+ds/m4/libtool.m4-2542-      fi'
ngspice-33+ds/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ngspice-33+ds/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
ngspice-33+ds/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
ngspice-33+ds/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/m4/libtool.m4-2558-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ngspice-33+ds/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/m4/libtool.m4-2562-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2569-    libname_spec='$name'
ngspice-33+ds/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
ngspice-33+ds/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
ngspice-33+ds/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ngspice-33+ds/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ngspice-33+ds/m4/libtool.m4-2586-      # Convert to MSYS style.
ngspice-33+ds/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|^ ||'`
ngspice-33+ds/m4/libtool.m4-2588-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
ngspice-33+ds/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ngspice-33+ds/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ngspice-33+ds/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/m4/libtool.m4-2596-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
ngspice-33+ds/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ngspice-33+ds/m4/libtool.m4-2602-      else
ngspice-33+ds/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/m4/libtool.m4-2604-      fi
##############################################
ngspice-33+ds/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ngspice-33+ds/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
ngspice-33+ds/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
ngspice-33+ds/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/m4/libtool.m4-2624-    # Assume MSVC wrapper
ngspice-33+ds/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
ngspice-33+ds/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
ngspice-33+ds/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
ngspice-33+ds/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ngspice-33+ds/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
ngspice-33+ds/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
ngspice-33+ds/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' ' '`
ngspice-33+ds/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ngspice-33+ds/m4/libtool.m4-2929-  need_lib_prefix=no
ngspice-33+ds/m4/libtool.m4:2930:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/m4/libtool.m4-2931-    need_version=no
##############################################
ngspice-33+ds/m4/libtool.m4-2956-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ngspice-33+ds/m4/libtool.m4:2957:  postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/m4/libtool.m4:2958:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4:2959:    dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/m4/libtool.m4-2960-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ngspice-33+ds/m4/libtool.m4-2965-    fi'
ngspice-33+ds/m4/libtool.m4:2966:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ngspice-33+ds/m4/libtool.m4-2967-    dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/m4/libtool.m4-3176-	"file_magic "*)
ngspice-33+ds/m4/libtool.m4:3177:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ngspice-33+ds/m4/libtool.m4-3178-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ngspice-33+ds/m4/libtool.m4-3259-    # gcc leaves a trailing carriage return, which upsets mingw
ngspice-33+ds/m4/libtool.m4:3260:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ngspice-33+ds/m4/libtool.m4-3261-  *)
ngspice-33+ds/m4/libtool.m4:3262:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ngspice-33+ds/m4/libtool.m4-3263-  esac
##############################################
ngspice-33+ds/m4/libtool.m4-3268-      # Canonicalize the pathname of ld
ngspice-33+ds/m4/libtool.m4:3269:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ngspice-33+ds/m4/libtool.m4-3270-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ngspice-33+ds/m4/libtool.m4:3271:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ngspice-33+ds/m4/libtool.m4-3272-      done
##############################################
ngspice-33+ds/m4/libtool.m4-3299-      # Break only if it was the GNU/non-GNU ld that we prefer.
ngspice-33+ds/m4/libtool.m4:3300:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ngspice-33+ds/m4/libtool.m4-3301-      *GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/m4/libtool.m4-3339-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ngspice-33+ds/m4/libtool.m4:3340:case `$LD -v 2>&1 </dev/null` in
ngspice-33+ds/m4/libtool.m4-3341-*GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/m4/libtool.m4-3566-openbsd* | bitrig*)
ngspice-33+ds/m4/libtool.m4:3567:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/m4/libtool.m4-3568-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ngspice-33+ds/m4/libtool.m4-3633-    else
ngspice-33+ds/m4/libtool.m4:3634:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
ngspice-33+ds/m4/libtool.m4-3635-    fi
##############################################
ngspice-33+ds/m4/libtool.m4-3684-	esac
ngspice-33+ds/m4/libtool.m4:3685:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ngspice-33+ds/m4/libtool.m4-3686-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ngspice-33+ds/m4/libtool.m4-3690-	*)
ngspice-33+ds/m4/libtool.m4:3691:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ngspice-33+ds/m4/libtool.m4-3692-	  */dev/null*)
##############################################
ngspice-33+ds/m4/libtool.m4-3716-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
ngspice-33+ds/m4/libtool.m4:3717:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ngspice-33+ds/m4/libtool.m4-3718-    *COFF*)
##############################################
ngspice-33+ds/m4/libtool.m4-3775-  # decide which one to use based on capabilities of $DLLTOOL
ngspice-33+ds/m4/libtool.m4:3776:  case `$DLLTOOL --help 2>&1` in
ngspice-33+ds/m4/libtool.m4-3777-  *--identify-strict*)
##############################################
ngspice-33+ds/m4/libtool.m4-3949-# If we're using GNU nm, then use its standard symbol codes.
ngspice-33+ds/m4/libtool.m4:3950:case `$NM -V 2>&1` in
ngspice-33+ds/m4/libtool.m4-3951-*GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/m4/libtool.m4-3997-mingw*)
ngspice-33+ds/m4/libtool.m4:3998:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ngspice-33+ds/m4/libtool.m4-3999-  ;;
##############################################
ngspice-33+ds/m4/libtool.m4-4053-    nlist=conftest.nm
ngspice-33+ds/m4/libtool.m4:4054:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
ngspice-33+ds/m4/libtool.m4-4055-      # Try sorting and uniquifying the output.
##############################################
ngspice-33+ds/m4/libtool.m4-4401-	  *)
ngspice-33+ds/m4/libtool.m4:4402:	    case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/m4/libtool.m4-4403-	    *Sun\ C*)
##############################################
ngspice-33+ds/m4/libtool.m4-4737-      *)
ngspice-33+ds/m4/libtool.m4:4738:	case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/m4/libtool.m4-4739-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
ngspice-33+ds/m4/libtool.m4-4920-    else
ngspice-33+ds/m4/libtool.m4:4921:      _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'
ngspice-33+ds/m4/libtool.m4-4922-    fi
##############################################
ngspice-33+ds/m4/libtool.m4-5013-	# shared libraries, regardless of the interface used.
ngspice-33+ds/m4/libtool.m4:5014:	case `$LD -v 2>&1` in
ngspice-33+ds/m4/libtool.m4-5015-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ngspice-33+ds/m4/libtool.m4-5045-    supports_anon_versioning=no
ngspice-33+ds/m4/libtool.m4:5046:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
ngspice-33+ds/m4/libtool.m4-5047-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ngspice-33+ds/m4/libtool.m4-5148-	prefix_cmds="$SED"~
ngspice-33+ds/m4/libtool.m4:5149:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ngspice-33+ds/m4/libtool.m4-5150-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ngspice-33+ds/m4/libtool.m4-5170-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ngspice-33+ds/m4/libtool.m4:5171:      _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'
ngspice-33+ds/m4/libtool.m4:5172:      _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'
ngspice-33+ds/m4/libtool.m4-5173-      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-5188-        pgcc*)				# Portland Group C compiler
ngspice-33+ds/m4/libtool.m4:5189:	  _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'
ngspice-33+ds/m4/libtool.m4-5190-	  tmp_addflag=' $pic_flag'
##############################################
ngspice-33+ds/m4/libtool.m4-5193-					# Portland Group f77 and f90 compilers
ngspice-33+ds/m4/libtool.m4:5194:	  _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'
ngspice-33+ds/m4/libtool.m4-5195-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ngspice-33+ds/m4/libtool.m4-5210-	nvcc*)	# Cuda Compiler Driver 2.2
ngspice-33+ds/m4/libtool.m4:5211:	  _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'
ngspice-33+ds/m4/libtool.m4-5212-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ngspice-33+ds/m4/libtool.m4-5214-	esac
ngspice-33+ds/m4/libtool.m4:5215:	case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/m4/libtool.m4-5216-	*Sun\ C*)			# Sun C 5.9
ngspice-33+ds/m4/libtool.m4:5217:	  _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'
ngspice-33+ds/m4/libtool.m4-5218-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ngspice-33+ds/m4/libtool.m4-5285-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ngspice-33+ds/m4/libtool.m4:5286:      case `$LD -v 2>&1` in
ngspice-33+ds/m4/libtool.m4-5287-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
ngspice-33+ds/m4/libtool.m4-5374-	else
ngspice-33+ds/m4/libtool.m4:5375:	  _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'
ngspice-33+ds/m4/libtool.m4-5376-	fi
##############################################
ngspice-33+ds/m4/libtool.m4-5439-	# below for broken collect2 doesn't work under 4.3+
ngspice-33+ds/m4/libtool.m4:5440:	  collect2name=`$CC -print-prog-name=collect2`
ngspice-33+ds/m4/libtool.m4-5441-	  if test -f "$collect2name" &&
##############################################
ngspice-33+ds/m4/libtool.m4-5495-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
ngspice-33+ds/m4/libtool.m4:5496:        _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
ngspice-33+ds/m4/libtool.m4-5497-      else
##############################################
ngspice-33+ds/m4/libtool.m4-5520-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ngspice-33+ds/m4/libtool.m4:5521:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ngspice-33+ds/m4/libtool.m4-5522-	  if test svr4 != "$with_aix_soname"; then
##############################################
ngspice-33+ds/m4/libtool.m4-5611-	# FIXME: Setting linknames here is a bad hack.
ngspice-33+ds/m4/libtool.m4:5612:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ngspice-33+ds/m4/libtool.m4-5613-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ngspice-33+ds/m4/libtool.m4-5749-      if test yes = "$GCC"; then
ngspice-33+ds/m4/libtool.m4:5750:	_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'
ngspice-33+ds/m4/libtool.m4-5751-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ngspice-33+ds/m4/libtool.m4-5772-	if test yes = "$lt_cv_irix_exported_symbol"; then
ngspice-33+ds/m4/libtool.m4:5773:          _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'
ngspice-33+ds/m4/libtool.m4-5774-	fi
ngspice-33+ds/m4/libtool.m4-5775-      else
ngspice-33+ds/m4/libtool.m4:5776:	_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'
ngspice-33+ds/m4/libtool.m4:5777:	_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'
ngspice-33+ds/m4/libtool.m4-5778-      fi
##############################################
ngspice-33+ds/m4/libtool.m4-5822-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
ngspice-33+ds/m4/libtool.m4:5823:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/m4/libtool.m4-5824-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ngspice-33+ds/m4/libtool.m4-5853-	prefix_cmds="$SED"~
ngspice-33+ds/m4/libtool.m4:5854:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ngspice-33+ds/m4/libtool.m4-5855-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ngspice-33+ds/m4/libtool.m4-5867-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ngspice-33+ds/m4/libtool.m4:5868:	_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'
ngspice-33+ds/m4/libtool.m4-5869-      else
ngspice-33+ds/m4/libtool.m4-5870-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ngspice-33+ds/m4/libtool.m4:5871:	_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'
ngspice-33+ds/m4/libtool.m4-5872-      fi
##############################################
ngspice-33+ds/m4/libtool.m4-5880-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ngspice-33+ds/m4/libtool.m4:5881:	_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'
ngspice-33+ds/m4/libtool.m4-5882-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ngspice-33+ds/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ngspice-33+ds/m4/libtool.m4:5885:	_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'
ngspice-33+ds/m4/libtool.m4:5886:	_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~
ngspice-33+ds/m4/libtool.m4:5887:          $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'
ngspice-33+ds/m4/libtool.m4-5888-
##############################################
ngspice-33+ds/m4/libtool.m4-5903-      else
ngspice-33+ds/m4/libtool.m4:5904:	case `$CC -V 2>&1` in
ngspice-33+ds/m4/libtool.m4-5905-	*"Compilers 5.0"*)
##############################################
ngspice-33+ds/m4/libtool.m4-6096-	  _LT_TAGVAR(allow_undefined_flag, $1)=
ngspice-33+ds/m4/libtool.m4:6097:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
ngspice-33+ds/m4/libtool.m4-6098-	  then
##############################################
ngspice-33+ds/m4/libtool.m4-6400-        # ancient GNU ld didn't support --whole-archive et. al.
ngspice-33+ds/m4/libtool.m4:6401:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
ngspice-33+ds/m4/libtool.m4-6402-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
ngspice-33+ds/m4/libtool.m4-6510-          # below for broken collect2 doesn't work under 4.3+
ngspice-33+ds/m4/libtool.m4:6511:	  collect2name=`$CC -print-prog-name=collect2`
ngspice-33+ds/m4/libtool.m4-6512-	  if test -f "$collect2name" &&
##############################################
ngspice-33+ds/m4/libtool.m4-6568-
ngspice-33+ds/m4/libtool.m4:6569:          _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
ngspice-33+ds/m4/libtool.m4-6570-        else
##############################################
ngspice-33+ds/m4/libtool.m4-6593-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
ngspice-33+ds/m4/libtool.m4:6594:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
ngspice-33+ds/m4/libtool.m4-6595-	    if test svr4 != "$with_aix_soname"; then
##############################################
ngspice-33+ds/m4/libtool.m4-6722-	  prefix_cmds="$SED"~
ngspice-33+ds/m4/libtool.m4:6723:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
ngspice-33+ds/m4/libtool.m4-6724-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
ngspice-33+ds/m4/libtool.m4-6796-            # dependencies.
ngspice-33+ds/m4/libtool.m4:6797:            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"'
ngspice-33+ds/m4/libtool.m4-6798-            ;;
##############################################
ngspice-33+ds/m4/libtool.m4-6861-	    # dependencies.
ngspice-33+ds/m4/libtool.m4:6862:	    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"'
ngspice-33+ds/m4/libtool.m4-6863-	    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-6897-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ngspice-33+ds/m4/libtool.m4:6898:	_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'
ngspice-33+ds/m4/libtool.m4:6899:	_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'
ngspice-33+ds/m4/libtool.m4-6900-	;;
##############################################
ngspice-33+ds/m4/libtool.m4-6904-	    # SGI C++
ngspice-33+ds/m4/libtool.m4:6905:	    _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'
ngspice-33+ds/m4/libtool.m4-6906-
##############################################
ngspice-33+ds/m4/libtool.m4-6915-	      if test no = "$with_gnu_ld"; then
ngspice-33+ds/m4/libtool.m4:6916:	        _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'
ngspice-33+ds/m4/libtool.m4-6917-	      else
ngspice-33+ds/m4/libtool.m4:6918:	        _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'
ngspice-33+ds/m4/libtool.m4-6919-	      fi
##############################################
ngspice-33+ds/m4/libtool.m4-6936-	    # to its proper name (with version) after linking.
ngspice-33+ds/m4/libtool.m4:6937:	    _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'
ngspice-33+ds/m4/libtool.m4:6938:	    _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'
ngspice-33+ds/m4/libtool.m4-6939-	    # Commands to make compiler produce verbose output that lists
##############################################
ngspice-33+ds/m4/libtool.m4-6946-	    # dependencies.
ngspice-33+ds/m4/libtool.m4:6947:	    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"'
ngspice-33+ds/m4/libtool.m4-6948-
##############################################
ngspice-33+ds/m4/libtool.m4-6961-	    # earlier do not add the objects themselves.
ngspice-33+ds/m4/libtool.m4:6962:	    case `$CC -V 2>&1` in
ngspice-33+ds/m4/libtool.m4-6963-	      *"Version 7."*)
##############################################
ngspice-33+ds/m4/libtool.m4-6982-            # Portland Group C++ compiler
ngspice-33+ds/m4/libtool.m4:6983:	    case `$CC -V` in
ngspice-33+ds/m4/libtool.m4-6984-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
ngspice-33+ds/m4/libtool.m4-6987-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
ngspice-33+ds/m4/libtool.m4:6988:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
ngspice-33+ds/m4/libtool.m4-6989-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
ngspice-33+ds/m4/libtool.m4-6991-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
ngspice-33+ds/m4/libtool.m4:6992:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
ngspice-33+ds/m4/libtool.m4-6993-                $RANLIB $oldlib'
##############################################
ngspice-33+ds/m4/libtool.m4-6996-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ngspice-33+ds/m4/libtool.m4:6997:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
ngspice-33+ds/m4/libtool.m4-6998-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
ngspice-33+ds/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
ngspice-33+ds/m4/libtool.m4:7001:                $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'
ngspice-33+ds/m4/libtool.m4-7002-	      ;;
##############################################
ngspice-33+ds/m4/libtool.m4-7010-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
ngspice-33+ds/m4/libtool.m4:7011:	    _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'
ngspice-33+ds/m4/libtool.m4-7012-            ;;
##############################################
ngspice-33+ds/m4/libtool.m4-7029-	    # dependencies.
ngspice-33+ds/m4/libtool.m4:7030:	    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'
ngspice-33+ds/m4/libtool.m4-7031-	    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-7044-	  *)
ngspice-33+ds/m4/libtool.m4:7045:	    case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/m4/libtool.m4-7046-	    *Sun\ C*)
##############################################
ngspice-33+ds/m4/libtool.m4-7051-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
ngspice-33+ds/m4/libtool.m4:7052:	      _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'
ngspice-33+ds/m4/libtool.m4-7053-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
ngspice-33+ds/m4/libtool.m4-7116-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
ngspice-33+ds/m4/libtool.m4:7117:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
ngspice-33+ds/m4/libtool.m4-7118-	    _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'
##############################################
ngspice-33+ds/m4/libtool.m4-7135-	    # to its proper name (with version) after linking.
ngspice-33+ds/m4/libtool.m4:7136:	    _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'
ngspice-33+ds/m4/libtool.m4-7137-
##############################################
ngspice-33+ds/m4/libtool.m4-7156-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
ngspice-33+ds/m4/libtool.m4:7157:	        _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'
ngspice-33+ds/m4/libtool.m4-7158-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
ngspice-33+ds/m4/libtool.m4-7161-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ngspice-33+ds/m4/libtool.m4:7162:	        _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'
ngspice-33+ds/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ngspice-33+ds/m4/libtool.m4-7164-                  echo "-hidden">> $lib.exp~
ngspice-33+ds/m4/libtool.m4:7165:                  $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~
ngspice-33+ds/m4/libtool.m4-7166-                  $RM $lib.exp'
##############################################
ngspice-33+ds/m4/libtool.m4-7180-	    # dependencies.
ngspice-33+ds/m4/libtool.m4:7181:	    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"'
ngspice-33+ds/m4/libtool.m4-7182-	    ;;
##############################################
ngspice-33+ds/m4/libtool.m4-7187-	        osf3*)
ngspice-33+ds/m4/libtool.m4:7188:	          _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'
ngspice-33+ds/m4/libtool.m4-7189-		  ;;
ngspice-33+ds/m4/libtool.m4-7190-	        *)
ngspice-33+ds/m4/libtool.m4:7191:	          _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'
ngspice-33+ds/m4/libtool.m4-7192-		  ;;
##############################################
ngspice-33+ds/m4/libtool.m4-7440-  case @S|@2 in
ngspice-33+ds/m4/libtool.m4:7441:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
ngspice-33+ds/m4/libtool.m4:7442:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
ngspice-33+ds/m4/libtool.m4-7443-  esac
##############################################
ngspice-33+ds/m4/libtool.m4-7529-
ngspice-33+ds/m4/libtool.m4:7530:  for p in `eval "$output_verbose_link_cmd"`; do
ngspice-33+ds/m4/libtool.m4-7531-    case $prev$p in
##############################################
ngspice-33+ds/m4/libtool.m4-7633-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
ngspice-33+ds/m4/libtool.m4:7634: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
ngspice-33+ds/m4/libtool.m4-7635-fi
##############################################
ngspice-33+ds/m4/libtool.m4-8253-    test 10 -lt "$lt_ac_count" && break
ngspice-33+ds/m4/libtool.m4:8254:    lt_ac_count=`expr $lt_ac_count + 1`
ngspice-33+ds/m4/libtool.m4-8255-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
ngspice-33+ds/m4/ltsugar.m4-68-m4_define([lt_combine],
ngspice-33+ds/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
ngspice-33+ds/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
ngspice-33+ds/ltmain.sh-103-#
ngspice-33+ds/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
ngspice-33+ds/ltmain.sh-105-#
##############################################
ngspice-33+ds/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
ngspice-33+ds/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
ngspice-33+ds/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
ngspice-33+ds/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
ngspice-33+ds/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
ngspice-33+ds/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
ngspice-33+ds/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
ngspice-33+ds/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
ngspice-33+ds/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
ngspice-33+ds/ltmain.sh-410-# The name of this program.
ngspice-33+ds/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
ngspice-33+ds/ltmain.sh-412-
##############################################
ngspice-33+ds/ltmain.sh-416-  *[\\/]*)
ngspice-33+ds/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
ngspice-33+ds/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
ngspice-33+ds/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
ngspice-33+ds/ltmain.sh-610-
ngspice-33+ds/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
ngspice-33+ds/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
ngspice-33+ds/ltmain.sh-613-
##############################################
ngspice-33+ds/ltmain.sh-639-
ngspice-33+ds/ltmain.sh:640:    func_arith_result=`expr "$@"`
ngspice-33+ds/ltmain.sh-641-  }
##############################################
ngspice-33+ds/ltmain.sh-660-  # ...otherwise fall back to using sed.
ngspice-33+ds/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
ngspice-33+ds/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
ngspice-33+ds/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
ngspice-33+ds/ltmain.sh-757-      test -n "$_G_tc" && {
ngspice-33+ds/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
ngspice-33+ds/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
ngspice-33+ds/ltmain.sh-760-      }
ngspice-33+ds/ltmain.sh-761-    done
ngspice-33+ds/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
ngspice-33+ds/ltmain.sh-763-
##############################################
ngspice-33+ds/ltmain.sh-831-
ngspice-33+ds/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
ngspice-33+ds/ltmain.sh-833-  }
##############################################
ngspice-33+ds/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
ngspice-33+ds/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
ngspice-33+ds/ltmain.sh-865-      done
ngspice-33+ds/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
ngspice-33+ds/ltmain.sh-867-
##############################################
ngspice-33+ds/ltmain.sh-901-      # If mktemp works, use that first and foremost
ngspice-33+ds/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
ngspice-33+ds/ltmain.sh-903-
##############################################
ngspice-33+ds/ltmain.sh-1111-        *[\\\`\"\$]*)
ngspice-33+ds/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
ngspice-33+ds/ltmain.sh-1113-        *)
##############################################
ngspice-33+ds/ltmain.sh-1198-    case $2 in
ngspice-33+ds/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
ngspice-33+ds/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
ngspice-33+ds/ltmain.sh-1201-    esac
##############################################
ngspice-33+ds/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
ngspice-33+ds/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
ngspice-33+ds/ltmain.sh-1273-      ;;
##############################################
ngspice-33+ds/ltmain.sh-1358-
ngspice-33+ds/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
ngspice-33+ds/ltmain.sh-1360-}
##############################################
ngspice-33+ds/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
ngspice-33+ds/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
ngspice-33+ds/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
ngspice-33+ds/ltmain.sh-1517-
ngspice-33+ds/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
ngspice-33+ds/ltmain.sh-1519-}
##############################################
ngspice-33+ds/ltmain.sh-1870-
ngspice-33+ds/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
ngspice-33+ds/ltmain.sh-1872-      func_split_equals_rhs=
ngspice-33+ds/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
ngspice-33+ds/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
ngspice-33+ds/ltmain.sh-1875-  }
##############################################
ngspice-33+ds/ltmain.sh-1898-
ngspice-33+ds/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
ngspice-33+ds/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
ngspice-33+ds/ltmain.sh-1901-  }
##############################################
ngspice-33+ds/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
ngspice-33+ds/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
ngspice-33+ds/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
ngspice-33+ds/ltmain.sh-2074-
##############################################
ngspice-33+ds/ltmain.sh-2110-  {
ngspice-33+ds/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
ngspice-33+ds/ltmain.sh-2112-  }
##############################################
ngspice-33+ds/ltmain.sh-2115-  {
ngspice-33+ds/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
ngspice-33+ds/ltmain.sh-2117-  }
##############################################
ngspice-33+ds/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
ngspice-33+ds/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
ngspice-33+ds/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
ngspice-33+ds/ltmain.sh-2659-      done
ngspice-33+ds/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
ngspice-33+ds/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
ngspice-33+ds/ltmain.sh-2662-      case $@ in
##############################################
ngspice-33+ds/ltmain.sh-2672-	    # Evaluate the configuration.
ngspice-33+ds/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
ngspice-33+ds/ltmain.sh-2674-	    CC_quoted=
##############################################
ngspice-33+ds/ltmain.sh-2678-	    done
ngspice-33+ds/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
ngspice-33+ds/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
ngspice-33+ds/ltmain.sh-2681-	    case "$@ " in
##############################################
ngspice-33+ds/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
ngspice-33+ds/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
ngspice-33+ds/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
ngspice-33+ds/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
ngspice-33+ds/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
ngspice-33+ds/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
ngspice-33+ds/ltmain.sh-3009-    # LT_CYGPATH in this case.
ngspice-33+ds/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
ngspice-33+ds/ltmain.sh-3011-  fi
##############################################
ngspice-33+ds/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
ngspice-33+ds/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
ngspice-33+ds/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
ngspice-33+ds/ltmain.sh-3376-    *.[cCFSifmso] | \
ngspice-33+ds/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
ngspice-33+ds/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
ngspice-33+ds/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
ngspice-33+ds/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
ngspice-33+ds/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
ngspice-33+ds/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
ngspice-33+ds/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
ngspice-33+ds/ltmain.sh-3474-
##############################################
ngspice-33+ds/ltmain.sh-3520-      if test warn = "$need_locks" &&
ngspice-33+ds/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ngspice-33+ds/ltmain.sh-3522-	$ECHO "\
ngspice-33+ds/ltmain.sh-3523-*** ERROR, $lockfile contains:
ngspice-33+ds/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
ngspice-33+ds/ltmain.sh-3525-
##############################################
ngspice-33+ds/ltmain.sh-3569-      if test warn = "$need_locks" &&
ngspice-33+ds/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ngspice-33+ds/ltmain.sh-3571-	$ECHO "\
ngspice-33+ds/ltmain.sh-3572-*** ERROR, $lockfile contains:
ngspice-33+ds/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
ngspice-33+ds/ltmain.sh-3574-
##############################################
ngspice-33+ds/ltmain.sh-3895-      # Get the absolute pathname.
ngspice-33+ds/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
ngspice-33+ds/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
ngspice-33+ds/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
ngspice-33+ds/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
ngspice-33+ds/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
ngspice-33+ds/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
ngspice-33+ds/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
ngspice-33+ds/ltmain.sh-4280-
##############################################
ngspice-33+ds/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
ngspice-33+ds/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ngspice-33+ds/ltmain.sh-4293-	  else
ngspice-33+ds/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
ngspice-33+ds/ltmain.sh-4295-	  fi
##############################################
ngspice-33+ds/ltmain.sh-4458-	    fi
ngspice-33+ds/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
ngspice-33+ds/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
ngspice-33+ds/ltmain.sh-4477-	        # Replace the output file specification.
ngspice-33+ds/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
ngspice-33+ds/ltmain.sh-4479-
##############################################
ngspice-33+ds/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
ngspice-33+ds/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
ngspice-33+ds/ltmain.sh-4498-	  fi
##############################################
ngspice-33+ds/ltmain.sh-4570-    my_pic_p=${3-false}
ngspice-33+ds/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
ngspice-33+ds/ltmain.sh-4572-    my_dlsyms=
##############################################
ngspice-33+ds/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
ngspice-33+ds/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ngspice-33+ds/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
ngspice-33+ds/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
ngspice-33+ds/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
ngspice-33+ds/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
ngspice-33+ds/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
ngspice-33+ds/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ngspice-33+ds/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
ngspice-33+ds/ltmain.sh-4862-	  else
ngspice-33+ds/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ngspice-33+ds/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ngspice-33+ds/ltmain.sh-4865-	  fi
##############################################
ngspice-33+ds/ltmain.sh-4867-	*)
ngspice-33+ds/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ngspice-33+ds/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
ngspice-33+ds/ltmain.sh-4870-	  ;;
##############################################
ngspice-33+ds/ltmain.sh-4882-      # Nullify the symbol file.
ngspice-33+ds/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
ngspice-33+ds/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
ngspice-33+ds/ltmain.sh-4885-    fi
##############################################
ngspice-33+ds/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ngspice-33+ds/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
ngspice-33+ds/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
ngspice-33+ds/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
ngspice-33+ds/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
ngspice-33+ds/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
ngspice-33+ds/ltmain.sh-4925-  win32_libid_type=unknown
ngspice-33+ds/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
ngspice-33+ds/ltmain.sh-4927-  case $win32_fileres in
##############################################
ngspice-33+ds/ltmain.sh-4990-
ngspice-33+ds/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
ngspice-33+ds/ltmain.sh-4992-}
##############################################
ngspice-33+ds/ltmain.sh-5008-
ngspice-33+ds/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
ngspice-33+ds/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
ngspice-33+ds/ltmain.sh-5072-    # binutils import library
ngspice-33+ds/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
ngspice-33+ds/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
ngspice-33+ds/ltmain.sh-5075-    # ms-generated import library
ngspice-33+ds/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
ngspice-33+ds/ltmain.sh-5077-  else
##############################################
ngspice-33+ds/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
ngspice-33+ds/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
ngspice-33+ds/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
ngspice-33+ds/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
ngspice-33+ds/ltmain.sh-5160-	    darwin_arch=
##############################################
ngspice-33+ds/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
ngspice-33+ds/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
ngspice-33+ds/ltmain.sh-5172-	    darwin_file=
##############################################
ngspice-33+ds/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
ngspice-33+ds/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
ngspice-33+ds/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
ngspice-33+ds/ltmain.sh-5189-      esac
ngspice-33+ds/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
ngspice-33+ds/ltmain.sh-5191-    done
##############################################
ngspice-33+ds/ltmain.sh-5260-
ngspice-33+ds/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
ngspice-33+ds/ltmain.sh-5262-    $ECHO "\
##############################################
ngspice-33+ds/ltmain.sh-5295-    --lt-dump-script)
ngspice-33+ds/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
ngspice-33+ds/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
ngspice-33+ds/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
ngspice-33+ds/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
ngspice-33+ds/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
ngspice-33+ds/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
ngspice-33+ds/ltmain.sh-5324-  done
##############################################
ngspice-33+ds/ltmain.sh-5380-  # Find the directory that this script lives in.
ngspice-33+ds/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
ngspice-33+ds/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ngspice-33+ds/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
ngspice-33+ds/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
ngspice-33+ds/ltmain.sh-5386-  while test -n \"\$file\"; do
ngspice-33+ds/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
ngspice-33+ds/ltmain.sh-5388-
##############################################
ngspice-33+ds/ltmain.sh-5396-
ngspice-33+ds/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
ngspice-33+ds/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
ngspice-33+ds/ltmain.sh-5399-  done
##############################################
ngspice-33+ds/ltmain.sh-5410-    case \"\$thisdir\" in
ngspice-33+ds/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
ngspice-33+ds/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
ngspice-33+ds/ltmain.sh-5416-  # Try to get the absolute directory name.
ngspice-33+ds/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
ngspice-33+ds/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ngspice-33+ds/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
ngspice-33+ds/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
ngspice-33+ds/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ngspice-33+ds/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
ngspice-33+ds/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ngspice-33+ds/ltmain.sh-5443-      else
##############################################
ngspice-33+ds/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
ngspice-33+ds/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
ngspice-33+ds/ltmain.sh-5487-
##############################################
ngspice-33+ds/ltmain.sh-6464-
ngspice-33+ds/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
ngspice-33+ds/ltmain.sh-6466-    *import*) : ;;
##############################################
ngspice-33+ds/ltmain.sh-6712-	    moreargs=
ngspice-33+ds/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
ngspice-33+ds/ltmain.sh-6714-	    do
##############################################
ngspice-33+ds/ltmain.sh-6973-	*)
ngspice-33+ds/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
ngspice-33+ds/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
ngspice-33+ds/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ngspice-33+ds/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
ngspice-33+ds/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
ngspice-33+ds/ltmain.sh-7287-      -Z*)
ngspice-33+ds/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
ngspice-33+ds/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
ngspice-33+ds/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
ngspice-33+ds/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
ngspice-33+ds/ltmain.sh-7459-    else
##############################################
ngspice-33+ds/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
ngspice-33+ds/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ngspice-33+ds/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
ngspice-33+ds/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
ngspice-33+ds/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
ngspice-33+ds/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
ngspice-33+ds/ltmain.sh-7871-	fi
ngspice-33+ds/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
ngspice-33+ds/ltmain.sh-7944-	*)
ngspice-33+ds/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
ngspice-33+ds/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
ngspice-33+ds/ltmain.sh-8197-	    shift
ngspice-33+ds/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
ngspice-33+ds/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ngspice-33+ds/ltmain.sh-8489-		*)
ngspice-33+ds/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
ngspice-33+ds/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
ngspice-33+ds/ltmain.sh-8500-		  depdepl=
ngspice-33+ds/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ngspice-33+ds/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
ngspice-33+ds/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
ngspice-33+ds/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
ngspice-33+ds/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
ngspice-33+ds/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
ngspice-33+ds/ltmain.sh-8511-                      fi
##############################################
ngspice-33+ds/ltmain.sh-8522-		else
ngspice-33+ds/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ngspice-33+ds/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
ngspice-33+ds/ltmain.sh-8545-	else
ngspice-33+ds/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh-8547-	fi
##############################################
ngspice-33+ds/ltmain.sh-8634-        linux*)
ngspice-33+ds/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
ngspice-33+ds/ltmain.sh-9039-	removelist=
ngspice-33+ds/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
ngspice-33+ds/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
ngspice-33+ds/ltmain.sh-9065-	# Transform .lo files to .o files.
ngspice-33+ds/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
ngspice-33+ds/ltmain.sh-9067-      fi
##############################################
ngspice-33+ds/ltmain.sh-9070-      #for path in $notinst_path; do
ngspice-33+ds/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
ngspice-33+ds/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
ngspice-33+ds/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
ngspice-33+ds/ltmain.sh-9074-      #done
##############################################
ngspice-33+ds/ltmain.sh-9191-		if test -n "$i"; then
ngspice-33+ds/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
ngspice-33+ds/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ngspice-33+ds/ltmain.sh-9194-		  set dummy $deplib_matches; shift
ngspice-33+ds/ltmain.sh-9195-		  deplib_match=$1
ngspice-33+ds/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
ngspice-33+ds/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
ngspice-33+ds/ltmain.sh-9234-		  if test -n "$i"; then
ngspice-33+ds/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
ngspice-33+ds/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
ngspice-33+ds/ltmain.sh-9237-		    set dummy $deplib_matches; shift
ngspice-33+ds/ltmain.sh-9238-		    deplib_match=$1
ngspice-33+ds/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
ngspice-33+ds/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
ngspice-33+ds/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
ngspice-33+ds/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ngspice-33+ds/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
ngspice-33+ds/ltmain.sh-9284-	      if test -n "$a_deplib"; then
ngspice-33+ds/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
ngspice-33+ds/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
ngspice-33+ds/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
ngspice-33+ds/ltmain.sh-9288-		else
##############################################
ngspice-33+ds/ltmain.sh-9294-		    shopt -s nocaseglob
ngspice-33+ds/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ngspice-33+ds/ltmain.sh-9296-		    $nocaseglob
ngspice-33+ds/ltmain.sh-9297-		  else
ngspice-33+ds/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
ngspice-33+ds/ltmain.sh-9299-		  fi
##############################################
ngspice-33+ds/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
ngspice-33+ds/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
ngspice-33+ds/ltmain.sh-9314-			case $potliblink in
ngspice-33+ds/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
ngspice-33+ds/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
ngspice-33+ds/ltmain.sh-9317-			esac
##############################################
ngspice-33+ds/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
ngspice-33+ds/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
ngspice-33+ds/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
ngspice-33+ds/ltmain.sh-9368-	      if test -n "$a_deplib"; then
ngspice-33+ds/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
ngspice-33+ds/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ngspice-33+ds/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ngspice-33+ds/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
ngspice-33+ds/ltmain.sh-9407-	  newdeplibs=
ngspice-33+ds/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
ngspice-33+ds/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
ngspice-33+ds/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
ngspice-33+ds/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
ngspice-33+ds/ltmain.sh-9413-	    done
##############################################
ngspice-33+ds/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
ngspice-33+ds/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
ngspice-33+ds/ltmain.sh-9439-	  ;;
##############################################
ngspice-33+ds/ltmain.sh-9489-	*-*-darwin*)
ngspice-33+ds/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh-9493-	  ;;
##############################################
ngspice-33+ds/ltmain.sh-9616-	# Use standard objects if they are pic
ngspice-33+ds/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
ngspice-33+ds/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
ngspice-33+ds/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
ngspice-33+ds/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
ngspice-33+ds/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
ngspice-33+ds/ltmain.sh-10145-      # Create the old-style object.
ngspice-33+ds/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
ngspice-33+ds/ltmain.sh-10147-
##############################################
ngspice-33+ds/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
ngspice-33+ds/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
ngspice-33+ds/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
ngspice-33+ds/ltmain.sh-10206-	;;
##############################################
ngspice-33+ds/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
ngspice-33+ds/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
ngspice-33+ds/ltmain.sh-10224-	;;
##############################################
ngspice-33+ds/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
ngspice-33+ds/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
ngspice-33+ds/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
ngspice-33+ds/ltmain.sh-10359-	# Transform all the library objects into standard objects.
ngspice-33+ds/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ngspice-33+ds/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
ngspice-33+ds/ltmain.sh-10362-      fi
##############################################
ngspice-33+ds/ltmain.sh-10387-	# Replace the output file specification.
ngspice-33+ds/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ngspice-33+ds/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
ngspice-33+ds/ltmain.sh-10396-	  func_to_tool_file "$output"
ngspice-33+ds/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ngspice-33+ds/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ngspice-33+ds/ltmain.sh-10440-	# Replace the output file specification.
ngspice-33+ds/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
ngspice-33+ds/ltmain.sh-10442-	# Delete the old output file.
##############################################
ngspice-33+ds/ltmain.sh-10448-	  func_to_tool_file "$output"
ngspice-33+ds/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
ngspice-33+ds/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ngspice-33+ds/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
ngspice-33+ds/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
ngspice-33+ds/ltmain.sh-10468-          ;;
##############################################
ngspice-33+ds/ltmain.sh-10479-      # Replace the output file specification.
ngspice-33+ds/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ngspice-33+ds/ltmain.sh-10481-
##############################################
ngspice-33+ds/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
ngspice-33+ds/ltmain.sh:10489:	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'`
ngspice-33+ds/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
ngspice-33+ds/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
ngspice-33+ds/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ngspice-33+ds/ltmain.sh-10511-      fi
##############################################
ngspice-33+ds/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ngspice-33+ds/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
ngspice-33+ds/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
ngspice-33+ds/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
ngspice-33+ds/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
ngspice-33+ds/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
ngspice-33+ds/ltmain.sh-10802-		name=$func_basename_result
ngspice-33+ds/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ngspice-33+ds/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
ngspice-33+ds/ltmain.sh-10821-		name=$func_basename_result
ngspice-33+ds/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ngspice-33+ds/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
ngspice-33+ds/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ngspice-33+ds/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
ngspice-33+ds/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ngspice-33+ds/config.sub-52-
ngspice-33+ds/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
ngspice-33+ds/config.sub-54-
##############################################
ngspice-33+ds/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
ngspice-33+ds/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ngspice-33+ds/config.sub-116-case $maybe_os in
##############################################
ngspice-33+ds/config.sub-122-    os=-$maybe_os
ngspice-33+ds/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ngspice-33+ds/config.sub-124-    ;;
##############################################
ngspice-33+ds/config.sub-126-    os=-linux-android
ngspice-33+ds/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ngspice-33+ds/config.sub-128-    ;;
ngspice-33+ds/config.sub-129-  *)
ngspice-33+ds/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ngspice-33+ds/config.sub-131-    if [ $basic_machine != $1 ]
ngspice-33+ds/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
ngspice-33+ds/config.sub-133-    else os=; fi
##############################################
ngspice-33+ds/config.sub-180-		os=-sco5v6
ngspice-33+ds/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-182-		;;
##############################################
ngspice-33+ds/config.sub-184-		os=-sco3.2v5
ngspice-33+ds/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-186-		;;
##############################################
ngspice-33+ds/config.sub-188-		os=-sco3.2v4
ngspice-33+ds/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-190-		;;
ngspice-33+ds/config.sub-191-	-sco3.2.[4-9]*)
ngspice-33+ds/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ngspice-33+ds/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-194-		;;
##############################################
ngspice-33+ds/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
ngspice-33+ds/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-198-		;;
##############################################
ngspice-33+ds/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
ngspice-33+ds/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-202-		;;
##############################################
ngspice-33+ds/config.sub-204-		os=-sco3.2v2
ngspice-33+ds/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-206-		;;
ngspice-33+ds/config.sub-207-	-udk*)
ngspice-33+ds/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-209-		;;
##############################################
ngspice-33+ds/config.sub-211-		os=-isc2.2
ngspice-33+ds/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-213-		;;
##############################################
ngspice-33+ds/config.sub-217-	-isc*)
ngspice-33+ds/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ngspice-33+ds/config.sub-219-		;;
##############################################
ngspice-33+ds/config.sub-229-	-ptx*)
ngspice-33+ds/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ngspice-33+ds/config.sub-231-		;;
ngspice-33+ds/config.sub-232-	-windowsnt*)
ngspice-33+ds/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ngspice-33+ds/config.sub-234-		;;
##############################################
ngspice-33+ds/config.sub-368-	*-*-*)
ngspice-33+ds/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ngspice-33+ds/config.sub-370-		exit 1
##############################################
ngspice-33+ds/config.sub-497-	amd64-*)
ngspice-33+ds/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-499-		;;
##############################################
ngspice-33+ds/config.sub-542-	blackfin-*)
ngspice-33+ds/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-544-		os=-linux
##############################################
ngspice-33+ds/config.sub-550-	c54x-*)
ngspice-33+ds/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-552-		;;
ngspice-33+ds/config.sub-553-	c55x-*)
ngspice-33+ds/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-555-		;;
ngspice-33+ds/config.sub-556-	c6x-*)
ngspice-33+ds/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-558-		;;
##############################################
ngspice-33+ds/config.sub-654-	e500v[12]-*)
ngspice-33+ds/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-656-		os=$os"spe"
##############################################
ngspice-33+ds/config.sub-761-	i*86v32)
ngspice-33+ds/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ngspice-33+ds/config.sub-763-		os=-sysv32
##############################################
ngspice-33+ds/config.sub-765-	i*86v4*)
ngspice-33+ds/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ngspice-33+ds/config.sub-767-		os=-sysv4
##############################################
ngspice-33+ds/config.sub-769-	i*86v)
ngspice-33+ds/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ngspice-33+ds/config.sub-771-		os=-sysv
##############################################
ngspice-33+ds/config.sub-773-	i*86sol2)
ngspice-33+ds/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ngspice-33+ds/config.sub-775-		os=-solaris2
##############################################
ngspice-33+ds/config.sub-799-	leon-*|leon[3-9]-*)
ngspice-33+ds/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
ngspice-33+ds/config.sub-801-		;;
##############################################
ngspice-33+ds/config.sub-806-	m68knommu-*)
ngspice-33+ds/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-808-		os=-linux
##############################################
ngspice-33+ds/config.sub-843-	mips3*-*)
ngspice-33+ds/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ngspice-33+ds/config.sub-845-		;;
ngspice-33+ds/config.sub-846-	mips3*)
ngspice-33+ds/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ngspice-33+ds/config.sub-848-		;;
##############################################
ngspice-33+ds/config.sub-865-	ms1-*)
ngspice-33+ds/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ngspice-33+ds/config.sub-867-		;;
##############################################
ngspice-33+ds/config.sub-987-	parisc-*)
ngspice-33+ds/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-989-		os=-linux
##############################################
ngspice-33+ds/config.sub-1003-	pc98-*)
ngspice-33+ds/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1005-		;;
##############################################
ngspice-33+ds/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ngspice-33+ds/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1020-		;;
ngspice-33+ds/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ngspice-33+ds/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1023-		;;
ngspice-33+ds/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ngspice-33+ds/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1026-		;;
ngspice-33+ds/config.sub-1027-	pentium4-*)
ngspice-33+ds/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1029-		;;
##############################################
ngspice-33+ds/config.sub-1037-	ppc-* | ppcbe-*)
ngspice-33+ds/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1039-		;;
##############################################
ngspice-33+ds/config.sub-1043-	ppcle-* | powerpclittle-*)
ngspice-33+ds/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1045-		;;
##############################################
ngspice-33+ds/config.sub-1047-		;;
ngspice-33+ds/config.sub:1048:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1049-		;;
##############################################
ngspice-33+ds/config.sub-1053-	ppc64le-* | powerpc64little-*)
ngspice-33+ds/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1055-		;;
##############################################
ngspice-33+ds/config.sub-1084-	s390-*)
ngspice-33+ds/config.sub:1085:		basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1086-		;;
##############################################
ngspice-33+ds/config.sub-1090-	s390x-*)
ngspice-33+ds/config.sub:1091:		basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1092-		;;
##############################################
ngspice-33+ds/config.sub-1142-	strongarm-* | thumb-*)
ngspice-33+ds/config.sub:1143:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ngspice-33+ds/config.sub-1144-		;;
##############################################
ngspice-33+ds/config.sub-1275-	xscale-* | xscalee[bl]-*)
ngspice-33+ds/config.sub:1276:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ngspice-33+ds/config.sub-1277-		;;
##############################################
ngspice-33+ds/config.sub-1352-	*)
ngspice-33+ds/config.sub:1353:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ngspice-33+ds/config.sub-1354-		exit 1
##############################################
ngspice-33+ds/config.sub-1360-	*-digital*)
ngspice-33+ds/config.sub:1361:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ngspice-33+ds/config.sub-1362-		;;
ngspice-33+ds/config.sub-1363-	*-commodore*)
ngspice-33+ds/config.sub:1364:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ngspice-33+ds/config.sub-1365-		;;
##############################################
ngspice-33+ds/config.sub-1381-	-solaris1 | -solaris1.*)
ngspice-33+ds/config.sub:1382:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ngspice-33+ds/config.sub-1383-		;;
##############################################
ngspice-33+ds/config.sub-1393-	-gnu/linux*)
ngspice-33+ds/config.sub:1394:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ngspice-33+ds/config.sub-1395-		;;
##############################################
ngspice-33+ds/config.sub-1440-	-nto*)
ngspice-33+ds/config.sub:1441:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ngspice-33+ds/config.sub-1442-		;;
##############################################
ngspice-33+ds/config.sub-1447-	-mac*)
ngspice-33+ds/config.sub:1448:		os=`echo $os | sed -e 's|mac|macos|'`
ngspice-33+ds/config.sub-1449-		;;
##############################################
ngspice-33+ds/config.sub-1453-	-linux*)
ngspice-33+ds/config.sub:1454:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ngspice-33+ds/config.sub-1455-		;;
ngspice-33+ds/config.sub-1456-	-sunos5*)
ngspice-33+ds/config.sub:1457:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ngspice-33+ds/config.sub-1458-		;;
ngspice-33+ds/config.sub-1459-	-sunos6*)
ngspice-33+ds/config.sub:1460:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ngspice-33+ds/config.sub-1461-		;;
##############################################
ngspice-33+ds/config.sub-1508-	-sinix5.*)
ngspice-33+ds/config.sub:1509:		os=`echo $os | sed -e 's|sinix|sysv|'`
ngspice-33+ds/config.sub-1510-		;;
##############################################
ngspice-33+ds/config.sub-1563-		# Get rid of the `-' at the beginning of $os.
ngspice-33+ds/config.sub:1564:		os=`echo $os | sed 's/[^-]*-//'`
ngspice-33+ds/config.sub:1565:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ngspice-33+ds/config.sub-1566-		exit 1
##############################################
ngspice-33+ds/config.sub-1829-		esac
ngspice-33+ds/config.sub:1830:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ngspice-33+ds/config.sub-1831-		;;
##############################################
ngspice-33+ds/aclocal.m4-152-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
ngspice-33+ds/aclocal.m4:153:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
ngspice-33+ds/aclocal.m4-154-# and then we would define $MISSING as
##############################################
ngspice-33+ds/aclocal.m4-167-# Expand $ac_aux_dir to an absolute path.
ngspice-33+ds/aclocal.m4:168:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ngspice-33+ds/aclocal.m4-169-])
##############################################
ngspice-33+ds/aclocal.m4-265-  if test "$am_compiler_list" = ""; then
ngspice-33+ds/aclocal.m4:266:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
ngspice-33+ds/aclocal.m4-267-  fi
##############################################
ngspice-33+ds/aclocal.m4-416-    # Strip MF so we end up with the name of the file.
ngspice-33+ds/aclocal.m4:417:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ngspice-33+ds/aclocal.m4-418-    # Check whether this is an Automake generated Makefile or not.
##############################################
ngspice-33+ds/aclocal.m4-425-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
ngspice-33+ds/aclocal.m4:426:      dirpart=`AS_DIRNAME("$mf")`
ngspice-33+ds/aclocal.m4-427-    else
##############################################
ngspice-33+ds/aclocal.m4-431-    # from the Makefile without running 'make'.
ngspice-33+ds/aclocal.m4:432:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ngspice-33+ds/aclocal.m4-433-    test -z "$DEPDIR" && continue
ngspice-33+ds/aclocal.m4:434:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ngspice-33+ds/aclocal.m4-435-    test -z "$am__include" && continue
ngspice-33+ds/aclocal.m4:436:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ngspice-33+ds/aclocal.m4-437-    # Find all dependency output files, they are included files with
##############################################
ngspice-33+ds/aclocal.m4-445-      test -f "$dirpart/$file" && continue
ngspice-33+ds/aclocal.m4:446:      fdir=`AS_DIRNAME(["$file"])`
ngspice-33+ds/aclocal.m4-447-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
ngspice-33+ds/aclocal.m4-503-AC_REQUIRE([AC_PROG_INSTALL])dnl
ngspice-33+ds/aclocal.m4:504:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ngspice-33+ds/aclocal.m4-505-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ngspice-33+ds/aclocal.m4-662-    * )
ngspice-33+ds/aclocal.m4:663:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ngspice-33+ds/aclocal.m4-664-  esac
ngspice-33+ds/aclocal.m4-665-done
ngspice-33+ds/aclocal.m4:666:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
ngspice-33+ds/aclocal.m4-667-
##############################################
ngspice-33+ds/aclocal.m4-769-# Ignore all kinds of additional output from 'make'.
ngspice-33+ds/aclocal.m4:770:case `$am_make -s -f confmf 2> /dev/null` in #(
ngspice-33+ds/aclocal.m4-771-*the\ am__doit\ target*)
##############################################
ngspice-33+ds/aclocal.m4-779-   echo '.include "confinc"' > confmf
ngspice-33+ds/aclocal.m4:780:   case `$am_make -s -f confmf 2> /dev/null` in #(
ngspice-33+ds/aclocal.m4-781-   *the\ am__doit\ target*)
##############################################
ngspice-33+ds/aclocal.m4-961-     echo "timestamp, slept: $am_has_slept" > conftest.file
ngspice-33+ds/aclocal.m4:962:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ngspice-33+ds/aclocal.m4-963-     if test "$[*]" = "X"; then
ngspice-33+ds/aclocal.m4-964-	# -L didn't work.
ngspice-33+ds/aclocal.m4:965:	set X `ls -t "$srcdir/configure" conftest.file`
ngspice-33+ds/aclocal.m4-966-     fi
##############################################
ngspice-33+ds/install-sh-234-      fi
ngspice-33+ds/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ngspice-33+ds/install-sh-236-    *)
##############################################
ngspice-33+ds/install-sh-281-      dstdir=$dst
ngspice-33+ds/install-sh:282:      dst=$dstdir/`basename "$src"`
ngspice-33+ds/install-sh-283-      dstdir_status=0
ngspice-33+ds/install-sh-284-    else
ngspice-33+ds/install-sh:285:      dstdir=`dirname "$dst"`
ngspice-33+ds/install-sh-286-      test -d "$dstdir"
##############################################
ngspice-33+ds/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ngspice-33+ds/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ngspice-33+ds/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
ngspice-33+ds/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ngspice-33+ds/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ngspice-33+ds/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ngspice-33+ds/install-sh-402-            case $prefix in
ngspice-33+ds/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ngspice-33+ds/install-sh-404-              *) qprefix=$prefix;;
##############################################
ngspice-33+ds/install-sh-451-    if $copy_on_change &&
ngspice-33+ds/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
ngspice-33+ds/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
ngspice-33+ds/install-sh-454-       set -f &&
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-50-  { \
ngspice-33+ds/src/include/ngspice/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/include/ngspice/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-125-  esac
ngspice-33+ds/src/include/ngspice/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ngspice-33+ds/src/include/ngspice/Makefile.in-127-am__vpath_adj = case $$p in \
ngspice-33+ds/src/include/ngspice/Makefile.in:128:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ngspice-33+ds/src/include/ngspice/Makefile.in-129-    *) f=$$p;; \
ngspice-33+ds/src/include/ngspice/Makefile.in-130-  esac;
ngspice-33+ds/src/include/ngspice/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ngspice-33+ds/src/include/ngspice/Makefile.in-132-am__install_max = 40
ngspice-33+ds/src/include/ngspice/Makefile.in-133-am__nobase_strip_setup = \
ngspice-33+ds/src/include/ngspice/Makefile.in:134:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ngspice-33+ds/src/include/ngspice/Makefile.in-135-am__nobase_strip = \
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-534-	@list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
ngspice-33+ds/src/include/ngspice/Makefile.in:535:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/src/include/ngspice/Makefile.in-536-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-555-	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
ngspice-33+ds/src/include/ngspice/Makefile.in:556:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/src/include/ngspice/Makefile.in-557-	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-588-GTAGS:
ngspice-33+ds/src/include/ngspice/Makefile.in:589:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/include/ngspice/Makefile.in-590-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-611-distdir: $(DISTFILES)
ngspice-33+ds/src/include/ngspice/Makefile.in:612:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/include/ngspice/Makefile.in:613:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/include/ngspice/Makefile.in-614-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/include/ngspice/Makefile.in-625-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/include/ngspice/Makefile.in:626:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/include/ngspice/Makefile.in-627-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/Makefile.in-52-  { \
ngspice-33+ds/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/Makefile.in-54-  }; \
##############################################
ngspice-33+ds/src/Makefile.in-233-CONFIG_CLEAN_VPATH_FILES =
ngspice-33+ds/src/Makefile.in:234:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
ngspice-33+ds/src/Makefile.in-235-am__vpath_adj = case $$p in \
ngspice-33+ds/src/Makefile.in:236:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
ngspice-33+ds/src/Makefile.in-237-    *) f=$$p;; \
ngspice-33+ds/src/Makefile.in-238-  esac;
ngspice-33+ds/src/Makefile.in:239:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
ngspice-33+ds/src/Makefile.in-240-am__install_max = 40
ngspice-33+ds/src/Makefile.in-241-am__nobase_strip_setup = \
ngspice-33+ds/src/Makefile.in:242:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
ngspice-33+ds/src/Makefile.in-243-am__nobase_strip = \
##############################################
ngspice-33+ds/src/Makefile.in-575-  while test -n "$$dir1"; do \
ngspice-33+ds/src/Makefile.in:576:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/Makefile.in-577-    if test "$$first" != "."; then \
ngspice-33+ds/src/Makefile.in-578-      if test "$$first" = ".."; then \
ngspice-33+ds/src/Makefile.in:579:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/Makefile.in:580:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/Makefile.in-581-      else \
ngspice-33+ds/src/Makefile.in:582:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/Makefile.in-583-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/Makefile.in:584:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/Makefile.in-585-        else \
##############################################
ngspice-33+ds/src/Makefile.in-590-    fi; \
ngspice-33+ds/src/Makefile.in:591:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/Makefile.in-592-  done; \
##############################################
ngspice-33+ds/src/Makefile.in-1078-	test -n "$(EXEEXT)" || exit 0; \
ngspice-33+ds/src/Makefile.in:1079:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ngspice-33+ds/src/Makefile.in-1080-	echo " rm -f" $$list; \
##############################################
ngspice-33+ds/src/Makefile.in-1149-.c.obj:
ngspice-33+ds/src/Makefile.in:1150:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/Makefile.in-1151-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/Makefile.in-1153-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1154:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/Makefile.in-1155-
##############################################
ngspice-33+ds/src/Makefile.in-1163-libngspice_la-main.lo: main.c
ngspice-33+ds/src/Makefile.in:1164:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -MT libngspice_la-main.lo -MD -MP -MF $(DEPDIR)/libngspice_la-main.Tpo -c -o libngspice_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1165-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libngspice_la-main.Tpo $(DEPDIR)/libngspice_la-main.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1167-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1168:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -c -o libngspice_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1169-
ngspice-33+ds/src/Makefile.in-1170-libngspice_la-conf.lo: conf.c
ngspice-33+ds/src/Makefile.in:1171:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -MT libngspice_la-conf.lo -MD -MP -MF $(DEPDIR)/libngspice_la-conf.Tpo -c -o libngspice_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1172-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libngspice_la-conf.Tpo $(DEPDIR)/libngspice_la-conf.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1174-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1175:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -c -o libngspice_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1176-
ngspice-33+ds/src/Makefile.in-1177-libngspice_la-ngspice.lo: ngspice.c
ngspice-33+ds/src/Makefile.in:1178:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -MT libngspice_la-ngspice.lo -MD -MP -MF $(DEPDIR)/libngspice_la-ngspice.Tpo -c -o libngspice_la-ngspice.lo `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1179-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libngspice_la-ngspice.Tpo $(DEPDIR)/libngspice_la-ngspice.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1181-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1182:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -c -o libngspice_la-ngspice.lo `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1183-
ngspice-33+ds/src/Makefile.in-1184-libngspice_la-sharedspice.lo: sharedspice.c
ngspice-33+ds/src/Makefile.in:1185:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -MT libngspice_la-sharedspice.lo -MD -MP -MF $(DEPDIR)/libngspice_la-sharedspice.Tpo -c -o libngspice_la-sharedspice.lo `test -f 'sharedspice.c' || echo '$(srcdir)/'`sharedspice.c
ngspice-33+ds/src/Makefile.in-1186-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libngspice_la-sharedspice.Tpo $(DEPDIR)/libngspice_la-sharedspice.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1188-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1189:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libngspice_la_CPPFLAGS) $(CPPFLAGS) $(libngspice_la_CFLAGS) $(CFLAGS) -c -o libngspice_la-sharedspice.lo `test -f 'sharedspice.c' || echo '$(srcdir)/'`sharedspice.c
ngspice-33+ds/src/Makefile.in-1190-
ngspice-33+ds/src/Makefile.in-1191-libspice_la-main.lo: main.c
ngspice-33+ds/src/Makefile.in:1192:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -MT libspice_la-main.lo -MD -MP -MF $(DEPDIR)/libspice_la-main.Tpo -c -o libspice_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1193-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspice_la-main.Tpo $(DEPDIR)/libspice_la-main.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1195-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1196:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -c -o libspice_la-main.lo `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1197-
ngspice-33+ds/src/Makefile.in-1198-libspice_la-conf.lo: conf.c
ngspice-33+ds/src/Makefile.in:1199:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -MT libspice_la-conf.lo -MD -MP -MF $(DEPDIR)/libspice_la-conf.Tpo -c -o libspice_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1200-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspice_la-conf.Tpo $(DEPDIR)/libspice_la-conf.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1202-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1203:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -c -o libspice_la-conf.lo `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1204-
ngspice-33+ds/src/Makefile.in-1205-libspice_la-ngspice.lo: ngspice.c
ngspice-33+ds/src/Makefile.in:1206:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -MT libspice_la-ngspice.lo -MD -MP -MF $(DEPDIR)/libspice_la-ngspice.Tpo -c -o libspice_la-ngspice.lo `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1207-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspice_la-ngspice.Tpo $(DEPDIR)/libspice_la-ngspice.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1209-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1210:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -c -o libspice_la-ngspice.lo `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1211-
ngspice-33+ds/src/Makefile.in-1212-libspice_la-tclspice.lo: tclspice.c
ngspice-33+ds/src/Makefile.in:1213:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -MT libspice_la-tclspice.lo -MD -MP -MF $(DEPDIR)/libspice_la-tclspice.Tpo -c -o libspice_la-tclspice.lo `test -f 'tclspice.c' || echo '$(srcdir)/'`tclspice.c
ngspice-33+ds/src/Makefile.in-1214-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspice_la-tclspice.Tpo $(DEPDIR)/libspice_la-tclspice.Plo
##############################################
ngspice-33+ds/src/Makefile.in-1216-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1217:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspice_la_CPPFLAGS) $(CPPFLAGS) $(libspice_la_CFLAGS) $(CFLAGS) -c -o libspice_la-tclspice.lo `test -f 'tclspice.c' || echo '$(srcdir)/'`tclspice.c
ngspice-33+ds/src/Makefile.in-1218-
ngspice-33+ds/src/Makefile.in-1219-ngnutmeg-main.o: main.c
ngspice-33+ds/src/Makefile.in:1220:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-main.o -MD -MP -MF $(DEPDIR)/ngnutmeg-main.Tpo -c -o ngnutmeg-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1221-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-main.Tpo $(DEPDIR)/ngnutmeg-main.Po
##############################################
ngspice-33+ds/src/Makefile.in-1223-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1224:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1225-
ngspice-33+ds/src/Makefile.in-1226-ngnutmeg-main.obj: main.c
ngspice-33+ds/src/Makefile.in:1227:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-main.obj -MD -MP -MF $(DEPDIR)/ngnutmeg-main.Tpo -c -o ngnutmeg-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
ngspice-33+ds/src/Makefile.in-1228-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-main.Tpo $(DEPDIR)/ngnutmeg-main.Po
##############################################
ngspice-33+ds/src/Makefile.in-1230-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1231:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
ngspice-33+ds/src/Makefile.in-1232-
ngspice-33+ds/src/Makefile.in-1233-ngnutmeg-conf.o: conf.c
ngspice-33+ds/src/Makefile.in:1234:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-conf.o -MD -MP -MF $(DEPDIR)/ngnutmeg-conf.Tpo -c -o ngnutmeg-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1235-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-conf.Tpo $(DEPDIR)/ngnutmeg-conf.Po
##############################################
ngspice-33+ds/src/Makefile.in-1237-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1238:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1239-
ngspice-33+ds/src/Makefile.in-1240-ngnutmeg-conf.obj: conf.c
ngspice-33+ds/src/Makefile.in:1241:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-conf.obj -MD -MP -MF $(DEPDIR)/ngnutmeg-conf.Tpo -c -o ngnutmeg-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
ngspice-33+ds/src/Makefile.in-1242-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-conf.Tpo $(DEPDIR)/ngnutmeg-conf.Po
##############################################
ngspice-33+ds/src/Makefile.in-1244-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1245:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
ngspice-33+ds/src/Makefile.in-1246-
ngspice-33+ds/src/Makefile.in-1247-ngnutmeg-ngnutmeg.o: ngnutmeg.c
ngspice-33+ds/src/Makefile.in:1248:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-ngnutmeg.o -MD -MP -MF $(DEPDIR)/ngnutmeg-ngnutmeg.Tpo -c -o ngnutmeg-ngnutmeg.o `test -f 'ngnutmeg.c' || echo '$(srcdir)/'`ngnutmeg.c
ngspice-33+ds/src/Makefile.in-1249-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-ngnutmeg.Tpo $(DEPDIR)/ngnutmeg-ngnutmeg.Po
##############################################
ngspice-33+ds/src/Makefile.in-1251-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1252:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-ngnutmeg.o `test -f 'ngnutmeg.c' || echo '$(srcdir)/'`ngnutmeg.c
ngspice-33+ds/src/Makefile.in-1253-
ngspice-33+ds/src/Makefile.in-1254-ngnutmeg-ngnutmeg.obj: ngnutmeg.c
ngspice-33+ds/src/Makefile.in:1255:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-ngnutmeg.obj -MD -MP -MF $(DEPDIR)/ngnutmeg-ngnutmeg.Tpo -c -o ngnutmeg-ngnutmeg.obj `if test -f 'ngnutmeg.c'; then $(CYGPATH_W) 'ngnutmeg.c'; else $(CYGPATH_W) '$(srcdir)/ngnutmeg.c'; fi`
ngspice-33+ds/src/Makefile.in-1256-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-ngnutmeg.Tpo $(DEPDIR)/ngnutmeg-ngnutmeg.Po
##############################################
ngspice-33+ds/src/Makefile.in-1258-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1259:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-ngnutmeg.obj `if test -f 'ngnutmeg.c'; then $(CYGPATH_W) 'ngnutmeg.c'; else $(CYGPATH_W) '$(srcdir)/ngnutmeg.c'; fi`
ngspice-33+ds/src/Makefile.in-1260-
ngspice-33+ds/src/Makefile.in-1261-ngnutmeg-winmain.o: winmain.c
ngspice-33+ds/src/Makefile.in:1262:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-winmain.o -MD -MP -MF $(DEPDIR)/ngnutmeg-winmain.Tpo -c -o ngnutmeg-winmain.o `test -f 'winmain.c' || echo '$(srcdir)/'`winmain.c
ngspice-33+ds/src/Makefile.in-1263-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-winmain.Tpo $(DEPDIR)/ngnutmeg-winmain.Po
##############################################
ngspice-33+ds/src/Makefile.in-1265-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1266:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-winmain.o `test -f 'winmain.c' || echo '$(srcdir)/'`winmain.c
ngspice-33+ds/src/Makefile.in-1267-
ngspice-33+ds/src/Makefile.in-1268-ngnutmeg-winmain.obj: winmain.c
ngspice-33+ds/src/Makefile.in:1269:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-winmain.obj -MD -MP -MF $(DEPDIR)/ngnutmeg-winmain.Tpo -c -o ngnutmeg-winmain.obj `if test -f 'winmain.c'; then $(CYGPATH_W) 'winmain.c'; else $(CYGPATH_W) '$(srcdir)/winmain.c'; fi`
ngspice-33+ds/src/Makefile.in-1270-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-winmain.Tpo $(DEPDIR)/ngnutmeg-winmain.Po
##############################################
ngspice-33+ds/src/Makefile.in-1272-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1273:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-winmain.obj `if test -f 'winmain.c'; then $(CYGPATH_W) 'winmain.c'; else $(CYGPATH_W) '$(srcdir)/winmain.c'; fi`
ngspice-33+ds/src/Makefile.in-1274-
ngspice-33+ds/src/Makefile.in-1275-ngnutmeg-hist_info.o: hist_info.c
ngspice-33+ds/src/Makefile.in:1276:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-hist_info.o -MD -MP -MF $(DEPDIR)/ngnutmeg-hist_info.Tpo -c -o ngnutmeg-hist_info.o `test -f 'hist_info.c' || echo '$(srcdir)/'`hist_info.c
ngspice-33+ds/src/Makefile.in-1277-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-hist_info.Tpo $(DEPDIR)/ngnutmeg-hist_info.Po
##############################################
ngspice-33+ds/src/Makefile.in-1279-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1280:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-hist_info.o `test -f 'hist_info.c' || echo '$(srcdir)/'`hist_info.c
ngspice-33+ds/src/Makefile.in-1281-
ngspice-33+ds/src/Makefile.in-1282-ngnutmeg-hist_info.obj: hist_info.c
ngspice-33+ds/src/Makefile.in:1283:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngnutmeg-hist_info.obj -MD -MP -MF $(DEPDIR)/ngnutmeg-hist_info.Tpo -c -o ngnutmeg-hist_info.obj `if test -f 'hist_info.c'; then $(CYGPATH_W) 'hist_info.c'; else $(CYGPATH_W) '$(srcdir)/hist_info.c'; fi`
ngspice-33+ds/src/Makefile.in-1284-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngnutmeg-hist_info.Tpo $(DEPDIR)/ngnutmeg-hist_info.Po
##############################################
ngspice-33+ds/src/Makefile.in-1286-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1287:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngnutmeg_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngnutmeg-hist_info.obj `if test -f 'hist_info.c'; then $(CYGPATH_W) 'hist_info.c'; else $(CYGPATH_W) '$(srcdir)/hist_info.c'; fi`
ngspice-33+ds/src/Makefile.in-1288-
ngspice-33+ds/src/Makefile.in-1289-ngspice-main.o: main.c
ngspice-33+ds/src/Makefile.in:1290:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-main.o -MD -MP -MF $(DEPDIR)/ngspice-main.Tpo -c -o ngspice-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1291-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-main.Tpo $(DEPDIR)/ngspice-main.Po
##############################################
ngspice-33+ds/src/Makefile.in-1293-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1294:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
ngspice-33+ds/src/Makefile.in-1295-
ngspice-33+ds/src/Makefile.in-1296-ngspice-main.obj: main.c
ngspice-33+ds/src/Makefile.in:1297:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-main.obj -MD -MP -MF $(DEPDIR)/ngspice-main.Tpo -c -o ngspice-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
ngspice-33+ds/src/Makefile.in-1298-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-main.Tpo $(DEPDIR)/ngspice-main.Po
##############################################
ngspice-33+ds/src/Makefile.in-1300-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1301:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
ngspice-33+ds/src/Makefile.in-1302-
ngspice-33+ds/src/Makefile.in-1303-ngspice-conf.o: conf.c
ngspice-33+ds/src/Makefile.in:1304:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-conf.o -MD -MP -MF $(DEPDIR)/ngspice-conf.Tpo -c -o ngspice-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1305-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-conf.Tpo $(DEPDIR)/ngspice-conf.Po
##############################################
ngspice-33+ds/src/Makefile.in-1307-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1308:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c
ngspice-33+ds/src/Makefile.in-1309-
ngspice-33+ds/src/Makefile.in-1310-ngspice-conf.obj: conf.c
ngspice-33+ds/src/Makefile.in:1311:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-conf.obj -MD -MP -MF $(DEPDIR)/ngspice-conf.Tpo -c -o ngspice-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
ngspice-33+ds/src/Makefile.in-1312-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-conf.Tpo $(DEPDIR)/ngspice-conf.Po
##############################################
ngspice-33+ds/src/Makefile.in-1314-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1315:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi`
ngspice-33+ds/src/Makefile.in-1316-
ngspice-33+ds/src/Makefile.in-1317-ngspice-ngspice.o: ngspice.c
ngspice-33+ds/src/Makefile.in:1318:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-ngspice.o -MD -MP -MF $(DEPDIR)/ngspice-ngspice.Tpo -c -o ngspice-ngspice.o `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1319-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-ngspice.Tpo $(DEPDIR)/ngspice-ngspice.Po
##############################################
ngspice-33+ds/src/Makefile.in-1321-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1322:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-ngspice.o `test -f 'ngspice.c' || echo '$(srcdir)/'`ngspice.c
ngspice-33+ds/src/Makefile.in-1323-
ngspice-33+ds/src/Makefile.in-1324-ngspice-ngspice.obj: ngspice.c
ngspice-33+ds/src/Makefile.in:1325:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-ngspice.obj -MD -MP -MF $(DEPDIR)/ngspice-ngspice.Tpo -c -o ngspice-ngspice.obj `if test -f 'ngspice.c'; then $(CYGPATH_W) 'ngspice.c'; else $(CYGPATH_W) '$(srcdir)/ngspice.c'; fi`
ngspice-33+ds/src/Makefile.in-1326-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-ngspice.Tpo $(DEPDIR)/ngspice-ngspice.Po
##############################################
ngspice-33+ds/src/Makefile.in-1328-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1329:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-ngspice.obj `if test -f 'ngspice.c'; then $(CYGPATH_W) 'ngspice.c'; else $(CYGPATH_W) '$(srcdir)/ngspice.c'; fi`
ngspice-33+ds/src/Makefile.in-1330-
ngspice-33+ds/src/Makefile.in-1331-ngspice-winmain.o: winmain.c
ngspice-33+ds/src/Makefile.in:1332:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-winmain.o -MD -MP -MF $(DEPDIR)/ngspice-winmain.Tpo -c -o ngspice-winmain.o `test -f 'winmain.c' || echo '$(srcdir)/'`winmain.c
ngspice-33+ds/src/Makefile.in-1333-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-winmain.Tpo $(DEPDIR)/ngspice-winmain.Po
##############################################
ngspice-33+ds/src/Makefile.in-1335-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1336:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-winmain.o `test -f 'winmain.c' || echo '$(srcdir)/'`winmain.c
ngspice-33+ds/src/Makefile.in-1337-
ngspice-33+ds/src/Makefile.in-1338-ngspice-winmain.obj: winmain.c
ngspice-33+ds/src/Makefile.in:1339:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-winmain.obj -MD -MP -MF $(DEPDIR)/ngspice-winmain.Tpo -c -o ngspice-winmain.obj `if test -f 'winmain.c'; then $(CYGPATH_W) 'winmain.c'; else $(CYGPATH_W) '$(srcdir)/winmain.c'; fi`
ngspice-33+ds/src/Makefile.in-1340-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-winmain.Tpo $(DEPDIR)/ngspice-winmain.Po
##############################################
ngspice-33+ds/src/Makefile.in-1342-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1343:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-winmain.obj `if test -f 'winmain.c'; then $(CYGPATH_W) 'winmain.c'; else $(CYGPATH_W) '$(srcdir)/winmain.c'; fi`
ngspice-33+ds/src/Makefile.in-1344-
ngspice-33+ds/src/Makefile.in-1345-ngspice-hist_info.o: hist_info.c
ngspice-33+ds/src/Makefile.in:1346:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-hist_info.o -MD -MP -MF $(DEPDIR)/ngspice-hist_info.Tpo -c -o ngspice-hist_info.o `test -f 'hist_info.c' || echo '$(srcdir)/'`hist_info.c
ngspice-33+ds/src/Makefile.in-1347-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-hist_info.Tpo $(DEPDIR)/ngspice-hist_info.Po
##############################################
ngspice-33+ds/src/Makefile.in-1349-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1350:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-hist_info.o `test -f 'hist_info.c' || echo '$(srcdir)/'`hist_info.c
ngspice-33+ds/src/Makefile.in-1351-
ngspice-33+ds/src/Makefile.in-1352-ngspice-hist_info.obj: hist_info.c
ngspice-33+ds/src/Makefile.in:1353:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ngspice-hist_info.obj -MD -MP -MF $(DEPDIR)/ngspice-hist_info.Tpo -c -o ngspice-hist_info.obj `if test -f 'hist_info.c'; then $(CYGPATH_W) 'hist_info.c'; else $(CYGPATH_W) '$(srcdir)/hist_info.c'; fi`
ngspice-33+ds/src/Makefile.in-1354-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ngspice-hist_info.Tpo $(DEPDIR)/ngspice-hist_info.Po
##############################################
ngspice-33+ds/src/Makefile.in-1356-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/Makefile.in:1357:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ngspice_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ngspice-hist_info.obj `if test -f 'hist_info.c'; then $(CYGPATH_W) 'hist_info.c'; else $(CYGPATH_W) '$(srcdir)/hist_info.c'; fi`
ngspice-33+ds/src/Makefile.in-1358-
##############################################
ngspice-33+ds/src/Makefile.in-1382-	@list='$(helpdata_DATA)'; test -n "$(helpdatadir)" || list=; \
ngspice-33+ds/src/Makefile.in:1383:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/src/Makefile.in-1384-	dir='$(DESTDIR)$(helpdatadir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/src/Makefile.in-1403-	@list='$(initdata_DATA)'; test -n "$(initdatadir)" || list=; \
ngspice-33+ds/src/Makefile.in:1404:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/src/Makefile.in-1405-	dir='$(DESTDIR)$(initdatadir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/src/Makefile.in-1424-	@list='$(pkgIndex_DATA)'; test -n "$(pkgIndexdir)" || list=; \
ngspice-33+ds/src/Makefile.in:1425:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
ngspice-33+ds/src/Makefile.in-1426-	dir='$(DESTDIR)$(pkgIndexdir)'; $(am__uninstall_files_from_dir)
##############################################
ngspice-33+ds/src/Makefile.in-1441-	dot_seen=no; \
ngspice-33+ds/src/Makefile.in:1442:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/Makefile.in-1443-	case "$@" in \
##############################################
ngspice-33+ds/src/Makefile.in-1504-GTAGS:
ngspice-33+ds/src/Makefile.in:1505:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/Makefile.in-1506-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/Makefile.in-1527-distdir: $(DISTFILES)
ngspice-33+ds/src/Makefile.in:1528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/Makefile.in:1529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/Makefile.in-1530-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/Makefile.in-1541-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/Makefile.in:1542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/Makefile.in-1543-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-8-        printf("\nScalar parameters\n\n");
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:9:        printf("integer = %d\n", PARAM(integer));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:10:        printf("real    = %e\n", PARAM(real));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-11-        printf("complex = <%e %e>\n", PARAM(complex).real,
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-12-                                      PARAM(complex).imag);
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:13:        printf("string  = %s\n", PARAM(string));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-14-
##############################################
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-17-        for(i = 0; i < PARAM_SIZE(integer_array); i++)
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:18:            printf("integer = %d\n", PARAM(integer_array[i]));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-19-        for(i = 0; i < PARAM_SIZE(real_array); i++)
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:20:            printf("real    = %e\n", PARAM(real_array[i]));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-21-        for(i = 0; i < PARAM_SIZE(complex_array); i++)
##############################################
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-24-        for(i = 0; i < PARAM_SIZE(string_array); i++)
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod:25:            printf("string  = %s\n", PARAM(string_array[i]));
ngspice-33+ds/src/xspice/examples/print_param_types/cfunc.mod-26-
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/enh/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/enh/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-403-.c.obj:
ngspice-33+ds/src/xspice/enh/Makefile.in:404:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/enh/Makefile.in-405-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/enh/Makefile.in:408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/enh/Makefile.in-409-
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-452-GTAGS:
ngspice-33+ds/src/xspice/enh/Makefile.in:453:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/enh/Makefile.in-454-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-475-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/enh/Makefile.in:476:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/enh/Makefile.in:477:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/enh/Makefile.in-478-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/enh/Makefile.in-489-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/enh/Makefile.in:490:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/enh/Makefile.in-491-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-51-  { \
ngspice-33+ds/src/xspice/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/Makefile.in-53-  }; \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-170-  while test -n "$$dir1"; do \
ngspice-33+ds/src/xspice/Makefile.in:171:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/xspice/Makefile.in-172-    if test "$$first" != "."; then \
ngspice-33+ds/src/xspice/Makefile.in-173-      if test "$$first" = ".."; then \
ngspice-33+ds/src/xspice/Makefile.in:174:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/xspice/Makefile.in:175:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/xspice/Makefile.in-176-      else \
ngspice-33+ds/src/xspice/Makefile.in:177:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/xspice/Makefile.in-178-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/xspice/Makefile.in:179:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/xspice/Makefile.in-180-        else \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-185-    fi; \
ngspice-33+ds/src/xspice/Makefile.in:186:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/xspice/Makefile.in-187-  done; \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-397-	dot_seen=no; \
ngspice-33+ds/src/xspice/Makefile.in:398:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/xspice/Makefile.in-399-	case "$@" in \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-460-GTAGS:
ngspice-33+ds/src/xspice/Makefile.in:461:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/Makefile.in-462-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-483-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-497-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/Makefile.in-664-	rm -f "$(distdir)/icm/GNUmakefile"
ngspice-33+ds/src/xspice/Makefile.in:665:	rm -rf `find $(distdir)/icm -name .deps`
ngspice-33+ds/src/xspice/Makefile.in:666:	rm -rf `find $(distdir)/icm -name *.o`
ngspice-33+ds/src/xspice/Makefile.in:667:	rm -rf `find $(distdir)/icm -name *.cm`
ngspice-33+ds/src/xspice/Makefile.in-668-	for sub in analog digital spice2poly xtradev xtraevt table ; do \
ngspice-33+ds/src/xspice/Makefile.in:669:	    rm -rf `find $(distdir)/icm/$$sub -name cmextrn.h`; \
ngspice-33+ds/src/xspice/Makefile.in:670:	    rm -rf `find $(distdir)/icm/$$sub -name cminfo.h`; \
ngspice-33+ds/src/xspice/Makefile.in:671:	    rm -rf `find $(distdir)/icm/$$sub -name udnextrn.h`; \
ngspice-33+ds/src/xspice/Makefile.in:672:	    rm -rf `find $(distdir)/icm/$$sub -name udninfo.h`; \
ngspice-33+ds/src/xspice/Makefile.in:673:	    rm -rf `find $(distdir)/icm/$$sub -name ifspec.c`; \
ngspice-33+ds/src/xspice/Makefile.in:674:	    rm -rf `find $(distdir)/icm/$$sub -name cfunc.c`; \
ngspice-33+ds/src/xspice/Makefile.in:675:	    rm -rf `find $(distdir)/icm/$$sub -name dlmain.c`; \
ngspice-33+ds/src/xspice/Makefile.in:676:	    rm -rf `find $(distdir)/icm/$$sub -name objects.inc`; \
ngspice-33+ds/src/xspice/Makefile.in-677-	done
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/evt/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/evt/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-439-.c.obj:
ngspice-33+ds/src/xspice/evt/Makefile.in:440:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/evt/Makefile.in-441-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-443-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/evt/Makefile.in:444:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/evt/Makefile.in-445-
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-488-GTAGS:
ngspice-33+ds/src/xspice/evt/Makefile.in:489:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/evt/Makefile.in-490-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-511-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/evt/Makefile.in:512:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/evt/Makefile.in:513:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/evt/Makefile.in-514-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/evt/Makefile.in-525-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/evt/Makefile.in:526:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/evt/Makefile.in-527-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/cm/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/cm/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-410-.c.obj:
ngspice-33+ds/src/xspice/cm/Makefile.in:411:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/cm/Makefile.in-412-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/cm/Makefile.in:415:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/cm/Makefile.in-416-
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-459-GTAGS:
ngspice-33+ds/src/xspice/cm/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/cm/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-482-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/cm/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/cm/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/cm/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/cm/Makefile.in-496-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/cm/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/cm/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/mif/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/mif/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-432-.c.obj:
ngspice-33+ds/src/xspice/mif/Makefile.in:433:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/mif/Makefile.in-434-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/mif/Makefile.in:437:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/mif/Makefile.in-438-
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-481-GTAGS:
ngspice-33+ds/src/xspice/mif/Makefile.in:482:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/mif/Makefile.in-483-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-504-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/mif/Makefile.in:505:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/mif/Makefile.in:506:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/mif/Makefile.in-507-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/mif/Makefile.in-518-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/mif/Makefile.in:519:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/mif/Makefile.in-520-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-50-  { \
ngspice-33+ds/src/xspice/cmpp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-454-	test -n "$(EXEEXT)" || exit 0; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in:455:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in-456-	echo " rm -f" $$list; \
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-495-.c.obj:
ngspice-33+ds/src/xspice/cmpp/Makefile.in:496:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/cmpp/Makefile.in-497-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-499-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/cmpp/Makefile.in:500:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/cmpp/Makefile.in-501-
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-512-.y.c:
ngspice-33+ds/src/xspice/cmpp/Makefile.in:513:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
ngspice-33+ds/src/xspice/cmpp/Makefile.in-514-
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-550-GTAGS:
ngspice-33+ds/src/xspice/cmpp/Makefile.in:551:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/cmpp/Makefile.in-552-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-573-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/cmpp/Makefile.in:574:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in:575:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in-576-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/cmpp/Makefile.in-587-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/cmpp/Makefile.in:588:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/cmpp/Makefile.in-589-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/ipc/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/ipc/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-410-.c.obj:
ngspice-33+ds/src/xspice/ipc/Makefile.in:411:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/ipc/Makefile.in-412-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/ipc/Makefile.in:415:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/ipc/Makefile.in-416-
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-459-GTAGS:
ngspice-33+ds/src/xspice/ipc/Makefile.in:460:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/ipc/Makefile.in-461-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-482-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/ipc/Makefile.in:483:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/ipc/Makefile.in:484:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/ipc/Makefile.in-485-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/ipc/Makefile.in-496-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/ipc/Makefile.in:497:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/ipc/Makefile.in-498-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod-227-                else {
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod:228:                    sprintf(p, "%s%s%s", lbuffer, DIR_PATHSEP, PARAM(file));
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod-229-                    loc->state->fp = fopen(p, "r");
##############################################
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod-233-            if (!loc->state->fp) {
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod:234:                cm_message_printf("cannot open file %s", PARAM(file));
ngspice-33+ds/src/xspice/icm/analog/file_source/cfunc.mod-235-                loc->state->atend = 1;
##############################################
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod-931-                p = (char*) malloc(strlen(lbuffer) + strlen(DIR_PATHSEP) + strlen(PARAM(input_file)) + 1);
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod:932:                sprintf(p, "%s%s%s", lbuffer, DIR_PATHSEP, PARAM(input_file));
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod-933-                source = fopen(p, "r");
##############################################
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod-936-            if (!source)
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod:937:                cm_message_printf("cannot open file %s", PARAM(input_file));
ngspice-33+ds/src/xspice/icm/digital/d_source/cfunc.mod-938-        }
##############################################
ngspice-33+ds/src/xspice/Makefile.am-14-	rm -f "$(distdir)/icm/GNUmakefile"
ngspice-33+ds/src/xspice/Makefile.am:15:	rm -rf `find $(distdir)/icm -name .deps`
ngspice-33+ds/src/xspice/Makefile.am:16:	rm -rf `find $(distdir)/icm -name *.o`
ngspice-33+ds/src/xspice/Makefile.am:17:	rm -rf `find $(distdir)/icm -name *.cm`
ngspice-33+ds/src/xspice/Makefile.am-18-	for sub in analog digital spice2poly xtradev xtraevt table ; do \
ngspice-33+ds/src/xspice/Makefile.am:19:	    rm -rf `find $(distdir)/icm/$$sub -name cmextrn.h`; \
ngspice-33+ds/src/xspice/Makefile.am:20:	    rm -rf `find $(distdir)/icm/$$sub -name cminfo.h`; \
ngspice-33+ds/src/xspice/Makefile.am:21:	    rm -rf `find $(distdir)/icm/$$sub -name udnextrn.h`; \
ngspice-33+ds/src/xspice/Makefile.am:22:	    rm -rf `find $(distdir)/icm/$$sub -name udninfo.h`; \
ngspice-33+ds/src/xspice/Makefile.am:23:	    rm -rf `find $(distdir)/icm/$$sub -name ifspec.c`; \
ngspice-33+ds/src/xspice/Makefile.am:24:	    rm -rf `find $(distdir)/icm/$$sub -name cfunc.c`; \
ngspice-33+ds/src/xspice/Makefile.am:25:	    rm -rf `find $(distdir)/icm/$$sub -name dlmain.c`; \
ngspice-33+ds/src/xspice/Makefile.am:26:	    rm -rf `find $(distdir)/icm/$$sub -name objects.inc`; \
ngspice-33+ds/src/xspice/Makefile.am-27-	done
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-53-  { \
ngspice-33+ds/src/xspice/idn/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/xspice/idn/Makefile.in-55-  }; \
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-401-.c.obj:
ngspice-33+ds/src/xspice/idn/Makefile.in:402:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/idn/Makefile.in-403-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-405-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/xspice/idn/Makefile.in:406:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/xspice/idn/Makefile.in-407-
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-450-GTAGS:
ngspice-33+ds/src/xspice/idn/Makefile.in:451:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/xspice/idn/Makefile.in-452-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-473-distdir: $(DISTFILES)
ngspice-33+ds/src/xspice/idn/Makefile.in:474:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/idn/Makefile.in:475:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/xspice/idn/Makefile.in-476-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/xspice/idn/Makefile.in-487-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/xspice/idn/Makefile.in:488:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/xspice/idn/Makefile.in-489-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-50-  { \
ngspice-33+ds/src/maths/ni/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/ni/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-425-.c.obj:
ngspice-33+ds/src/maths/ni/Makefile.in:426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/ni/Makefile.in-427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/ni/Makefile.in:430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/ni/Makefile.in-431-
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-474-GTAGS:
ngspice-33+ds/src/maths/ni/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/ni/Makefile.in-476-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-497-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/ni/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/ni/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/ni/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/ni/Makefile.in-511-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/ni/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/ni/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-50-  { \
ngspice-33+ds/src/maths/deriv/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/deriv/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-424-.c.obj:
ngspice-33+ds/src/maths/deriv/Makefile.in:425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/deriv/Makefile.in-426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/deriv/Makefile.in:429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/deriv/Makefile.in-430-
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-473-GTAGS:
ngspice-33+ds/src/maths/deriv/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/deriv/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-496-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/deriv/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/deriv/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/deriv/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/deriv/Makefile.in-510-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/deriv/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/deriv/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/Makefile.in-49-  { \
ngspice-33+ds/src/maths/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/src/maths/Makefile.in-167-  while test -n "$$dir1"; do \
ngspice-33+ds/src/maths/Makefile.in:168:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/maths/Makefile.in-169-    if test "$$first" != "."; then \
ngspice-33+ds/src/maths/Makefile.in-170-      if test "$$first" = ".."; then \
ngspice-33+ds/src/maths/Makefile.in:171:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/maths/Makefile.in:172:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/maths/Makefile.in-173-      else \
ngspice-33+ds/src/maths/Makefile.in:174:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/maths/Makefile.in-175-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/maths/Makefile.in:176:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/maths/Makefile.in-177-        else \
##############################################
ngspice-33+ds/src/maths/Makefile.in-182-    fi; \
ngspice-33+ds/src/maths/Makefile.in:183:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/maths/Makefile.in-184-  done; \
##############################################
ngspice-33+ds/src/maths/Makefile.in-394-	dot_seen=no; \
ngspice-33+ds/src/maths/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/maths/Makefile.in-396-	case "$@" in \
##############################################
ngspice-33+ds/src/maths/Makefile.in-457-GTAGS:
ngspice-33+ds/src/maths/Makefile.in:458:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/Makefile.in-459-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/Makefile.in-480-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/Makefile.in-494-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-50-  { \
ngspice-33+ds/src/maths/poly/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/poly/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-411-.c.obj:
ngspice-33+ds/src/maths/poly/Makefile.in:412:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/poly/Makefile.in-413-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/poly/Makefile.in:416:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/poly/Makefile.in-417-
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-460-GTAGS:
ngspice-33+ds/src/maths/poly/Makefile.in:461:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/poly/Makefile.in-462-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-483-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/poly/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/poly/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/poly/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/poly/Makefile.in-497-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/poly/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/poly/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-50-  { \
ngspice-33+ds/src/maths/fft/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/fft/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-405-.c.obj:
ngspice-33+ds/src/maths/fft/Makefile.in:406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/fft/Makefile.in-407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/fft/Makefile.in:410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/fft/Makefile.in-411-
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-454-GTAGS:
ngspice-33+ds/src/maths/fft/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/fft/Makefile.in-456-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-477-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/fft/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/fft/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/fft/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/fft/Makefile.in-491-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/fft/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/fft/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-51-  { \
ngspice-33+ds/src/maths/cmaths/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-53-  }; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-488-	test -n "$(EXEEXT)" || exit 0; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:489:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-490-	echo " rm -f" $$list; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-531-.c.obj:
ngspice-33+ds/src/maths/cmaths/Makefile.in:532:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/cmaths/Makefile.in-533-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-535-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/cmaths/Makefile.in:536:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/cmaths/Makefile.in-537-
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-580-GTAGS:
ngspice-33+ds/src/maths/cmaths/Makefile.in:581:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/cmaths/Makefile.in-582-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-613-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/src/maths/cmaths/Makefile.in:614:	      all=`expr $$all + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-615-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/src/maths/cmaths/Makefile.in-616-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/src/maths/cmaths/Makefile.in:617:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:618:		failed=`expr $$failed + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-619-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-625-	    elif test $$? -ne 77; then \
ngspice-33+ds/src/maths/cmaths/Makefile.in:626:	      all=`expr $$all + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-627-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/src/maths/cmaths/Makefile.in-628-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/src/maths/cmaths/Makefile.in:629:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-630-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-632-	      *) \
ngspice-33+ds/src/maths/cmaths/Makefile.in:633:		failed=`expr $$failed + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-634-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-637-	    else \
ngspice-33+ds/src/maths/cmaths/Makefile.in:638:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-639-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-672-	    fi; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:673:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/src/maths/cmaths/Makefile.in-674-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-678-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:679:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/src/maths/cmaths/Makefile.in-680-	      dashes="$$report"; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-681-	  fi; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:682:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-683-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-696-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/cmaths/Makefile.in:697:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in:698:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-699-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/cmaths/Makefile.in-710-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/cmaths/Makefile.in:711:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/cmaths/Makefile.in-712-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-50-  { \
ngspice-33+ds/src/maths/sparse/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/sparse/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-416-.c.obj:
ngspice-33+ds/src/maths/sparse/Makefile.in:417:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/sparse/Makefile.in-418-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/sparse/Makefile.in:421:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/sparse/Makefile.in-422-
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-465-GTAGS:
ngspice-33+ds/src/maths/sparse/Makefile.in:466:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/sparse/Makefile.in-467-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-488-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/sparse/Makefile.in:489:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/sparse/Makefile.in:490:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/sparse/Makefile.in-491-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/sparse/Makefile.in-502-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/sparse/Makefile.in:503:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/sparse/Makefile.in-504-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1446-        ASp = ABS(T[I] - Em);
ngspice-33+ds/src/maths/sparse/sputils.c:1447:        ASm = ABS(Em + T[I]);
ngspice-33+ds/src/maths/sparse/sputils.c-1448-
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1457-            ASp += ABS(T[Row]);
ngspice-33+ds/src/maths/sparse/sputils.c:1458:            ASm += ABS(Tm[Row]);
ngspice-33+ds/src/maths/sparse/sputils.c-1459-            pElement = pElement->NextInCol;
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1463-           values. */
ngspice-33+ds/src/maths/sparse/sputils.c:1464:        if (ASm > ASp)
ngspice-33+ds/src/maths/sparse/sputils.c-1465-        {
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1647-        Wm.Real += Em;
ngspice-33+ds/src/maths/sparse/sputils.c:1648:        ASm = CMPLX_1_NORM( Wm );
ngspice-33+ds/src/maths/sparse/sputils.c-1649-        CMPLX_MULT_ASSIGN( Wm, *pPivot );
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1655-            Em *= ScaleFactor;
ngspice-33+ds/src/maths/sparse/sputils.c:1656:            ASm *= ScaleFactor;
ngspice-33+ds/src/maths/sparse/sputils.c-1657-            SCLR_MULT_ASSIGN( Wm, ScaleFactor );
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1673-            ASp += CMPLX_1_NORM(T[Row]);
ngspice-33+ds/src/maths/sparse/sputils.c:1674:            ASm += CMPLX_1_NORM(Tm[Row]);
ngspice-33+ds/src/maths/sparse/sputils.c-1675-            pElement = pElement->NextInCol;
##############################################
ngspice-33+ds/src/maths/sparse/sputils.c-1679-           values. */
ngspice-33+ds/src/maths/sparse/sputils.c:1680:        if (ASm > ASp)
ngspice-33+ds/src/maths/sparse/sputils.c-1681-        {
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-50-  { \
ngspice-33+ds/src/maths/misc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/maths/misc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-419-.c.obj:
ngspice-33+ds/src/maths/misc/Makefile.in:420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/misc/Makefile.in-421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/maths/misc/Makefile.in:424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/maths/misc/Makefile.in-425-
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-468-GTAGS:
ngspice-33+ds/src/maths/misc/Makefile.in:469:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/maths/misc/Makefile.in-470-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-491-distdir: $(DISTFILES)
ngspice-33+ds/src/maths/misc/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/misc/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/maths/misc/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/maths/misc/Makefile.in-505-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/maths/misc/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/maths/misc/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-50-  { \
ngspice-33+ds/src/ciderlib/input/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/ciderlib/input/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-447-.c.obj:
ngspice-33+ds/src/ciderlib/input/Makefile.in:448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/input/Makefile.in-449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/ciderlib/input/Makefile.in:452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/input/Makefile.in-453-
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-496-GTAGS:
ngspice-33+ds/src/ciderlib/input/Makefile.in:497:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/ciderlib/input/Makefile.in-498-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-519-distdir: $(DISTFILES)
ngspice-33+ds/src/ciderlib/input/Makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/input/Makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/input/Makefile.in-522-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/ciderlib/input/Makefile.in-533-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/ciderlib/input/Makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/ciderlib/input/Makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-50-  { \
ngspice-33+ds/src/ciderlib/twod/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/ciderlib/twod/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-447-.c.obj:
ngspice-33+ds/src/ciderlib/twod/Makefile.in:448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/twod/Makefile.in-449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/ciderlib/twod/Makefile.in:452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/twod/Makefile.in-453-
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-496-GTAGS:
ngspice-33+ds/src/ciderlib/twod/Makefile.in:497:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/ciderlib/twod/Makefile.in-498-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-519-distdir: $(DISTFILES)
ngspice-33+ds/src/ciderlib/twod/Makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/twod/Makefile.in:521:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/twod/Makefile.in-522-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/ciderlib/twod/Makefile.in-533-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/ciderlib/twod/Makefile.in:534:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/ciderlib/twod/Makefile.in-535-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-49-  { \
ngspice-33+ds/src/ciderlib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-168-  while test -n "$$dir1"; do \
ngspice-33+ds/src/ciderlib/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-170-    if test "$$first" != "."; then \
ngspice-33+ds/src/ciderlib/Makefile.in-171-      if test "$$first" = ".."; then \
ngspice-33+ds/src/ciderlib/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/ciderlib/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-174-      else \
ngspice-33+ds/src/ciderlib/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-176-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/ciderlib/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-178-        else \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-183-    fi; \
ngspice-33+ds/src/ciderlib/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/ciderlib/Makefile.in-185-  done; \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-395-	dot_seen=no; \
ngspice-33+ds/src/ciderlib/Makefile.in:396:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/ciderlib/Makefile.in-397-	case "$@" in \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-458-GTAGS:
ngspice-33+ds/src/ciderlib/Makefile.in:459:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/ciderlib/Makefile.in-460-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-481-distdir: $(DISTFILES)
ngspice-33+ds/src/ciderlib/Makefile.in:482:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/Makefile.in:483:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/Makefile.in-484-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/ciderlib/Makefile.in-495-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/ciderlib/Makefile.in:496:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/ciderlib/Makefile.in-497-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-50-  { \
ngspice-33+ds/src/ciderlib/support/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/ciderlib/support/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-425-.c.obj:
ngspice-33+ds/src/ciderlib/support/Makefile.in:426:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/support/Makefile.in-427-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/ciderlib/support/Makefile.in:430:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/support/Makefile.in-431-
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-474-GTAGS:
ngspice-33+ds/src/ciderlib/support/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/ciderlib/support/Makefile.in-476-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-497-distdir: $(DISTFILES)
ngspice-33+ds/src/ciderlib/support/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/support/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/support/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/ciderlib/support/Makefile.in-511-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/ciderlib/support/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/ciderlib/support/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-50-  { \
ngspice-33+ds/src/ciderlib/oned/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/ciderlib/oned/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-430-.c.obj:
ngspice-33+ds/src/ciderlib/oned/Makefile.in:431:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/oned/Makefile.in-432-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/ciderlib/oned/Makefile.in:435:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/ciderlib/oned/Makefile.in-436-
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-479-GTAGS:
ngspice-33+ds/src/ciderlib/oned/Makefile.in:480:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/ciderlib/oned/Makefile.in-481-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-502-distdir: $(DISTFILES)
ngspice-33+ds/src/ciderlib/oned/Makefile.in:503:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/oned/Makefile.in:504:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/ciderlib/oned/Makefile.in-505-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/ciderlib/oned/Makefile.in-516-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/ciderlib/oned/Makefile.in:517:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/ciderlib/oned/Makefile.in-518-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/parser/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/parser/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-546-.c.obj:
ngspice-33+ds/src/spicelib/parser/Makefile.in:547:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/parser/Makefile.in-548-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-550-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/parser/Makefile.in:551:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/parser/Makefile.in-552-
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-560-.y.c:
ngspice-33+ds/src/spicelib/parser/Makefile.in:561:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
ngspice-33+ds/src/spicelib/parser/Makefile.in-562-
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-598-GTAGS:
ngspice-33+ds/src/spicelib/parser/Makefile.in:599:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/parser/Makefile.in-600-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-621-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/parser/Makefile.in:622:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/parser/Makefile.in:623:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/parser/Makefile.in-624-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/parser/Makefile.in-635-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/parser/Makefile.in:636:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/parser/Makefile.in-637-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-51-  { \
ngspice-33+ds/src/spicelib/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/Makefile.in-53-  }; \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-170-  while test -n "$$dir1"; do \
ngspice-33+ds/src/spicelib/Makefile.in:171:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/spicelib/Makefile.in-172-    if test "$$first" != "."; then \
ngspice-33+ds/src/spicelib/Makefile.in-173-      if test "$$first" = ".."; then \
ngspice-33+ds/src/spicelib/Makefile.in:174:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/spicelib/Makefile.in:175:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/spicelib/Makefile.in-176-      else \
ngspice-33+ds/src/spicelib/Makefile.in:177:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/spicelib/Makefile.in-178-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/spicelib/Makefile.in:179:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/spicelib/Makefile.in-180-        else \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-185-    fi; \
ngspice-33+ds/src/spicelib/Makefile.in:186:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/spicelib/Makefile.in-187-  done; \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-397-	dot_seen=no; \
ngspice-33+ds/src/spicelib/Makefile.in:398:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/spicelib/Makefile.in-399-	case "$@" in \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-460-GTAGS:
ngspice-33+ds/src/spicelib/Makefile.in:461:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/Makefile.in-462-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-483-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/Makefile.in:484:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/Makefile.in:485:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/Makefile.in-486-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-497-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/Makefile.in:498:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/Makefile.in-499-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/Makefile.in-662-dist-hook:
ngspice-33+ds/src/spicelib/Makefile.in:663:	rm -rf `find $(distdir)/devices -name .deps`
ngspice-33+ds/src/spicelib/Makefile.in-664-
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/analysis/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/analysis/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-552-.c.obj:
ngspice-33+ds/src/spicelib/analysis/Makefile.in:553:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/analysis/Makefile.in-554-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-556-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/analysis/Makefile.in:557:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/analysis/Makefile.in-558-
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-601-GTAGS:
ngspice-33+ds/src/spicelib/analysis/Makefile.in:602:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/analysis/Makefile.in-603-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-624-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/analysis/Makefile.in:625:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/analysis/Makefile.in:626:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/analysis/Makefile.in-627-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/analysis/Makefile.in-638-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/analysis/Makefile.in:639:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/analysis/Makefile.in-640-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-443-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:444:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-445-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:448:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-449-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-492-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-515-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-529-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v7/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/asrc/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/vsrc/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-422-.c.obj:
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:423:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-424-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-426-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:427:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-428-
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-471-GTAGS:
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-494-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-508-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/txl/Makefile.in-510-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-424-.c.obj:
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-430-
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-473-GTAGS:
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-496-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-510-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/cccs/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-435-.c.obj:
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:436:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:440:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-441-
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-484-GTAGS:
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-507-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-510-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-521-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mes/Makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-429-.c.obj:
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-435-
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-478-GTAGS:
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:479:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-480-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-501-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:502:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:503:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-504-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-515-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in:516:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/hfet2/Makefile.in-517-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-443-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:444:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-445-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:448:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-449-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-492-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-515-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-529-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v5/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/nbjt2/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-441-.c.obj:
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-447-
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-490-GTAGS:
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-513-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-527-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/cap/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-426-.c.obj:
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-432-
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-475-GTAGS:
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-498-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-501-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-512-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in:513:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/csw/Makefile.in-514-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-426-.c.obj:
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-432-
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-475-GTAGS:
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-498-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-501-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-512-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in:513:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/ccvs/Makefile.in-514-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mesa/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-440-.c.obj:
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-446-
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-489-GTAGS:
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-512-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-526-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/vdmos/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-433-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-439-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-482-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-505-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:506:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:507:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-508-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-519-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in:520:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v0/Makefile.in-521-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-435-.c.obj:
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:436:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:440:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-441-
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-484-GTAGS:
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-507-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-510-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-521-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/vbic/Makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-443-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:444:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-445-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:448:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-449-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-492-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-515-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-529-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim4/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/numd2/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/dio/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mos9/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-203-  while test -n "$$dir1"; do \
ngspice-33+ds/src/spicelib/devices/Makefile.in:204:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-205-    if test "$$first" != "."; then \
ngspice-33+ds/src/spicelib/devices/Makefile.in-206-      if test "$$first" = ".."; then \
ngspice-33+ds/src/spicelib/devices/Makefile.in:207:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/spicelib/devices/Makefile.in:208:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-209-      else \
ngspice-33+ds/src/spicelib/devices/Makefile.in:210:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-211-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/spicelib/devices/Makefile.in:212:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-213-        else \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-218-    fi; \
ngspice-33+ds/src/spicelib/devices/Makefile.in:219:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-220-  done; \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-529-.c.obj:
ngspice-33+ds/src/spicelib/devices/Makefile.in:530:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/Makefile.in-531-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/Makefile.in:534:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/Makefile.in-535-
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-562-	dot_seen=no; \
ngspice-33+ds/src/spicelib/devices/Makefile.in:563:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-564-	case "$@" in \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-625-GTAGS:
ngspice-33+ds/src/spicelib/devices/Makefile.in:626:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/Makefile.in-627-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-648-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/Makefile.in:649:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in:650:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-651-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/Makefile.in-662-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/Makefile.in:663:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/Makefile.in-664-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mos3/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/numos/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-442-.c.obj:
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-448-
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-491-GTAGS:
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:492:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-493-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-514-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-528-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/hisim2/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/hfet1/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-431-.c.obj:
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:432:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-433-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-435-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:436:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-437-
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-480-GTAGS:
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:481:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-482-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-503-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:504:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:505:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-506-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-517-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in:518:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/ndev/Makefile.in-519-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-438-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:439:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-440-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-442-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:443:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-444-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-487-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:488:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-489-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-510-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:511:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:512:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-513-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-524-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in:525:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_pd/Makefile.in-526-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-435-.c.obj:
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:436:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:440:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-441-
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-484-GTAGS:
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-507-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-510-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-521-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/res/Makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-424-.c.obj:
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-430-
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-473-GTAGS:
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-496-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-510-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/vccs/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-442-.c.obj:
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-448-
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-491-GTAGS:
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:492:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-493-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-514-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-528-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv1/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-437-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-443-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-486-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-509-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-523-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_dd/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-441-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-447-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-490-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-513-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-527-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v32/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-426-.c.obj:
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-432-
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-475-GTAGS:
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-498-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-501-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-512-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in:513:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/sw/Makefile.in-514-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-443-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:444:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-445-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-447-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:448:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-449-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-492-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-515-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-529-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim4v6/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-422-.c.obj:
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:423:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-424-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-426-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:427:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-428-
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-471-GTAGS:
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-494-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-508-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/tra/Makefile.in-510-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-417-.c.obj:
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:418:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-419-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-421-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:422:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-423-
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-466-GTAGS:
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:467:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-468-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-489-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:490:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:491:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-492-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-503-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in:504:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/cpl/Makefile.in-505-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-441-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-447-
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-490-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-513-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-527-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsimsoi/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mos2/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/nbjt/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-435-.c.obj:
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:436:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-437-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-439-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:440:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-441-
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-484-GTAGS:
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:485:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-486-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-507-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:508:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:509:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-510-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-521-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in:522:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/jfet/Makefile.in-523-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-434-.c.obj:
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-440-
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-483-GTAGS:
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-506-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-520-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/jfet2/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-415-.c.obj:
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:416:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-417-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-419-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:420:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-421-
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-464-GTAGS:
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:465:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-466-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-487-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:488:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:489:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-490-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-501-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in:502:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/urc/Makefile.in-503-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-419-.c.obj:
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-425-
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-468-GTAGS:
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:469:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-470-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-491-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:492:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:493:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-494-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-505-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in:506:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/isrc/Makefile.in-507-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-442-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:443:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-444-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-446-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:447:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-448-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-491-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:492:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-493-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-514-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:515:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:516:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-517-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-528-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in:529:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim1/Makefile.in-530-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-441-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:442:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-443-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-445-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:446:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-447-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-490-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:491:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-492-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-513-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-527-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/numd/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/hisimhv2/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-436-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:437:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-438-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-440-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:441:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-442-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-485-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:486:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-487-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-508-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-522-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3v1/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-450-.c.obj:
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:451:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-452-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-454-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:455:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-456-
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-499-GTAGS:
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-522-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-525-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-536-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in:537:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mos1/Makefile.in-538-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-433-.c.obj:
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-439-
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-482-GTAGS:
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-505-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:506:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:507:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-508-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-519-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in:520:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/soi3/Makefile.in-521-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-455-.c.obj:
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-461-
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-504-GTAGS:
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:505:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-506-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-527-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-530-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-541-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in:542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/ind/Makefile.in-543-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-428-.c.obj:
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:429:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-430-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:433:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-434-
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-477-GTAGS:
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-500-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:501:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:502:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-503-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-514-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in:515:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/ltra/Makefile.in-516-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-454-.c.obj:
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-460-
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-503-GTAGS:
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:504:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-505-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-526-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:527:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:528:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-529-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-540-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in:541:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bjt/Makefile.in-542-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-426-.c.obj:
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:427:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-428-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:431:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-432-
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-475-GTAGS:
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:476:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-477-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-498-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:499:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:500:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-501-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-512-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in:513:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/vcvs/Makefile.in-514-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-429-.c.obj:
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:430:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-431-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-433-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:434:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-435-
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-478-GTAGS:
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:479:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-480-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-501-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:502:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:503:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-504-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-515-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in:516:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/mos6/Makefile.in-517-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-437-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-443-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-486-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-509-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-523-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim3soi_fd/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-50-  { \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-437-.c.obj:
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-443-
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-486-GTAGS:
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-509-distdir: $(DISTFILES)
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-523-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/spicelib/devices/bsim2/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/spicelib/Makefile.am-7-dist-hook:
ngspice-33+ds/src/spicelib/Makefile.am:8:	rm -rf `find $(distdir)/devices -name .deps`
ngspice-33+ds/src/spicelib/Makefile.am-9-
##############################################
ngspice-33+ds/src/frontend/resource.c-559-/*
ngspice-33+ds/src/frontend/resource.c:560: * baseaddr() returns the base address of the data segment on most Unix
ngspice-33+ds/src/frontend/resource.c-561- * systems.  It's an ugly hack for info that should be provided by the OS.
##############################################
ngspice-33+ds/src/frontend/resource.c-581-static void *
ngspice-33+ds/src/frontend/resource.c:582:baseaddr(void)
ngspice-33+ds/src/frontend/resource.c-583-{
##############################################
ngspice-33+ds/src/frontend/resource.c-639-    printf("testing\n");
ngspice-33+ds/src/frontend/resource.c:640:    printf("baseaddr: %#8x  topaddr: %#8x\n", baseaddr(), sbrk(0));
ngspice-33+ds/src/frontend/resource.c-641-}
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/parser/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/parser/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-424-.c.obj:
ngspice-33+ds/src/frontend/parser/Makefile.in:425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/parser/Makefile.in-426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/parser/Makefile.in:429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/parser/Makefile.in-430-
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-473-GTAGS:
ngspice-33+ds/src/frontend/parser/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/parser/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-496-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/parser/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/parser/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/parser/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/parser/Makefile.in-510-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/parser/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/parser/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/numparam/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/numparam/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-406-.c.obj:
ngspice-33+ds/src/frontend/numparam/Makefile.in:407:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/numparam/Makefile.in-408-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-410-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/numparam/Makefile.in:411:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/numparam/Makefile.in-412-
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-455-GTAGS:
ngspice-33+ds/src/frontend/numparam/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/numparam/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-478-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/numparam/Makefile.in:479:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/numparam/Makefile.in:480:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/numparam/Makefile.in-481-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/numparam/Makefile.in-492-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/numparam/Makefile.in:493:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/numparam/Makefile.in-494-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/wdisp/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/wdisp/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-405-.c.obj:
ngspice-33+ds/src/frontend/wdisp/Makefile.in:406:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/wdisp/Makefile.in-407-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/wdisp/Makefile.in:410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/wdisp/Makefile.in-411-
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-454-GTAGS:
ngspice-33+ds/src/frontend/wdisp/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/wdisp/Makefile.in-456-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-477-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/wdisp/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/wdisp/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/wdisp/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/wdisp/Makefile.in-491-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/wdisp/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/wdisp/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-230-  while test -n "$$dir1"; do \
ngspice-33+ds/src/frontend/Makefile.in:231:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/frontend/Makefile.in-232-    if test "$$first" != "."; then \
ngspice-33+ds/src/frontend/Makefile.in-233-      if test "$$first" = ".."; then \
ngspice-33+ds/src/frontend/Makefile.in:234:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/src/frontend/Makefile.in:235:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/src/frontend/Makefile.in-236-      else \
ngspice-33+ds/src/frontend/Makefile.in:237:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/src/frontend/Makefile.in-238-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/src/frontend/Makefile.in:239:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/frontend/Makefile.in-240-        else \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-245-    fi; \
ngspice-33+ds/src/frontend/Makefile.in:246:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/src/frontend/Makefile.in-247-  done; \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-752-.c.obj:
ngspice-33+ds/src/frontend/Makefile.in:753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/Makefile.in-754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/Makefile.in:757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/Makefile.in-758-
##############################################
ngspice-33+ds/src/frontend/Makefile.in-766-.y.c:
ngspice-33+ds/src/frontend/Makefile.in:767:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
ngspice-33+ds/src/frontend/Makefile.in-768-
##############################################
ngspice-33+ds/src/frontend/Makefile.in-788-	dot_seen=no; \
ngspice-33+ds/src/frontend/Makefile.in:789:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/src/frontend/Makefile.in-790-	case "$@" in \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-851-GTAGS:
ngspice-33+ds/src/frontend/Makefile.in:852:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/Makefile.in-853-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-874-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/Makefile.in:875:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/Makefile.in:876:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/Makefile.in-877-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/Makefile.in-888-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/Makefile.in:889:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/Makefile.in-890-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/plotting/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/plotting/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-422-.c.obj:
ngspice-33+ds/src/frontend/plotting/Makefile.in:423:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/plotting/Makefile.in-424-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-426-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/plotting/Makefile.in:427:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/plotting/Makefile.in-428-
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-471-GTAGS:
ngspice-33+ds/src/frontend/plotting/Makefile.in:472:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/plotting/Makefile.in-473-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-494-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/plotting/Makefile.in:495:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/plotting/Makefile.in:496:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/plotting/Makefile.in-497-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/plotting/Makefile.in-508-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/plotting/Makefile.in:509:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/plotting/Makefile.in-510-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/spiceif.c-639-
ngspice-33+ds/src/frontend/spiceif.c:640:    /* fprintf(cp_err, "Calling if_getparam(%s, %s)\n", *name, param); */
ngspice-33+ds/src/frontend/spiceif.c-641-
##############################################
ngspice-33+ds/src/frontend/spiceif.c-762-
ngspice-33+ds/src/frontend/spiceif.c:763:    /* fprintf(cp_err, "Calling if_getparam(%s, %s)\n", *name, param); */
ngspice-33+ds/src/frontend/spiceif.c-764-
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/trannoise/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/trannoise/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-402-.c.obj:
ngspice-33+ds/src/frontend/trannoise/Makefile.in:403:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/trannoise/Makefile.in-404-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-406-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/trannoise/Makefile.in:407:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/trannoise/Makefile.in-408-
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-451-GTAGS:
ngspice-33+ds/src/frontend/trannoise/Makefile.in:452:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/trannoise/Makefile.in-453-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-474-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/trannoise/Makefile.in:475:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/trannoise/Makefile.in:476:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/trannoise/Makefile.in-477-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/trannoise/Makefile.in-488-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/trannoise/Makefile.in:489:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/trannoise/Makefile.in-490-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-50-  { \
ngspice-33+ds/src/frontend/help/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/frontend/help/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-419-.c.obj:
ngspice-33+ds/src/frontend/help/Makefile.in:420:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/help/Makefile.in-421-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-423-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:424:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/frontend/help/Makefile.in-425-
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-433-libhlp_la-help.lo: help.c
ngspice-33+ds/src/frontend/help/Makefile.in:434:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-help.lo -MD -MP -MF $(DEPDIR)/libhlp_la-help.Tpo -c -o libhlp_la-help.lo `test -f 'help.c' || echo '$(srcdir)/'`help.c
ngspice-33+ds/src/frontend/help/Makefile.in-435-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-help.Tpo $(DEPDIR)/libhlp_la-help.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:438:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-help.lo `test -f 'help.c' || echo '$(srcdir)/'`help.c
ngspice-33+ds/src/frontend/help/Makefile.in-439-
ngspice-33+ds/src/frontend/help/Makefile.in-440-libhlp_la-provide.lo: provide.c
ngspice-33+ds/src/frontend/help/Makefile.in:441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-provide.lo -MD -MP -MF $(DEPDIR)/libhlp_la-provide.Tpo -c -o libhlp_la-provide.lo `test -f 'provide.c' || echo '$(srcdir)/'`provide.c
ngspice-33+ds/src/frontend/help/Makefile.in-442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-provide.Tpo $(DEPDIR)/libhlp_la-provide.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-provide.lo `test -f 'provide.c' || echo '$(srcdir)/'`provide.c
ngspice-33+ds/src/frontend/help/Makefile.in-446-
ngspice-33+ds/src/frontend/help/Makefile.in-447-libhlp_la-readhelp.lo: readhelp.c
ngspice-33+ds/src/frontend/help/Makefile.in:448:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-readhelp.lo -MD -MP -MF $(DEPDIR)/libhlp_la-readhelp.Tpo -c -o libhlp_la-readhelp.lo `test -f 'readhelp.c' || echo '$(srcdir)/'`readhelp.c
ngspice-33+ds/src/frontend/help/Makefile.in-449-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-readhelp.Tpo $(DEPDIR)/libhlp_la-readhelp.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-451-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:452:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-readhelp.lo `test -f 'readhelp.c' || echo '$(srcdir)/'`readhelp.c
ngspice-33+ds/src/frontend/help/Makefile.in-453-
ngspice-33+ds/src/frontend/help/Makefile.in-454-libhlp_la-textdisp.lo: textdisp.c
ngspice-33+ds/src/frontend/help/Makefile.in:455:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-textdisp.lo -MD -MP -MF $(DEPDIR)/libhlp_la-textdisp.Tpo -c -o libhlp_la-textdisp.lo `test -f 'textdisp.c' || echo '$(srcdir)/'`textdisp.c
ngspice-33+ds/src/frontend/help/Makefile.in-456-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-textdisp.Tpo $(DEPDIR)/libhlp_la-textdisp.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-458-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:459:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-textdisp.lo `test -f 'textdisp.c' || echo '$(srcdir)/'`textdisp.c
ngspice-33+ds/src/frontend/help/Makefile.in-460-
ngspice-33+ds/src/frontend/help/Makefile.in-461-libhlp_la-xdisplay.lo: xdisplay.c
ngspice-33+ds/src/frontend/help/Makefile.in:462:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-xdisplay.lo -MD -MP -MF $(DEPDIR)/libhlp_la-xdisplay.Tpo -c -o libhlp_la-xdisplay.lo `test -f 'xdisplay.c' || echo '$(srcdir)/'`xdisplay.c
ngspice-33+ds/src/frontend/help/Makefile.in-463-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-xdisplay.Tpo $(DEPDIR)/libhlp_la-xdisplay.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-465-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:466:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-xdisplay.lo `test -f 'xdisplay.c' || echo '$(srcdir)/'`xdisplay.c
ngspice-33+ds/src/frontend/help/Makefile.in-467-
ngspice-33+ds/src/frontend/help/Makefile.in-468-libhlp_la-x11disp.lo: x11disp.c
ngspice-33+ds/src/frontend/help/Makefile.in:469:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -MT libhlp_la-x11disp.lo -MD -MP -MF $(DEPDIR)/libhlp_la-x11disp.Tpo -c -o libhlp_la-x11disp.lo `test -f 'x11disp.c' || echo '$(srcdir)/'`x11disp.c
ngspice-33+ds/src/frontend/help/Makefile.in-470-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhlp_la-x11disp.Tpo $(DEPDIR)/libhlp_la-x11disp.Plo
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-472-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/frontend/help/Makefile.in:473:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhlp_la_CPPFLAGS) $(CPPFLAGS) $(libhlp_la_CFLAGS) $(CFLAGS) -c -o libhlp_la-x11disp.lo `test -f 'x11disp.c' || echo '$(srcdir)/'`x11disp.c
ngspice-33+ds/src/frontend/help/Makefile.in-474-
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-510-GTAGS:
ngspice-33+ds/src/frontend/help/Makefile.in:511:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/frontend/help/Makefile.in-512-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-533-distdir: $(DISTFILES)
ngspice-33+ds/src/frontend/help/Makefile.in:534:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/help/Makefile.in:535:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/frontend/help/Makefile.in-536-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/frontend/help/Makefile.in-547-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/frontend/help/Makefile.in:548:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/frontend/help/Makefile.in-549-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-50-  { \
ngspice-33+ds/src/unsupported/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/unsupported/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-421-.c.obj:
ngspice-33+ds/src/unsupported/Makefile.in:422:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/unsupported/Makefile.in-423-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-425-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/unsupported/Makefile.in:426:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/unsupported/Makefile.in-427-
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-470-GTAGS:
ngspice-33+ds/src/unsupported/Makefile.in:471:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/unsupported/Makefile.in-472-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-493-distdir: $(DISTFILES)
ngspice-33+ds/src/unsupported/Makefile.in:494:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/unsupported/Makefile.in:495:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/unsupported/Makefile.in-496-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/unsupported/Makefile.in-507-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/unsupported/Makefile.in:508:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/unsupported/Makefile.in-509-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/src/misc/Makefile.in-50-  { \
ngspice-33+ds/src/misc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/src/misc/Makefile.in-52-  }; \
##############################################
ngspice-33+ds/src/misc/Makefile.in-434-.c.obj:
ngspice-33+ds/src/misc/Makefile.in:435:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/misc/Makefile.in-436-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
ngspice-33+ds/src/misc/Makefile.in-438-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
ngspice-33+ds/src/misc/Makefile.in:439:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
ngspice-33+ds/src/misc/Makefile.in-440-
##############################################
ngspice-33+ds/src/misc/Makefile.in-483-GTAGS:
ngspice-33+ds/src/misc/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/src/misc/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/src/misc/Makefile.in-506-distdir: $(DISTFILES)
ngspice-33+ds/src/misc/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/misc/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/src/misc/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/src/misc/Makefile.in-520-	  if test -d $$d/$$file; then \
ngspice-33+ds/src/misc/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/src/misc/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/Makefile.am-29-mrproper: maintainer-clean
ngspice-33+ds/Makefile.am:30:	rm -f `find $(top_srcdir) -type f -name "*~" -print`
ngspice-33+ds/Makefile.am:31:	rm -f `find $(top_srcdir) -type f -name "*.orig" -print`
ngspice-33+ds/Makefile.am:32:	rm -f `find $(top_srcdir) -type f -name "*.rej" -print`
##############################################
ngspice-33+ds/configure-46-if test -z "$BASH_VERSION$ZSH_VERSION" \
ngspice-33+ds/configure:47:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ngspice-33+ds/configure-48-  as_echo='print -r --'
ngspice-33+ds/configure-49-  as_echo_n='print -rn --'
ngspice-33+ds/configure:50:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ngspice-33+ds/configure-51-  as_echo='printf %s\n'
##############################################
ngspice-33+ds/configure-53-else
ngspice-33+ds/configure:54:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ngspice-33+ds/configure-55-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ngspice-33+ds/configure-63-	expr "X$arg" : "X\\(.*\\)$as_nl";
ngspice-33+ds/configure:64:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ngspice-33+ds/configure-65-      esac;
##############################################
ngspice-33+ds/configure-200-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ngspice-33+ds/configure:201:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ngspice-33+ds/configure-202-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
ngspice-33+ds/configure-208-    PATH=/empty FPATH=/empty; export PATH FPATH
ngspice-33+ds/configure:209:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
ngspice-33+ds/configure:210:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ngspice-33+ds/configure-211-  if (eval "$as_required") 2>/dev/null; then :
##############################################
ngspice-33+ds/configure-336-      case $as_dir in #(
ngspice-33+ds/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ngspice-33+ds/configure-338-      *) as_qdir=$as_dir;;
##############################################
ngspice-33+ds/configure-409-  {
ngspice-33+ds/configure:410:    as_val=`expr "$@" || test $? -eq 1`
ngspice-33+ds/configure-411-  }
##############################################
ngspice-33+ds/configure-416-# ----------------------------------------
ngspice-33+ds/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ngspice-33+ds/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ngspice-33+ds/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ngspice-33+ds/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ngspice-33+ds/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ngspice-33+ds/configure-966-  case $ac_option in
ngspice-33+ds/configure:967:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ngspice-33+ds/configure-968-  *=)   ac_optarg= ;;
##############################################
ngspice-33+ds/configure-1010-  -disable-* | --disable-*)
ngspice-33+ds/configure:1011:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ngspice-33+ds/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
ngspice-33+ds/configure-1015-    ac_useropt_orig=$ac_useropt
ngspice-33+ds/configure:1016:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ngspice-33+ds/configure-1017-    case $ac_user_opts in
##############################################
ngspice-33+ds/configure-1036-  -enable-* | --enable-*)
ngspice-33+ds/configure:1037:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ngspice-33+ds/configure-1038-    # Reject names that are not valid shell variable names.
##############################################
ngspice-33+ds/configure-1041-    ac_useropt_orig=$ac_useropt
ngspice-33+ds/configure:1042:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ngspice-33+ds/configure-1043-    case $ac_user_opts in
##############################################
ngspice-33+ds/configure-1240-  -with-* | --with-*)
ngspice-33+ds/configure:1241:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ngspice-33+ds/configure-1242-    # Reject names that are not valid shell variable names.
##############################################
ngspice-33+ds/configure-1245-    ac_useropt_orig=$ac_useropt
ngspice-33+ds/configure:1246:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ngspice-33+ds/configure-1247-    case $ac_user_opts in
##############################################
ngspice-33+ds/configure-1256-  -without-* | --without-*)
ngspice-33+ds/configure:1257:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ngspice-33+ds/configure-1258-    # Reject names that are not valid shell variable names.
##############################################
ngspice-33+ds/configure-1261-    ac_useropt_orig=$ac_useropt
ngspice-33+ds/configure:1262:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ngspice-33+ds/configure-1263-    case $ac_user_opts in
##############################################
ngspice-33+ds/configure-1294-  *=*)
ngspice-33+ds/configure:1295:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ngspice-33+ds/configure-1296-    # Reject names that are not valid shell variable names.
##############################################
ngspice-33+ds/configure-1315-if test -n "$ac_prev"; then
ngspice-33+ds/configure:1316:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ngspice-33+ds/configure-1317-  as_fn_error $? "missing argument to $ac_option"
##############################################
ngspice-33+ds/configure-1337-    */ )
ngspice-33+ds/configure:1338:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ngspice-33+ds/configure-1339-      eval $ac_var=\$ac_val;;
##############################################
ngspice-33+ds/configure-1372-ac_ls_di=`ls -di .` &&
ngspice-33+ds/configure:1373:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ngspice-33+ds/configure-1374-  as_fn_error $? "working directory cannot be determined"
##############################################
ngspice-33+ds/configure-1428-case $srcdir in
ngspice-33+ds/configure:1429:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ngspice-33+ds/configure-1430-esac
##############################################
ngspice-33+ds/configure-1471-By default, \`make install' will install all the files in
ngspice-33+ds/configure:1472:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ngspice-33+ds/configure:1473:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ngspice-33+ds/configure-1474-for instance \`--prefix=\$HOME'.
##############################################
ngspice-33+ds/configure-1639-*)
ngspice-33+ds/configure:1640:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ngspice-33+ds/configure-1641-  # A ".." for each directory in $ac_dir_suffix.
ngspice-33+ds/configure:1642:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ngspice-33+ds/configure-1643-  case $ac_top_builddir_sub in
##############################################
ngspice-33+ds/configure-2170-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ngspice-33+ds/configure:2171:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ngspice-33+ds/configure:2172:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ngspice-33+ds/configure-2173-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ngspice-33+ds/configure-2284-    *\'*)
ngspice-33+ds/configure:2285:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ngspice-33+ds/configure-2286-    esac
##############################################
ngspice-33+ds/configure-2367-      case $ac_val in
ngspice-33+ds/configure:2368:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ngspice-33+ds/configure-2369-      esac
##############################################
ngspice-33+ds/configure-2382-	case $ac_val in
ngspice-33+ds/configure:2383:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ngspice-33+ds/configure-2384-	esac
##############################################
ngspice-33+ds/configure-2502-    set,)
ngspice-33+ds/configure:2503:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ngspice-33+ds/configure:2504:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ngspice-33+ds/configure-2505-      ac_cache_corrupted=: ;;
##############################################
ngspice-33+ds/configure-2513-	# differences in whitespace do not lead to failure.
ngspice-33+ds/configure:2514:	ac_old_val_w=`echo x $ac_old_val`
ngspice-33+ds/configure:2515:	ac_new_val_w=`echo x $ac_new_val`
ngspice-33+ds/configure-2516-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ngspice-33+ds/configure-2533-    case $ac_new_val in
ngspice-33+ds/configure:2534:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ngspice-33+ds/configure-2535-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ngspice-33+ds/configure-2725-     echo "timestamp, slept: $am_has_slept" > conftest.file
ngspice-33+ds/configure:2726:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
ngspice-33+ds/configure-2727-     if test "$*" = "X"; then
ngspice-33+ds/configure-2728-	# -L didn't work.
ngspice-33+ds/configure:2729:	set X `ls -t "$srcdir/configure" conftest.file`
ngspice-33+ds/configure-2730-     fi
##############################################
ngspice-33+ds/configure-2776-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
ngspice-33+ds/configure:2777:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
ngspice-33+ds/configure-2778-
ngspice-33+ds/configure-2779-# Expand $ac_aux_dir to an absolute path.
ngspice-33+ds/configure:2780:am_aux_dir=`cd "$ac_aux_dir" && pwd`
ngspice-33+ds/configure-2781-
##############################################
ngspice-33+ds/configure-2921-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
ngspice-33+ds/configure:2922:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
ngspice-33+ds/configure-2923-	     'mkdir (GNU coreutils) '* | \
##############################################
ngspice-33+ds/configure-2994-set x ${MAKE-make}
ngspice-33+ds/configure:2995:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ngspice-33+ds/configure-2996-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ngspice-33+ds/configure-3004-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ngspice-33+ds/configure:3005:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ngspice-33+ds/configure-3006-  *@@@%%%=?*=@@@%%%*)
##############################################
ngspice-33+ds/configure-3070-
ngspice-33+ds/configure:3071:if test "`cd $srcdir && pwd`" != "`pwd`"; then
ngspice-33+ds/configure-3072-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
ngspice-33+ds/configure-3573-$as_echo_n "checking whether the C compiler works... " >&6; }
ngspice-33+ds/configure:3574:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ngspice-33+ds/configure-3575-
##############################################
ngspice-33+ds/configure-3617-	then :; else
ngspice-33+ds/configure:3618:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ngspice-33+ds/configure-3619-	fi
##############################################
ngspice-33+ds/configure-3677-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ngspice-33+ds/configure:3678:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ngspice-33+ds/configure-3679-	  break;;
##############################################
ngspice-33+ds/configure-3786-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ngspice-33+ds/configure:3787:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ngspice-33+ds/configure-3788-       break;;
##############################################
ngspice-33+ds/configure-4094-# Ignore all kinds of additional output from 'make'.
ngspice-33+ds/configure:4095:case `$am_make -s -f confmf 2> /dev/null` in #(
ngspice-33+ds/configure-4096-*the\ am__doit\ target*)
##############################################
ngspice-33+ds/configure-4104-   echo '.include "confinc"' > confmf
ngspice-33+ds/configure:4105:   case `$am_make -s -f confmf 2> /dev/null` in #(
ngspice-33+ds/configure-4106-   *the\ am__doit\ target*)
##############################################
ngspice-33+ds/configure-4167-  if test "$am_compiler_list" = ""; then
ngspice-33+ds/configure:4168:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ngspice-33+ds/configure-4169-  fi
##############################################
ngspice-33+ds/configure-4415-test "x$ac_build_alias" = x &&
ngspice-33+ds/configure:4416:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ngspice-33+ds/configure-4417-test "x$ac_build_alias" = x &&
ngspice-33+ds/configure-4418-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ngspice-33+ds/configure:4419:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ngspice-33+ds/configure-4420-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ngspice-33+ds/configure-4439-IFS=$ac_save_IFS
ngspice-33+ds/configure:4440:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ngspice-33+ds/configure-4441-
##############################################
ngspice-33+ds/configure-4450-else
ngspice-33+ds/configure:4451:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ngspice-33+ds/configure-4452-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ngspice-33+ds/configure-4472-IFS=$ac_save_IFS
ngspice-33+ds/configure:4473:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ngspice-33+ds/configure-4474-
##############################################
ngspice-33+ds/configure-5109-  if test "$am_compiler_list" = ""; then
ngspice-33+ds/configure:5110:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ngspice-33+ds/configure-5111-  fi
##############################################
ngspice-33+ds/configure-5913-  # Check for GNU $ac_path_GREP
ngspice-33+ds/configure:5914:case `"$ac_path_GREP" --version 2>&1` in
ngspice-33+ds/configure-5915-*GNU*)
##############################################
ngspice-33+ds/configure-5979-  # Check for GNU $ac_path_EGREP
ngspice-33+ds/configure:5980:case `"$ac_path_EGREP" --version 2>&1` in
ngspice-33+ds/configure-5981-*GNU*)
##############################################
ngspice-33+ds/configure-6140-do :
ngspice-33+ds/configure:6141:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-6142-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ngspice-33+ds/configure-6145-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:6146:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-6147-_ACEOF
##############################################
ngspice-33+ds/configure-6794-  if test "$am_compiler_list" = ""; then
ngspice-33+ds/configure:6795:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
ngspice-33+ds/configure-6796-  fi
##############################################
ngspice-33+ds/configure-7224-do :
ngspice-33+ds/configure:7225:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-7226-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-7228-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:7229:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-7230-_ACEOF
##############################################
ngspice-33+ds/configure-7812-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
ngspice-33+ds/configure:7813:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
ngspice-33+ds/configure-7814-  ECHO='print -r --'
ngspice-33+ds/configure:7815:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
ngspice-33+ds/configure-7816-  ECHO='printf %s\n'
##############################################
ngspice-33+ds/configure-7881-  # Check for GNU $ac_path_SED
ngspice-33+ds/configure:7882:case `"$ac_path_SED" --version 2>&1` in
ngspice-33+ds/configure-7883-*GNU*)
##############################################
ngspice-33+ds/configure-7960-  # Check for GNU $ac_path_FGREP
ngspice-33+ds/configure:7961:case `"$ac_path_FGREP" --version 2>&1` in
ngspice-33+ds/configure-7962-*GNU*)
##############################################
ngspice-33+ds/configure-8040-    # gcc leaves a trailing carriage return, which upsets mingw
ngspice-33+ds/configure:8041:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ngspice-33+ds/configure-8042-  *)
ngspice-33+ds/configure:8043:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ngspice-33+ds/configure-8044-  esac
##############################################
ngspice-33+ds/configure-8049-      # Canonicalize the pathname of ld
ngspice-33+ds/configure:8050:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
ngspice-33+ds/configure-8051-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
ngspice-33+ds/configure:8052:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
ngspice-33+ds/configure-8053-      done
##############################################
ngspice-33+ds/configure-8084-      # Break only if it was the GNU/non-GNU ld that we prefer.
ngspice-33+ds/configure:8085:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ngspice-33+ds/configure-8086-      *GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/configure-8115-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ngspice-33+ds/configure:8116:case `$LD -v 2>&1 </dev/null` in
ngspice-33+ds/configure-8117-*GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/configure-8165-	esac
ngspice-33+ds/configure:8166:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
ngspice-33+ds/configure-8167-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
ngspice-33+ds/configure-8171-	*)
ngspice-33+ds/configure:8172:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ngspice-33+ds/configure-8173-	  */dev/null*)
##############################################
ngspice-33+ds/configure-8299-
ngspice-33+ds/configure:8300:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
ngspice-33+ds/configure-8301-    *COFF*)
##############################################
ngspice-33+ds/configure-8411-    # And add a safety zone
ngspice-33+ds/configure:8412:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ngspice-33+ds/configure:8413:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ngspice-33+ds/configure-8414-    ;;
##############################################
ngspice-33+ds/configure-8444-    if test -n "$kargmax"; then
ngspice-33+ds/configure:8445:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
ngspice-33+ds/configure-8446-    else
##############################################
ngspice-33+ds/configure-8453-       test undefined != "$lt_cv_sys_max_cmd_len"; then
ngspice-33+ds/configure:8454:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ngspice-33+ds/configure:8455:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ngspice-33+ds/configure-8456-    else
##############################################
ngspice-33+ds/configure-8465-      # we can't tell.
ngspice-33+ds/configure:8466:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
ngspice-33+ds/configure-8467-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
ngspice-33+ds/configure-8469-      do
ngspice-33+ds/configure:8470:        i=`expr $i + 1`
ngspice-33+ds/configure-8471-        teststring=$teststring$teststring
##############################################
ngspice-33+ds/configure-8473-      # Only check the string length outside the loop.
ngspice-33+ds/configure:8474:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
ngspice-33+ds/configure-8475-      teststring=
##############################################
ngspice-33+ds/configure-8478-      # linker.  It appears as though 1/2 is a usable value.
ngspice-33+ds/configure:8479:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ngspice-33+ds/configure-8480-    fi
##############################################
ngspice-33+ds/configure-8886-openbsd* | bitrig*)
ngspice-33+ds/configure:8887:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/configure-8888-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ngspice-33+ds/configure-8956-    else
ngspice-33+ds/configure:8957:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
ngspice-33+ds/configure-8958-    fi
##############################################
ngspice-33+ds/configure-9098-  # decide which one to use based on capabilities of $DLLTOOL
ngspice-33+ds/configure:9099:  case `$DLLTOOL --help 2>&1` in
ngspice-33+ds/configure-9100-  *--identify-strict*)
##############################################
ngspice-33+ds/configure-9619-# If we're using GNU nm, then use its standard symbol codes.
ngspice-33+ds/configure:9620:case `$NM -V 2>&1` in
ngspice-33+ds/configure-9621-*GNU* | *'with BFD'*)
##############################################
ngspice-33+ds/configure-9667-mingw*)
ngspice-33+ds/configure:9668:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
ngspice-33+ds/configure-9669-  ;;
##############################################
ngspice-33+ds/configure-9899-   if test yes = "$GCC"; then
ngspice-33+ds/configure:9900:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
ngspice-33+ds/configure-9901-   fi
##############################################
ngspice-33+ds/configure-9903- /*)
ngspice-33+ds/configure:9904:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
ngspice-33+ds/configure-9905-   ;; #(
##############################################
ngspice-33+ds/configure-9998-    done
ngspice-33+ds/configure:9999:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ngspice-33+ds/configure-10000-}
##############################################
ngspice-33+ds/configure-10020-  test $ac_status = 0; }; then
ngspice-33+ds/configure:10021:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10022-      *ELF-32*)
##############################################
ngspice-33+ds/configure-10041-    if test yes = "$lt_cv_prog_gnu_ld"; then
ngspice-33+ds/configure:10042:      case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10043-	*32-bit*)
##############################################
ngspice-33+ds/configure-10053-    else
ngspice-33+ds/configure:10054:      case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10055-	*32-bit*)
##############################################
ngspice-33+ds/configure-10079-    emul=elf
ngspice-33+ds/configure:10080:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10081-      *32-bit*)
##############################################
ngspice-33+ds/configure-10087-    esac
ngspice-33+ds/configure:10088:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10089-      *MSB*)
##############################################
ngspice-33+ds/configure-10095-    esac
ngspice-33+ds/configure:10096:    case `/usr/bin/file conftest.$ac_objext` in
ngspice-33+ds/configure-10097-      *N32*)
##############################################
ngspice-33+ds/configure-11028-    *:)
ngspice-33+ds/configure:11029:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ngspice-33+ds/configure-11030-        ;;
ngspice-33+ds/configure-11031-    x:*)
ngspice-33+ds/configure:11032:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ngspice-33+ds/configure-11033-        ;;
ngspice-33+ds/configure-11034-    *::*)
ngspice-33+ds/configure:11035:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ngspice-33+ds/configure:11036:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ngspice-33+ds/configure-11037-        ;;
ngspice-33+ds/configure-11038-    *)
ngspice-33+ds/configure:11039:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ngspice-33+ds/configure-11040-        ;;
##############################################
ngspice-33+ds/configure-11389-	"file_magic "*)
ngspice-33+ds/configure:11390:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ngspice-33+ds/configure-11391-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ngspice-33+ds/configure-11455-	"file_magic "*)
ngspice-33+ds/configure:11456:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ngspice-33+ds/configure-11457-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
ngspice-33+ds/configure-11853-      *)
ngspice-33+ds/configure:11854:	case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/configure-11855-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
ngspice-33+ds/configure-12299-	# shared libraries, regardless of the interface used.
ngspice-33+ds/configure:12300:	case `$LD -v 2>&1` in
ngspice-33+ds/configure-12301-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
ngspice-33+ds/configure-12331-    supports_anon_versioning=no
ngspice-33+ds/configure:12332:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
ngspice-33+ds/configure-12333-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
ngspice-33+ds/configure-12400-	# is; otherwise, prepend EXPORTS...
ngspice-33+ds/configure:12401:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ngspice-33+ds/configure-12402-          cp $export_symbols $output_objdir/$soname.def;
##############################################
ngspice-33+ds/configure-12434-	prefix_cmds="$SED"~
ngspice-33+ds/configure:12435:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ngspice-33+ds/configure-12436-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ngspice-33+ds/configure-12456-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ngspice-33+ds/configure:12457:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ngspice-33+ds/configure:12458:      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'
ngspice-33+ds/configure-12459-      ;;
##############################################
ngspice-33+ds/configure-12474-        pgcc*)				# Portland Group C compiler
ngspice-33+ds/configure:12475:	  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'
ngspice-33+ds/configure-12476-	  tmp_addflag=' $pic_flag'
##############################################
ngspice-33+ds/configure-12479-					# Portland Group f77 and f90 compilers
ngspice-33+ds/configure:12480:	  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'
ngspice-33+ds/configure-12481-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ngspice-33+ds/configure-12496-	nvcc*)	# Cuda Compiler Driver 2.2
ngspice-33+ds/configure:12497:	  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'
ngspice-33+ds/configure-12498-	  compiler_needs_object=yes
##############################################
ngspice-33+ds/configure-12500-	esac
ngspice-33+ds/configure:12501:	case `$CC -V 2>&1 | sed 5q` in
ngspice-33+ds/configure-12502-	*Sun\ C*)			# Sun C 5.9
ngspice-33+ds/configure:12503:	  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'
ngspice-33+ds/configure-12504-	  compiler_needs_object=yes
##############################################
ngspice-33+ds/configure-12571-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ngspice-33+ds/configure:12572:      case `$LD -v 2>&1` in
ngspice-33+ds/configure-12573-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ngspice-33+ds/configure-12660-	else
ngspice-33+ds/configure:12661:	  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'
ngspice-33+ds/configure-12662-	fi
##############################################
ngspice-33+ds/configure-12725-	# below for broken collect2 doesn't work under 4.3+
ngspice-33+ds/configure:12726:	  collect2name=`$CC -print-prog-name=collect2`
ngspice-33+ds/configure-12727-	  if test -f "$collect2name" &&
##############################################
ngspice-33+ds/configure-12805-      }'
ngspice-33+ds/configure:12806:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ngspice-33+ds/configure-12807-  # Check for a 64-bit object if we didn't find anything.
ngspice-33+ds/configure-12808-  if test -z "$lt_cv_aix_libpath_"; then
ngspice-33+ds/configure:12809:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ngspice-33+ds/configure-12810-  fi
##############################################
ngspice-33+ds/configure-12823-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
ngspice-33+ds/configure:12824:        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
ngspice-33+ds/configure-12825-      else
##############################################
ngspice-33+ds/configure-12858-      }'
ngspice-33+ds/configure:12859:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ngspice-33+ds/configure-12860-  # Check for a 64-bit object if we didn't find anything.
ngspice-33+ds/configure-12861-  if test -z "$lt_cv_aix_libpath_"; then
ngspice-33+ds/configure:12862:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
ngspice-33+ds/configure-12863-  fi
##############################################
ngspice-33+ds/configure-12890-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
ngspice-33+ds/configure:12891:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
ngspice-33+ds/configure-12892-	  if test svr4 != "$with_aix_soname"; then
##############################################
ngspice-33+ds/configure-12943-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
ngspice-33+ds/configure:12944:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
ngspice-33+ds/configure-12945-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
ngspice-33+ds/configure-12981-	# FIXME: Setting linknames here is a bad hack.
ngspice-33+ds/configure:12982:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
ngspice-33+ds/configure-12983-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
ngspice-33+ds/configure-12999-  if test yes = "$lt_cv_ld_force_load"; then
ngspice-33+ds/configure:13000:    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\"`'
ngspice-33+ds/configure-13001-
##############################################
ngspice-33+ds/configure-13179-      if test yes = "$GCC"; then
ngspice-33+ds/configure:13180:	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'
ngspice-33+ds/configure-13181-	# Try to use the -exported_symbol ld option, if it does not
##############################################
ngspice-33+ds/configure-13207-	if test yes = "$lt_cv_irix_exported_symbol"; then
ngspice-33+ds/configure:13208:          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'
ngspice-33+ds/configure-13209-	fi
ngspice-33+ds/configure-13210-      else
ngspice-33+ds/configure:13211:	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'
ngspice-33+ds/configure:13212:	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'
ngspice-33+ds/configure-13213-      fi
##############################################
ngspice-33+ds/configure-13257-	hardcode_direct_absolute=yes
ngspice-33+ds/configure:13258:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/configure-13259-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ngspice-33+ds/configure-13288-	prefix_cmds="$SED"~
ngspice-33+ds/configure:13289:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
ngspice-33+ds/configure-13290-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
ngspice-33+ds/configure-13302-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ngspice-33+ds/configure:13303:	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'
ngspice-33+ds/configure-13304-      else
ngspice-33+ds/configure-13305-	allow_undefined_flag=' -expect_unresolved \*'
ngspice-33+ds/configure:13306:	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'
ngspice-33+ds/configure-13307-      fi
##############################################
ngspice-33+ds/configure-13315-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
ngspice-33+ds/configure:13316:	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'
ngspice-33+ds/configure-13317-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
ngspice-33+ds/configure-13319-	allow_undefined_flag=' -expect_unresolved \*'
ngspice-33+ds/configure:13320:	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'
ngspice-33+ds/configure:13321:	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~
ngspice-33+ds/configure:13322:          $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'
ngspice-33+ds/configure-13323-
##############################################
ngspice-33+ds/configure-13338-      else
ngspice-33+ds/configure:13339:	case `$CC -V 2>&1` in
ngspice-33+ds/configure-13340-	*"Compilers 5.0"*)
##############################################
ngspice-33+ds/configure-13737-  esac
ngspice-33+ds/configure:13738:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
ngspice-33+ds/configure-13739-  case $lt_search_path_spec in
##############################################
ngspice-33+ds/configure-13744-    # okay in the real world where ";" in dirpaths is itself problematic.
ngspice-33+ds/configure:13745:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
ngspice-33+ds/configure-13746-    ;;
ngspice-33+ds/configure-13747-  *)
ngspice-33+ds/configure:13748:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/configure-13749-    ;;
##############################################
ngspice-33+ds/configure-13753-  lt_tmp_lt_search_path_spec=
ngspice-33+ds/configure:13754:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
ngspice-33+ds/configure-13755-  # ...but if some path component already ends with the multilib dir we assume
##############################################
ngspice-33+ds/configure-13795-  esac
ngspice-33+ds/configure:13796:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
ngspice-33+ds/configure-13797-else
##############################################
ngspice-33+ds/configure-13935-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
ngspice-33+ds/configure:13936:    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'
ngspice-33+ds/configure-13937-    ;;
##############################################
ngspice-33+ds/configure-13971-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ngspice-33+ds/configure:13972:    postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/configure:13973:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ngspice-33+ds/configure:13974:      dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/configure-13975-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ngspice-33+ds/configure-13980-      fi'
ngspice-33+ds/configure:13981:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ngspice-33+ds/configure-13982-      dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/configure-13988-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ngspice-33+ds/configure:13989:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/configure-13990-
##############################################
ngspice-33+ds/configure-13994-      # MinGW DLLs use traditional 'lib' prefix
ngspice-33+ds/configure:13995:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/configure-13996-      ;;
##############################################
ngspice-33+ds/configure-13998-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ngspice-33+ds/configure:13999:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/configure-14000-      ;;
##############################################
ngspice-33+ds/configure-14007-    libname_spec='$name'
ngspice-33+ds/configure:14008:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
ngspice-33+ds/configure-14009-    library_names_spec='$libname.dll.lib'
##############################################
ngspice-33+ds/configure-14019-        # Let DOS variable expansion print the short 8.3 style file name.
ngspice-33+ds/configure:14020:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
ngspice-33+ds/configure-14021-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
ngspice-33+ds/configure-14024-      # Convert to MSYS style.
ngspice-33+ds/configure:14025:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
ngspice-33+ds/configure-14026-      ;;
##############################################
ngspice-33+ds/configure-14030-      # like /cygdrive/c/PROGRA~1:/cygdr...
ngspice-33+ds/configure:14031:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
ngspice-33+ds/configure:14032:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
ngspice-33+ds/configure:14033:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/configure-14034-      ;;
##############################################
ngspice-33+ds/configure-14038-        # It is most probably a Windows format PATH.
ngspice-33+ds/configure:14039:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ngspice-33+ds/configure-14040-      else
ngspice-33+ds/configure:14041:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
ngspice-33+ds/configure-14042-      fi
##############################################
ngspice-33+ds/configure-14048-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ngspice-33+ds/configure:14049:    postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/configure:14050:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
ngspice-33+ds/configure:14051:      dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/configure-14052-      test -d \$dldir || mkdir -p \$dldir~
ngspice-33+ds/configure-14053-      $install_prog $dir/$dlname \$dldir/$dlname'
ngspice-33+ds/configure:14054:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ngspice-33+ds/configure-14055-      dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/configure-14062-    # Assume MSVC wrapper
ngspice-33+ds/configure:14063:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
ngspice-33+ds/configure-14064-    dynamic_linker='Win32 ld.exe'
##############################################
ngspice-33+ds/configure-14079-  shlibpath_var=DYLD_LIBRARY_PATH
ngspice-33+ds/configure:14080:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ngspice-33+ds/configure-14081-
##############################################
ngspice-33+ds/configure-14332-  if test -f /etc/ld.so.conf; then
ngspice-33+ds/configure:14333:    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' ' '`
ngspice-33+ds/configure-14334-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ngspice-33+ds/configure-14386-  need_lib_prefix=no
ngspice-33+ds/configure:14387:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
ngspice-33+ds/configure-14388-    need_version=no
##############################################
ngspice-33+ds/configure-14413-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
ngspice-33+ds/configure:14414:  postinstall_cmds='base_file=`basename \$file`~
ngspice-33+ds/configure:14415:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
ngspice-33+ds/configure:14416:    dldir=$destdir/`dirname \$dlpath`~
ngspice-33+ds/configure-14417-    test -d \$dldir || mkdir -p \$dldir~
##############################################
ngspice-33+ds/configure-14422-    fi'
ngspice-33+ds/configure:14423:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
ngspice-33+ds/configure-14424-    dlpath=$dir/\$dldll~
##############################################
ngspice-33+ds/configure-15608-    for ac_var in incroot usrlibdir libdir; do
ngspice-33+ds/configure:15609:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ngspice-33+ds/configure-15610-    done
##############################################
ngspice-33+ds/configure-15718-  LIBS=$ac_save_LIBS
ngspice-33+ds/configure:15719:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ngspice-33+ds/configure-15720-do
##############################################
ngspice-33+ds/configure-16491-  for ac_func in _getb67 GETB67 getb67; do
ngspice-33+ds/configure:16492:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-16493-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-16688-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ngspice-33+ds/configure:16689:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ngspice-33+ds/configure-16690-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ngspice-33+ds/configure-16720-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:16721:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ngspice-33+ds/configure-16722-_ACEOF
##############################################
ngspice-33+ds/configure-16888-do :
ngspice-33+ds/configure:16889:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-16890-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-16892-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:16893:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-16894-_ACEOF
##############################################
ngspice-33+ds/configure-16941-ac_save_IFS=$IFS; IFS=','
ngspice-33+ds/configure:16942:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ngspice-33+ds/configure-16943-IFS=$ac_save_IFS
##############################################
ngspice-33+ds/configure-17033-    for fl in "-Wl,-rpath " "-Wl,--rpath " "-rpath " "--rpath " "-Wl,-R" "-R" "-R " ; do
ngspice-33+ds/configure:17034:        xlib_rpath=`echo $xlib_path | sed "s/-L/$fl/g"`
ngspice-33+ds/configure-17035-        LIBS="$_save_LIBS $X_LIBS $xlib_rpath"
##############################################
ngspice-33+ds/configure-17467-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ngspice-33+ds/configure:17468:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ngspice-33+ds/configure-17469-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ngspice-33+ds/configure-17499-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17500:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ngspice-33+ds/configure-17501-_ACEOF
##############################################
ngspice-33+ds/configure-17625-do :
ngspice-33+ds/configure:17626:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-17627-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-17629-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-17631-_ACEOF
##############################################
ngspice-33+ds/configure-17722-do :
ngspice-33+ds/configure:17723:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-17724-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-17726-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17727:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-17728-_ACEOF
##############################################
ngspice-33+ds/configure-17887-do :
ngspice-33+ds/configure:17888:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17889-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17891-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17892:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17893-_ACEOF
##############################################
ngspice-33+ds/configure-17901-do :
ngspice-33+ds/configure:17902:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17903-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17905-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17906:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17907-_ACEOF
##############################################
ngspice-33+ds/configure-17925-do :
ngspice-33+ds/configure:17926:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17927-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17929-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17930:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17931-_ACEOF
##############################################
ngspice-33+ds/configure-17938-do :
ngspice-33+ds/configure:17939:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17940-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17942-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17943:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17944-_ACEOF
##############################################
ngspice-33+ds/configure-17952-do :
ngspice-33+ds/configure:17953:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-17954-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-17956-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17957:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-17958-_ACEOF
##############################################
ngspice-33+ds/configure-17965-do :
ngspice-33+ds/configure:17966:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17967-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17969-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17970:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17971-_ACEOF
##############################################
ngspice-33+ds/configure-17991-do :
ngspice-33+ds/configure:17992:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-17993-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-17995-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:17996:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-17997-_ACEOF
##############################################
ngspice-33+ds/configure-18192-do :
ngspice-33+ds/configure:18193:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-18194-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-18196-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18197:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-18198-_ACEOF
##############################################
ngspice-33+ds/configure-18204-do :
ngspice-33+ds/configure:18205:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-18206-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-18208-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18209:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-18210-_ACEOF
##############################################
ngspice-33+ds/configure-18216-do :
ngspice-33+ds/configure:18217:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-18218-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-18220-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18221:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-18222-_ACEOF
##############################################
ngspice-33+ds/configure-18228-do :
ngspice-33+ds/configure:18229:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-18230-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-18232-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18233:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-18234-_ACEOF
##############################################
ngspice-33+ds/configure-18290-do :
ngspice-33+ds/configure:18291:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-18292-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-18294-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18295:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-18296-_ACEOF
##############################################
ngspice-33+ds/configure-18362-do :
ngspice-33+ds/configure:18363:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ngspice-33+ds/configure-18364-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ngspice-33+ds/configure-18366-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18367:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ngspice-33+ds/configure-18368-_ACEOF
##############################################
ngspice-33+ds/configure-18611-cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18612:#define NGSPICEBINDIR "`echo $dprefix/bin`"
ngspice-33+ds/configure-18613-_ACEOF
##############################################
ngspice-33+ds/configure-18616-cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:18617:#define NGSPICEDATADIR "`echo $dprefix/share/ngspice`"
ngspice-33+ds/configure-18618-_ACEOF
##############################################
ngspice-33+ds/configure-19064-/* end confdefs.h.  */
ngspice-33+ds/configure:19065:`cat $LEX_OUTPUT_ROOT.c`
ngspice-33+ds/configure-19066-_ACEOF
##############################################
ngspice-33+ds/configure-19097-  #define YYTEXT_POINTER 1
ngspice-33+ds/configure:19098:`cat $LEX_OUTPUT_ROOT.c`
ngspice-33+ds/configure-19099-_ACEOF
##############################################
ngspice-33+ds/configure-19203-do :
ngspice-33+ds/configure:19204:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-19205-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-19207-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:19208:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-19209-_ACEOF
##############################################
ngspice-33+ds/configure-19415-do :
ngspice-33+ds/configure:19416:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-19417-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-19419-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:19420:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-19421-_ACEOF
##############################################
ngspice-33+ds/configure-19668-do :
ngspice-33+ds/configure:19669:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ngspice-33+ds/configure-19670-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ngspice-33+ds/configure-19672-  cat >>confdefs.h <<_ACEOF
ngspice-33+ds/configure:19673:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ngspice-33+ds/configure-19674-_ACEOF
##############################################
ngspice-33+ds/configure-19894-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ngspice-33+ds/configure:19895:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ngspice-33+ds/configure-19896-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ngspice-33+ds/configure-20081-if test -z "$BASH_VERSION$ZSH_VERSION" \
ngspice-33+ds/configure:20082:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ngspice-33+ds/configure-20083-  as_echo='print -r --'
ngspice-33+ds/configure-20084-  as_echo_n='print -rn --'
ngspice-33+ds/configure:20085:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ngspice-33+ds/configure-20086-  as_echo='printf %s\n'
##############################################
ngspice-33+ds/configure-20088-else
ngspice-33+ds/configure:20089:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ngspice-33+ds/configure-20090-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ngspice-33+ds/configure-20098-	expr "X$arg" : "X\\(.*\\)$as_nl";
ngspice-33+ds/configure:20099:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ngspice-33+ds/configure-20100-      esac;
##############################################
ngspice-33+ds/configure-20175-# ----------------------------------------
ngspice-33+ds/configure:20176:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ngspice-33+ds/configure-20177-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ngspice-33+ds/configure-20247-  {
ngspice-33+ds/configure:20248:    as_val=`expr "$@" || test $? -eq 1`
ngspice-33+ds/configure-20249-  }
##############################################
ngspice-33+ds/configure-20351-      case $as_dir in #(
ngspice-33+ds/configure:20352:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ngspice-33+ds/configure-20353-      *) as_qdir=$as_dir;;
##############################################
ngspice-33+ds/configure-20486-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ngspice-33+ds/configure:20487:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ngspice-33+ds/configure-20488-ac_cs_version="\\
##############################################
ngspice-33+ds/configure-20511-  --*=?*)
ngspice-33+ds/configure:20512:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ngspice-33+ds/configure:20513:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ngspice-33+ds/configure-20514-    ac_shift=:
##############################################
ngspice-33+ds/configure-20516-  --*=)
ngspice-33+ds/configure:20517:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ngspice-33+ds/configure-20518-    ac_optarg=
##############################################
ngspice-33+ds/configure-20540-    case $ac_optarg in
ngspice-33+ds/configure:20541:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ngspice-33+ds/configure-20542-    '') as_fn_error $? "missing file argument" ;;
##############################################
ngspice-33+ds/configure-20548-    case $ac_optarg in
ngspice-33+ds/configure:20549:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ngspice-33+ds/configure-20550-    esac
##############################################
ngspice-33+ds/configure-20617-delay_variable_subst='$delay_variable_subst'
ngspice-33+ds/configure:20618:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20619:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20620:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20621:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20622:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20623:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20624:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20625:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20626:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20627:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20628:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20629:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20630:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20631:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20632:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20633:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20634:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20635:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20636:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20637:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20638:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20639:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20640:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20641:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20642:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20643:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20644:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20645:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20646:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20647:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20648:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20649:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20650:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20651:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20652:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20653:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20654:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20655:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20656:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20657:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20658:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20659:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20660:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20661:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20662:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20663:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20664:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20665:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20666:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20667:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20668:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20669:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20670:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20671:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20672:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20673:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20674:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20675:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20676:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20677: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"`'
ngspice-33+ds/configure:20678:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20679:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20680:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20681:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20682:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20683:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20684:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20685:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20686:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20687:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20688:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20689:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20690:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20691:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20692:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20693:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20694:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20695:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20696:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20697:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20698:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20699:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20700:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20701:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20702:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20703:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20704:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20705:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20706:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20707:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20708:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20709:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20710:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20711:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20712:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20713:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20714:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20715:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20716:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20717:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20718:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20719:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20720:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20721:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20722:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20723:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20724:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20725:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20726:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20727:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20728:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20729:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20730:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20731:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20732:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20733:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20734:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20735:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20736:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20737:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20738:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20739:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20740:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20741:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20742:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20743:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20744:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20745:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20746:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20747:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20748:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20749:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20750:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20751:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20752:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure:20753:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
ngspice-33+ds/configure-20754-
##############################################
ngspice-33+ds/configure-20836-striplib; do
ngspice-33+ds/configure:20837:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ngspice-33+ds/configure-20838-    *[\\\\\\\`\\"\\\$]*)
ngspice-33+ds/configure:20839:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ngspice-33+ds/configure-20840-      ;;
##############################################
ngspice-33+ds/configure-20867-configure_time_lt_sys_library_path; do
ngspice-33+ds/configure:20868:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
ngspice-33+ds/configure-20869-    *[\\\\\\\`\\"\\\$]*)
ngspice-33+ds/configure:20870:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
ngspice-33+ds/configure-20871-      ;;
##############################################
ngspice-33+ds/configure-21099-fi
ngspice-33+ds/configure:21100:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ngspice-33+ds/configure-21101-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ngspice-33+ds/configure-21116-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ngspice-33+ds/configure:21117:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ngspice-33+ds/configure-21118-ac_delim='%!_!# '
##############################################
ngspice-33+ds/configure-21122-
ngspice-33+ds/configure:21123:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ngspice-33+ds/configure-21124-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ngspice-33+ds/configure-21260-for ac_last_try in false false :; do
ngspice-33+ds/configure:21261:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ngspice-33+ds/configure-21262-  if test -z "$ac_tt"; then
##############################################
ngspice-33+ds/configure-21392-      esac
ngspice-33+ds/configure:21393:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ngspice-33+ds/configure-21394-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ngspice-33+ds/configure-21451-*)
ngspice-33+ds/configure:21452:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ngspice-33+ds/configure-21453-  # A ".." for each directory in $ac_dir_suffix.
ngspice-33+ds/configure:21454:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ngspice-33+ds/configure-21455-  case $ac_top_builddir_sub in
##############################################
ngspice-33+ds/configure-21512-/@mandir@/p'
ngspice-33+ds/configure:21513:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ngspice-33+ds/configure-21514-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ngspice-33+ds/configure-21529-
ngspice-33+ds/configure:21530:# Neutralize VPATH when `$srcdir' = `.'.
ngspice-33+ds/configure-21531-# Shell code in configure.ac might set extrasub.
##############################################
ngspice-33+ds/configure-21557-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ngspice-33+ds/configure:21558:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ngspice-33+ds/configure-21559-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ngspice-33+ds/configure-21603-    * )
ngspice-33+ds/configure:21604:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
ngspice-33+ds/configure-21605-  esac
##############################################
ngspice-33+ds/configure-21650-    # Strip MF so we end up with the name of the file.
ngspice-33+ds/configure:21651:    mf=`echo "$mf" | sed -e 's/:.*$//'`
ngspice-33+ds/configure-21652-    # Check whether this is an Automake generated Makefile or not.
##############################################
ngspice-33+ds/configure-21687-    # from the Makefile without running 'make'.
ngspice-33+ds/configure:21688:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
ngspice-33+ds/configure-21689-    test -z "$DEPDIR" && continue
ngspice-33+ds/configure:21690:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
ngspice-33+ds/configure-21691-    test -z "$am__include" && continue
ngspice-33+ds/configure:21692:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
ngspice-33+ds/configure-21693-    # Find all dependency output files, they are included files with
##############################################
ngspice-33+ds/configure-22211-    *:)
ngspice-33+ds/configure:22212:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
ngspice-33+ds/configure-22213-        ;;
ngspice-33+ds/configure-22214-    x:*)
ngspice-33+ds/configure:22215:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
ngspice-33+ds/configure-22216-        ;;
ngspice-33+ds/configure-22217-    *::*)
ngspice-33+ds/configure:22218:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
ngspice-33+ds/configure:22219:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
ngspice-33+ds/configure-22220-        ;;
ngspice-33+ds/configure-22221-    *)
ngspice-33+ds/configure:22222:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
ngspice-33+ds/configure-22223-        ;;
##############################################
ngspice-33+ds/configure-22238-    done
ngspice-33+ds/configure:22239:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ngspice-33+ds/configure-22240-}
##############################################
ngspice-33+ds/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
ngspice-33+ds/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
ngspice-33+ds/ylwrap-103-case $input in
##############################################
ngspice-33+ds/ylwrap-111-esac
ngspice-33+ds/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
ngspice-33+ds/ylwrap-113-
##############################################
ngspice-33+ds/ylwrap-150-  shift
ngspice-33+ds/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
ngspice-33+ds/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
ngspice-33+ds/ylwrap-153-done
##############################################
ngspice-33+ds/ylwrap-182-  do
ngspice-33+ds/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
ngspice-33+ds/ylwrap-184-    if test -f "$from"; then
##############################################
ngspice-33+ds/ylwrap-198-        realtarget=$target
ngspice-33+ds/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
ngspice-33+ds/ylwrap-200-      fi
##############################################
ngspice-33+ds/tests/mes/Makefile.in-49-  { \
ngspice-33+ds/tests/mes/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/mes/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/mes/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mes/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mes/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/mes/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/mes/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mes/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mes/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-383-	      *) \
ngspice-33+ds/tests/mes/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-388-	    else \
ngspice-33+ds/tests/mes/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/mes/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/mes/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mes/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/mes/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mes/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/mes/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/mes/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/mes/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/mes/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mes/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mes/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/mes/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/mes/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/mes/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-368-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:369:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-370-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-371-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:372:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:373:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-374-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-380-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:381:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-382-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-383-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:384:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-385-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-387-	      *) \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:388:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-389-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-392-	    else \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:393:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-394-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-427-	    fi; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:428:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-429-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-433-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:434:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-435-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-436-	  fi; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:437:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-438-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-451-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim3soipd/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim3soipd/Makefile.in-465-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim3soipd/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim3soipd/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-49-  { \
ngspice-33+ds/tests/mesa/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/mesa/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-371-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/mesa/Makefile.in:372:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-373-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mesa/Makefile.in-374-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mesa/Makefile.in:375:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in:376:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-377-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-383-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/mesa/Makefile.in:384:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-385-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mesa/Makefile.in-386-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mesa/Makefile.in:387:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-388-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-390-	      *) \
ngspice-33+ds/tests/mesa/Makefile.in:391:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-392-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-395-	    else \
ngspice-33+ds/tests/mesa/Makefile.in:396:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/mesa/Makefile.in-397-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-430-	    fi; \
ngspice-33+ds/tests/mesa/Makefile.in:431:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mesa/Makefile.in-432-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-436-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/mesa/Makefile.in:437:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mesa/Makefile.in-438-	      dashes="$$report"; \
ngspice-33+ds/tests/mesa/Makefile.in-439-	  fi; \
ngspice-33+ds/tests/mesa/Makefile.in:440:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/mesa/Makefile.in-441-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-454-distdir: $(DISTFILES)
ngspice-33+ds/tests/mesa/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mesa/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mesa/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/mesa/Makefile.in-468-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/mesa/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/mesa/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-49-  { \
ngspice-33+ds/tests/hfet/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/hfet/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/hfet/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hfet/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hfet/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/hfet/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hfet/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hfet/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-386-	      *) \
ngspice-33+ds/tests/hfet/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-391-	    else \
ngspice-33+ds/tests/hfet/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/hfet/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/hfet/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hfet/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/hfet/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hfet/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/hfet/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/hfet/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/hfet/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/hfet/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hfet/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hfet/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/hfet/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/hfet/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/hfet/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-49-  { \
ngspice-33+ds/tests/hisim/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/hisim/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/hisim/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisim/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisim/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/hisim/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisim/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisim/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-386-	      *) \
ngspice-33+ds/tests/hisim/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-391-	    else \
ngspice-33+ds/tests/hisim/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/hisim/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/hisim/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisim/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/hisim/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisim/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/hisim/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/hisim/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/hisim/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/hisim/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisim/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisim/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/hisim/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/hisim/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/hisim/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-49-  { \
ngspice-33+ds/tests/vbic/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/vbic/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-370-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/vbic/Makefile.in:371:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-372-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/vbic/Makefile.in-373-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/vbic/Makefile.in:374:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in:375:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-376-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-382-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/vbic/Makefile.in:383:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-384-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/vbic/Makefile.in-385-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/vbic/Makefile.in:386:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-387-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-389-	      *) \
ngspice-33+ds/tests/vbic/Makefile.in:390:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-391-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-394-	    else \
ngspice-33+ds/tests/vbic/Makefile.in:395:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/vbic/Makefile.in-396-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-429-	    fi; \
ngspice-33+ds/tests/vbic/Makefile.in:430:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/vbic/Makefile.in-431-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-435-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/vbic/Makefile.in:436:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/vbic/Makefile.in-437-	      dashes="$$report"; \
ngspice-33+ds/tests/vbic/Makefile.in-438-	  fi; \
ngspice-33+ds/tests/vbic/Makefile.in:439:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/vbic/Makefile.in-440-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-453-distdir: $(DISTFILES)
ngspice-33+ds/tests/vbic/Makefile.in:454:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/vbic/Makefile.in:455:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/vbic/Makefile.in-456-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/vbic/Makefile.in-467-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/vbic/Makefile.in:468:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/vbic/Makefile.in-469-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim4/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim4/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim4/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim4/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim4/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim4/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim4/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim4/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-386-	      *) \
ngspice-33+ds/tests/bsim4/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-391-	    else \
ngspice-33+ds/tests/bsim4/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim4/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/bsim4/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim4/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim4/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim4/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim4/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/bsim4/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim4/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim4/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim4/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim4/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim4/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim4/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim4/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-49-  { \
ngspice-33+ds/tests/sensitivity/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/sensitivity/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/sensitivity/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/sensitivity/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/sensitivity/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/sensitivity/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/sensitivity/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-383-	      *) \
ngspice-33+ds/tests/sensitivity/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-388-	    else \
ngspice-33+ds/tests/sensitivity/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/sensitivity/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/sensitivity/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/sensitivity/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/sensitivity/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/sensitivity/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/sensitivity/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/sensitivity/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/sensitivity/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/sensitivity/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/sensitivity/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/sensitivity/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/general/Makefile.in-49-  { \
ngspice-33+ds/tests/general/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/general/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-373-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/general/Makefile.in:374:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/general/Makefile.in-375-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/general/Makefile.in-376-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/general/Makefile.in:377:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/general/Makefile.in:378:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/general/Makefile.in-379-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-385-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/general/Makefile.in:386:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/general/Makefile.in-387-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/general/Makefile.in-388-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/general/Makefile.in:389:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/general/Makefile.in-390-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-392-	      *) \
ngspice-33+ds/tests/general/Makefile.in:393:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/general/Makefile.in-394-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-397-	    else \
ngspice-33+ds/tests/general/Makefile.in:398:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/general/Makefile.in-399-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-432-	    fi; \
ngspice-33+ds/tests/general/Makefile.in:433:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/general/Makefile.in-434-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-438-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/general/Makefile.in:439:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/general/Makefile.in-440-	      dashes="$$report"; \
ngspice-33+ds/tests/general/Makefile.in-441-	  fi; \
ngspice-33+ds/tests/general/Makefile.in:442:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/general/Makefile.in-443-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/general/Makefile.in-456-distdir: $(DISTFILES)
ngspice-33+ds/tests/general/Makefile.in:457:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/general/Makefile.in:458:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/general/Makefile.in-459-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/general/Makefile.in-470-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/general/Makefile.in:471:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/general/Makefile.in-472-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/Makefile.in-49-  { \
ngspice-33+ds/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/Makefile.in-168-  while test -n "$$dir1"; do \
ngspice-33+ds/tests/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/Makefile.in-170-    if test "$$first" != "."; then \
ngspice-33+ds/tests/Makefile.in-171-      if test "$$first" = ".."; then \
ngspice-33+ds/tests/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/tests/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/tests/Makefile.in-174-      else \
ngspice-33+ds/tests/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/Makefile.in-176-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/tests/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/Makefile.in-178-        else \
##############################################
ngspice-33+ds/tests/Makefile.in-183-    fi; \
ngspice-33+ds/tests/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/Makefile.in-185-  done; \
##############################################
ngspice-33+ds/tests/Makefile.in-429-	dot_seen=no; \
ngspice-33+ds/tests/Makefile.in:430:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/tests/Makefile.in-431-	case "$@" in \
##############################################
ngspice-33+ds/tests/Makefile.in-492-GTAGS:
ngspice-33+ds/tests/Makefile.in:493:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/tests/Makefile.in-494-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/tests/Makefile.in-515-distdir: $(DISTFILES)
ngspice-33+ds/tests/Makefile.in:516:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/Makefile.in:517:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/Makefile.in-518-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/Makefile.in-529-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/Makefile.in:530:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/Makefile.in-531-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-49-  { \
ngspice-33+ds/tests/polezero/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/polezero/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-371-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/polezero/Makefile.in:372:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-373-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/polezero/Makefile.in-374-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/polezero/Makefile.in:375:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in:376:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-377-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-383-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/polezero/Makefile.in:384:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-385-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/polezero/Makefile.in-386-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/polezero/Makefile.in:387:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-388-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-390-	      *) \
ngspice-33+ds/tests/polezero/Makefile.in:391:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-392-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-395-	    else \
ngspice-33+ds/tests/polezero/Makefile.in:396:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/polezero/Makefile.in-397-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-430-	    fi; \
ngspice-33+ds/tests/polezero/Makefile.in:431:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/polezero/Makefile.in-432-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-436-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/polezero/Makefile.in:437:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/polezero/Makefile.in-438-	      dashes="$$report"; \
ngspice-33+ds/tests/polezero/Makefile.in-439-	  fi; \
ngspice-33+ds/tests/polezero/Makefile.in:440:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/polezero/Makefile.in-441-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-454-distdir: $(DISTFILES)
ngspice-33+ds/tests/polezero/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/polezero/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/polezero/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/polezero/Makefile.in-468-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/polezero/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/polezero/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-49-  { \
ngspice-33+ds/tests/xspice/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/xspice/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-168-  while test -n "$$dir1"; do \
ngspice-33+ds/tests/xspice/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/xspice/Makefile.in-170-    if test "$$first" != "."; then \
ngspice-33+ds/tests/xspice/Makefile.in-171-      if test "$$first" = ".."; then \
ngspice-33+ds/tests/xspice/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/tests/xspice/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/tests/xspice/Makefile.in-174-      else \
ngspice-33+ds/tests/xspice/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/xspice/Makefile.in-176-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/tests/xspice/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/xspice/Makefile.in-178-        else \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-183-    fi; \
ngspice-33+ds/tests/xspice/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/xspice/Makefile.in-185-  done; \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-394-	dot_seen=no; \
ngspice-33+ds/tests/xspice/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/tests/xspice/Makefile.in-396-	case "$@" in \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-457-GTAGS:
ngspice-33+ds/tests/xspice/Makefile.in:458:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/tests/xspice/Makefile.in-459-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-480-distdir: $(DISTFILES)
ngspice-33+ds/tests/xspice/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/xspice/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/xspice/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/xspice/Makefile.in-494-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/xspice/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/xspice/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-49-  { \
ngspice-33+ds/tests/xspice/digital/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-374-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/xspice/digital/Makefile.in:375:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-376-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/xspice/digital/Makefile.in-377-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/xspice/digital/Makefile.in:378:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in:379:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-380-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-386-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/xspice/digital/Makefile.in:387:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-388-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/xspice/digital/Makefile.in-389-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/xspice/digital/Makefile.in:390:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-391-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-393-	      *) \
ngspice-33+ds/tests/xspice/digital/Makefile.in:394:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-395-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-398-	    else \
ngspice-33+ds/tests/xspice/digital/Makefile.in:399:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-400-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-433-	    fi; \
ngspice-33+ds/tests/xspice/digital/Makefile.in:434:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/xspice/digital/Makefile.in-435-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-439-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/xspice/digital/Makefile.in:440:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/xspice/digital/Makefile.in-441-	      dashes="$$report"; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-442-	  fi; \
ngspice-33+ds/tests/xspice/digital/Makefile.in:443:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-444-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-457-distdir: $(DISTFILES)
ngspice-33+ds/tests/xspice/digital/Makefile.in:458:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in:459:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-460-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/xspice/digital/Makefile.in-471-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/xspice/digital/Makefile.in:472:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/xspice/digital/Makefile.in-473-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-49-  { \
ngspice-33+ds/tests/filters/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/filters/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-366-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/filters/Makefile.in:367:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-368-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/filters/Makefile.in-369-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/filters/Makefile.in:370:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/filters/Makefile.in:371:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-372-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-378-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/filters/Makefile.in:379:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-380-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/filters/Makefile.in-381-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/filters/Makefile.in:382:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-383-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-385-	      *) \
ngspice-33+ds/tests/filters/Makefile.in:386:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-387-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-390-	    else \
ngspice-33+ds/tests/filters/Makefile.in:391:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/filters/Makefile.in-392-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-425-	    fi; \
ngspice-33+ds/tests/filters/Makefile.in:426:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/filters/Makefile.in-427-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-431-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/filters/Makefile.in:432:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/filters/Makefile.in-433-	      dashes="$$report"; \
ngspice-33+ds/tests/filters/Makefile.in-434-	  fi; \
ngspice-33+ds/tests/filters/Makefile.in:435:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/filters/Makefile.in-436-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-449-distdir: $(DISTFILES)
ngspice-33+ds/tests/filters/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/filters/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/filters/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/filters/Makefile.in-463-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/filters/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/filters/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-49-  { \
ngspice-33+ds/tests/hisimhv1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/hisimhv1/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisimhv1/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisimhv1/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/hisimhv1/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisimhv1/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisimhv1/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-386-	      *) \
ngspice-33+ds/tests/hisimhv1/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-391-	    else \
ngspice-33+ds/tests/hisimhv1/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/hisimhv1/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisimhv1/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/hisimhv1/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisimhv1/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/hisimhv1/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/hisimhv1/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/hisimhv1/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/hisimhv1/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/hisimhv1/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-49-  { \
ngspice-33+ds/tests/bsimsoi/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsimsoi/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsimsoi/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsimsoi/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsimsoi/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsimsoi/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsimsoi/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-386-	      *) \
ngspice-33+ds/tests/bsimsoi/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-391-	    else \
ngspice-33+ds/tests/bsimsoi/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/bsimsoi/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsimsoi/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsimsoi/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsimsoi/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/bsimsoi/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsimsoi/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsimsoi/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsimsoi/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsimsoi/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-49-  { \
ngspice-33+ds/tests/jfet/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/jfet/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/jfet/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/jfet/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/jfet/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/jfet/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/jfet/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/jfet/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-383-	      *) \
ngspice-33+ds/tests/jfet/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-388-	    else \
ngspice-33+ds/tests/jfet/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/jfet/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/jfet/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/jfet/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/jfet/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/jfet/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/jfet/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/jfet/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/jfet/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/jfet/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/jfet/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/jfet/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/jfet/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/jfet/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/jfet/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-368-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:369:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-370-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-371-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:372:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:373:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-374-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-380-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:381:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-382-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-383-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:384:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-385-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-387-	      *) \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:388:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-389-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-392-	    else \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:393:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-394-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-427-	    fi; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:428:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-429-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-433-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:434:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-435-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-436-	  fi; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:437:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-438-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-451-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim3soidd/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim3soidd/Makefile.in-465-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim3soidd/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim3soidd/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-49-  { \
ngspice-33+ds/tests/resistance/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/resistance/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-368-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/resistance/Makefile.in:369:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-370-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/resistance/Makefile.in-371-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/resistance/Makefile.in:372:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in:373:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-374-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-380-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/resistance/Makefile.in:381:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-382-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/resistance/Makefile.in-383-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/resistance/Makefile.in:384:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-385-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-387-	      *) \
ngspice-33+ds/tests/resistance/Makefile.in:388:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-389-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-392-	    else \
ngspice-33+ds/tests/resistance/Makefile.in:393:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/resistance/Makefile.in-394-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-427-	    fi; \
ngspice-33+ds/tests/resistance/Makefile.in:428:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/resistance/Makefile.in-429-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-433-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/resistance/Makefile.in:434:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/resistance/Makefile.in-435-	      dashes="$$report"; \
ngspice-33+ds/tests/resistance/Makefile.in-436-	  fi; \
ngspice-33+ds/tests/resistance/Makefile.in:437:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/resistance/Makefile.in-438-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-451-distdir: $(DISTFILES)
ngspice-33+ds/tests/resistance/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/resistance/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/resistance/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/resistance/Makefile.in-465-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/resistance/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/resistance/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim1/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim1/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-366-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim1/Makefile.in:367:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-368-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim1/Makefile.in-369-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim1/Makefile.in:370:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in:371:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-372-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-378-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim1/Makefile.in:379:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-380-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim1/Makefile.in-381-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim1/Makefile.in:382:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-383-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-385-	      *) \
ngspice-33+ds/tests/bsim1/Makefile.in:386:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-387-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-390-	    else \
ngspice-33+ds/tests/bsim1/Makefile.in:391:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim1/Makefile.in-392-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-425-	    fi; \
ngspice-33+ds/tests/bsim1/Makefile.in:426:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim1/Makefile.in-427-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-431-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim1/Makefile.in:432:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim1/Makefile.in-433-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim1/Makefile.in-434-	  fi; \
ngspice-33+ds/tests/bsim1/Makefile.in:435:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim1/Makefile.in-436-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-449-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim1/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim1/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim1/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim1/Makefile.in-463-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim1/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim1/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim3/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim3/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim3/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim3/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-386-	      *) \
ngspice-33+ds/tests/bsim3/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-391-	    else \
ngspice-33+ds/tests/bsim3/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim3/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/bsim3/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim3/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim3/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/bsim3/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim3/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim3/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim3/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim3/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim3/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-49-  { \
ngspice-33+ds/tests/transient/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/transient/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/transient/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/transient/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/transient/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/transient/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/transient/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/transient/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/transient/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-383-	      *) \
ngspice-33+ds/tests/transient/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-388-	    else \
ngspice-33+ds/tests/transient/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/transient/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/transient/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/transient/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/transient/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/transient/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/transient/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/transient/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/transient/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/transient/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/transient/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/transient/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/transient/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/transient/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/transient/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-49-  { \
ngspice-33+ds/tests/hisimhv2/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/hisimhv2/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisimhv2/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisimhv2/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/hisimhv2/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/hisimhv2/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/hisimhv2/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-386-	      *) \
ngspice-33+ds/tests/hisimhv2/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-391-	    else \
ngspice-33+ds/tests/hisimhv2/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/hisimhv2/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisimhv2/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/hisimhv2/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/hisimhv2/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/hisimhv2/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/hisimhv2/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/hisimhv2/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/hisimhv2/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/hisimhv2/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/func/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/func/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/func/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/func/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/func/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/func/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/func/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/func/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/func/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/func/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/func/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/func/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/func/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/func/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/func/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/func/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/func/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/func/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/func/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/func/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/func/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/func/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/func/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/func/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/parser/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/parser/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/parser/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/parser/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/parser/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/parser/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/parser/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/parser/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/parser/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/parser/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/parser/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/parser/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/parser/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/parser/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/parser/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/parser/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/parser/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/parser/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/parser/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/parser/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/subckt-processing/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-365-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:366:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-367-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-368-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:369:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:370:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-371-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-377-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:378:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-379-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-380-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:381:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-382-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-384-	      *) \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:385:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-386-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-389-	    else \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:390:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-391-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-424-	    fi; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:425:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-426-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-430-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:431:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-432-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-433-	  fi; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:434:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-435-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-448-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-462-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/lib-processing/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-168-  while test -n "$$dir1"; do \
ngspice-33+ds/tests/regression/Makefile.in:169:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/regression/Makefile.in-170-    if test "$$first" != "."; then \
ngspice-33+ds/tests/regression/Makefile.in-171-      if test "$$first" = ".."; then \
ngspice-33+ds/tests/regression/Makefile.in:172:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
ngspice-33+ds/tests/regression/Makefile.in:173:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
ngspice-33+ds/tests/regression/Makefile.in-174-      else \
ngspice-33+ds/tests/regression/Makefile.in:175:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
ngspice-33+ds/tests/regression/Makefile.in-176-        if test "$$first2" = "$$first"; then \
ngspice-33+ds/tests/regression/Makefile.in:177:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/regression/Makefile.in-178-        else \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-183-    fi; \
ngspice-33+ds/tests/regression/Makefile.in:184:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
ngspice-33+ds/tests/regression/Makefile.in-185-  done; \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-394-	dot_seen=no; \
ngspice-33+ds/tests/regression/Makefile.in:395:	target=`echo $@ | sed s/-recursive//`; \
ngspice-33+ds/tests/regression/Makefile.in-396-	case "$@" in \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-457-GTAGS:
ngspice-33+ds/tests/regression/Makefile.in:458:	here=`$(am__cd) $(top_builddir) && pwd` \
ngspice-33+ds/tests/regression/Makefile.in-459-	  && $(am__cd) $(top_srcdir) \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-480-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/Makefile.in:481:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/Makefile.in:482:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/Makefile.in-483-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/Makefile.in-494-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/Makefile.in:495:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/Makefile.in-496-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/pz/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/pz/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/pz/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/pz/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/pz/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/pz/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/pz/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/pz/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/pz/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/pz/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/pz/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/pz/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/pz/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/pz/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/pz/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/pz/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/pz/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/pz/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/pz/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/pz/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/model/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/model/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/model/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/model/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/model/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/model/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/model/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/model/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/model/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/model/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/model/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/model/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/model/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/model/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/model/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/model/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/model/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/model/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/model/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/model/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/model/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/model/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/model/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/model/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/sens/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/sens/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/sens/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/sens/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/sens/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/sens/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/sens/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/sens/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/sens/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/sens/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/sens/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/sens/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/sens/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/sens/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/sens/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/sens/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/sens/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/sens/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/sens/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/sens/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/pipe/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-368-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/pipe/Makefile.in:369:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-370-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/pipe/Makefile.in-371-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/pipe/Makefile.in:372:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in:373:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-374-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-380-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/pipe/Makefile.in:381:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-382-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/pipe/Makefile.in-383-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/pipe/Makefile.in:384:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-385-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-387-	      *) \
ngspice-33+ds/tests/regression/pipe/Makefile.in:388:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-389-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-392-	    else \
ngspice-33+ds/tests/regression/pipe/Makefile.in:393:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-394-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-427-	    fi; \
ngspice-33+ds/tests/regression/pipe/Makefile.in:428:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/pipe/Makefile.in-429-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-433-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/pipe/Makefile.in:434:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/pipe/Makefile.in-435-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-436-	  fi; \
ngspice-33+ds/tests/regression/pipe/Makefile.in:437:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-438-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-451-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/pipe/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/pipe/Makefile.in-465-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/pipe/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/pipe/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/temper/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/temper/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/temper/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/temper/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/temper/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/temper/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/temper/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/temper/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/temper/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/temper/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/temper/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/temper/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/temper/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/temper/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/temper/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/temper/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/temper/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/temper/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/temper/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/temper/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-49-  { \
ngspice-33+ds/tests/regression/misc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-364-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/regression/misc/Makefile.in:365:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-366-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/misc/Makefile.in-367-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/misc/Makefile.in:368:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in:369:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-370-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-376-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/regression/misc/Makefile.in:377:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-378-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/regression/misc/Makefile.in-379-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/regression/misc/Makefile.in:380:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-381-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-383-	      *) \
ngspice-33+ds/tests/regression/misc/Makefile.in:384:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-385-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-388-	    else \
ngspice-33+ds/tests/regression/misc/Makefile.in:389:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-390-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-423-	    fi; \
ngspice-33+ds/tests/regression/misc/Makefile.in:424:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/misc/Makefile.in-425-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-429-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/regression/misc/Makefile.in:430:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/regression/misc/Makefile.in-431-	      dashes="$$report"; \
ngspice-33+ds/tests/regression/misc/Makefile.in-432-	  fi; \
ngspice-33+ds/tests/regression/misc/Makefile.in:433:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-434-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-447-distdir: $(DISTFILES)
ngspice-33+ds/tests/regression/misc/Makefile.in:448:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/misc/Makefile.in:449:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-450-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/regression/misc/Makefile.in-461-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/regression/misc/Makefile.in:462:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/regression/misc/Makefile.in-463-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bin/check.sh-5-if [ -z "$SPICE_SCRIPTS" ] ; then
ngspice-33+ds/tests/bin/check.sh:6:    SPICE_SCRIPTS=`dirname $0`
ngspice-33+ds/tests/bin/check.sh-7-    export SPICE_SCRIPTS
##############################################
ngspice-33+ds/tests/bin/check.sh-21-
ngspice-33+ds/tests/bin/check.sh:22:testname=`basename $TEST .cir`
ngspice-33+ds/tests/bin/check.sh:23:testdir=`dirname $TEST`
ngspice-33+ds/tests/bin/check.sh-24-
##############################################
ngspice-33+ds/tests/bin/run_cmc_check-60-
ngspice-33+ds/tests/bin/run_cmc_check:61:    for test in `${testProgramName} -lt -s ${simname} ${qaSpecFile}` ; do
ngspice-33+ds/tests/bin/run_cmc_check-62-
##############################################
ngspice-33+ds/tests/bin/run_cmc_check-65-
ngspice-33+ds/tests/bin/run_cmc_check:66:        for variant in `${testProgramName} -lv -s ${simname} ${qaSpecFile}` ; do
ngspice-33+ds/tests/bin/run_cmc_check-67-            ${testProgramName} \
##############################################
ngspice-33+ds/tests/bin/run_cmc_check-79-
ngspice-33+ds/tests/bin/run_cmc_check:80:    for version in `ls -C1 ${qaResultsDirectory}/${simname}` ; do
ngspice-33+ds/tests/bin/run_cmc_check:81:        for platform in `ls -C1 ${qaResultsDirectory}/${simname}/${version}` ; do
ngspice-33+ds/tests/bin/run_cmc_check-82-
##############################################
ngspice-33+ds/tests/bin/run_cmc_check-93-
ngspice-33+ds/tests/bin/run_cmc_check:94:            for test in `${testProgramName} -lt -s ${simname} ${qaSpecFile}` ; do
ngspice-33+ds/tests/bin/run_cmc_check-95-
##############################################
ngspice-33+ds/tests/bin/run_cmc_check-98-
ngspice-33+ds/tests/bin/run_cmc_check:99:                for variant in `${testProgramName} -lv -s ${simname} ${qaSpecFile}` ; do
ngspice-33+ds/tests/bin/run_cmc_check-100-                    ${testProgramName} \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-49-  { \
ngspice-33+ds/tests/transmission/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/transmission/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-371-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/transmission/Makefile.in:372:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-373-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/transmission/Makefile.in-374-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/transmission/Makefile.in:375:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in:376:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-377-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-383-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/transmission/Makefile.in:384:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-385-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/transmission/Makefile.in-386-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/transmission/Makefile.in:387:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-388-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-390-	      *) \
ngspice-33+ds/tests/transmission/Makefile.in:391:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-392-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-395-	    else \
ngspice-33+ds/tests/transmission/Makefile.in:396:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/transmission/Makefile.in-397-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-430-	    fi; \
ngspice-33+ds/tests/transmission/Makefile.in:431:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/transmission/Makefile.in-432-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-436-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/transmission/Makefile.in:437:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/transmission/Makefile.in-438-	      dashes="$$report"; \
ngspice-33+ds/tests/transmission/Makefile.in-439-	  fi; \
ngspice-33+ds/tests/transmission/Makefile.in:440:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/transmission/Makefile.in-441-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-454-distdir: $(DISTFILES)
ngspice-33+ds/tests/transmission/Makefile.in:455:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/transmission/Makefile.in:456:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/transmission/Makefile.in-457-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/transmission/Makefile.in-468-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/transmission/Makefile.in:469:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/transmission/Makefile.in-470-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-49-  { \
ngspice-33+ds/tests/mos6/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/mos6/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-367-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/mos6/Makefile.in:368:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-369-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mos6/Makefile.in-370-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mos6/Makefile.in:371:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in:372:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-373-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-379-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/mos6/Makefile.in:380:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-381-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/mos6/Makefile.in-382-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/mos6/Makefile.in:383:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-384-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-386-	      *) \
ngspice-33+ds/tests/mos6/Makefile.in:387:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-388-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-391-	    else \
ngspice-33+ds/tests/mos6/Makefile.in:392:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/mos6/Makefile.in-393-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-426-	    fi; \
ngspice-33+ds/tests/mos6/Makefile.in:427:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mos6/Makefile.in-428-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-432-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/mos6/Makefile.in:433:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/mos6/Makefile.in-434-	      dashes="$$report"; \
ngspice-33+ds/tests/mos6/Makefile.in-435-	  fi; \
ngspice-33+ds/tests/mos6/Makefile.in:436:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/mos6/Makefile.in-437-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-450-distdir: $(DISTFILES)
ngspice-33+ds/tests/mos6/Makefile.in:451:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mos6/Makefile.in:452:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/mos6/Makefile.in-453-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/mos6/Makefile.in-464-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/mos6/Makefile.in:465:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/mos6/Makefile.in-466-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-368-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:369:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-370-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-371-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:372:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:373:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-374-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-380-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:381:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-382-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-383-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:384:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-385-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-387-	      *) \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:388:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-389-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-392-	    else \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:393:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-394-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-427-	    fi; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:428:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-429-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-433-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:434:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-435-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-436-	  fi; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:437:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-438-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-451-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim3soifd/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim3soifd/Makefile.in-465-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim3soifd/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim3soifd/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-49-  { \
ngspice-33+ds/tests/bsim2/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
ngspice-33+ds/tests/bsim2/Makefile.in-51-  }; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-366-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
ngspice-33+ds/tests/bsim2/Makefile.in:367:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-368-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim2/Makefile.in-369-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim2/Makefile.in:370:		xpass=`expr $$xpass + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in:371:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-372-		col=$$red; res=XPASS; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-378-	    elif test $$? -ne 77; then \
ngspice-33+ds/tests/bsim2/Makefile.in:379:	      all=`expr $$all + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-380-	      case " $(XFAIL_TESTS) " in \
ngspice-33+ds/tests/bsim2/Makefile.in-381-	      *[\ \	]$$tst[\ \	]*) \
ngspice-33+ds/tests/bsim2/Makefile.in:382:		xfail=`expr $$xfail + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-383-		col=$$lgn; res=XFAIL; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-385-	      *) \
ngspice-33+ds/tests/bsim2/Makefile.in:386:		failed=`expr $$failed + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-387-		col=$$red; res=FAIL; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-390-	    else \
ngspice-33+ds/tests/bsim2/Makefile.in:391:	      skip=`expr $$skip + 1`; \
ngspice-33+ds/tests/bsim2/Makefile.in-392-	      col=$$blu; res=SKIP; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-425-	    fi; \
ngspice-33+ds/tests/bsim2/Makefile.in:426:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim2/Makefile.in-427-	      dashes="$$skipped"; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-431-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
ngspice-33+ds/tests/bsim2/Makefile.in:432:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
ngspice-33+ds/tests/bsim2/Makefile.in-433-	      dashes="$$report"; \
ngspice-33+ds/tests/bsim2/Makefile.in-434-	  fi; \
ngspice-33+ds/tests/bsim2/Makefile.in:435:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
ngspice-33+ds/tests/bsim2/Makefile.in-436-	  if test "$$failed" -eq 0; then \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-449-distdir: $(DISTFILES)
ngspice-33+ds/tests/bsim2/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim2/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
ngspice-33+ds/tests/bsim2/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
ngspice-33+ds/tests/bsim2/Makefile.in-463-	  if test -d $$d/$$file; then \
ngspice-33+ds/tests/bsim2/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
ngspice-33+ds/tests/bsim2/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
ngspice-33+ds/doc/Makefile.am-110-	@echo -e "\nChecking for existing files that are *not* listed in \$$(LYX_FILES)..."
ngspice-33+ds/doc/Makefile.am:111:	@FOUND_LYX_FILES=`find $(top_srcdir)/Tables -type f -name "*.lyx" | sort` ;\
ngspice-33+ds/doc/Makefile.am-112-	ERROR=0 ;\
ngspice-33+ds/doc/Makefile.am-113-	for entry in $${FOUND_LYX_FILES}; do \
ngspice-33+ds/doc/Makefile.am:114:		FOUND_FILE=`basename $${entry}` ;\
ngspice-33+ds/doc/Makefile.am-115-		echo "Checking $${FOUND_FILE} from $(top_srcdir)/Tables" ;\
ngspice-33+ds/doc/Makefile.am-116-		for listed_lyx_file in $(LYX_FILES); do \
ngspice-33+ds/doc/Makefile.am:117:			GIVEN_FILE=`basename $${listed_lyx_file}` ;\
ngspice-33+ds/doc/Makefile.am-118-			FOUND=0 ;\
##############################################
ngspice-33+ds/doc/Makefile.am-156-	@echo -e "\nChecking for existing files that are *not* listed in \$$(GRAPHICS_FILES)..."
ngspice-33+ds/doc/Makefile.am:157:	@FOUND_GRAPHICS_FILES=`find $(top_srcdir)/Images -type f -name "*.png" | sort` ;\
ngspice-33+ds/doc/Makefile.am-158-	ERROR=0 ;\
ngspice-33+ds/doc/Makefile.am-159-	for entry in $${FOUND_GRAPHICS_FILES}; do \
ngspice-33+ds/doc/Makefile.am:160:		FOUND_FILE=`basename $${entry}` ;\
ngspice-33+ds/doc/Makefile.am-161-		echo "Checking $${FOUND_FILE} from $(top_srcdir)/Tables" ;\
ngspice-33+ds/doc/Makefile.am-162-		for listed_lyx_file in $(GRAPHICS_FILES); do \
ngspice-33+ds/doc/Makefile.am:163:			GIVEN_FILE=`basename $${listed_graphics_file}` ;\
ngspice-33+ds/doc/Makefile.am-164-			FOUND=0 ;\
##############################################
ngspice-33+ds/doc/config/install-sh-217-      fi
ngspice-33+ds/doc/config/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ngspice-33+ds/doc/config/install-sh-219-    *)
##############################################
ngspice-33+ds/doc/config/install-sh-269-      dstdir=$dst
ngspice-33+ds/doc/config/install-sh:270:      dst=$dstdir/`basename "$src"`
ngspice-33+ds/doc/config/install-sh-271-      dstdir_status=0
##############################################
ngspice-33+ds/doc/config/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
ngspice-33+ds/doc/config/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
ngspice-33+ds/doc/config/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
ngspice-33+ds/doc/config/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
ngspice-33+ds/doc/config/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
ngspice-33+ds/doc/config/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ngspice-33+ds/doc/config/install-sh-418-	    case $prefix in
ngspice-33+ds/doc/config/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ngspice-33+ds/doc/config/install-sh-420-	      *) qprefix=$prefix;;
##############################################
ngspice-33+ds/doc/config/install-sh-467-    if $copy_on_change &&
ngspice-33+ds/doc/config/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
ngspice-33+ds/doc/config/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
ngspice-33+ds/doc/config/install-sh-470-
##############################################
ngspice-33+ds/doc/configure.ac-34-    # There is no easy way to detect the installed version of lyx.
ngspice-33+ds/doc/configure.ac:35:    lyx_version=`lyx -version | head -1 | awk '{print $2}'`
ngspice-33+ds/doc/configure.ac-36-
##############################################
ngspice-33+ds/doc/manual.lyx-110500-
ngspice-33+ds/doc/manual.lyx:110501:set myvar2=`/bin/bash -c "echo $HOME"` 
ngspice-33+ds/doc/manual.lyx-110502-\end_layout