Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afslegal / lang / NTMakefile
bloba66b447c15f2d1aeb3c1a268f55ec0b7f0de1070
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 # allow the resource compiler to search the dest\include tree
10 AFSDEV_AUXRCFLAGS = $(AFSDEV_AUXRCFLAGS) -I$(DESTDIR)\include -I..
12 # include the primary makefile
13 RELDIR=WINNT\afslegal\lang
14 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
15 !INCLUDE ..\..\..\config\NTMakefile.version
17 ############################################################################
19 # LANGUAGE
21 # To select which language to build, run the ntlang.bat batch file
22 # before performing a build.
25 !IF ("$(LANGID)" == "") || ("$(LANGNAME)" == "") || ("$(LANGCP)" == "")
26 !ERROR Must select language before building (run NTLANG.BAT)
27 !ENDIF
29 ############################################################################
31 # BUILD TARGETS
34 DLLFILE = $(DESTDIR)\root.server\usr\afs\bin\afslegal_$(LANGID).dll
36 RCFILE = $(LANGNAME)\afslegal.rc
38 RESFILE = $(OUT)\afslegal_$(LANGID).res
40 DLLOBJS = $(RESFILE)
42 ############################################################################
44 $(DLLFILE) : $(DLLOBJS)
45         $(DLLRESLINK)
46         $(DLLPREP)
47         $(CODESIGN_USERLAND)
48         $(SYMSTORE_IMPORT)
50 install : $(DLLFILE)
52 clean ::
53         @if exist *.res del *.res
54         @if exist RC*. del RC*.
55         @if exist RD*. del RD*.
57 ############################################################################
59 # Dependencies
62 $(RESFILE) : $(RCFILE) AFS_component_version_number.h
63         $(RC) /fo$(RESFILE) /c$(LANGCP) $(RCFILE)
66 mkdir: