# Build rules for the OpenAFS RX test suite. srcdir=@srcdir@ abs_top_builddir=@abs_top_builddir@ include @TOP_OBJDIR@/src/config/Makefile.config include @TOP_OBJDIR@/src/config/Makefile.pthread MODULE_CFLAGS = -I$(TOP_OBJDIR) LIBS = $(abs_top_builddir)/tests/common/libafstest_common.la \ $(abs_top_builddir)/src/rx/liboafs_rx.la SIMPLE_LIBS = $(TOP_LIBDIR)/libafsrpc.a \ $(TOP_LIBDIR)/libafsutil.a BINS = atomic-t event-t simple-client simple-server all: $(BINS) atomic-t: atomic-t.o $(LIBS) $(LT_LDRULE_static) atomic-t.o $(LIBS) $(LIB_roken) $(XLIBS) event-t: event-t.o $(LIBS) $(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS) simple-client: simple-client.o $(SIMPLE_LIBS) $(LT_LDRULE_static) simple-client.o $(SIMPLE_LIBS) ${LIB_hcrypto} $(LIB_roken) $(XLIBS) simple-server: simple-server.o $(SIMPLE_LIBS) $(LT_LDRULE_static) simple-server.o $(SIMPLE_LIBS) ${LIB_hcrypto} $(LIB_roken) $(XLIBS) install: clean distclean: $(LT_CLEAN) $(RM) -f $(BINS) *.o core