updates for `make dist'
This commit is contained in:
parent
83f7548b9b
commit
89beb5db3a
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@ TESTS_ENVIRONMENT = \
|
|||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
nmos pmos \
|
||||
test1.cir \
|
||||
test1.out
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \
|
|||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) \
|
||||
$(TESTS:.cir=.out)
|
||||
nmos pmos
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue