opr: queue swap
[openafs.git] / tests / opr / Makefile.in
1 srcdir=@srcdir@
2 abs_top_builddir=@abs_top_builddir@
3 include @TOP_OBJDIR@/src/config/Makefile.config
4 include @TOP_OBJDIR@/src/config/Makefile.lwp
5
6 MODULE_CFLAGS = -I$(srcdir)/..
7
8 LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
9
10 tests = queues-t
11
12 all check test tests: $(tests)
13
14 queues-t: queues-t.o
15         $(AFS_LDRULE) queues-t.o ../tap/libtap.a $(XLIBS)
16
17 clean distclean:
18         $(RM) -f $(tests) *.o core