2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
SUBDIRS = TransImpedanceAmp \
|
|
|
|
|
bsim1 \
|
|
|
|
|
bsim2 \
|
|
|
|
|
bsim3 \
|
|
|
|
|
bsim3soidd \
|
|
|
|
|
bsim3soifd \
|
|
|
|
|
bsim3soipd \
|
|
|
|
|
bsim4 \
|
2004-02-14 21:24:22 +01:00
|
|
|
@CIDERTESTS@ \
|
2004-02-14 20:19:23 +01:00
|
|
|
filters \
|
|
|
|
|
general \
|
|
|
|
|
hfet \
|
|
|
|
|
hisim \
|
|
|
|
|
jfet \
|
|
|
|
|
mes \
|
|
|
|
|
mesa \
|
|
|
|
|
mos6 \
|
|
|
|
|
polezero \
|
|
|
|
|
proc2mod \
|
|
|
|
|
resistance \
|
|
|
|
|
transmission \
|
2004-02-14 21:24:22 +01:00
|
|
|
vbic
|
|
|
|
|
|
2004-02-14 20:19:23 +01:00
|
|
|
|
|
|
|
|
DIST_SUBDIRS = bsim1 \
|
|
|
|
|
bsim2 \
|
|
|
|
|
bsim3 \
|
|
|
|
|
bsim3soidd \
|
|
|
|
|
bsim3soifd \
|
|
|
|
|
bsim3soipd \
|
|
|
|
|
bsim4 \
|
|
|
|
|
filters \
|
|
|
|
|
general \
|
|
|
|
|
hfet \
|
|
|
|
|
hisim \
|
|
|
|
|
jfet \
|
|
|
|
|
mes \
|
2003-08-24 21:15:38 +02:00
|
|
|
mesa \
|
2004-02-14 20:19:23 +01:00
|
|
|
mos6 \
|
|
|
|
|
polezero \
|
|
|
|
|
proc2mod \
|
|
|
|
|
resistance \
|
|
|
|
|
TransImpedanceAmp \
|
|
|
|
|
transmission \
|
|
|
|
|
vbic \
|
|
|
|
|
cider
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2000-06-05 23:24:21 +02:00
|
|
|
TESTS = \
|
|
|
|
|
diffpair.cir \
|
|
|
|
|
fourbitadder.cir
|
|
|
|
|
|
2000-10-18 18:29:59 +02:00
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
README \
|
2000-06-28 19:50:33 +02:00
|
|
|
check.sh \
|
2001-01-21 18:20:06 +01:00
|
|
|
maketest.sh \
|
2000-04-27 22:03:57 +02:00
|
|
|
$(TESTS) \
|
2000-06-05 23:24:21 +02:00
|
|
|
$(TESTS:.cir=.out)
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|