rx: Build libtool library
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 24 May 2012 10:08:48 +0000 (11:08 +0100)
committerDerrick Brashear <shadow@your-file-system.com>
Sun, 9 Sep 2012 03:28:32 +0000 (20:28 -0700)
commit564fe1e32989211312ccec56c8a8407e2cceea51
treeffdcb023b8e025b7c789be2dd095fd0b2dbe7b9a
parentbdfe025b646036788095e39159e0566bb32007fa
rx: Build libtool library

Build a pthreaded, libtool, version of librx.a called liboafs_rx.la.
librx.a remains for LWP applications to use. With this change, all RX
objects are built in both the LWP and pthread cases, so some #ifdef
guards are required to protect code that isn't relevant in a given
build.

Currently, all of our pthreaded objects use libafsrpc to get RX
functionality, so this change is fairly minimal outside of the RX
directory.

Change-Id: I8e629e2319fb1964058e70c3c0c3ed548b09b22d
Reviewed-on: http://gerrit.openafs.org/8058
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/Makefile.in
src/rx/liboafs_rx.la.sym [new file with mode: 0644]
src/rx/rx_clock.c
src/rx/rx_lwp.c
src/rx/rx_pthread.c
tests/rx/Makefile.in