openafs/tests/rx/Makefile.in

24 lines
528 B
Makefile
Raw Normal View History

# 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$(srcdir)/../..
LIBS = ../tap/libtap.a \
$(abs_top_builddir)/lib/libafsrpc.a \
$(abs_top_builddir)/lib/libopr.a
tests = event-t
all check test tests: $(tests)
event-t: event-t.o $(LIBS)
$(AFS_LDRULE) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
install:
clean distclean:
$(RM) -f $(tests) *.o core