c859f39d2557bb73f5b4dbefdd008b12083697f7
[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                 $(abs_top_builddir)/lib/libopr.a \
24                 $(LIB_rfc3961) $(LIB_roken) -lafsutil\
25                 $(XLIBS)
26
27 vos-t: vos-t.o ../common/config.o ../common/servers.o
28         $(AFS_LDRULE) vos-t.o ../common/config.o ../common/servers.o \
29                 $(MODULE_LIBS)
30
31 clean:
32         rm -f *.o $(TESTS)