29 lines
457 B
Makefile
29 lines
457 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = resistance \
|
|
filters \
|
|
polezero \
|
|
bsim1 \
|
|
bsim2 \
|
|
bsim3soipd \
|
|
bsim3soifd \
|
|
bsim3soidd \
|
|
bsim4 \
|
|
mesa \
|
|
transmission
|
|
|
|
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
|