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 ############################################################################
13 # Definitions for building a bosctlsvc.exe
15 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\bosctlsvc.exe
18 $(OUT)\bosctlsvc.obj \
22 $(DESTDIR)\lib\afs\afsutil.lib \
23 $(DESTDIR)\lib\afs\afseventlog.lib \
24 $(DESTDIR)\lib\afs\afsreg.lib \
25 $(DESTDIR)\lib\afs\afsprocmgmt.lib
27 $(EXEFILE): $(EXEOBJS) $(EXELIBS)
31 ############################################################################
32 # Definitions for generating versioninfo resource via RC
34 $(OUT)\bosctlsvc.res: AFS_component_version_number.h
37 ############################################################################
38 # Install target; primary makefile target
40 install: $(LIBFILE) $(DLLFILE) $(EXEFILE) $(INCFILES)
43 ############################################################################
44 # Local clean target; augments predefined clean target