Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / auth / test / Makefile.in
CommitLineData
805e021f
CE
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
8srcdir=@srcdir@
9include @TOP_OBJDIR@/src/config/Makefile.config
10include @TOP_OBJDIR@/src/config/Makefile.pthread
11
12LT_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
18LT_libs = $(LDFLAGS_roken) $(LIB_roken)
19
20tests all: testcellconf ktctest testnetrestrict
21
22testcellconf: testcellconf.lo
23 $(LT_LDRULE_static) testcellconf.lo $(LT_deps) $(LT_libs)
24
25ktctest: ktctest.lo
26 $(LT_LDRULE_static) ktctest.lo $(LT_deps) $(LT_libs)
27
28testnetrestrict: testnetrestrict.o
29 $(AFS_LDRULE) testnetrestrict.o $(TOP_LIBDIR)/libauth.a $(TOP_LIBDIR)/libopr.a
30
31clean:
32 $(LT_CLEAN)
33 $(RM) -f copyauth testcellconf ktctest setkey auth.h cellconfig.h acfg_errors.c ktc_errors.c core
34
35install:
36
37dest: