1 # Copyright 2000, International Business Machines Corporation and others.
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
14 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
16 ############################################################################
18 INCFILEDIR = $(DESTDIR)\include\WINNT
21 $(OUT)\tal_alloc.obj \
23 $(OUT)\tal_string.obj \
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)