`make dist' add some missing artifacts

This commit is contained in:
rlar 2010-09-17 16:24:01 +00:00
parent c1647ed1a1
commit 001ad0c2bc
12 changed files with 34 additions and 3 deletions

View File

@ -1,3 +1,17 @@
2010-09-17 Robert Larice
* Makefile.am ,
* src/include/Makefile.am ,
* src/maths/misc/Makefile.am ,
* src/maths/poly/Makefile.am ,
* src/spicelib/devices/ndev/Makefile.am ,
* src/xspice/Makefile.am ,
* tests/bsim3soi/Makefile.am ,
* tests/bsim3soidd/Makefile.am ,
* tests/bsim3soifd/Makefile.am ,
* tests/bsim3soipd/Makefile.am ,
* tests/mesa/Makefile.am :
`make dist' add some missing artifacts
2010-09-17 Robert Larice
* configure.ac ,
* src/spicelib/devices/Makefile.am :

View File

@ -7,7 +7,8 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \
README.adms contrib \
examples visualc @NOTXGRAPH@
doc examples visualc @NOTXGRAPH@ \
xgraph/aclocal.m4
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config/config.guess \
config.h.in config/config.sub configure config/install-sh \
@ -28,7 +29,6 @@ dist-hook:
rm -rf `find $(distdir)/xgraph -name CVS`
rm -rf `find $(distdir)/xgraph -name config.status`
rm -rf `find $(distdir)/xgraph -name config.log`
rm -rf `find $(distdir)/xgraph -name aclocal.m4`
rm -rf `find $(distdir)/xgraph -name Makefile`
rm -rf `find $(distdir)/xgraph/bitmaps -name CVS`
rm -rf `find $(distdir)/xgraph/examples -name CVS`

View File

@ -109,6 +109,7 @@ noinst_HEADERS = \
tskdefs.h \
twodev.h \
twomesh.h \
typedefs.h \
wordlist.h \
wstdio.h

View File

@ -17,6 +17,9 @@ libmathmisc_la_SOURCES = \
norm.c \
randnumb.c
EXTRA_DIST = test_accuracy.c test_erfc.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in

View File

@ -12,6 +12,7 @@ libpoly_la_SOURCES = \
polyeval.c \
polyeval.h
EXTRA_DIST = poly.h
AM_CPPFLAGS = -I$(top_srcdir)/src/include

View File

@ -12,6 +12,7 @@ libndev_la_SOURCES = \
ndevdest.c \
ndevdump.c \
ndevext.h \
ndevexch.h \
ndevinit.c \
ndevinit.h \
ndevitf.h \

View File

@ -1,6 +1,6 @@
# Process this file with automake
EXTRA_DIST = README examples icm
EXTRA_DIST = README examples icm xspice.c
## This is removed because icm relies upon the existance of all other
## libs. It is currently compiled manually, last.
@ -11,6 +11,7 @@ SUBDIRS = mif cm enh evt ipc idn cmpp icm
dist-hook:
rm -rf `find $(distdir)/examples -name CVS`
rm -f "$(distdir)/icm/makedefs"
rm -rf `find $(distdir)/icm -name CVS`
rm -rf `find $(distdir)/icm -name .cvsignore`
rm -rf `find $(distdir)/icm -name .deps`

View File

@ -20,4 +20,6 @@ EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
EXTRA_DIST += ring51_41.cir ring51_41.out
MAINTAINERCLEANFILES = Makefile.in

View File

@ -15,4 +15,6 @@ EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
EXTRA_DIST += ring51.cir lib.h
MAINTAINERCLEANFILES = Makefile.in

View File

@ -15,4 +15,6 @@ EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
EXTRA_DIST += ring51.cir lib.h
MAINTAINERCLEANFILES = Makefile.in

View File

@ -15,4 +15,6 @@ EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
EXTRA_DIST += ring51.cir lib.h
MAINTAINERCLEANFILES = Makefile.in

View File

@ -17,4 +17,6 @@ EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
EXTRA_DIST += mesa12.cir mesa-12.cir
MAINTAINERCLEANFILES = Makefile.in