Windows: remove trailing whitespace
[openafs.git] / src / WINNT / talocale_unicode / NTMakefile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
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
7
8 # make compiler warnings fatal
9
10 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX -DUNICODE=1
11
12 # include the primary makefile
13 RELDIR=WINNT\talocale_unicode
14 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
15
16 ############################################################################
17
18 INCFILEDIR = $(DESTDIR)\include\WINNT
19
20 LIBOBJS = \
21         $(OUT)\tal_alloc.obj \
22         $(OUT)\tal_main.obj \
23         $(OUT)\tal_string.obj \
24         $(OUT)\tal_dialog.obj
25
26 $(LIBOBJS): ..\talocale\$$(@B).cpp
27         $(CPP2OBJ) -I(..\talocale) $**
28
29 LIBFILE = $(DESTDIR)\lib\afs\talocaleU.lib
30
31 ############################################################################
32
33 install: $(LIBFILE)
34
35 $(LIBFILE): $(LIBOBJS)
36         $(LIBARCH)
37
38
39 clean::
40         $(DEL) $(LIBINCLUDES)
41
42 mkdir:
43