Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / libafscp / NTMakefile
blob521767451743a79f7d4a0618db53da93d23d7900
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
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
8 RELDIR=libacl
9 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\config\NTMakefile.version
12 ############################################################################
13 # Install inc files
15 INCFILEDIR = $(DESTDIR)\include\afs
17 INCFILES =\
18         $(INCFILEDIR)\afscp.h
21 ############################################################################
22 # build afscp.lib
24 LIBFILE = $(DESTDIR)\lib\afs\afscp.lib
26 afscflags = -I..\WINNT\kfw\inc\krb5 $(afscflags)
28 LIBOBJS =\
29         $(OUT)\afscp_callback.obj \
30         $(OUT)\afscp_server.obj \
31         $(OUT)\afscp_fid.obj \
32         $(OUT)\afscp_volume.obj \
33         $(OUT)\afscp_file.obj \
34         $(OUT)\afscp_dir.obj \
35         $(OUT)\afscp_init.obj \
36         $(OUT)\afscp_util.obj \
37         $(OUT)\afscp_dirops.obj \
38         $(OUT)\afscp_roken.obj \
39         $(OUT)\afscp_acl.obj \
40         $(OUT)\AFS_component_version_number.obj
42 $(LIBFILE): $(LIBOBJS)
43         $(LIBARCH)
46 ############################################################################
47 # install afscp.lib
49 install_headers: $(INCFILES)
51 install: $(LIBFILE)
53 clean::
54         $(DEL) $(INCFILES)
56 mkdir: