From 2f87db3456d5137c91fa910a618d728c33fa2c0a Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 12 Aug 2003 20:21:10 +0000 Subject: [PATCH] Removed compilation of sensitivity analysis. Code not yet ready. --- src/spicelib/devices/bjt2/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/spicelib/devices/bjt2/Makefile.am b/src/spicelib/devices/bjt2/Makefile.am index 38a2b8f56..36698bc1a 100644 --- a/src/spicelib/devices/bjt2/Makefile.am +++ b/src/spicelib/devices/bjt2/Makefile.am @@ -1,5 +1,9 @@ ## Process this file with automake to produce Makefile.in +## Not all file are compiled in since this device need some additional +## work. +## Sensitivity analysis not compiled in. + noinst_LIBRARIES = libbjt2.a libbjt2_a_SOURCES = \ @@ -25,14 +29,9 @@ libbjt2_a_SOURCES = \ bjt2noise.c \ bjt2param.c \ bjt2pzld.c \ - bjt2sacl.c \ bjt2setup.c \ - bjt2sload.c \ - bjt2sprt.c \ - bjt2sset.c \ - bjt2supd.c \ bjt2temp.c \ - bjt2trunc.c + bjt2trun.c