* src/Makefile.am: Removed some duplicate entries.

* TODO: Updated.
This commit is contained in:
arno 2000-06-16 21:31:57 +00:00
parent 17a59c4fb8
commit a17990bddf
2 changed files with 4 additions and 16 deletions

7
TODO
View File

@ -43,10 +43,6 @@ three only slighty differing implementations
Separate frontend commands from supporting code. Command files
start with com_*. [PARTIAL]
Move src/devices/disto into src/maths/partialderiv. Partial
derivatives are math functions and should be classified under that
directory.
Testability
-----------
@ -60,6 +56,9 @@ src/maths/sparse.
Add tests for all functions in the polynomial library in
src/maths/poly.
Add tests for all functions in the derivative library in
src/maths/deriv.
Add more circuit tests into the tests directory.

View File

@ -18,27 +18,16 @@ DYNAMIC_DEVICELIBS = \
devices/bsim1/libbsim1.la \
devices/bsim2/libbsim2.la \
devices/bsim3/libbsim3.la \
devices/bsim4/libbsim4.la \
devices/bsim3v1/libbsim3v1.la \
devices/bsim3v2/libbsim3v2.la \
devices/bsim4/libbsim4.la \
devices/cap/libcap.la \
devices/cccs/libcccs.la \
devices/ccvs/libccvs.la \
devices/csw/libcsw.la \
devices/devsup/libdevsup.la \
devices/dio/libdio.la \
devices/disto/libdisto.la \
devices/ind/libind.la \
devices/isrc/libisrc.la \
devices/jfet/libjfet.la \
devices/jfet2/libjfet2.la \
devices/ltra/libltra.la \
devices/cccs/libcccs.la \
devices/ccvs/libccvs.la \
devices/csw/libcsw.la \
devices/devsup/libdevsup.la \
devices/dio/libdio.la \
devices/disto/libdisto.la \
devices/ind/libind.la \
devices/isrc/libisrc.la \
devices/jfet/libjfet.la \