# 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

!INCLUDE ..\config\NTMakefile.$(SYS_NAME)
!INCLUDE ..\config\NTMakefile.version


INCFILEDIR = $(DESTDIR)\include\afs 

INCFILES =\
	$(INCFILEDIR)\rxgen_consts.h

# build rxgen
EXEFILE = $(DESTDIR)\bin\rxgen.exe

EXEOBJS =\
	rpc_main.obj \
	rpc_hout.obj \
	rpc_cout.obj \
	rpc_parse.obj \
	rpc_scan.obj \
	rpc_util.obj \
	rpc_svcout.obj \
	rpc_clntout.obj
	

$(EXEFILE): $(EXEOBJS) $(EXELIBS)
	$(EXECONLINK)
	$(EXEPREP) 



install: AFS_component_version_number.c $(EXEFILE) $(INCFILES)

install9x: install

clean::
	$(DEL) $(EXEFILE)	
