openafs/tests/rx/Makefile.in

24 lines
510 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)/src/rx/liboafs_rx.la
tests = event-t
all check test tests: $(tests)
event-t: event-t.o $(LIBS)
$(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
install:
clean distclean:
$(LT_clean)
$(RM) -f $(tests) *.o core