Standardize License information
[openafs.git] / src / WINNT / afslegal / 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 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
10
11 # include the primary makefile
12 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
13 !INCLUDE ..\..\config\NTMakefile.version
14
15 ############################################################################
16 # Build afslegal.exe
17
18 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\afslegal.exe
19
20 EXEOBJS = \
21         afslegal_stub.res \
22         afslegal.obj
23
24 EXELIBS = \
25         $(DESTDIR)\lib\afs\talocale.lib \
26         comctl32.lib
27
28 $(EXEFILE) : $(EXEOBJS)
29         $(EXEGUILINK) $(EXELIBS)
30         $(EXEPREP) 
31
32 ############################################################################
33 install : $(EXEFILE) lang
34
35 lang ::
36         $(CD) lang
37         for /f %l in ('dir /B ??_??') do @$(NTLANG) %l $(MAKECMD) /nologo /f NTMakefile install
38         $(CD) ..
39
40 ############################################################################
41 # Dependencies
42
43 afslegal_stub.res : afslegal_stub.rc AFS_component_version_number.h