patch-from-shadow-to-jaltman-bkbox-20031120
[openafs.git] / src / bu_utils / 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 RELDIR=bu_utils
9 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\config\NTMakefile.version
11
12 ############################################################################
13 # build fms.exe
14
15 EXEFILE = $(DESTDIR)\etc\fms.exe
16
17 EXEOBJS =\
18         $(OUT)\fms.obj \
19         $(OUT)\fms.res
20
21 EXELIBS =\
22         $(DESTDIR)\lib\afs\afscmd.lib \
23         $(DESTDIR)\lib\afs\afsusd.lib \
24         $(DESTDIR)\lib\afs\afsutil.lib \
25         $(DESTDIR)\lib\afs\afsprocmgmt.lib
26         
27
28 $(EXEFILE): $(EXEOBJS) $(EXELIBS)
29         $(EXECONLINK)
30         $(EXEPREP)
31
32 ############################################################################
33 # Definitions for generating versioninfo resources
34
35 $(OUT)\fms.res: AFS_component_version_number.h
36
37 ############################################################################
38 # Install target; primary makefile target
39
40 install: $(LIBFILE) $(DLLFILE) $(EXEFILE) $(INCFILES)
41
42
43 ############################################################################
44 # Local clean target; augments predefined clean target
45
46 clean::
47
48 mkdir:
49