venus: Remove dedebug
[openafs.git] / src / rxgk / 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 RELDIR=rxgk
9 !include ..\config\NTMakefile.$(SYS_NAME)
10
11 INCFILEDIR = $(DESTDIR)\include\rx
12
13 INCFILES  = \
14         $(INCFILEDIR)\rxgk_types.h \
15         $(INCFILEDIR)\rxgk_int.h
16
17 $(INCFILEDIR)\rxgk_types.h: rxgk_types.h
18         $(COPY) rxgk_types.h $@
19
20 $(INCFILEDIR)\rxgk_int.h: rxgk_int.h
21         $(COPY) rxgk_int.h $@
22
23 rxgk_int.h: rxgk_int.xg
24         $(RXGEN) -b -A -x -h -o $@ rxgk_int.xg
25
26 install_headers:  $(INCFILES)
27
28 clean::
29         $(DEL) rxgk_int.h