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