Modified Files:
ChangeLog src/Makefile.am src/spicelib/devices/asrc/Makefile.am src/spicelib/devices/bjt/Makefile.am src/spicelib/devices/bsim1/Makefile.am src/spicelib/devices/bsim2/Makefile.am src/spicelib/devices/bsim3/Makefile.am src/spicelib/devices/bsim3soi_dd/Makefile.am src/spicelib/devices/bsim3soi_fd/Makefile.am src/spicelib/devices/bsim3soi_pd/Makefile.am src/spicelib/devices/bsim3v1/Makefile.am src/spicelib/devices/bsim3v2/Makefile.am src/spicelib/devices/bsim4/Makefile.am src/spicelib/devices/cap/Makefile.am src/spicelib/devices/cccs/Makefile.am src/spicelib/devices/ccvs/Makefile.am src/spicelib/devices/cpl/Makefile.am src/spicelib/devices/csw/Makefile.am src/spicelib/devices/dio/Makefile.am src/spicelib/devices/hfet1/Makefile.am src/spicelib/devices/hfet2/Makefile.am src/spicelib/devices/ind/Makefile.am src/spicelib/devices/isrc/Makefile.am src/spicelib/devices/jfet/Makefile.am src/spicelib/devices/jfet2/Makefile.am src/spicelib/devices/ltra/Makefile.am src/spicelib/devices/mes/Makefile.am src/spicelib/devices/mesa/Makefile.am src/spicelib/devices/mos1/Makefile.am src/spicelib/devices/mos2/Makefile.am src/spicelib/devices/mos3/Makefile.am src/spicelib/devices/mos6/Makefile.am src/spicelib/devices/mos9/Makefile.am src/spicelib/devices/res/Makefile.am src/spicelib/devices/soi3/Makefile.am src/spicelib/devices/sw/Makefile.am src/spicelib/devices/tra/Makefile.am src/spicelib/devices/txl/Makefile.am src/spicelib/devices/urc/Makefile.am src/spicelib/devices/vccs/Makefile.am src/spicelib/devices/vcvs/Makefile.am src/spicelib/devices/vsrc/Makefile.am Don't build shared library devices anymore
This commit is contained in:
parent
ad5e06720a
commit
d0ac7cff0f
|
|
@ -1,4 +1,9 @@
|
|||
2003-06-22 Stuart Brorson <sdb@cloud9.net>
|
||||
2003-04-14 Stefan Jones <stefan.jones@multigig.com>
|
||||
|
||||
* Make all the devices in src/spicelib/devices be built as
|
||||
archives not shared libraries, and don't install them
|
||||
|
||||
2003-06-22 Stuart Brorson <sdb@cloud9.net>
|
||||
|
||||
* Finally got SPICE2 POLY stuff working. This involved lots of changes
|
||||
in src/xspice/mif and src/xspice/enh. Particular changes were made in:
|
||||
|
|
|
|||
|
|
@ -16,57 +16,57 @@ initdata_DATA = spinit setplot spectrum
|
|||
|
||||
|
||||
DYNAMIC_DEVICELIBS = \
|
||||
spicelib/devices/asrc/libasrc.la \
|
||||
spicelib/devices/bjt/libbjt.la \
|
||||
spicelib/devices/bsim1/libbsim1.la \
|
||||
spicelib/devices/bsim2/libbsim2.la \
|
||||
spicelib/devices/bsim3/libbsim3.la \
|
||||
spicelib/devices/bsim3v1/libbsim3v1.la \
|
||||
spicelib/devices/bsim3v2/libbsim3v2.la \
|
||||
spicelib/devices/bsim4/libbsim4.la \
|
||||
spicelib/devices/cap/libcap.la \
|
||||
spicelib/devices/bsim3soi_pd/libbsim3soipd.la \
|
||||
spicelib/devices/bsim3soi_fd/libbsim3soifd.la \
|
||||
spicelib/devices/bsim3soi_dd/libbsim3soidd.la \
|
||||
spicelib/devices/cccs/libcccs.la \
|
||||
spicelib/devices/ccvs/libccvs.la \
|
||||
spicelib/devices/ccvs/libccvs.la \
|
||||
spicelib/devices/cpl/libcpl.la \
|
||||
spicelib/devices/csw/libcsw.la \
|
||||
spicelib/devices/dio/libdio.la \
|
||||
spicelib/devices/asrc/libasrc.a \
|
||||
spicelib/devices/bjt/libbjt.a \
|
||||
spicelib/devices/bsim1/libbsim1.a \
|
||||
spicelib/devices/bsim2/libbsim2.a \
|
||||
spicelib/devices/bsim3/libbsim3.a \
|
||||
spicelib/devices/bsim3v1/libbsim3v1.a \
|
||||
spicelib/devices/bsim3v2/libbsim3v2.a \
|
||||
spicelib/devices/bsim4/libbsim4.a \
|
||||
spicelib/devices/cap/libcap.a \
|
||||
spicelib/devices/bsim3soi_pd/libbsim3soipd.a \
|
||||
spicelib/devices/bsim3soi_fd/libbsim3soifd.a \
|
||||
spicelib/devices/bsim3soi_dd/libbsim3soidd.a \
|
||||
spicelib/devices/cccs/libcccs.a \
|
||||
spicelib/devices/ccvs/libccvs.a \
|
||||
spicelib/devices/ccvs/libccvs.a \
|
||||
spicelib/devices/cpl/libcpl.a \
|
||||
spicelib/devices/csw/libcsw.a \
|
||||
spicelib/devices/dio/libdio.a \
|
||||
@EKVLIB@ \
|
||||
spicelib/devices/ind/libind.la \
|
||||
spicelib/devices/isrc/libisrc.la \
|
||||
spicelib/devices/hfet1/libhfet.la \
|
||||
spicelib/devices/hfet2/libhfet2.la \
|
||||
spicelib/devices/jfet/libjfet.la \
|
||||
spicelib/devices/jfet2/libjfet2.la \
|
||||
spicelib/devices/ltra/libltra.la \
|
||||
spicelib/devices/mes/libmes.la \
|
||||
spicelib/devices/mesa/libmesa.la \
|
||||
spicelib/devices/mos1/libmos1.la \
|
||||
spicelib/devices/mos2/libmos2.la \
|
||||
spicelib/devices/mos3/libmos3.la \
|
||||
spicelib/devices/mos6/libmos6.la \
|
||||
spicelib/devices/mos9/libmos9.la \
|
||||
spicelib/devices/res/libres.la \
|
||||
spicelib/devices/soi3/libsoi3.la \
|
||||
spicelib/devices/sw/libsw.la \
|
||||
spicelib/devices/txl/libtxl.la \
|
||||
spicelib/devices/tra/libtra.la \
|
||||
spicelib/devices/urc/liburc.la \
|
||||
spicelib/devices/vccs/libvccs.la \
|
||||
spicelib/devices/vcvs/libvcvs.la \
|
||||
spicelib/devices/vsrc/libvsrc.la
|
||||
spicelib/devices/ind/libind.a \
|
||||
spicelib/devices/isrc/libisrc.a \
|
||||
spicelib/devices/hfet1/libhfet.a \
|
||||
spicelib/devices/hfet2/libhfet2.a \
|
||||
spicelib/devices/jfet/libjfet.a \
|
||||
spicelib/devices/jfet2/libjfet2.a \
|
||||
spicelib/devices/ltra/libltra.a \
|
||||
spicelib/devices/mes/libmes.a \
|
||||
spicelib/devices/mesa/libmesa.a \
|
||||
spicelib/devices/mos1/libmos1.a \
|
||||
spicelib/devices/mos2/libmos2.a \
|
||||
spicelib/devices/mos3/libmos3.a \
|
||||
spicelib/devices/mos6/libmos6.a \
|
||||
spicelib/devices/mos9/libmos9.a \
|
||||
spicelib/devices/res/libres.a \
|
||||
spicelib/devices/soi3/libsoi3.a \
|
||||
spicelib/devices/sw/libsw.a \
|
||||
spicelib/devices/txl/libtxl.a \
|
||||
spicelib/devices/tra/libtra.a \
|
||||
spicelib/devices/urc/liburc.a \
|
||||
spicelib/devices/vccs/libvccs.a \
|
||||
spicelib/devices/vcvs/libvcvs.a \
|
||||
spicelib/devices/vsrc/libvsrc.a
|
||||
|
||||
|
||||
|
||||
## ----- Note that I moved this stuff to here because it was causing automake
|
||||
## to choke when it was in the DYNAMIC_DEVICELIBS list above -----
|
||||
## This lib deleted from DYNAMIC_DEVICELIBS by sdb 'cause there's no source for it.
|
||||
## spicelib/devices/bjt2/libbjt2.la \
|
||||
## spicelib/devices/bjt2/libbjt2.a \
|
||||
## poly added to dynamic libs by SDB on 6.1.2003
|
||||
## xspice/icm/poly/libpoly.la
|
||||
## xspice/icm/poly/libpoly.a
|
||||
|
||||
## Build ngspice first:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libasrc.la
|
||||
noinst_LIBRARIES = libasrc.a
|
||||
|
||||
libasrc_la_SOURCES = \
|
||||
libasrc_a_SOURCES = \
|
||||
asrc.c \
|
||||
asrcacld.c \
|
||||
asrcask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbjt.la
|
||||
noinst_LIBRARIES = libbjt.a
|
||||
|
||||
libbjt_la_SOURCES = \
|
||||
libbjt_a_SOURCES = \
|
||||
bjt.c \
|
||||
bjtacld.c \
|
||||
bjtask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim1.la
|
||||
noinst_LIBRARIES = libbsim1.a
|
||||
|
||||
libbsim1_la_SOURCES = \
|
||||
libbsim1_a_SOURCES = \
|
||||
b1.c \
|
||||
b1acld.c \
|
||||
b1ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim2.la
|
||||
noinst_LIBRARIES = libbsim2.a
|
||||
|
||||
libbsim2_la_SOURCES = \
|
||||
libbsim2_a_SOURCES = \
|
||||
b2.c \
|
||||
b2acld.c \
|
||||
b2ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3.la
|
||||
noinst_LIBRARIES = libbsim3.a
|
||||
|
||||
libbsim3_la_SOURCES = \
|
||||
libbsim3_a_SOURCES = \
|
||||
b3.c \
|
||||
b3acld.c \
|
||||
b3ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3soidd.la
|
||||
noinst_LIBRARIES = libbsim3soidd.a
|
||||
|
||||
libbsim3soidd_la_SOURCES = \
|
||||
libbsim3soidd_a_SOURCES = \
|
||||
b3soidd.c \
|
||||
b3soiddacld.c \
|
||||
b3soiddask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3soifd.la
|
||||
noinst_LIBRARIES = libbsim3soifd.a
|
||||
|
||||
libbsim3soifd_la_SOURCES = \
|
||||
libbsim3soifd_a_SOURCES = \
|
||||
b3soifd.c \
|
||||
b3soifdacld.c \
|
||||
b3soifdask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3soipd.la
|
||||
noinst_LIBRARIES = libbsim3soipd.a
|
||||
|
||||
libbsim3soipd_la_SOURCES = \
|
||||
libbsim3soipd_a_SOURCES = \
|
||||
b3soipd.c \
|
||||
b3soipdacld.c \
|
||||
b3soipdask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3v1.la
|
||||
noinst_LIBRARIES = libbsim3v1.a
|
||||
|
||||
libbsim3v1_la_SOURCES = \
|
||||
libbsim3v1_a_SOURCES = \
|
||||
b3v1.c \
|
||||
b3v1acld.c \
|
||||
b3v1ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim3v2.la
|
||||
noinst_LIBRARIES = libbsim3v2.a
|
||||
|
||||
libbsim3v2_la_SOURCES = \
|
||||
libbsim3v2_a_SOURCES = \
|
||||
b3v2.c \
|
||||
b3v2acld.c \
|
||||
b3v2ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libbsim4.la
|
||||
noinst_LIBRARIES = libbsim4.a
|
||||
|
||||
libbsim4_la_SOURCES = \
|
||||
libbsim4_a_SOURCES = \
|
||||
b4.c \
|
||||
b4acld.c \
|
||||
b4ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libcap.la
|
||||
noinst_LIBRARIES = libcap.a
|
||||
|
||||
libcap_la_SOURCES = \
|
||||
libcap_a_SOURCES = \
|
||||
cap.c \
|
||||
capacld.c \
|
||||
capask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libcccs.la
|
||||
noinst_LIBRARIES = libcccs.a
|
||||
|
||||
libcccs_la_SOURCES = \
|
||||
libcccs_a_SOURCES = \
|
||||
cccs.c \
|
||||
cccsask.c \
|
||||
cccsdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libccvs.la
|
||||
noinst_LIBRARIES = libccvs.a
|
||||
|
||||
libccvs_la_SOURCES = \
|
||||
libccvs_a_SOURCES = \
|
||||
ccvs.c \
|
||||
ccvsask.c \
|
||||
ccvsdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libcpl.la
|
||||
noinst_LIBRARIES = libcpl.a
|
||||
|
||||
libcpl_la_SOURCES = \
|
||||
libcpl_a_SOURCES = \
|
||||
cpl.c \
|
||||
cpldest.c \
|
||||
cplmdel.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libcsw.la
|
||||
noinst_LIBRARIES = libcsw.a
|
||||
|
||||
libcsw_la_SOURCES = \
|
||||
libcsw_a_SOURCES = \
|
||||
csw.c \
|
||||
cswacld.c \
|
||||
cswask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libdio.la
|
||||
noinst_LIBRARIES = libdio.a
|
||||
|
||||
libdio_la_SOURCES = \
|
||||
libdio_a_SOURCES = \
|
||||
dio.c \
|
||||
dioacld.c \
|
||||
dioask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libhfet.la
|
||||
noinst_LIBRARIES = libhfet.a
|
||||
|
||||
libhfet_la_SOURCES = \
|
||||
libhfet_a_SOURCES = \
|
||||
hfet.c \
|
||||
hfetacl.c \
|
||||
hfetask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libhfet2.la
|
||||
noinst_LIBRARIES = libhfet2.a
|
||||
|
||||
libhfet2_la_SOURCES = \
|
||||
libhfet2_a_SOURCES = \
|
||||
hfet2.c \
|
||||
hfet2acl.c \
|
||||
hfet2ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libind.la
|
||||
noinst_LIBRARIES = libind.a
|
||||
|
||||
libind_la_SOURCES = \
|
||||
libind_a_SOURCES = \
|
||||
ind.c \
|
||||
indacld.c \
|
||||
indask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libisrc.la
|
||||
noinst_LIBRARIES = libisrc.a
|
||||
|
||||
libisrc_la_SOURCES = \
|
||||
libisrc_a_SOURCES = \
|
||||
isrc.c \
|
||||
isrcacct.c \
|
||||
isrcacld.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libjfet.la
|
||||
noinst_LIBRARIES = libjfet.a
|
||||
|
||||
libjfet_la_SOURCES = \
|
||||
libjfet_a_SOURCES = \
|
||||
jfet.c \
|
||||
jfetacld.c \
|
||||
jfetask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libjfet2.la
|
||||
noinst_LIBRARIES = libjfet2.a
|
||||
|
||||
libjfet2_la_SOURCES = \
|
||||
libjfet2_a_SOURCES = \
|
||||
jfet2.c \
|
||||
jfet2acld.c \
|
||||
jfet2ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libltra.la
|
||||
noinst_LIBRARIES = libltra.a
|
||||
|
||||
libltra_la_SOURCES = \
|
||||
libltra_a_SOURCES = \
|
||||
ltra.c \
|
||||
ltraacct.c \
|
||||
ltraacld.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmes.la
|
||||
noinst_LIBRARIES = libmes.a
|
||||
|
||||
libmes_la_SOURCES = \
|
||||
libmes_a_SOURCES = \
|
||||
mes.c \
|
||||
mesacl.c \
|
||||
mesask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmesa.la
|
||||
noinst_LIBRARIES = libmesa.a
|
||||
|
||||
libmesa_la_SOURCES = \
|
||||
libmesa_a_SOURCES = \
|
||||
mesa.c \
|
||||
mesaacl.c \
|
||||
mesaask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmos1.la
|
||||
noinst_LIBRARIES = libmos1.a
|
||||
|
||||
libmos1_la_SOURCES = \
|
||||
libmos1_a_SOURCES = \
|
||||
mos1.c \
|
||||
mos1acld.c \
|
||||
mos1ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmos2.la
|
||||
noinst_LIBRARIES = libmos2.a
|
||||
|
||||
libmos2_la_SOURCES = \
|
||||
libmos2_a_SOURCES = \
|
||||
mos2.c \
|
||||
mos2acld.c \
|
||||
mos2ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmos3.la
|
||||
noinst_LIBRARIES = libmos3.a
|
||||
|
||||
libmos3_la_SOURCES = \
|
||||
libmos3_a_SOURCES = \
|
||||
mos3.c \
|
||||
mos3acld.c \
|
||||
mos3ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmos6.la
|
||||
noinst_LIBRARIES = libmos6.a
|
||||
|
||||
libmos6_la_SOURCES = \
|
||||
libmos6_a_SOURCES = \
|
||||
mos6.c \
|
||||
mos6ask.c \
|
||||
mos6conv.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libmos9.la
|
||||
noinst_LIBRARIES = libmos9.a
|
||||
|
||||
libmos9_la_SOURCES = \
|
||||
libmos9_a_SOURCES = \
|
||||
mos9.c \
|
||||
mos9acld.c \
|
||||
mos9ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libres.la
|
||||
noinst_LIBRARIES = libres.a
|
||||
|
||||
libres_la_SOURCES = \
|
||||
libres_a_SOURCES = \
|
||||
res.c \
|
||||
resask.c \
|
||||
resdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libsoi3.la
|
||||
noinst_LIBRARIES = libsoi3.a
|
||||
|
||||
libsoi3_la_SOURCES = \
|
||||
libsoi3_a_SOURCES = \
|
||||
soi3.c \
|
||||
soi3acld.c \
|
||||
soi3ask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libsw.la
|
||||
noinst_LIBRARIES = libsw.a
|
||||
|
||||
libsw_la_SOURCES = \
|
||||
libsw_a_SOURCES = \
|
||||
sw.c \
|
||||
swacload.c \
|
||||
swask.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libtra.la
|
||||
noinst_LIBRARIES = libtra.a
|
||||
|
||||
libtra_la_SOURCES = \
|
||||
libtra_a_SOURCES = \
|
||||
tra.c \
|
||||
traacct.c \
|
||||
traacld.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libtxl.la
|
||||
noinst_LIBRARIES = libtxl.a
|
||||
|
||||
libtxl_la_SOURCES = \
|
||||
libtxl_a_SOURCES = \
|
||||
txl.c \
|
||||
txlask.c \
|
||||
txldest.c \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = liburc.la
|
||||
noinst_LIBRARIES = liburc.a
|
||||
|
||||
liburc_la_SOURCES = \
|
||||
liburc_a_SOURCES = \
|
||||
urc.c \
|
||||
urcask.c \
|
||||
urcdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libvccs.la
|
||||
noinst_LIBRARIES = libvccs.a
|
||||
|
||||
libvccs_la_SOURCES = \
|
||||
libvccs_a_SOURCES = \
|
||||
vccs.c \
|
||||
vccsask.c \
|
||||
vccsdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libvcvs.la
|
||||
noinst_LIBRARIES = libvcvs.a
|
||||
|
||||
libvcvs_la_SOURCES = \
|
||||
libvcvs_a_SOURCES = \
|
||||
vcvs.c \
|
||||
vcvsask.c \
|
||||
vcvsdefs.h \
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
pkglib_LTLIBRARIES = libvsrc.la
|
||||
noinst_LIBRARIES = libvsrc.a
|
||||
|
||||
libvsrc_la_SOURCES = \
|
||||
libvsrc_a_SOURCES = \
|
||||
vsrc.c \
|
||||
vsrcacct.c \
|
||||
vsrcacld.c \
|
||||
|
|
|
|||
Loading…
Reference in New Issue