update for --adms3

This commit is contained in:
rlar 2011-07-23 13:06:58 +00:00
parent 5993a30d9c
commit ffe7405ad2
2 changed files with 11 additions and 4 deletions

View File

@ -1,9 +1,13 @@
2011-07-23 Robert Larice
* autogen.sh :
update for --adms3
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
2011-07-22 Laurent Lemaitre
* ngspice.xml: add code to create Makefile.am using flag --create_makefile_am
* ngspice.xml: add code to create Makefile.am using flag --create_makefile_am
at admsXml command line
2011-07-21 Laurent Lemaitre

View File

@ -179,8 +179,11 @@ $znew
(
cd $ADMSDIR/$adms_dir
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
$ADMSXML `ls admsva/*.va` -Iadmsva -xv \
-e ../admst/ngspiceVersion.xml \