import-fs-formatting-to-windows-20031207
[openafs.git] / src / WINNT / talocale / NTMakefile
index 7065be7..2e08cc9 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
 
 # make compiler warnings fatal
 
 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
 
 # include the primary makefile
-
+RELDIR=WINNT\talocale
 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
 
 ############################################################################
@@ -15,10 +18,10 @@ AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
 INCFILEDIR = $(DESTDIR)\include\WINNT
 
 LIBOBJS = \
-       tal_alloc.obj \
-       tal_main.obj \
-       tal_string.obj \
-       tal_dialog.obj
+       $(OUT)\tal_alloc.obj \
+       $(OUT)\tal_main.obj \
+       $(OUT)\tal_string.obj \
+       $(OUT)\tal_dialog.obj
 
 LIBINCLUDES = \
        $(INCFILEDIR)\talocale.h \
@@ -32,6 +35,14 @@ LIBFILE = $(DESTDIR)\lib\afs\talocale.lib
 
 install: $(LIBINCLUDES) $(LIBFILE)
 
+install9x: install
+
 $(LIBFILE): $(LIBOBJS)
        $(LIBARCH)
 
+
+clean::
+       $(DEL) $(LIBINCLUDES)
+
+mkdir:
+