98d087e5f10e06229c83ad9923bd993e4896fa59
[openafs.git] / src / finale / 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 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
9 !INCLUDE ..\config\NTMakefile.version
10
11
12 ############################################################################
13 # Build translate_et.exe
14
15 TRANSLATE_ET_EXEFILE = $(DESTDIR)\bin\translate_et.exe
16
17 TRANSLATE_ET_EXEOBJS =\
18         translate_et_nt.obj \
19         translate_et.res
20
21 TRANSLATE_ET_EXELIBS =\
22         $(DESTDIR)\lib\afs\afsadminutil.lib \
23         $(DESTDIR)\lib\afs\afsclientadmin.lib
24
25
26 $(TRANSLATE_ET_EXEFILE): $(TRANSLATE_ET_EXEOBJS) $(TRANSLATE_ET_EXELIBS)
27         $(EXECONLINK)
28         $(EXEPREP)
29
30
31 ############################################################################
32 # Definitions for generating versioninfo resources
33
34 translate_et.res: translate_et.rc AFS_component_version_number.h
35         $(RC) $*.rc
36
37 ############################################################################
38 # Install target; primary makefile target
39
40 install: $(TRANSLATE_ET_EXEFILE)
41
42
43 ############################################################################
44 # Local clean target; augments predefined clean target
45
46 clean::