don't decend into adms any more

This commit is contained in:
rlar 2012-04-13 16:08:12 +02:00
parent 5a1468c3a3
commit c08e17aed2
2 changed files with 0 additions and 12 deletions

View File

@ -869,18 +869,11 @@ if test "$enable_adms3" = "yes" ; then
AC_MSG_RESULT(**********************************
* ADMS support is experimental *
**********************************)
AC_CHECK_PROGS(ADMSXML, admsXml admsXml.exe,no)
if test "$ADMSXML" = "no"; then
AC_MSG_ERROR(If you want Verilog-A models you should install admsXml)
fi
AC_DEFINE(ADMS,[3],[Support for Verilog-A models (adms3)])
fi
AC_SUBST(ADMSXML)
AM_CONDITIONAL([ADMS_WANTED], [test "$enable_adms3" = "yes"])
dnl NDEV option
@ -973,7 +966,6 @@ AC_CONFIG_FILES([Makefile
src/spicelib/Makefile
src/spicelib/analysis/Makefile
src/spicelib/devices/Makefile
src/spicelib/devices/adms/Makefile
src/spicelib/devices/asrc/Makefile
src/spicelib/devices/bjt/Makefile
src/spicelib/devices/bsim1/Makefile

View File

@ -58,10 +58,6 @@ if NUMDEV_WANTED
SUBDIRS += nbjt nbjt2 numd numd2 numos
endif
if ADMS_WANTED
SUBDIRS += adms
endif
DIST_SUBDIRS = \
asrc \
bjt \