afs: Flush vcaches sooner if cache is stressed
[openafs.git] / tests / auth / Makefile.in
blob9e43b4c515f674893db2f7a62f81a8c2c0991711
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
7 BINS = authcon-t superuser-t keys-t realms-t writekeyfile
9 MODULE_CFLAGS=-I$(TOP_OBJDIR) -I$(srcdir)/../common/
11 all: $(BINS)
13 LIBS = $(abs_top_builddir)/tests/common/libafstest_common.la \
14 $(abs_top_builddir)/src/auth/liboafs_auth.la
16 authcon-t: authcon-t.o $(LIBS)
17 $(LT_LDRULE_static) authcon-t.o $(LIBS) $(XLIBS)
19 superuser-t: superuser-t.o test.cs.o test.ss.o test.xdr.o $(LIBS)
20 $(LT_LDRULE_static) superuser-t.o test.cs.o test.ss.o test.xdr.o \
21 $(LIBS) $(XLIBS)
23 keys-t: keys-t.o $(LIBS)
24 $(LT_LDRULE_static) keys-t.o $(LIBS) $(XLIBS)
26 realms-t: realms-t.o $(LIBS)
27 $(LT_LDRULE_static) realms-t.o $(LIBS) $(XLIBS)
29 writekeyfile: writekeyfile.o $(LIBS)
30 $(LT_LDRULE_static) writekeyfile.o $(LIBS) $(XLIBS)
32 test.cs.c: test.xg
33 $(RXGEN) -A -x -C -o $@ $(srcdir)/test.xg
35 test.ss.c: test.xg
36 $(RXGEN) -A -x -S -o $@ $(srcdir)/test.xg
38 test.xdr.c: test.xg
39 $(RXGEN) -A -x -c -o $@ $(srcdir)/test.xg
41 test.h: test.xg
42 $(RXGEN) -A -x -h -o $@ $(srcdir)/test.xg
44 superuser-t.o: test.h
46 clean:
47 $(LT_CLEAN)
48 rm -f *.o *.cs.c *.ss.c *.xdr.c test.h \
49 $(BINS)