ntmakefile-clean-20040401
[openafs.git] / src / WINNT / client_creds / lang / NTMakefile
index bcf104f..7f72591 100644 (file)
@@ -1,13 +1,16 @@
-# 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
 
 # allow the resource compiler to search the dest\include tree
 
 AFSDEV_AUXRCFLAGS = $(AFSDEV_AUXRCFLAGS) -I$(DESTDIR)\include -I..
 
 # include the primary makefile
-
+RELDIR=WINNT\client_creds\lang
 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\..\config\NTMakefile.version
 
@@ -32,7 +35,7 @@ DLLFILE = $(DESTDIR)\root.client\usr\vice\etc\afscreds_$(LANGID).dll
 
 RCFILE = $(LANGNAME)\afscreds.rc
 
-RESFILE = afscreds_$(LANGID).res
+RESFILE = $(OUT)\afscreds_$(LANGID).res
 
 DLLOBJS = $(RESFILE)
 
@@ -45,9 +48,8 @@ $(DLLFILE) : $(DLLOBJS)
 install : $(DLLFILE)
 
 clean ::
-       @if exist *.res del *.res
-       @if exist RC*. del RC*.
-       @if exist RD*. del RD*.
+       @if exist AFS_component_version_number.h del AFS_component_version_number.h
+       $(DEL) $(OUT)\*.res RC* RD* $(DLLFILE)
 
 ############################################################################
 #
@@ -57,3 +59,6 @@ clean ::
 $(RESFILE) : $(RCFILE) AFS_component_version_number.h
        $(RC) /fo$(RESFILE) /c$(LANGCP) $(RCFILE)
 
+
+mkdir:
+