tests/opr/jhash-t.c: Fix unsigned constant warning
[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.pthread
5
6 MODULE_CFLAGS = -I$(srcdir)/../..
7
8 LIBS=../tap/libtap.a $(abs_top_builddir)/src/opr/liboafs_opr.la
9
10 tests = dict-t fmt-t jhash-t queues-t rbtree-t softsig-helper time-t uuid-t
11
12 all check test tests: $(tests)
13
14 dict-t: dict-t.o
15         $(LT_LDRULE_static) dict-t.o $(LIBS) $(XLIBS)
16
17 fmt-t: fmt-t.o
18         $(LT_LDRULE_static) fmt-t.o $(LIBS) $(XLIBS)
19
20 queues-t: queues-t.o
21         $(LT_LDRULE_static) queues-t.o ../tap/libtap.a $(XLIBS)
22
23 rbtree-t: rbtree-t.o $(LIBS)
24         $(LT_LDRULE_static) rbtree-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
25
26 jhash-t: jhash-t.o
27         $(LT_LDRULE_static) jhash-t.o ../tap/libtap.a $(XLIBS)
28
29 time-t: time-t.o
30         $(LT_LDRULE_static) time-t.o ../tap/libtap.a $(XLIBS)
31
32 uuid-t: uuid-t.o
33         $(LT_LDRULE_static) uuid-t.o ../tap/libtap.a $(LIBS) $(XLIBS)
34
35 softsig-helper: softsig-helper.o $(LIBS)
36         $(LT_LDRULE_static) softsig-helper.o $(LIBS) $(XLIBS)
37
38 clean distclean:
39         $(LT_CLEAN)
40         $(RM) -f $(tests) *.o core