Browse Source

enable make dist

pre-master-46
holger 3 years ago
parent
commit
b3676bb763
  1. 2
      Makefile.am
  2. 2
      src/Makefile.am
  3. 2
      src/frontend/Makefile.am
  4. 2
      src/include/ngspice/Makefile.am
  5. 1
      src/osdi/Makefile.am

2
Makefile.am

@ -7,7 +7,7 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
README.shared-xspice README.vdmos \
README.adms README-old.adms README.utf8 \
README.adms README.utf8 \
examples m4 visualc \
cross-compile.sh cross-compile-shared.sh \
compile_min.sh compile_linux.sh compile_min_shared.sh \

2
src/Makefile.am

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
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
SUBDIRS += xspice

2
src/frontend/Makefile.am

@ -137,7 +137,6 @@ libfte_la_SOURCES = \
linear.c \
linear.h \
logicexp.c \
logicexp.h \
measure.c \
misccoms.c \
misccoms.h \
@ -187,7 +186,6 @@ libfte_la_SOURCES = \
typesdef.c \
typesdef.h \
udevices.c \
udevices.h \
vectors.c \
vectors.h \
where.c \

2
src/include/ngspice/Makefile.am

@ -62,6 +62,7 @@ noinst_HEADERS = \
ipcproto.h \
ipctiein.h \
jobdefs.h \
logicexp.h \
lsort.h \
macros.h \
material.h \
@ -92,6 +93,7 @@ noinst_HEADERS = \
opdefs.h \
optdefs.h \
optndefs.h \
osdiitf.h \
outpdefs.h \
plot.h \
pnode.h \

1
src/osdi/Makefile.am

@ -12,7 +12,6 @@ libosdi_la_SOURCES = \
osdiparam.c \
osdiregistry.c \
osdisetup.c \
osdiitf.h \
osditrunc.c \
osdipzld.c \
osdicallbacks.c

Loading…
Cancel
Save