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 ############################################################################
18 EXEFILE = $(DESTDIR)\bin\sgml2rtf.exe
20 EXERES = $(OUT)\sgml2rtf.res
24 $(OUT)\multistring.obj
29 $(EXERES): sgml2rtf.rc AFS_component_version_number.h
31 $(EXEFILE) : $(EXEOBJS) $(EXERES)
32 $(EXECONLINK) $(EXELIBS)
33 $(_VC_MANIFEST_EMBED_EXE)
38 ############################################################################
39 install : $(EXEFILE) lang
43 @$(MAKECMD) /nologo /f NTMakefile install
49 nmake /nologo /f ntmakefile SRC=$(SRC) OBJ=$(OBJ) mkdir
55 @$(MAKECMD) /nologo /f NTMakefile clean