Standardize License information
[openafs.git] / src / WINNT / client_exp / 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 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -I..\afsd  /D"_WINDOWS" /D"_WINDLL" /D"_AFXDLL" /D"_USRDLL"
9
10 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\..\config\NTMakefile.version
12
13
14 ############################################################################
15 # afs_shl_ext.dll
16
17 DLLFILE = $(DESTDIR)\root.client\usr\vice\etc\afs_shl_ext.dll
18
19 DLLOBJS =\
20         add_acl_entry_dlg.obj \
21         add_submount_dlg.obj \
22         afs_shl_ext.obj \
23         afs_shl_ext_stub.res \
24         auth_dlg.obj \
25         clear_acl_dlg.obj \
26         copy_acl_dlg.obj \
27         down_servers_dlg.obj \
28         fs_utils.obj \
29         gui2fs.obj \
30         help.obj \
31         klog_dlg.obj \
32         make_mount_point_dlg.obj \
33         mount_points_dlg.obj \
34         msgs.obj \
35         partition_info_dlg.obj \
36         results_dlg.obj \
37         server_status_dlg.obj \
38         set_afs_acl.obj \
39         shell_ext.obj \
40         stdafx.obj \
41         submount_info.obj \
42         submounts_dlg.obj \
43         unlog_dlg.obj \
44         volumeinfo.obj \
45         AFS_component_version_number.obj
46
47 AFSD = ..\afsd
48
49 fs_utils.obj: $(AFSD)\fs_utils.c
50         $(C2OBJ) $**
51
52 DLLLIBS =\
53         mpr.lib \
54         $(DESTDIR)\lib\afsrpc.lib \
55         $(DESTDIR)\lib\afsauthent.lib \
56         $(DESTDIR)\lib\libafsconf.lib \
57         $(DESTDIR)\lib\afs\TaLocale.lib
58
59 $(DLLFILE): $(DLLOBJS)
60         $(DLLMFCLINK) /def:afs_shl_ext.def $(DLLLIBS)
61         $(DLLPREP)
62
63 ############################################################################
64 # Definitions for generating versioninfo resources
65
66 afs_shl_ext_stub.res: afs_shl_ext_stub.rc AFS_component_version_number.h
67
68 ############################################################################
69 # Install target; primary makefile target
70
71 install: $(DLLFILE) lang
72
73
74 ############################################################################
75 # Language target
76
77 lang ::
78         $(CD) lang
79         for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile install
80         $(CD) ..
81
82
83 ############################################################################
84 # Local clean target; augments predefined clean target
85
86 clean::