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 INCFILEDIR = $(DESTDIR)\include\afs
15 $(INCFILEDIR)\rxgen_consts.h
18 EXEFILE = $(DESTDIR)\bin\rxgen.exe
20 EXERES = $(OUT)\rxgen.res
26 $(OUT)\rpc_parse.obj \
29 $(OUT)\rpc_svcout.obj \
30 $(OUT)\rpc_clntout.obj
35 $(EXERES): rxgen.rc AFS_component_version_number.h
37 $(EXEFILE): $(EXEOBJS) $(EXERES) $(EXELIBS)
39 $(_VC_MANIFEST_EMBED_EXE)
44 install: AFS_component_version_number.c $(EXEFILE) $(INCFILES)