win95-initial-port-20010430
[openafs.git] / src / audit / 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)\audit.h
16
17 # build afsaudit.lib
18
19 LIBFILE = $(DESTDIR)\lib\afs\afsaudit.lib
20
21 LIBOBJS =\
22         audit.obj
23
24 $(LIBFILE): $(LIBOBJS) 
25         $(LIBARCH)  
26
27 install:  $(INCFILES)  $(LIBFILE)
28
29 install9x: install
30
31 clean::
32         $(DEL) $(INCFILES)