Standardize License information
[openafs.git] / src / WINNT / afsreg / 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
10 INCFILES = \
11         $(DESTDIR)\include\WINNT\afsreg.h \
12         $(DESTDIR)\include\WINNT\syscfg.h \
13         $(DESTDIR)\include\WINNT\afssw.h \
14         $(DESTDIR)\include\WINNT\vptab.h
15
16 LIBFILE = $(DESTDIR)\lib\afs\afsreg.lib
17
18 LIBOBJS = \
19         afsreg.obj \
20         syscfg.obj \
21         afssw.obj \
22         vptab.obj
23
24 $(LIBFILE): $(LIBOBJS)
25         $(LIBARCH)
26
27 install_headers: $(INCFILES)
28
29 install: install_headers $(LIBFILE)
30
31 clean::