obsd-vattrs-20040125
[openafs.git] / src / afs / 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 !MESSAGE Processing afs\NTMakefile
9 RELDIR=afs
10 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11
12 ################################################
13 # compile_et to get unified_afs.h
14
15 $(DESTDIR)\include\afs\unified_afs.c $(DESTDIR)\include\afs\unified_afs.h:   unified_afs.et  unified_afs.p.h
16    $(DEL) unified_afs.c unified_afs.h
17    $(COMPILE_ET) unified_afs -h unified_afs
18    $(COPY) unified_afs.h $(DESTDIR)\include\afs
19
20 install: $(DESTDIR)\include\afs\unified_afs.c 
21