venus: Remove dedebug
[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$(TOP_OBJDIR)
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 volutil-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 volutil-t: volutil-t.o $(LIBS)
25         $(AFS_LDRULE) volutil-t.o $(LIBS) $(LIB_roken) $(XLIBS)
26
27 install:
28
29 clean distclean:
30         $(RM) -f $(tests) *.o core