windows-file-versioning-20030619
[openafs.git] / src / WINNT / bosctlsvc / NTMakefile
index 93860ce..754f4d7 100644 (file)
@@ -1,5 +1,9 @@
-# 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
 
 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\config\NTMakefile.version
@@ -10,8 +14,8 @@
 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\bosctlsvc.exe
 
 EXEOBJS =\
-       bosctlsvc.obj \
-       bosctlsvc.res
+       $(OJT)\bosctlsvc.obj \
+       $(OJT)\bosctlsvc.res
 
 EXELIBS =\
        $(DESTDIR)\lib\afs\afsutil.lib \
@@ -26,8 +30,7 @@ $(EXEFILE): $(EXEOBJS) $(EXELIBS)
 ############################################################################
 # Definitions for generating versioninfo resource via RC
 
-bosctlsvc.res: bosctlsvc.rc AFS_component_version_number.h
-#      $(RC) $*.rc
+$(OJT)\bosctlsvc.res: AFS_component_version_number.h
 
 
 ############################################################################
@@ -40,3 +43,5 @@ install: $(LIBFILE) $(DLLFILE) $(EXEFILE) $(INCFILES)
 # Local clean target; augments predefined clean target
 
 clean::
+
+mkdir: