*** empty log message ***
This commit is contained in:
parent
b1ad491d96
commit
c797191050
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue