38 changed files with 952 additions and 138 deletions
-
31src/Makefile.am
-
27src/frontend/resource.c
-
162src/include/Makefile.am
-
5src/include/bool.h
-
2src/include/cktdefs.h
-
64src/include/complex.h
-
2src/include/defines.h
-
20src/include/devdefs.h
-
22src/include/macros.h
-
17src/include/ngspice.h
-
57src/main.c
-
2src/maths/Makefile.am
-
4src/maths/cmaths/cmath1.c
-
1src/maths/cmaths/test_cx_ph.c
-
3src/maths/ni/nidest.c
-
2src/maths/ni/nipred.h
-
1src/maths/ni/nireinit.c
-
6src/misc/misc_time.c
-
63src/misc/string.c
-
7src/misc/stringutil.h
-
11src/ngnutmeg.c
-
2src/ngspice.c
-
1src/spicelib/analysis/cktdltn.c
-
1src/spicelib/analysis/cktdojob.c
-
77src/spicelib/analysis/cktdump.c
-
1src/spicelib/analysis/cktload.c
-
1src/spicelib/analysis/cktmknod.c
-
1src/spicelib/analysis/cktntask.c
-
1src/spicelib/analysis/cktpzstr.c
-
14src/spicelib/analysis/cktsens.c
-
1src/spicelib/analysis/cktsetup.c
-
7src/spicelib/analysis/cktsgen.c
-
1src/spicelib/analysis/cktsopt.c
-
18src/spicelib/parser/inp2d.c
-
30src/spicelib/parser/inp2m.c
-
18src/spicelib/parser/inp2q.c
-
134src/spicelib/parser/inpdomod.c
-
273src/spicelib/parser/inpgmod.c
@ -1,60 +1,110 @@ |
|||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||
|
|
||||
noinst_HEADERS = \
|
|
||||
acdefs.h \
|
|
||||
bool.h \
|
|
||||
cktdefs.h \
|
|
||||
complex.h \
|
|
||||
const.h \
|
|
||||
cpdefs.h \
|
|
||||
cpextern.h \
|
|
||||
cpstd.h \
|
|
||||
defines.h \
|
|
||||
devdefs.h \
|
|
||||
dgen.h \
|
|
||||
distodef.h \
|
|
||||
dvec.h \
|
|
||||
ftedbgra.h \
|
|
||||
ftedebug.h \
|
|
||||
ftedefs.h \
|
|
||||
ftedev.h \
|
|
||||
fteext.h \
|
|
||||
fteinp.h \
|
|
||||
fteinput.h \
|
|
||||
fteparse.h \
|
|
||||
gendefs.h \
|
|
||||
graph.h \
|
|
||||
grid.h \
|
|
||||
hlpdefs.h \
|
|
||||
iferrmsg.h \
|
|
||||
ifsim.h \
|
|
||||
inpdefs.h \
|
|
||||
inpmacs.h \
|
|
||||
inpptree.h \
|
|
||||
jobdefs.h \
|
|
||||
macros.h \
|
|
||||
memory.h \
|
|
||||
missing_math.h \
|
|
||||
ngspice.h \
|
|
||||
noisedef.h \
|
|
||||
opdefs.h \
|
|
||||
optdefs.h \
|
|
||||
plot.h \
|
|
||||
pnode.h \
|
|
||||
pzdefs.h \
|
|
||||
sen2defs.h \
|
|
||||
sensdefs.h \
|
|
||||
sensgen.h \
|
|
||||
sim.h \
|
|
||||
smpdefs.h \
|
|
||||
sperror.h \
|
|
||||
spmatrix.h \
|
|
||||
suffix.h \
|
|
||||
terminal.h \
|
|
||||
tfdefs.h \
|
|
||||
trandefs.h \
|
|
||||
trcvdefs.h \
|
|
||||
tskdefs.h \
|
|
||||
wordlist.h |
|
||||
|
noinst_HEADERS = \
|
||||
|
acdefs.h \
|
||||
|
bdrydefs.h \
|
||||
|
bool.h \
|
||||
|
carddefs.h \
|
||||
|
ciderinp.h \
|
||||
|
cidersupt.h \
|
||||
|
cktdefs.h \
|
||||
|
cluster.h \
|
||||
|
cmconstants.h \
|
||||
|
cm.h \
|
||||
|
cmproto.h \
|
||||
|
cmtypes.h \
|
||||
|
complex.h \
|
||||
|
const.h \
|
||||
|
contdefs.h \
|
||||
|
cpdefs.h \
|
||||
|
cpextern.h \
|
||||
|
cpstd.h \
|
||||
|
defines.h \
|
||||
|
devdefs.h \
|
||||
|
dgen.h \
|
||||
|
distodef.h \
|
||||
|
dllitf.h \
|
||||
|
domndefs.h \
|
||||
|
dvec.h \
|
||||
|
elctdefs.h \
|
||||
|
enh.h \
|
||||
|
evt.h \
|
||||
|
evtproto.h \
|
||||
|
evtudn.h \
|
||||
|
ftedbgra.h \
|
||||
|
ftedebug.h \
|
||||
|
ftedefs.h \
|
||||
|
ftedev.h \
|
||||
|
fteext.h \
|
||||
|
fteinp.h \
|
||||
|
fteinput.h \
|
||||
|
fteparse.h \
|
||||
|
gendefs.h \
|
||||
|
gendev.h \
|
||||
|
graph.h \
|
||||
|
grid.h \
|
||||
|
hlpdefs.h \
|
||||
|
iferrmsg.h \
|
||||
|
ifsim.h \
|
||||
|
inpdefs.h \
|
||||
|
inpmacs.h \
|
||||
|
inpptree.h \
|
||||
|
ipc.h \
|
||||
|
ipcproto.h \
|
||||
|
ipctiein.h \
|
||||
|
jobdefs.h \
|
||||
|
lsort.h \
|
||||
|
macros.h \
|
||||
|
material.h \
|
||||
|
matldefs.h \
|
||||
|
memory.h \
|
||||
|
meshdefs.h \
|
||||
|
meshext.h \
|
||||
|
methdefs.h \
|
||||
|
mifcmdat.h \
|
||||
|
mifdefs.h \
|
||||
|
mif.h \
|
||||
|
mifparse.h \
|
||||
|
mifproto.h \
|
||||
|
miftypes.h \
|
||||
|
missing_math.h \
|
||||
|
mobdefs.h \
|
||||
|
modldefs.h \
|
||||
|
multi_line.h \
|
||||
|
ngspice.h \
|
||||
|
noisedef.h \
|
||||
|
numcards.h \
|
||||
|
numconst.h \
|
||||
|
numenum.h \
|
||||
|
numgen.h \
|
||||
|
numglobs.h \
|
||||
|
onedev.h \
|
||||
|
onemesh.h \
|
||||
|
opdefs.h \
|
||||
|
optdefs.h \
|
||||
|
optndefs.h \
|
||||
|
outpdefs.h \
|
||||
|
plot.h \
|
||||
|
pnode.h \
|
||||
|
profile.h \
|
||||
|
pzdefs.h \
|
||||
|
sen2defs.h \
|
||||
|
sensdefs.h \
|
||||
|
sensgen.h \
|
||||
|
sim.h \
|
||||
|
smpdefs.h \
|
||||
|
sperror.h \
|
||||
|
spmatrix.h \
|
||||
|
suffix.h \
|
||||
|
swec.h \
|
||||
|
terminal.h \
|
||||
|
tfdefs.h \
|
||||
|
trandefs.h \
|
||||
|
trcvdefs.h \
|
||||
|
tskdefs.h \
|
||||
|
twodev.h \
|
||||
|
twomesh.h \
|
||||
|
wordlist.h \
|
||||
|
wstdio.h |
||||
|
|
||||
MAINTAINERCLEANFILES = Makefile.in |
MAINTAINERCLEANFILES = Makefile.in |
||||
@ -1,4 +1,4 @@ |
|||||
# Process this file with automake
|
# Process this file with automake
|
||||
|
|
||||
SUBDIRS = cmaths ni sparse poly deriv |
|
||||
|
SUBDIRS = cmaths ni sparse poly deriv misc |
||||
MAINTAINERCLEANFILES = Makefile.in |
MAINTAINERCLEANFILES = Makefile.in |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue