`make dist' add some missing artifacts
This commit is contained in:
parent
c1647ed1a1
commit
001ad0c2bc
14
ChangeLog
14
ChangeLog
|
|
@ -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 :
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ noinst_HEADERS = \
|
|||
tskdefs.h \
|
||||
twodev.h \
|
||||
twomesh.h \
|
||||
typedefs.h \
|
||||
wordlist.h \
|
||||
wstdio.h
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ libpoly_la_SOURCES = \
|
|||
polyeval.c \
|
||||
polyeval.h
|
||||
|
||||
EXTRA_DIST = poly.h
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src/include
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ libndev_la_SOURCES = \
|
|||
ndevdest.c \
|
||||
ndevdump.c \
|
||||
ndevext.h \
|
||||
ndevexch.h \
|
||||
ndevinit.c \
|
||||
ndevinit.h \
|
||||
ndevitf.h \
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -20,4 +20,6 @@ EXTRA_DIST = \
|
|||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
EXTRA_DIST += ring51_41.cir ring51_41.out
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ EXTRA_DIST = \
|
|||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
EXTRA_DIST += ring51.cir lib.h
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ EXTRA_DIST = \
|
|||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
EXTRA_DIST += ring51.cir lib.h
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -15,4 +15,6 @@ EXTRA_DIST = \
|
|||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
EXTRA_DIST += ring51.cir lib.h
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -17,4 +17,6 @@ EXTRA_DIST = \
|
|||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
|
||||
EXTRA_DIST += mesa12.cir mesa-12.cir
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
Loading…
Reference in New Issue