* src/spicelib/devices/parser/*: Moved all files to
src/spicelib/parser.
* configure.in, src/Makefile.am, src/spicelib/Makefile.am,
src/spicelib/devices/Makefile.am: Files affected by the move.
This commit is contained in:
parent
a4acd552c4
commit
b3a9a784f6
|
|
@ -224,13 +224,13 @@ src/spicelib/devices/mos2/Makefile \
|
|||
src/spicelib/devices/mos3/Makefile \
|
||||
src/spicelib/devices/mos6/Makefile \
|
||||
src/spicelib/devices/res/Makefile \
|
||||
src/spicelib/devices/sw/Makefile \
|
||||
src/spicelib/devices/sw/Makefile \
|
||||
src/spicelib/devices/tra/Makefile \
|
||||
src/spicelib/devices/urc/Makefile \
|
||||
src/spicelib/devices/vccs/Makefile \
|
||||
src/spicelib/devices/vcvs/Makefile \
|
||||
src/spicelib/devices/vsrc/Makefile \
|
||||
src/spicelib/devices/parser/Makefile \
|
||||
src/spicelib/parser/Makefile \
|
||||
src/frontend/Makefile \
|
||||
src/frontend/help/Makefile \
|
||||
src/frontend/parser/Makefile \
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ ngspice_LDADD = \
|
|||
spicelib/devices/libdev.a \
|
||||
frontend/parser/libparser.a \
|
||||
frontend/help/libhlp.a \
|
||||
spicelib/devices/parser/libinp.a \
|
||||
spicelib/parser/libinp.a \
|
||||
maths/deriv/libderiv.a \
|
||||
maths/cmaths/libcmaths.a \
|
||||
maths/poly/libpoly.a \
|
||||
|
|
@ -121,7 +121,7 @@ proc2mod_SOURCES = proc2mod.c
|
|||
|
||||
proc2mod_LDADD = \
|
||||
frontend/parser/libparser.a \
|
||||
devices/parser/libinp.a \
|
||||
spicelib/parser/libinp.a \
|
||||
misc/libmisc.a
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
2000-07-25 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* src/spicelib/devices/parser/*: Moved all files to
|
||||
src/spicelib/parser.
|
||||
|
||||
* configure.in, src/Makefile.am, src/spicelib/Makefile.am,
|
||||
src/spicelib/devices/Makefile.am: Files affected by the move.
|
||||
|
||||
2000-07-24 Arno W. Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* src/spicelib/devices/analysis/*: Moved all files to
|
||||
src/spicelib/analysis.
|
||||
|
||||
* configure.in, src/spicelib/Makefile.am,
|
||||
src/spicelib/devices/Makefile.am: Files affected by the move.
|
||||
src/spicelib/Makefile.am, src/spicelib/devices/Makefile.am: Files
|
||||
affected by the move.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Process this file with automake
|
||||
|
||||
SUBDIRS = analysis devices
|
||||
SUBDIRS = analysis parser devices
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -30,8 +30,7 @@ SUBDIRS = \
|
|||
urc \
|
||||
vccs \
|
||||
vcvs \
|
||||
vsrc \
|
||||
parser
|
||||
vsrc
|
||||
|
||||
lib_LIBRARIES = libdev.a
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue