4b24146e22ebadca4f0c26a47b39ee8a26e262fd
[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.lwp
11
12
13 LIBS= ../libauth.a ${TOP_LIBDIR}/libsys.a ${TOP_LIBDIR}/librx.a \
14         ${TOP_LIBDIR}/liblwp.a ${TOP_LIBDIR}/util.a ${XLIBS} \
15         $(TOP_LIBDIR)/libopr.a $(TOP_LIBDIR)/librokenafs.a
16
17 tests all: testcellconf ktctest
18
19 testcellconf: testcellconf.o
20         $(AFS_LDRULE) testcellconf.o  ${LIBS}
21
22 ktctest: ktctest.o
23         $(AFS_LDRULE) ktctest.o  ${LIBS}
24
25 clean:
26         $(RM) -f *.o *.a copyauth testcellconf ktctest setkey auth.h cellconfig.h acfg_errors.c ktc_errors.c core
27
28 install:
29
30 dest: