19 lines
385 B
Makefile
19 lines
385 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = resistance filters polezero bsim3soipd bsim3soifd bsim3soidd bsim4
|
|
|
|
TESTS = \
|
|
diffpair.cir \
|
|
fourbitadder.cir
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
check.sh \
|
|
maketest.sh \
|
|
$(TESTS) \
|
|
$(TESTS:.cir=.out)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|