Windows: do not call time() in a loop
[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)/lib/libafsrpc.a \
12        $(abs_top_builddir)/lib/libopr.a
13
14 tests = event-t
15
16 all check test tests: $(tests)
17
18 event-t: event-t.o $(LIBS)
19         $(AFS_LDRULE) event-t.o $(LIBS) $(XLIBS)
20
21 install:
22
23 clean distclean:
24         $(RM) -f $(tests) *.o core