# Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. # # This software has been released under the terms of the IBM Public # License. For details, see the LICENSE file in the top-level source # directory or online at http://www.openafs.org/dl/license10.html srcdir=@srcdir@ include @TOP_OBJDIR@/src/config/Makefile.config include @TOP_OBJDIR@/src/config/Makefile.pthread INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ ######################################################################## # build tests AFSCPLIBS =\ $(TOP_LIBDIR)/libafsadminutil.a \ $(TOP_LIBDIR)/libclientadmin.a \ $(TOP_LIBDIR)/libbosadmin.a \ $(TOP_LIBDIR)/libvosadmin.a \ $(TOP_LIBDIR)/libkasadmin.a \ $(TOP_LIBDIR)/libptsadmin.a \ $(TOP_LIBDIR)/libafsauthent.a \ $(TOP_LIBDIR)/libafsrpc.a \ $(TOP_LIBDIR)/libcmd.a \ $(TOP_LIBDIR)/libafsutil.a \ ${TOP_LIBDIR}/libafshcrypto_lwp.a AFSCPOBJS =\ bos.o \ client.o \ kas.o \ pts.o \ util.o \ vos.o all test tests: afscp CFLAGS_client.o = @CFLAGS_NOERROR@ afscp: afscp.o $(AFSCPOBJS) $(AFSCPLIBS) $(AFS_LDRULE) afscp.o $(AFSCPOBJS) $(AFSCPLIBS) \ $(LIB_roken) $(LIB_crypt) ${MT_LIBS} $(XLIBS) ####################################################################### install: dest: clean: $(RM) -f *.o afscp core