mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
55efff93fe
Move the header which is installed as opr/queues.h out of util/ and into the new, top level, opr/ directory. Similarly move the tests out of the util/ test suite, and into the opr/ tests Change-Id: I81af487f09e1f0f4b25654a1f64c5ac75fd5a95b Reviewed-on: http://gerrit.openafs.org/5656 Reviewed-by: Derrick Brashear <shadow@dementix.org> Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
19 lines
401 B
Makefile
19 lines
401 B
Makefile
srcdir=@srcdir@
|
|
abs_top_builddir=@abs_top_builddir@
|
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
|
include @TOP_OBJDIR@/src/config/Makefile.lwp
|
|
|
|
MODULE_CFLAGS = -I$(srcdir)/..
|
|
|
|
LIBS=../tap/libtap.a $(abs_top_builddir)/lib/libopr.a
|
|
|
|
tests = queues-t
|
|
|
|
all check test tests: $(tests)
|
|
|
|
queues-t: queues-t.o
|
|
$(AFS_LDRULE) queues-t.o ../tap/libtap.a $(XLIBS)
|
|
|
|
clean distclean:
|
|
$(RM) -f $(tests) *.o core
|