Merge branch 'experimental'
[pkg-k5-afs_openafs.git] / tests / rx / Makefile.in
blobf5b4cf924434b55276aeeab99dd8563b3b21057b
1 # Build rules for the OpenAFS RX test suite.
3 srcdir=@srcdir@
4 abs_top_builddir=@abs_top_builddir@
5 include @TOP_OBJDIR@/src/config/Makefile.config
6 include @TOP_OBJDIR@/src/config/Makefile.pthread
8 MODULE_CFLAGS = -I$(srcdir)/../..
10 LIBS = ../tap/libtap.a \
11 $(abs_top_builddir)/src/rx/liboafs_rx.la
13 tests = event-t
15 all check test tests: $(tests)
17 event-t: event-t.o $(LIBS)
18 $(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
19 install:
21 clean distclean:
22 $(LT_CLEAN)
23 $(RM) -f $(tests) *.o core