1 # Copyright 2000, International Business Machines Corporation and others.
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
9 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\config\NTMakefile.version
12 ############################################################################
15 INCFILEDIR = $(DESTDIR)\include\afs
21 ############################################################################
24 LIBFILE = $(DESTDIR)\lib\afs\afscp.lib
26 afscflags = -I..\WINNT\kfw\inc\krb5 $(afscflags)
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)
46 ############################################################################
49 install_headers: $(INCFILES)