tests: posix signal constants in rx/perf test
[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 MODULE_LIBS =   ../tap/libtap.a \
14                 $(abs_top_builddir)/src/vlserver/liboafs_vldb.la \
15                 $(XLIBS)
16
17 vos-t: vos-t.o ../common/config.o ../common/servers.o ../common/ubik.o \
18                 ../common/network.o
19         $(LT_LDRULE_static) vos-t.o ../common/config.o ../common/servers.o \
20                 ../common/ubik.o ../common/network.o $(MODULE_LIBS)
21
22 clean:
23         $(LT_CLEAN)
24         rm -f *.o $(TESTS)