import-fs-formatting-to-windows-20031207
[openafs.git] / src / WINNT / bosctlsvc / NTMakefile
index 93860ce..fa75d21 100644 (file)
@@ -1,6 +1,11 @@
-# Copyright (C)  1998  Transarc Corporation.  All rights reserved.
-#
-
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+RELDIR=WINNT\bosctlsvc
 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\config\NTMakefile.version
 
@@ -10,8 +15,8 @@
 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\bosctlsvc.exe
 
 EXEOBJS =\
-       bosctlsvc.obj \
-       bosctlsvc.res
+       $(OUT)\bosctlsvc.obj \
+       $(OUT)\bosctlsvc.res
 
 EXELIBS =\
        $(DESTDIR)\lib\afs\afsutil.lib \
@@ -26,8 +31,7 @@ $(EXEFILE): $(EXEOBJS) $(EXELIBS)
 ############################################################################
 # Definitions for generating versioninfo resource via RC
 
-bosctlsvc.res: bosctlsvc.rc AFS_component_version_number.h
-#      $(RC) $*.rc
+$(OUT)\bosctlsvc.res: AFS_component_version_number.h
 
 
 ############################################################################
@@ -40,3 +44,5 @@ install: $(LIBFILE) $(DLLFILE) $(EXEFILE) $(INCFILES)
 # Local clean target; augments predefined clean target
 
 clean::
+
+mkdir: