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
8 # make compiler warnings fatal
9 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
11 # include the primary makefile
13 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
14 !INCLUDE ..\..\config\NTMakefile.version
16 ############################################################################
19 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\afslegal.exe
22 $(OUT)\afslegal_stub.res \
26 $(DESTDIR)\lib\afs\talocale.lib \
29 $(EXEFILE) : $(EXEOBJS)
30 $(EXEGUILINK) $(EXELIBS)
31 $(_VC_MANIFEST_EMBED_EXE)
36 ############################################################################
37 install : $(EXEFILE) lang
41 for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile install
44 ############################################################################
47 $(OUT)\afslegal_stub.res : AFS_component_version_number.h
52 nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir