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
8 AFSDEV_AUXCDEFINES = -DAFS_PTHREAD_ENV
10 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\config\NTMakefile.version
13 ############################################################################
16 INCFILEDIR = $(DESTDIR)\include\afs
22 ############################################################################
25 LIBFILE = $(DESTDIR)\lib\afs\afscp.lib
27 afscflags = -I..\WINNT\kfw\inc\krb5 $(afscflags)
30 $(OUT)\afscp_callback.obj \
31 $(OUT)\afscp_server.obj \
32 $(OUT)\afscp_fid.obj \
33 $(OUT)\afscp_volume.obj \
34 $(OUT)\afscp_file.obj \
35 $(OUT)\afscp_dir.obj \
36 $(OUT)\afscp_init.obj \
37 $(OUT)\afscp_util.obj \
38 $(OUT)\afscp_dirops.obj \
39 $(OUT)\afscp_acl.obj \
40 $(OUT)\AFS_component_version_number.obj
42 $(LIBFILE): $(LIBOBJS)
46 ############################################################################
49 install_headers: $(INCFILES)