opr: Move queue header out of util
[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 $(abs_top_builddir)/lib/util.a
11
12 tests = ktime-t exec-alt-t
13
14 all check test tests: $(tests)
15
16 ktime-t: ktime-t.o $(LIBS)
17         $(AFS_LDRULE) ktime-t.o $(LIBS) $(XLIBS)
18
19 exec-alt-t: exec-alt-t.o $(LIBS)
20         $(AFS_LDRULE) exec-alt-t.o $(LIBS) $(XLIBS)
21
22 install:
23
24 clean distclean:
25         $(RM) -f $(tests) *.o core