Browse Source

*** empty log message ***

pre-master-46
saintel 18 years ago
parent
commit
c797191050
  1. 4
      src/maths/misc/Makefile.am
  2. 4
      src/xspice/evt/Makefile.am
  3. 4
      src/xspice/idn/Makefile.am
  4. 4
      src/xspice/ipc/Makefile.am
  5. 4
      src/xspice/mif/Makefile.am

4
src/maths/misc/Makefile.am

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libmathmisc.a
noinst_LTLIBRARIES = libmathmisc.la
libmathmisc_a_SOURCES = \
libmathmisc_la_SOURCES = \
accuracy.c \
accuracy.h \
bernoull.h \

4
src/xspice/evt/Makefile.am

@ -2,9 +2,9 @@
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libevtxsp.a
noinst_LTLIBRARIES = libevtxsp.la
libevtxsp_a_SOURCES = \
libevtxsp_la_SOURCES = \
evtaccept.c \
evtcall_hybrids.c \
evtdump.c \

4
src/xspice/idn/Makefile.am

@ -2,9 +2,9 @@
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libidnxsp.a
noinst_LTLIBRARIES = libidnxsp.la
libidnxsp_a_SOURCES = \
libidnxsp_la_SOURCES = \
idndig.c
AM_CPPFLAGS = -I$(top_srcdir)/src/include

4
src/xspice/ipc/Makefile.am

@ -2,9 +2,9 @@
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libipcxsp.a
noinst_LTLIBRARIES = libipcxsp.la
libipcxsp_a_SOURCES = \
libipcxsp_la_SOURCES = \
ipcaegis.c \
ipc.c \
ipcsockets.c \

4
src/xspice/mif/Makefile.am

@ -2,9 +2,9 @@
#
# JW 3/9/01 - had a go and makeing an autoconf script.
noinst_LIBRARIES = libmifxsp.a
noinst_LTLIBRARIES = libmifxsp.la
libmifxsp_a_SOURCES = \
libmifxsp_la_SOURCES = \
mif_inp2.c \
mifgetmod.c \
mifgetvalue.c \

Loading…
Cancel
Save