The pthreaded version of rxperf is much more interesting than the
LWP one now, so add some rules so that Unix can play with it too.
Reviewed-on: http://gerrit.openafs.org/2841
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit
c21c90515ac37862a6002441790a721489fa89a8)
Change-Id: Ie8c26191e6d7603dcd6a99ef9938efb33dea1e33
Reviewed-on: http://gerrit.openafs.org/2920
${CC} ${CFLAGS} -DAFS_PTHREAD_ENV -mt -c -o th_testserver.o \
${srcdir}/testserver.c
+th_rxperf: th_rxperf.o ${TOP_LIBDIR}/libafsrpc.a
+ ${MT_CC} ${MT_CFLAGS} -o th_rxperf th_rxperf.o \
+ ${TOP_LIBDIR}/libafsrpc.a ${MT_LIBS} ${XLIBS}
+
+th_rxperf.o: rxperf.c
+ ${MT_CC} ${MT_CFLAGS} ${CFLAGS} -c $(srcdir)/rxperf.c \
+ -o th_rxperf.o
+
testqueue: ../librx.a testqueue.o
-${LINK}