234a2e5a83df1f458ffc62c6ab48cc2bc4ff930b
[openafs.git] / src / libadmin / 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
13 ########################################################################
14 # build tests
15
16 AFSCPLIBS =\
17         $(TOP_LIBDIR)/libafsadminutil.a \
18         $(TOP_LIBDIR)/libclientadmin.a \
19         $(TOP_LIBDIR)/libbosadmin.a \
20         $(TOP_LIBDIR)/libvosadmin.a \
21         $(TOP_LIBDIR)/libkasadmin.a \
22         $(TOP_LIBDIR)/libptsadmin.a \
23         $(TOP_LIBDIR)/libafsauthent.a \
24         $(TOP_LIBDIR)/libafsrpc.a \
25         $(TOP_LIBDIR)/libcmd.a \
26         $(TOP_LIBDIR)/libafsutil.a \
27         ${TOP_LIBDIR}/libafshcrypto_lwp.a
28
29 AFSCPOBJS =\
30         bos.o \
31         client.o \
32         kas.o \
33         pts.o \
34         util.o \
35         vos.o
36
37 all test tests: afscp
38
39 CFLAGS_client.o = @CFLAGS_NOERROR@
40
41 afscp: afscp.o $(AFSCPOBJS) $(AFSCPLIBS)
42         $(AFS_LDRULE) afscp.o $(AFSCPOBJS) $(AFSCPLIBS) \
43                 $(LIB_roken) $(LIB_crypt) ${MT_LIBS} $(XLIBS)
44
45 #######################################################################
46 install:
47
48 dest:
49
50 clean:
51         $(RM) -f *.o afscp core