Browse Source

`make dist' improvements for `NDEV'

pre-master-46
rlar 16 years ago
parent
commit
c1647ed1a1
  1. 5
      ChangeLog
  2. 3
      configure.ac
  3. 4
      src/spicelib/devices/Makefile.am

5
ChangeLog

@ -1,3 +1,8 @@
2010-09-17 Robert Larice
* configure.ac ,
* src/spicelib/devices/Makefile.am :
`make dist' improvements for `NDEV'
2010-09-17 Robert Larice 2010-09-17 Robert Larice
* Makefile.am , * Makefile.am ,
* .cvsignore , * .cvsignore ,

3
configure.ac

@ -968,18 +968,15 @@ if test "$enable_ndev" = "yes"; then
AC_DEFINE(NDEV,[],[The NDEV interface]) AC_DEFINE(NDEV,[],[The NDEV interface])
NDEV="" NDEV=""
NDEV_DIR=" ndev " NDEV_DIR=" ndev "
NOTNDEV_DIR=""
NDEV_LIB=" spicelib/devices/ndev/libndev.la " NDEV_LIB=" spicelib/devices/ndev/libndev.la "
else else
NDEV="" NDEV=""
NDEV_DIR="" NDEV_DIR=""
NDEV_LIB="" NDEV_LIB=""
NOTNDEV_DIR="ndev"
fi fi
AC_SUBST(NDEV_DIR) AC_SUBST(NDEV_DIR)
AC_SUBST(NDEV_LIB) AC_SUBST(NDEV_LIB)
AC_SUBST(NOTNDEV_DIR)
dnl Cluster option dnl Cluster option

4
src/spicelib/devices/Makefile.am

@ -99,7 +99,7 @@ DIST_SUBDIRS = \
mos3 \ mos3 \
mos6 \ mos6 \
mos9 \ mos9 \
@NDEV_DIR@ \
ndev \
res \ res \
soi3 \ soi3 \
sw \ sw \
@ -132,7 +132,7 @@ libdev_la_SOURCES = \
cktinit.c \ cktinit.c \
limit.c limit.c
EXTRA_DIST = @NOTNDEV_DIR@ @NOTVLADEVDIR@
EXTRA_DIST = @NOTVLADEVDIR@
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/spicelib/devices

Loading…
Cancel
Save