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