windows-build-updates-20030314
[openafs.git] / src / rxgen / NTMakefile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
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
7
8 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
9 !INCLUDE ..\config\NTMakefile.version
10
11
12 INCFILEDIR = $(DESTDIR)\include\afs 
13
14 INCFILES =\
15         $(INCFILEDIR)\rxgen_consts.h
16
17 # build rxgen
18 EXEFILE = $(DESTDIR)\bin\rxgen.exe
19
20 EXEOBJS =\
21         $(OJT)\rpc_main.obj \
22         $(OJT)\rpc_hout.obj \
23         $(OJT)\rpc_cout.obj \
24         $(OJT)\rpc_parse.obj \
25         $(OJT)\rpc_scan.obj \
26         $(OJT)\rpc_util.obj \
27         $(OJT)\rpc_svcout.obj \
28         $(OJT)\rpc_clntout.obj
29         
30 $(EXEFILE): $(EXEOBJS) $(EXELIBS)
31         $(EXECONLINK)
32         $(EXEPREP) 
33
34
35
36 install: AFS_component_version_number.c $(EXEFILE) $(INCFILES)
37
38 install9x: install
39
40 clean::
41         $(DEL) $(EXEFILE)       
42
43 mkdir:
44