opr: Add Bob Jenkins's hash functions
[openafs.git] / tests / opr / Makefile.in
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.lwp
5
6 MODULE_CFLAGS = -I$(srcdir)/..
7
8 LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
9
10 tests = jhash-t queues-t rbtree-t
11
12 all check test tests: $(tests)
13
14 queues-t: queues-t.o
15         $(AFS_LDRULE) queues-t.o ../tap/libtap.a $(XLIBS)
16
17 rbtree-t: rbtree-t.o $(LIBS)
18         $(AFS_LDRULE) rbtree-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
19
20 jhash-t: jhash-t.o
21         $(AFS_LDRULE) jhash-t.o ../tap/libtap.a $(XLIBS)
22
23 clean distclean:
24         $(RM) -f $(tests) *.o core