Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / afs / NTMakefile
CommitLineData
805e021f
CE
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
9RELDIR=afs
10!INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11
12################################################
13# compile_et to get unified_afs.h
14
15INCDIR=$(DESTDIR)\include\
16
17$(INCDIR)\afs\unified_afs.c $(INCDIR)\afs\unified_afs.h: unified_afs.et unified_afs.p.h
18 $(DEL) unified_afs.c unified_afs.h
19 $(COMPILE_ET) unified_afs -h unified_afs
20 $(COPY) unified_afs.h $(DESTDIR)\include\afs
21
22install: $(INCDIR)\afs\unified_afs.c $(INCDIR)\afs\afs_stats.h $(INCDIR)\afs\afs_consts.h
23
24clean::
25 $(DEL) unified_afs.c unified_afs.h