mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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
|