Browse Source

update for --adms3

rlar 15 years ago
parent
commit
ffe7405ad2
  1. 4
      ChangeLog
  2. 7
      autogen.sh

4
ChangeLog

@ -1,3 +1,7 @@
2011-07-23 Robert Larice
* autogen.sh :
update for --adms3
2011-07-23 Dietmar Warning 2011-07-23 Dietmar Warning
* ngspiceMODULE.c.xml, ngspiceMakefile.am.xml: lower case substitution in xml module * ngspiceMODULE.c.xml, ngspiceMakefile.am.xml: lower case substitution in xml module
instead with perl in make process instead with perl in make process

7
autogen.sh

@ -179,8 +179,11 @@ $znew
( (
cd $ADMSDIR/$adms_dir cd $ADMSDIR/$adms_dir
if [ "$ADMS" -eq 3 ]; then if [ "$ADMS" -eq 3 ]; then
$ADMSXML `ls admsva/*.va` -Iadmsva -xv \
--ngspice-makefile -e ../admst/ngspice.xml
$ADMSXML \
-I admsva \
--create_makefile_am \
-e ../admst/ngspice.xml \
`ls admsva/*.va`
else else
$ADMSXML `ls admsva/*.va` -Iadmsva -xv \ $ADMSXML `ls admsva/*.va` -Iadmsva -xv \
-e ../admst/ngspiceVersion.xml \ -e ../admst/ngspiceVersion.xml \

Loading…
Cancel
Save