bozo: Introduce bnode_Wait()
[openafs.git] / src / sys / 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 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -I$(DESTDIR)\include\afs -I$(DESTDIR)\include\rx
9 RELDIR=sys
10 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\config\NTMakefile.version
12
13 ############################################################################
14 # Header files to install
15
16 INCFILES =\
17         $(DESTDIR)\include\afs\afssyscalls.h \
18         $(DESTDIR)\include\afs\pioctl_nt.h \
19         $(DESTDIR)\include\afs\sys_prototypes.h
20
21 # Library to install
22
23 LIBFILE = $(DESTDIR)\lib\afs\afspioctl.lib
24
25 LIBOBJS =\
26         $(OUT)\pioctl_nt.obj
27
28 $(LIBFILE): $(LIBOBJS) $(DESTDIR)\lib\lanahelper.lib
29         $(LIBARCH) $(DESTDIR)\lib\lanahelper.lib secur32.lib
30
31 ############################################################################
32 # Install target; primary makefile target
33
34 install: $(INCFILES) $(LIBFILE)
35
36 ############################################################################
37 # Local clean target; augments predefined clean target
38
39 clean::
40    $(DEL) $(LIBFILE)