Standardize License information
[openafs.git] / src / WINNT / bosctlsvc / 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 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
9 !INCLUDE ..\..\config\NTMakefile.version
10
11 ############################################################################
12 # Definitions for building a bosctlsvc.exe
13
14 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\bosctlsvc.exe
15
16 EXEOBJS =\
17         bosctlsvc.obj \
18         bosctlsvc.res
19
20 EXELIBS =\
21         $(DESTDIR)\lib\afs\afsutil.lib \
22         $(DESTDIR)\lib\afs\afseventlog.lib \
23         $(DESTDIR)\lib\afs\afsreg.lib \
24         $(DESTDIR)\lib\afs\afsprocmgmt.lib
25
26 $(EXEFILE): $(EXEOBJS) $(EXELIBS)
27         $(EXECONLINK)
28         $(EXEPREP)
29
30 ############################################################################
31 # Definitions for generating versioninfo resource via RC
32
33 bosctlsvc.res: bosctlsvc.rc AFS_component_version_number.h
34 #       $(RC) $*.rc
35
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::