tests: Add opr library for ktime test
[openafs.git] / tests / util / Makefile.in
1 # Build rules for the OpenAFS util 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.lwp
7
8 MODULE_CFLAGS = -I$(srcdir)/..
9
10 LIBS = ../tap/libtap.a \
11        $(abs_top_builddir)/lib/util.a \
12        $(abs_top_builddir)/lib/libopr.a
13
14 tests = ktime-t exec-alt-t
15
16 all check test tests: $(tests)
17
18 ktime-t: ktime-t.o $(LIBS)
19         $(AFS_LDRULE) ktime-t.o $(LIBS) $(XLIBS)
20
21 exec-alt-t: exec-alt-t.o $(LIBS)
22         $(AFS_LDRULE) exec-alt-t.o $(LIBS) $(XLIBS)
23
24 install:
25
26 clean distclean:
27         $(RM) -f $(tests) *.o core