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