fix `make dist'
This commit is contained in:
parent
e4af384d7b
commit
843126d9a6
|
|
@ -9,7 +9,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
||||||
README.adms contrib \
|
README.adms contrib \
|
||||||
doc examples m4 visualc @NOTXGRAPH@ \
|
doc examples m4 visualc @NOTXGRAPH@ \
|
||||||
xgraph/aclocal.m4 \
|
xgraph/aclocal.m4 \
|
||||||
compile_min.sh
|
compile_min.sh .gitignore
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ar-lib compile config.guess \
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 ar-lib compile config.guess \
|
||||||
src/include/ngspice/config.h.in config.sub configure install-sh \
|
src/include/ngspice/config.h.in config.sub configure install-sh \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Process this file with automake
|
# Process this file with automake
|
||||||
|
|
||||||
EXTRA_DIST = README examples icm xspice.c
|
EXTRA_DIST = README examples icm xspice.c .gitignore
|
||||||
|
|
||||||
## This is removed because icm relies upon the existance of all other
|
## This is removed because icm relies upon the existance of all other
|
||||||
## libs. It is currently compiled manually, last.
|
## libs. It is currently compiled manually, last.
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
BUILT_SOURCES = ifs_lex.c ifs_yacc.c ifs_yacc.h mod_lex.c mod_yacc.c mod_yacc.h
|
BUILT_SOURCES = ifs_lex.c ifs_yacc.c ifs_yacc.h mod_lex.c mod_yacc.c mod_yacc.h
|
||||||
|
|
||||||
EXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h
|
EXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h .gitignore
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,7 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = bsim3 \
|
SUBDIRS = \
|
||||||
bsim4 \
|
bsim3 \
|
||||||
bsimsoi \
|
|
||||||
hisim \
|
|
||||||
hisimhv
|
|
||||||
|
|
||||||
|
|
||||||
DIST_SUBDIRS = bsim3 \
|
|
||||||
bsim4 \
|
bsim4 \
|
||||||
bsimsoi \
|
bsimsoi \
|
||||||
hisim \
|
hisim \
|
||||||
|
|
@ -17,12 +11,38 @@ if XSPICE_WANTED
|
||||||
SUBDIRS += xspice
|
SUBDIRS += xspice
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DIST_SUBDIRS += xspice
|
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
DIST_SUBDIRS = \
|
||||||
|
bsim1 \
|
||||||
|
bsim2 \
|
||||||
|
bsim3 \
|
||||||
|
bsim3soidd \
|
||||||
|
bsim3soifd \
|
||||||
|
bsim3soipd \
|
||||||
|
bsim4 \
|
||||||
|
bsimsoi \
|
||||||
|
filters \
|
||||||
|
general \
|
||||||
|
hfet \
|
||||||
|
hisim \
|
||||||
|
hisimhv \
|
||||||
|
jfet \
|
||||||
|
mes \
|
||||||
|
mesa \
|
||||||
|
mos6 \
|
||||||
|
polezero \
|
||||||
|
resistance \
|
||||||
|
sensitivity \
|
||||||
|
transient \
|
||||||
|
transmission \
|
||||||
|
vbic \
|
||||||
|
xspice
|
||||||
|
|
||||||
|
|
||||||
|
TESTS_ENVIRONMENT = \
|
||||||
|
$(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README bin
|
README bin .gitignore
|
||||||
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue