Add adms hicum2.

This commit is contained in:
dwarning 2006-02-23 08:33:06 +00:00
parent 8204213186
commit 49f973a3fb
1 changed files with 4 additions and 1 deletions

View File

@ -627,9 +627,11 @@ if test "$enable_adms" = "yes"; then
AC_DEFINE(ADMS,[],[Support for Verilog-A(MS) models])
VLADEVDIR=" adms/hicum0 \
adms/hicum2 \
adms/mextram "
VLADEV=" spicelib/devices/adms/hicum0/libhicum0.a \
spicelib/devices/adms/hicum2/libhicum2.a \
spicelib/devices/adms/mextram/libmextram.a "
fi
@ -717,6 +719,7 @@ src/spicelib/Makefile \
src/spicelib/analysis/Makefile \
src/spicelib/devices/Makefile \
src/spicelib/devices/adms/hicum0/Makefile \
src/spicelib/devices/adms/hicum2/Makefile \
src/spicelib/devices/adms/mextram/Makefile \
src/spicelib/devices/asrc/Makefile \
src/spicelib/devices/bjt/Makefile \