LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git] / src / WINNT / talocale / NTMakefile
blob1ca0aff5fa72d74c92c67b1705858c1cc0061ca0
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
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
8 # make compiler warnings fatal
10 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
12 # include the primary makefile
13 RELDIR=WINNT\talocale
14 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
16 ############################################################################
18 INCFILEDIR = $(DESTDIR)\include\WINNT
20 LIBOBJS = \
21         $(OUT)\tal_alloc.obj \
22         $(OUT)\tal_main.obj \
23         $(OUT)\tal_string.obj \
24         $(OUT)\tal_dialog.obj
26 LIBINCLUDES = \
27         $(INCFILEDIR)\talocale.h \
28         $(INCFILEDIR)\tal_alloc.h \
29         $(INCFILEDIR)\tal_string.h \
30         $(INCFILEDIR)\tal_dialog.h
32 LIBFILE = $(DESTDIR)\lib\afs\talocale.lib
34 ############################################################################
36 install: $(LIBINCLUDES) $(LIBFILE)
38 $(LIBFILE): $(LIBOBJS)
39         $(LIBARCH)
42 clean::
43         $(DEL) $(LIBINCLUDES)
45 mkdir: