Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / audit / NTMakefile
CommitLineData
805e021f
CE
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
9RELDIR=audit
10!INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11!INCLUDE ..\config\NTMakefile.version
12
13INCFILEDIR = $(DESTDIR)\include\afs
14
15INCFILES =\
16 $(INCFILEDIR)\audit.h
17
18# build afsaudit.lib
19
20LIBFILE = $(DESTDIR)\lib\afs\afsaudit.lib
21
22LIBOBJS =\
23 $(OUT)\audit.obj \
24 $(OUT)\audit-file.obj
25
26$(LIBFILE): $(LIBOBJS)
27 $(LIBARCH)
28
29install: $(INCFILES) $(LIBFILE)
30
31clean::
32 $(DEL) $(INCFILES)