Windows: remove unused and leaked uniRootFileNameClone
[openafs.git] / tests / rx / Makefile.in
1 # Build rules for the OpenAFS RX test suite.
2
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
7
8 MODULE_CFLAGS = -I$(srcdir)/../..
9
10 LIBS = ../tap/libtap.a \
11        $(abs_top_builddir)/src/rx/liboafs_rx.la
12
13 tests = event-t
14
15 all check test tests: $(tests)
16
17 event-t: event-t.o $(LIBS)
18         $(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
19 install:
20
21 clean distclean:
22         $(LT_clean)
23         $(RM) -f $(tests) *.o core