1b7e7e51a333106f1d72a49894602d5e08e96b8d
[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
17 LIBFILE = $(DESTDIR)\lib\afs\afsreg.lib
18
19 LIBOBJS = \
20         $(OJT)\afsreg.obj \
21         $(OJT)\syscfg.obj \
22         $(OJT)\afssw.obj \
23         $(OJT)\vptab.obj
24
25 $(LIBFILE): $(LIBOBJS)
26         $(LIBARCH)
27
28 install_headers: $(INCFILES)
29
30 install: install_headers $(LIBFILE)
31
32 install9x: install
33
34 clean::
35         $(DEL) $(LIBFILE)