db64cbd759236f22775dc14cf52b493308788e4c
[openafs.git] / tests / volser / Makefile.in
1
2 srcdir=@srcdir@
3 abs_top_builddir=@abs_top_builddir@
4 include @TOP_OBJDIR@/src/config/Makefile.config
5 include @TOP_OBJDIR@/src/config/Makefile.pthread
6
7 TESTS = vos-t
8
9 MODULE_CFLAGS=-I$(srcdir)/.. -I$(srcdir)/../common/
10
11 all check test tests: $(TESTS)
12
13 # The direct reference of tviced libraries here is a colossal hack, but
14 # we're just not building pthreaded versions of the vldb interface at the moment.
15 # Soon, I hope ...
16
17 MODULE_LIBS =   ../tap/libtap.a \
18                 $(abs_top_builddir)/src/tviced/vldbint.cs.o \
19                 $(abs_top_builddir)/src/tviced/vldbint.xdr.o \
20                 $(abs_top_builddir)/lib/libafsauthent.a \
21                 $(abs_top_builddir)/lib/libafsrpc.a \
22                 $(abs_top_builddir)/lib/libafshcrypto.a \
23                 $(LIB_rfc3961) $(LIB_roken) -lafsutil\
24                 $(XLIBS)
25
26 vos-t: vos-t.o ../common/config.o ../common/servers.o
27         $(AFS_LDRULE) vos-t.o ../common/config.o ../common/servers.o \
28                 $(MODULE_LIBS)
29
30 clean:
31         rm -f *.o $(TESTS)