* 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:
arno 2000-07-24 21:06:46 +00:00
parent 4bdc626574
commit e3c077ea1c
99 changed files with 13 additions and 5 deletions

View File

@ -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 \

View File

@ -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 \

8
src/spicelib/ChangeLog Normal file
View File

@ -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.

View File

@ -1,4 +1,5 @@
# Process this file with automake
SUBDIRS = devices
SUBDIRS = analysis devices
MAINTAINERCLEANFILES = Makefile.in

View File

@ -31,7 +31,6 @@ SUBDIRS = \
vccs \
vcvs \
vsrc \
analysis \
parser
lib_LIBRARIES = libdev.a