windows-build-updates-20030314
[openafs.git] / src / rxstat / 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 !IF (EXIST(..\config\NTMakefile.version))
10 !INCLUDE ..\config\NTMakefile.version
11 !ENDIF
12
13
14 INCFILEDIR = $(DESTDIR)\include
15
16 INCFILES =\
17         $(INCFILEDIR)\rx\rxstat.h
18
19 # Library component lists.
20
21 LIBOBJS = \
22         $(OJT)\rxstat.cs.obj \
23         $(OJT)\rxstat.ss.obj \
24         $(OJT)\rxstat.xdr.obj \
25         $(OJT)\rxstat.obj
26
27 LIBFILE = $(DESTDIR)\lib\afsrxstat.lib
28
29 $(LIBFILE): $(LIBOBJS)
30         $(LIBARCH)
31
32 rxstat.cs.c rxstat.ss.c rxstat.xdr.c rxstat.h: rxstat.xg
33         $(RXGEN) -x $**
34
35 install: $(LIBFILE) $(INCFILES)
36
37 install9x: install
38
39 clean::
40         $(DEL) rxstat.cs.c rxstat.h rxstat.ss.c rxstat.xdr.c
41         $(DEL) $(LIBFILE)
42
43
44 mkdir:
45