* src/spicelib/devices/analysis/*: Moved all files to
src/spicelib/analysis.
* 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
4bdc626574
commit
e3c077ea1c
|
|
@ -197,9 +197,9 @@ doc/Makefile \
|
|||
man/Makefile \
|
||||
man/man1/Makefile \
|
||||
src/Makefile \
|
||||
src/spicelib/Makefile \
|
||||
src/spicelib/Makefile \
|
||||
src/spicelib/analysis/Makefile \
|
||||
src/spicelib/devices/Makefile \
|
||||
src/spicelib/devices/analysis/Makefile \
|
||||
src/spicelib/devices/asrc/Makefile \
|
||||
src/spicelib/devices/bjt/Makefile \
|
||||
src/spicelib/devices/bsim1/Makefile \
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ ngspice_LDADD = \
|
|||
frontend/libfte.a \
|
||||
frontend/plotting/libplotting.a \
|
||||
$(DYNAMIC_DEVICELIBS) \
|
||||
spicelib/devices/analysis/libckt.a \
|
||||
spicelib/analysis/libckt.a \
|
||||
spicelib/devices/libdev.a \
|
||||
frontend/parser/libparser.a \
|
||||
frontend/help/libhlp.a \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
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.
|
||||
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
# Process this file with automake
|
||||
|
||||
SUBDIRS = devices
|
||||
SUBDIRS = analysis devices
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ SUBDIRS = \
|
|||
vccs \
|
||||
vcvs \
|
||||
vsrc \
|
||||
analysis \
|
||||
parser
|
||||
|
||||
lib_LIBRARIES = libdev.a
|
||||
|
|
|
|||
Loading…
Reference in New Issue