2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2012-11-16 22:29:55 +01:00
|
|
|
SUBDIRS = \
|
|
|
|
|
bsim3 \
|
2012-10-26 17:56:59 +02:00
|
|
|
bsim4 \
|
|
|
|
|
bsimsoi \
|
2011-05-31 17:52:52 +02:00
|
|
|
hisim \
|
2013-01-19 18:10:30 +01:00
|
|
|
hisimhv1 \
|
2015-03-30 12:48:44 +02:00
|
|
|
hisimhv2 \
|
2013-01-19 18:10:30 +01:00
|
|
|
regression
|
2000-06-05 23:24:21 +02:00
|
|
|
|
2010-11-21 16:40:11 +01:00
|
|
|
if XSPICE_WANTED
|
|
|
|
|
SUBDIRS += xspice
|
|
|
|
|
endif
|
|
|
|
|
|
2011-01-15 23:08:06 +01:00
|
|
|
|
2012-11-16 22:29:55 +01:00
|
|
|
DIST_SUBDIRS = \
|
|
|
|
|
bsim1 \
|
|
|
|
|
bsim2 \
|
|
|
|
|
bsim3 \
|
|
|
|
|
bsim3soidd \
|
|
|
|
|
bsim3soifd \
|
|
|
|
|
bsim3soipd \
|
|
|
|
|
bsim4 \
|
|
|
|
|
bsimsoi \
|
|
|
|
|
filters \
|
|
|
|
|
general \
|
|
|
|
|
hfet \
|
|
|
|
|
hisim \
|
2012-11-25 17:52:58 +01:00
|
|
|
hisimhv1 \
|
2015-03-30 12:48:44 +02:00
|
|
|
hisimhv2 \
|
2012-11-16 22:29:55 +01:00
|
|
|
jfet \
|
|
|
|
|
mes \
|
|
|
|
|
mesa \
|
|
|
|
|
mos6 \
|
|
|
|
|
polezero \
|
2013-01-19 18:10:30 +01:00
|
|
|
regression \
|
2012-11-16 22:29:55 +01:00
|
|
|
resistance \
|
|
|
|
|
sensitivity \
|
|
|
|
|
transient \
|
|
|
|
|
transmission \
|
|
|
|
|
vbic \
|
|
|
|
|
xspice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
$(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2012-11-16 22:29:55 +01:00
|
|
|
README bin .gitignore
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|