Browse Source

add some license and test files to `make dist'

pre-master-46
rlar 16 years ago
parent
commit
27e25aa615
  1. 19
      ChangeLog
  2. 4
      src/ciderlib/support/Makefile.am
  3. 2
      src/spicelib/devices/bsim3/Makefile.am
  4. 2
      src/spicelib/devices/bsim3soi/Makefile.am
  5. 2
      src/spicelib/devices/bsim3soi_dd/Makefile.am
  6. 2
      src/spicelib/devices/bsim3soi_fd/Makefile.am
  7. 2
      src/spicelib/devices/bsim3soi_pd/Makefile.am
  8. 2
      src/spicelib/devices/bsim3v32/Makefile.am
  9. 2
      src/spicelib/devices/bsim4/Makefile.am
  10. 2
      src/spicelib/devices/bsim4v2/Makefile.am
  11. 2
      src/spicelib/devices/bsim4v3/Makefile.am
  12. 2
      src/spicelib/devices/bsim4v4/Makefile.am
  13. 2
      src/spicelib/devices/bsim4v5/Makefile.am
  14. 4
      tests/general/Makefile.am

19
ChangeLog

@ -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.
<

4
src/ciderlib/support/Makefile.am

@ -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

2
src/spicelib/devices/bsim3/Makefile.am

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

2
src/spicelib/devices/bsim3soi/Makefile.am

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

2
src/spicelib/devices/bsim3soi_dd/Makefile.am

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

2
src/spicelib/devices/bsim3soi_fd/Makefile.am

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

2
src/spicelib/devices/bsim3soi_pd/Makefile.am

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

2
src/spicelib/devices/bsim3v32/Makefile.am

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

2
src/spicelib/devices/bsim4/Makefile.am

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

2
src/spicelib/devices/bsim4v2/Makefile.am

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

2
src/spicelib/devices/bsim4v3/Makefile.am

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

2
src/spicelib/devices/bsim4v4/Makefile.am

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

2
src/spicelib/devices/bsim4v5/Makefile.am

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

4
tests/general/Makefile.am

@ -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

Loading…
Cancel
Save