committed by
rlar
21 changed files with 129 additions and 62 deletions
-
4configure.ac
-
12src/Makefile.am
-
6src/include/ngspice/cktdefs.h
-
7src/spicelib/analysis/analysis.c
-
4src/spicelib/analysis/cktsetup.c
-
10src/spicelib/analysis/dcop.c
-
17src/spicelib/analysis/dctran.c
-
6src/spicelib/analysis/dctrcurv.c
-
2src/spicelib/parser/inp2dot.c
-
22src/unsupported/Makefile.am
-
13src/unsupported/cktsenac.c
-
7src/unsupported/cktsenup.c
-
7src/unsupported/cktsncom.c
-
5src/unsupported/cktsndct.c
-
7src/unsupported/cktsnld.c
-
7src/unsupported/cktsnprt.c
-
10src/unsupported/cktsnset.c
-
8src/unsupported/sen2dest.c
-
12src/unsupported/sen2setp.c
-
12src/unsupported/snaskq.c
-
13src/unsupported/snstart.c
@ -0,0 +1,22 @@ |
|||
## Process this file with automake to produce Makefile.in
|
|||
|
|||
EXTRA_DIST = readme spiced.c |
|||
|
|||
noinst_LTLIBRARIES = libunsupported.la |
|||
|
|||
libunsupported_la_SOURCES = \
|
|||
cktsenac.c \
|
|||
cktsenup.c \
|
|||
cktsncom.c \
|
|||
cktsndct.c \
|
|||
cktsnset.c \
|
|||
cktsnld.c \
|
|||
sen2dest.c \
|
|||
sen2setp.c \
|
|||
snaskq.c \
|
|||
snstart.c |
|||
|
|||
|
|||
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include |
|||
AM_CFLAGS = $(STATIC) |
|||
MAINTAINERCLEANFILES = Makefile.in |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue