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 check test tests: $(BINS)
13 MODULE_LIBS = ../tap/libtap.a \
14 $(abs_top_builddir)/src/auth/liboafs_auth.la \
15 $(LIB_rfc3961) $(LIB_roken) \
18 authcon-t: authcon-t.o ../common/config.o ../common/network.o
19 $(LT_LDRULE_static) authcon-t.o ../common/config.o ../common/network.o \
22 superuser-t: superuser-t.o ../common/config.o ../common/rxkad.o \
23 test.cs.o test.ss.o test.xdr.o ../common/network.o \
25 $(LT_LDRULE_static) superuser-t.o ../common/config.o \
26 ../common/rxkad.o ../common/servers.o \
27 test.cs.o test.ss.o test.xdr.o ../common/network.o \
28 ../common/misc.o $(MODULE_LIBS)
30 keys-t: keys-t.o ../common/config.o ../common/network.o
31 $(LT_LDRULE_static) keys-t.o ../common/config.o ../common/network.o $(MODULE_LIBS)
33 realms-t: realms-t.o ../common/config.o ../common/network.o
34 $(LT_LDRULE_static) realms-t.o ../common/config.o ../common/network.o $(MODULE_LIBS)
36 writekeyfile: writekeyfile.o ../common/config.o
37 $(LT_LDRULE_static) writekeyfile.o ../common/config.o $(MODULE_LIBS)
40 $(RXGEN) -A -x -C -o $@ $(srcdir)/test.xg
43 $(RXGEN) -A -x -S -o $@ $(srcdir)/test.xg
46 $(RXGEN) -A -x -c -o $@ $(srcdir)/test.xg
49 $(RXGEN) -A -x -h -o $@ $(srcdir)/test.xg
55 rm -f *.o *.cs.c *.ss.c *.xdr.c test.h \