From 115e51aa470eb97174ac8e34c56c479e57c53868 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 23 Sep 2017 17:05:57 +0200 Subject: [PATCH] make use of analogfunction.xml --- src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml | 6 +++--- .../devices/adms/admst/ngspiceMODULEguesstopology.c.xml | 5 ++++- src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml index d59f2d85b..c267182f6 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml @@ -2018,7 +2018,7 @@ inline double _d1_pow(double x,double y) { return (x==0.0)?0.0:((log(x)/exp(0. - + @@ -2090,7 +2090,7 @@ inline double _d1_pow(double x,double y) { return (x==0.0)?0.0:((log(x)/exp(0. - + @@ -2163,7 +2163,7 @@ inline double _d1_pow(double x,double y) { return (x==0.0)?0.0:((log(x)/exp(0. - + diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml index 3c02ce481..ec4e9ce4e 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml @@ -37,7 +37,10 @@ - + + + + diff --git a/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml b/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml index 85aa4ea94..b799f115a 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml @@ -37,6 +37,7 @@ BUILT_SOURCES = \\ $(module).c \\ $(module).hxx \\ $(module)acld.c \\ + $(module).analogfunction.c \\ $(module)ask.c \\ $(module)defs.h \\ $(module)del.c \\ @@ -62,7 +63,6 @@ lib$(module)_la_SOURCES = \\ CLEANFILES = \\ \$(BUILT_SOURCES) \\ $(module)noise.c \\ - $(module).analogfunction.c \\ .$(module).va.adms \\ .adms.implicit.xml \\ .interface.xml \\ @@ -85,7 +85,7 @@ DISTCLEANFILES = Makefile.am \\ Makefile.in \%.c \%.hxx \\ - \%acld.c \%ask.c \%defs.h \%del.c \%dest.c \%ext.h \%guesstopology.c \\ + \%acld.c \%.analogfunction.c \%ask.c \%defs.h \%del.c \%dest.c \%ext.h \%guesstopology.c \\ \%init.c \%init.h \%itf.h \%load.c \%mask.c \%mdel.c \%mpar.c \%par.c \\ \%pzld.c \%setup.c \%temp.c \%trunc.c \\ : \$(srcdir)/admsva/\%.va \\