1 # Copyright 2000, International Business Machines Corporation and others.
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
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\..\config\NTMakefile.version
12 ############################################################################
13 # Definitions for building a DLL.
15 DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\afsserver.cpl
18 $(OUT)\cpl_interface.obj \
19 $(OUT)\AFS_component_version_number.obj \
20 $(OUT)\afssvrcpa_stub.res
23 $(DESTDIR)\lib\afsroken.lib \
24 $(DESTDIR)\lib\afs\afsreg.lib \
25 $(DESTDIR)\lib\afs\TaLocale.lib \
28 DEFFILE = afssvrcpa.def
30 $(DLLFILE): $(DLLOBJS)
31 $(DLLGUILINK) $(DLLLIBS) /DEF:$(DEFFILE)
32 $(_VC_MANIFEST_EMBED_DLL)
38 ############################################################################
39 # Definitions for generating versioninfo resource via RC
41 $(OUT)\afssvrcpa_stub.res: afssvrcpa_stub.rc AFS_component_version_number.h
43 ############################################################################
44 # Install target; primary makefile target
46 install: $(DLLFILE) lang
49 ############################################################################
54 for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /e /f NTMakefile install
58 ############################################################################
59 # Local clean target; augments predefined clean target
63 @if exist AFS_component_version_number.h del AFS_component_version_number.h
64 for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile clean
70 nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir