Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / audit / NTMakefile
1 #
2 # Copyright 2000, International Business Machines Corporation and others.
3 # All Rights Reserved.
4 #
5 # This software has been released under the terms of the IBM Public
6 # License. For details, see the LICENSE file in the top-level source
7 # directory or online at http://www.openafs.org/dl/license10.html
8
9 RELDIR=audit
10 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\config\NTMakefile.version
12
13 INCFILEDIR = $(DESTDIR)\include\afs
14
15 INCFILES =\
16 $(INCFILEDIR)\audit.h
17
18 # build afsaudit.lib
19
20 LIBFILE = $(DESTDIR)\lib\afs\afsaudit.lib
21
22 LIBOBJS =\
23 $(OUT)\audit.obj \
24 $(OUT)\audit-file.obj
25
26 $(LIBFILE): $(LIBOBJS)
27 $(LIBARCH)
28
29 install: $(INCFILES) $(LIBFILE)
30
31 clean::
32 $(DEL) $(INCFILES)