# 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

AFSDEV_AUXCDEFINES = -DAFS_PTHREAD_ENV

RELDIR=libadmin\client
!include ..\..\config\NTMakefile.$(SYS_NAME)
!include ..\..\config\NTMakefile.version

DLLOBJS = \
	$(OUT)\afs_clientAdmin.obj \
	$(OUT)\afsclientadmin.res

LIBINCLUDES = \
	$(DESTDIR)\include\afs\afs_clientAdmin.h

DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\afsclientadmin.dll
ILIBDIR = $(DESTDIR)\lib\afs

DLLLIBS =\
	$(DESTDIR)\lib\afs\afsvosadmin.lib \
	$(DESTDIR)\lib\afs\afsadminutil.lib \
	$(DESTDIR)\lib\afsauthent.lib \
	$(DESTDIR)\lib\afsrpc.lib \
	$(DESTDIR)\lib\afspthread.lib \
        $(DESTDIR)\lib\afs\mtafsutil.lib \
	$(DESTDIR)\lib\opr.lib \
        $(DESTDIR)\lib\afsroken.lib

$(DLLFILE): $(DLLOBJS) $(DLLLIBS)
	$(DLLCONLINK) /DEF:clientadmin.def
        $(_VC_MANIFEST_EMBED_DLL)
	$(DLLPREP)
        $(CODESIGN_USERLAND)
        $(SYMSTORE_IMPORT)
	$(MAKECYGLIB) --input-def clientadmin.def
	$(COPY) $*.lib $(ILIBDIR)
	$(DEL) $*.lib $*.exp


install: $(DLLFILE) $(LIBINCLUDES)

# Definitions for generating versioninfo resources
$(OUT)\afsclientadmin.res: AFS_component_version_number.h

mkdir:

