Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / tests / util / Makefile.in
blob763ac89c957d61a158c161237ac1b4c35b4061cd
1 # Build rules for the OpenAFS util test suite.
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
8 MODULE_CFLAGS = -I$(srcdir)/../..
10 LIBS = ../tap/libtap.a \
11 $(abs_top_builddir)/lib/util.a \
12 $(abs_top_builddir)/lib/libopr.a
14 tests = ktime-t exec-alt-t
16 all check test tests: $(tests)
18 ktime-t: ktime-t.o $(LIBS)
19 $(AFS_LDRULE) ktime-t.o $(LIBS) $(XLIBS)
21 exec-alt-t: exec-alt-t.o $(LIBS)
22 $(AFS_LDRULE) exec-alt-t.o $(LIBS) $(XLIBS)
24 install:
26 clean distclean:
27 $(RM) -f $(tests) *.o core