kopia lustrzana https://github.com/Hamlib/Hamlib
parallel build fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1466 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
d3ba4f0d1c
commit
d2b13d8582
|
@ -13,14 +13,6 @@ DISTCLEANFILES = $(BUILT_SOURCES)
|
||||||
# needed for backward compatibility on Solaris.
|
# needed for backward compatibility on Solaris.
|
||||||
AM_CFLAGS = $(CFLAGS) -DPORTMAP
|
AM_CFLAGS = $(CFLAGS) -DPORTMAP
|
||||||
|
|
||||||
# The RPC server
|
|
||||||
sbin_PROGRAMS = rpc.rigd
|
|
||||||
rpc_rigd_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@
|
|
||||||
rpc_rigd_SOURCES = rpcrigd.c rpcrig_proc.c
|
|
||||||
nodist_rpc_rigd_SOURCES = rpcrig_svc.c rpcrig_xdr.c rpcrig.h
|
|
||||||
rpc_rigd_LDFLAGS = @BACKENDLNK@
|
|
||||||
man_MANS = rpc.rigd.8
|
|
||||||
|
|
||||||
# The RPC backend
|
# The RPC backend
|
||||||
lib_LTLIBRARIES = hamlib-rpcrig.la
|
lib_LTLIBRARIES = hamlib-rpcrig.la
|
||||||
hamlib_rpcrig_la_SOURCES = rpcrig_backend.c rpcrig_backend.h
|
hamlib_rpcrig_la_SOURCES = rpcrig_backend.c rpcrig_backend.h
|
||||||
|
@ -28,6 +20,14 @@ nodist_hamlib_rpcrig_la_SOURCES = rpcrig_clnt.c rpcrig_xdr_lt.c rpcrig.h
|
||||||
hamlib_rpcrig_la_LDFLAGS = -no-undefined -module -avoid-version
|
hamlib_rpcrig_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||||
hamlib_rpcrig_la_LIBADD = $(top_builddir)/src/libhamlib.la @NET_LIBS@
|
hamlib_rpcrig_la_LIBADD = $(top_builddir)/src/libhamlib.la @NET_LIBS@
|
||||||
|
|
||||||
|
# The RPC server
|
||||||
|
sbin_PROGRAMS = rpc.rigd
|
||||||
|
rpc_rigd_DEPENDENCIES = $(DEPENDENCIES) @BACKENDEPS@ hamlib-rpcrig.la
|
||||||
|
rpc_rigd_SOURCES = rpcrigd.c rpcrig_proc.c
|
||||||
|
nodist_rpc_rigd_SOURCES = rpcrig_svc.c rpcrig_xdr.c rpcrig.h
|
||||||
|
rpc_rigd_LDFLAGS = @BACKENDLNK@
|
||||||
|
man_MANS = rpc.rigd.8
|
||||||
|
|
||||||
EXTRA_DIST = rpcrig.x $(man_MANS)
|
EXTRA_DIST = rpcrig.x $(man_MANS)
|
||||||
|
|
||||||
RPCGEN = rpcgen
|
RPCGEN = rpcgen
|
||||||
|
|
|
@ -13,14 +13,6 @@ DISTCLEANFILES = $(BUILT_SOURCES)
|
||||||
# needed for backward compatibility on Solaris.
|
# needed for backward compatibility on Solaris.
|
||||||
AM_CFLAGS = $(CFLAGS) -DPORTMAP
|
AM_CFLAGS = $(CFLAGS) -DPORTMAP
|
||||||
|
|
||||||
# The RPC server
|
|
||||||
sbin_PROGRAMS = rpc.rotd
|
|
||||||
rpc_rotd_DEPENDENCIES = $(DEPENDENCIES) @ROT_BACKENDEPS@
|
|
||||||
rpc_rotd_SOURCES = rpcrotd.c rpcrot_proc.c
|
|
||||||
nodist_rpc_rotd_SOURCES = rpcrot_svc.c rpcrot_xdr.c rpcrot.h
|
|
||||||
rpc_rotd_LDFLAGS = @ROT_BACKENDLNK@
|
|
||||||
man_MANS = rpc.rotd.8
|
|
||||||
|
|
||||||
# The RPC backend
|
# The RPC backend
|
||||||
lib_LTLIBRARIES = hamlib-rpcrot.la
|
lib_LTLIBRARIES = hamlib-rpcrot.la
|
||||||
hamlib_rpcrot_la_SOURCES = rpcrot_backend.c rpcrot_backend.h
|
hamlib_rpcrot_la_SOURCES = rpcrot_backend.c rpcrot_backend.h
|
||||||
|
@ -28,6 +20,14 @@ nodist_hamlib_rpcrot_la_SOURCES = rpcrot_clnt.c rpcrot_xdr_lt.c rpcrot.h
|
||||||
hamlib_rpcrot_la_LDFLAGS = -no-undefined -module -avoid-version
|
hamlib_rpcrot_la_LDFLAGS = -no-undefined -module -avoid-version
|
||||||
hamlib_rpcrot_la_LIBADD = $(top_builddir)/src/libhamlib.la @NET_LIBS@
|
hamlib_rpcrot_la_LIBADD = $(top_builddir)/src/libhamlib.la @NET_LIBS@
|
||||||
|
|
||||||
|
# The RPC server
|
||||||
|
sbin_PROGRAMS = rpc.rotd
|
||||||
|
rpc_rotd_DEPENDENCIES = $(DEPENDENCIES) @ROT_BACKENDEPS@ hamlib-rpcrot.la
|
||||||
|
rpc_rotd_SOURCES = rpcrotd.c rpcrot_proc.c
|
||||||
|
nodist_rpc_rotd_SOURCES = rpcrot_svc.c rpcrot_xdr.c rpcrot.h
|
||||||
|
rpc_rotd_LDFLAGS = @ROT_BACKENDLNK@
|
||||||
|
man_MANS = rpc.rotd.8
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = rpcrot.x $(man_MANS)
|
EXTRA_DIST = rpcrot.x $(man_MANS)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue