backport to buster
[hcoop/debian/openafs.git] / tests / util / Makefile.in
CommitLineData
805e021f
CE
1# Build rules for the OpenAFS util test suite.
2
3srcdir=@srcdir@
4abs_top_builddir=@abs_top_builddir@
5include @TOP_OBJDIR@/src/config/Makefile.config
6include @TOP_OBJDIR@/src/config/Makefile.lwp
7
8MODULE_CFLAGS = -I$(srcdir)/../..
9
10LIBS = ../tap/libtap.a \
11 $(abs_top_builddir)/lib/util.a \
12 $(abs_top_builddir)/lib/libopr.a
13
14tests = ktime-t exec-alt-t
15
16all check test tests: $(tests)
17
18ktime-t: ktime-t.o $(LIBS)
19 $(AFS_LDRULE) ktime-t.o $(LIBS) $(XLIBS)
20
21exec-alt-t: exec-alt-t.o $(LIBS)
22 $(AFS_LDRULE) exec-alt-t.o $(LIBS) $(XLIBS)
23
24install:
25
26clean distclean:
27 $(RM) -f $(tests) *.o core