2011-10-23 21:21:39 +01:00
|
|
|
# Build rules for the OpenAFS RX test suite.
|
|
|
|
|
|
|
|
srcdir=@srcdir@
|
|
|
|
abs_top_builddir=@abs_top_builddir@
|
|
|
|
include @TOP_OBJDIR@/src/config/Makefile.config
|
|
|
|
include @TOP_OBJDIR@/src/config/Makefile.pthread
|
|
|
|
|
2012-05-07 21:52:16 +01:00
|
|
|
MODULE_CFLAGS = -I$(srcdir)/../..
|
2011-10-23 21:21:39 +01:00
|
|
|
|
|
|
|
LIBS = ../tap/libtap.a \
|
|
|
|
$(abs_top_builddir)/lib/libafsrpc.a \
|
2012-05-21 18:04:32 +01:00
|
|
|
$(abs_top_builddir)/src/opr/liboafs_opr.la
|
2011-10-23 21:21:39 +01:00
|
|
|
|
|
|
|
tests = event-t
|
|
|
|
|
|
|
|
all check test tests: $(tests)
|
|
|
|
|
|
|
|
event-t: event-t.o $(LIBS)
|
2012-05-21 18:04:32 +01:00
|
|
|
$(LT_LDRULE_static) event-t.o $(LIBS) $(LIB_roken) $(XLIBS)
|
2011-10-23 21:21:39 +01:00
|
|
|
install:
|
|
|
|
|
|
|
|
clean distclean:
|
2012-05-21 18:04:32 +01:00
|
|
|
$(LT_clean)
|
2011-10-23 21:21:39 +01:00
|
|
|
$(RM) -f $(tests) *.o core
|