afs: Flush vcaches sooner if cache is stressed
[openafs.git] / tests / opr / Makefile.in
blob91763dab69ce78547561387137e090c219b92ae0
1 srcdir=@srcdir@
2 abs_top_builddir=@abs_top_builddir@
3 include @TOP_OBJDIR@/src/config/Makefile.config
4 include @TOP_OBJDIR@/src/config/Makefile.pthread
6 MODULE_CFLAGS = -I$(TOP_OBJDIR)
8 LIBS= $(abs_top_builddir)/tests/common/libafstest_common.la \
9 $(abs_top_builddir)/src/opr/liboafs_opr.la
11 BINS = cache-t dict-t fmt-t jhash-t queues-t rbtree-t softsig-helper time-t \
12 uuid-t
14 all: $(BINS)
16 cache-t: cache-t.o $(LIBS)
17 $(LT_LDRULE_static) cache-t.o $(LIBS) $(XLIBS)
19 dict-t: dict-t.o $(LIBS)
20 $(LT_LDRULE_static) dict-t.o $(LIBS) $(XLIBS)
22 fmt-t: fmt-t.o $(LIBS)
23 $(LT_LDRULE_static) fmt-t.o $(LIBS) $(XLIBS)
25 queues-t: queues-t.o $(LIBS)
26 $(LT_LDRULE_static) queues-t.o $(LIBS) $(XLIBS)
28 rbtree-t: rbtree-t.o $(LIBS)
29 $(LT_LDRULE_static) rbtree-t.o $(LIBS) $(XLIBS)
31 jhash-t: jhash-t.o $(LIBS)
32 $(LT_LDRULE_static) jhash-t.o $(LIBS) $(XLIBS)
34 time-t: time-t.o $(LIBS)
35 $(LT_LDRULE_static) time-t.o $(LIBS) $(XLIBS)
37 uuid-t: uuid-t.o $(LIBS)
38 $(LT_LDRULE_static) uuid-t.o $(LIBS) $(XLIBS)
40 softsig-helper: softsig-helper.o $(LIBS)
41 $(LT_LDRULE_static) softsig-helper.o $(LIBS) $(XLIBS)
43 clean distclean:
44 $(LT_CLEAN)
45 $(RM) -f $(BINS) *.o core