rx-add-performance-testing-client-20011206
[openafs.git] / src / rx / Makefile.in
index 8a19989..d7fd900 100644 (file)
@@ -69,6 +69,8 @@ ${MULTIOBJS}: rx.h rx_multi.h
 
 ${XDROBJS}: xdr.h
 
+rxperf.o: rx.h rx_null.h rx_globals.h
+
 rx_user.o: rx.h rx_user.h
 
 rx_packet.o: rx_packet.c rx_packet.h
@@ -89,6 +91,9 @@ xdr_rx.o: xdr.h rx.h
 
 xdr_refernce.o: xdr_refernce.c xdr.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