add some license and test files to `make dist'

This commit is contained in:
rlar 2010-06-13 16:58:40 +00:00
parent da7067cbc8
commit 27e25aa615
14 changed files with 47 additions and 2 deletions

View File

@ -1,3 +1,21 @@
2010-06-13 Robert Larice
* src/ciderlib/support/Makefile.am:
add `readme' to `make dist'
* src/spicelib/devices/bsim3/Makefile.am,
* src/spicelib/devices/bsim3soi/Makefile.am,
* src/spicelib/devices/bsim3soi_dd/Makefile.am,
* src/spicelib/devices/bsim3soi_fd/Makefile.am,
* src/spicelib/devices/bsim3soi_pd/Makefile.am,
* src/spicelib/devices/bsim3v32/Makefile.am,
* src/spicelib/devices/bsim4/Makefile.am,
* src/spicelib/devices/bsim4v2/Makefile.am,
* src/spicelib/devices/bsim4v3/Makefile.am,
* src/spicelib/devices/bsim4v4/Makefile.am,
* src/spicelib/devices/bsim4v5/Makefile.am:
add some license files to `make dist'
* tests/general/Makefile.am:
add two tests, diffpair.cir and fourbitadder.cir, to `make dist'
2010-06-13 Robert Larice
* Makefile.am, configure.in, manual/Makefile.am:
make dist, shall compile manual.pdf from the lyx manual
@ -3803,3 +3821,4 @@ Spaghetti:
- first attempt at autoconf/automake support
- based on spice3f5-chili, hardly anything touched on it.
<

View File

@ -15,7 +15,9 @@ libcidersuprt_la_SOURCES = \
mobil.c \
recomb.c \
suprem.c \
suprmitf.c
suprmitf.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = readme

View File

@ -32,3 +32,5 @@ libbsim3_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B3TERMS_OF_USE

View File

@ -32,3 +32,5 @@ libbsim4soi_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = BsimTerms_use

View File

@ -32,3 +32,5 @@ libbsim3soidd_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = BsimTerms_use

View File

@ -32,3 +32,5 @@ libbsim3soifd_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = BsimTerms_use

View File

@ -32,3 +32,5 @@ libbsim3soipd_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = BsimTerms_use

View File

@ -32,3 +32,5 @@ libbsim3v32_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B3TERMS_OF_USE

View File

@ -33,3 +33,5 @@ libbsim4_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B4TERMS_OF_USE

View File

@ -33,3 +33,5 @@ libbsim4v2_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B4TERMS_OF_USE

View File

@ -33,3 +33,5 @@ libbsim4v3_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B4TERMS_OF_USE

View File

@ -33,3 +33,5 @@ libbsim4v4_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B4TERMS_OF_USE

View File

@ -33,3 +33,5 @@ libbsim4v5_la_SOURCES = \
AM_CPPFLAGS = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = B4TERMS_OF_USE

View File

@ -7,7 +7,9 @@ TESTS = \
rc.cir \
rca3040.cir \
rtlinv.cir \
schmitt.cir
schmitt.cir \
diffpair.cir \
fourbitadder.cir
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice