Codemodel commands are decommented if --enable-xspice has been declared in configure.
This commit is contained in:
parent
630821e7bd
commit
0175443a3c
|
|
@ -482,16 +482,22 @@ if test "$enable_xspice" = "yes"; then
|
||||||
$XSPICEDIR/ipc/libipcxsp.a \
|
$XSPICEDIR/ipc/libipcxsp.a \
|
||||||
$XSPICEDIR/idn/libidnxsp.a \
|
$XSPICEDIR/idn/libidnxsp.a \
|
||||||
-ldl"
|
-ldl"
|
||||||
|
XSPICEINIT=""
|
||||||
|
XSPICETESTS=""
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
XSPCIEDIR=""
|
XSPCIEDIR=""
|
||||||
XSPICELIB1=""
|
XSPICELIB1=""
|
||||||
XSPICELIB2=""
|
XSPICELIB2=""
|
||||||
XSPICETESTS=""
|
XSPICETESTS=""
|
||||||
|
XSPICEINIT="*"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(XSPICEDIR)
|
AC_SUBST(XSPICEDIR)
|
||||||
AC_SUBST(XSPICELIB1)
|
AC_SUBST(XSPICELIB1)
|
||||||
AC_SUBST(XSPICELIB2)
|
AC_SUBST(XSPICELIB2)
|
||||||
|
AC_SUBST(XSPICETESTS)
|
||||||
|
AC_SUBST(XSPICEINIT)
|
||||||
|
|
||||||
dnl Add CIDER enhacements to ngspice.
|
dnl Add CIDER enhacements to ngspice.
|
||||||
if test "$enable_cider" = "yes"; then
|
if test "$enable_cider" = "yes"; then
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,13 @@
|
||||||
alias exit quit
|
alias exit quit
|
||||||
alias acct rusage all
|
alias acct rusage all
|
||||||
set x11lineararcs
|
set x11lineararcs
|
||||||
|
|
||||||
* For SPICE2 POLYs, edit the below line to point to the location
|
* For SPICE2 POLYs, edit the below line to point to the location
|
||||||
* of your codemode.
|
* of your codemode.
|
||||||
* codemodel @prefix@/lib/spice/spice2poly.cm
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/spice2poly.cm
|
||||||
|
|
||||||
* The other codemodels
|
* The other codemodels
|
||||||
* codemodel @prefix@/lib/spice/analog.cm
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/analog.cm
|
||||||
* codemodel @prefix@/lib/spice/digital.cm
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/digital.cm
|
||||||
* codemodel @prefix@/lib/spice/xtradev.cm
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/xtradev.cm
|
||||||
* codemodel @prefix@/lib/spice/xtraevt.cm
|
@XSPICEINIT@ codemodel @prefix@/lib/spice/xtraevt.cm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue