Browse Source

updates for `make dist'

rlar 15 years ago
parent
commit
89beb5db3a
  1. 7
      ChangeLog
  2. 2
      src/Makefile.am
  3. 4
      tests/Makefile.am
  4. 4
      tests/hisim/Makefile.am
  5. 2
      tests/hisimhv/Makefile.am

7
ChangeLog

@ -1,3 +1,10 @@
2011-05-31 Robert Larice
* src/Makefile.am ,
* tests/Makefile.am ,
* tests/hisim/Makefile.am ,
* tests/hisimhv/Makefile.am :
updates for `make dist'
2011-05-30 Robert Larice
* tests/bin/check_cmc.sh :
incorporate CMC test suite into make target 'check'

2
src/Makefile.am

@ -26,7 +26,7 @@ endif !WINDOWS
endif !TCL_MODULE
EXTRA_DIST = ngspice.txt setplot spectrum \
devload devaxis ciderinit winmain.c unsupported \
devload devaxis ciderinit winmain.c winmain.h unsupported \
tclspice.c tclspice.map pkgIndex.tcl.in tclspinit.in main.c

4
tests/Makefile.am

@ -11,6 +11,8 @@ SUBDIRS = bsim1 \
filters \
general \
hfet \
hisim \
hisimhv \
jfet \
mes \
mesa \
@ -34,6 +36,8 @@ DIST_SUBDIRS = bsim1 \
filters \
general \
hfet \
hisim \
hisimhv \
jfet \
mes \
mesa \

4
tests/hisim/Makefile.am

@ -9,7 +9,9 @@ TESTS_ENVIRONMENT = \
EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
nmos pmos \
test1.cir \
test1.out
MAINTAINERCLEANFILES = Makefile.in

2
tests/hisimhv/Makefile.am

@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \
EXTRA_DIST = \
$(TESTS) \
$(TESTS:.cir=.out)
nmos pmos
MAINTAINERCLEANFILES = Makefile.in

Loading…
Cancel
Save