You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
407 B
28 lines
407 B
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = bsim3 \
|
|
bsim4 \
|
|
bsimsoi \
|
|
hisim \
|
|
hisimhv
|
|
|
|
|
|
DIST_SUBDIRS = bsim3 \
|
|
bsim4 \
|
|
bsimsoi \
|
|
hisim \
|
|
hisimhv
|
|
|
|
if XSPICE_WANTED
|
|
SUBDIRS += xspice
|
|
endif
|
|
|
|
DIST_SUBDIRS += xspice
|
|
|
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
|
|
|
EXTRA_DIST = \
|
|
README bin
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|