import-fs-formatting-to-windows-20031207
[openafs.git] / src / WINNT / talocale / 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
11
12 # include the primary makefile
13 RELDIR=WINNT\talocale
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 LIBINCLUDES = \
27         $(INCFILEDIR)\talocale.h \
28         $(INCFILEDIR)\tal_alloc.h \
29         $(INCFILEDIR)\tal_string.h \
30         $(INCFILEDIR)\tal_dialog.h
31
32 LIBFILE = $(DESTDIR)\lib\afs\talocale.lib
33
34 ############################################################################
35
36 install: $(LIBINCLUDES) $(LIBFILE)
37
38 install9x: install
39
40 $(LIBFILE): $(LIBOBJS)
41         $(LIBARCH)
42
43
44 clean::
45         $(DEL) $(LIBINCLUDES)
46
47 mkdir:
48