Corrected the CIDER part. The old scheme did not work.

This commit is contained in:
pnenzi 2003-08-13 10:47:22 +00:00
parent 4090c12422
commit f67b255931
2 changed files with 4 additions and 4 deletions

View File

@ -413,7 +413,7 @@ if test "$enable_cider" = "yes"; then
CIDERSIM=" $CIDERDIR/twod/libcidertwod.a \
$CIDERDIR/oned/libcideroned.a \
$CIDERDIR/input/libciderinput.a \
$CIDERDIR/support/libcidersuprt.a \ "
$CIDERDIR/support/libcidersuprt.a"
CIDERMATH="misc"

View File

@ -29,7 +29,7 @@ DYNAMIC_DEVICELIBS = \
spicelib/devices/bsim3v1a/libbsim3v1a.a \
spicelib/devices/bsim4/libbsim4.a \
spicelib/devices/cap/libcap.a \
spicelib/devices/libbsim3soi.a \
spicelib/devices/bsim3soi/libbsim3soi.a \
spicelib/devices/bsim3soi_pd/libbsim3soipd.a \
spicelib/devices/bsim3soi_fd/libbsim3soifd.a \
spicelib/devices/bsim3soi_dd/libbsim3soidd.a \
@ -87,12 +87,12 @@ ngspice_LDADD = \
spicelib/devices/libdev.a \
@XSPICELIB2@ \
frontend/parser/libparser.a \
@CIDERSIM@
@CIDERSIM@ \
frontend/help/libhlp.a \
spicelib/parser/libinp.a \
maths/deriv/libderiv.a \
maths/cmaths/libcmaths.a \
@CIDERMATHDIR@
@CIDERMATHDIR@ \
maths/poly/libpoly.a \
maths/ni/libni.a \
maths/sparse/libsparse.a \