enable make dist
This commit is contained in:
parent
2e2b74c188
commit
b3676bb763
|
|
@ -7,7 +7,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
|
||||||
ANALYSES BUGS AUTHORS ChangeLog \
|
ANALYSES BUGS AUTHORS ChangeLog \
|
||||||
DEVICES NEWS README README.tcl \
|
DEVICES NEWS README README.tcl \
|
||||||
README.shared-xspice README.vdmos \
|
README.shared-xspice README.vdmos \
|
||||||
README.adms README-old.adms README.utf8 \
|
README.adms README.utf8 \
|
||||||
examples m4 visualc \
|
examples m4 visualc \
|
||||||
cross-compile.sh cross-compile-shared.sh \
|
cross-compile.sh cross-compile-shared.sh \
|
||||||
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
compile_min.sh compile_linux.sh compile_min_shared.sh \
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib
|
SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib
|
||||||
DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib
|
DIST_SUBDIRS = include/ngspice include/cppduals/duals misc maths frontend spicelib xspice ciderlib osdi
|
||||||
|
|
||||||
if XSPICE_WANTED
|
if XSPICE_WANTED
|
||||||
SUBDIRS += xspice
|
SUBDIRS += xspice
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,6 @@ libfte_la_SOURCES = \
|
||||||
linear.c \
|
linear.c \
|
||||||
linear.h \
|
linear.h \
|
||||||
logicexp.c \
|
logicexp.c \
|
||||||
logicexp.h \
|
|
||||||
measure.c \
|
measure.c \
|
||||||
misccoms.c \
|
misccoms.c \
|
||||||
misccoms.h \
|
misccoms.h \
|
||||||
|
|
@ -187,7 +186,6 @@ libfte_la_SOURCES = \
|
||||||
typesdef.c \
|
typesdef.c \
|
||||||
typesdef.h \
|
typesdef.h \
|
||||||
udevices.c \
|
udevices.c \
|
||||||
udevices.h \
|
|
||||||
vectors.c \
|
vectors.c \
|
||||||
vectors.h \
|
vectors.h \
|
||||||
where.c \
|
where.c \
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ noinst_HEADERS = \
|
||||||
ipcproto.h \
|
ipcproto.h \
|
||||||
ipctiein.h \
|
ipctiein.h \
|
||||||
jobdefs.h \
|
jobdefs.h \
|
||||||
|
logicexp.h \
|
||||||
lsort.h \
|
lsort.h \
|
||||||
macros.h \
|
macros.h \
|
||||||
material.h \
|
material.h \
|
||||||
|
|
@ -92,6 +93,7 @@ noinst_HEADERS = \
|
||||||
opdefs.h \
|
opdefs.h \
|
||||||
optdefs.h \
|
optdefs.h \
|
||||||
optndefs.h \
|
optndefs.h \
|
||||||
|
osdiitf.h \
|
||||||
outpdefs.h \
|
outpdefs.h \
|
||||||
plot.h \
|
plot.h \
|
||||||
pnode.h \
|
pnode.h \
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ libosdi_la_SOURCES = \
|
||||||
osdiparam.c \
|
osdiparam.c \
|
||||||
osdiregistry.c \
|
osdiregistry.c \
|
||||||
osdisetup.c \
|
osdisetup.c \
|
||||||
osdiitf.h \
|
|
||||||
osditrunc.c \
|
osditrunc.c \
|
||||||
osdipzld.c \
|
osdipzld.c \
|
||||||
osdicallbacks.c
|
osdicallbacks.c
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue