rxperf is a test application. Move it to the tests directory
Change-Id: I946a8026760d860667ea5707d8a3e0d3b895d908
Reviewed-on: http://gerrit.openafs.org/2772
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
${XDROBJS}: xdr.h xdr_prototypes.h
-rxperf.o: rx.h rx_null.h rx_globals.h rx_prototypes.h
-
rx_user.o: rx.h rx_user.h rx_prototypes.h
rx_packet.o: rx_packet.c rx_packet.h rx.h
xdr_refernce.o: xdr_refernce.c xdr.h xdr_prototypes.h
-rxperf: rxperf.o librx.a
- ${CC} -o $@ rxperf.o ${LIBS}
-
librx.a: ${LIBOBJS} RX_component_version_number.o
-$(RM) -f $@
$(AR) crv $@ ${LIBOBJS} RX_component_version_number.o
kctest: ../librx.a kctest.o
-${LINK}
+rxperf: rxperf.o ../librx.a
+ -${LINK}
+
# th_ versions only have link lines for Solaris now.
th_testclient: th_testclient.o ../../libafsrpc/libafsrpc.so
${CC} ${CFLAGS} -mt -o th_testclient th_testclient.o \