Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / auth / test / Makefile.in
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 srcdir=@srcdir@
9 include @TOP_OBJDIR@/src/config/Makefile.config
10 include @TOP_OBJDIR@/src/config/Makefile.pthread
11
12 LT_deps = \
13 $(TOP_OBJDIR)/src/auth/liboafs_auth.la \
14 $(TOP_OBJDIR)/src/sys/liboafs_sys.la \
15 $(TOP_OBJDIR)/src/rx/liboafs_rx.la \
16 $(TOP_OBJDIR)/src/util/liboafs_util.la \
17 $(TOP_OBJDIR)/src/opr/liboafs_opr.la
18 LT_libs = $(LDFLAGS_roken) $(LIB_roken)
19
20 tests all: testcellconf ktctest testnetrestrict
21
22 testcellconf: testcellconf.lo
23 $(LT_LDRULE_static) testcellconf.lo $(LT_deps) $(LT_libs)
24
25 ktctest: ktctest.lo
26 $(LT_LDRULE_static) ktctest.lo $(LT_deps) $(LT_libs)
27
28 testnetrestrict: testnetrestrict.o
29 $(AFS_LDRULE) testnetrestrict.o $(TOP_LIBDIR)/libauth.a $(TOP_LIBDIR)/libopr.a
30
31 clean:
32 $(LT_CLEAN)
33 $(RM) -f copyauth testcellconf ktctest setkey auth.h cellconfig.h acfg_errors.c ktc_errors.c core
34
35 install:
36
37 dest: