2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2003-06-25 12:37:48 +02:00
|
|
|
SUBDIRS = resistance filters polezero bsim3soipd bsim3soifd bsim3soidd bsim4 mesa TransImpedanceAmp
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2002-11-26 12:38:25 +01:00
|
|
|
TESTS = \
|
|
|
|
|
diffpair.cir \
|
|
|
|
|
fourbitadder.cir
|
|
|
|
|
|
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
README \
|
2002-11-26 12:38:25 +01:00
|
|
|
check.sh \
|
|
|
|
|
maketest.sh \
|
2000-04-27 22:03:57 +02:00
|
|
|
$(TESTS) \
|
2002-11-26 12:38:25 +01:00
|
|
|
$(TESTS:.cir=.out)
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|