Some cleanups.
This commit is contained in:
parent
1a3cb9e50a
commit
f183a49c6d
|
|
@ -10,7 +10,7 @@ EXTRA_DIST = FAQ acconfig.h autogen.sh Stuarts_Poly_Notes \
|
||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
||||||
config.h.in config.sub configure install-sh \
|
config.h.in config.sub configure install-sh \
|
||||||
missing mkinstalldirs stamp-h.in ltconfig \
|
missing mkinstalldirs stamp-h.in ltconfig \
|
||||||
ltmain.sh
|
ltmain.sh autom4te.cache
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
rm -rf `find $(distdir)/contrib -name CVS`
|
rm -rf `find $(distdir)/contrib -name CVS`
|
||||||
|
|
|
||||||
|
|
@ -485,7 +485,7 @@ if test "$enable_cider" = "yes"; then
|
||||||
AC_MSG_RESULT(CIDER features enabled)
|
AC_MSG_RESULT(CIDER features enabled)
|
||||||
AC_DEFINE(CIDER)
|
AC_DEFINE(CIDER)
|
||||||
|
|
||||||
CIDERTESTS = "cider"
|
CIDERTESTS="cider"
|
||||||
|
|
||||||
CIDERDIR="ciderlib"
|
CIDERDIR="ciderlib"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ SUBDIRS = TransImpedanceAmp \
|
||||||
bsim3soifd \
|
bsim3soifd \
|
||||||
bsim3soipd \
|
bsim3soipd \
|
||||||
bsim4 \
|
bsim4 \
|
||||||
|
@CIDERTESTS@ \
|
||||||
filters \
|
filters \
|
||||||
general \
|
general \
|
||||||
hfet \
|
hfet \
|
||||||
|
|
@ -20,8 +21,8 @@ SUBDIRS = TransImpedanceAmp \
|
||||||
proc2mod \
|
proc2mod \
|
||||||
resistance \
|
resistance \
|
||||||
transmission \
|
transmission \
|
||||||
vbic \
|
vbic
|
||||||
@CIDERTESTS@
|
|
||||||
|
|
||||||
DIST_SUBDIRS = bsim1 \
|
DIST_SUBDIRS = bsim1 \
|
||||||
bsim1 \
|
bsim1 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue