Windows: AFS Redirector Support Tools
[openafs.git] / src / WINNT / afsrdr / tools / gettrace / NTMakefile
1 # Copyright 2004, OpenAFS.ORG 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 the primary makefile
9 RELDIR=WINNT\afsrdr\tools\gettrace
10 !INCLUDE ..\..\..\..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\..\..\..\config\NTMakefile.version
12
13 ############################################################################
14 #
15 # BUILD TARGETS
16 #
17
18 GETTRACE = ..\..\build\$(CPU)\gettrace.exe
19
20 GETTRACEOBJS = \
21         $(OUT)\gettrace.obj
22
23 $(GETTRACEOBJS): $$(@B).cpp
24         $(C2OBJ)  -I..\..\common $**
25
26 ############################################################################
27
28 $(GETTRACE) : $(GETTRACEOBJS) $(OUT)\gettrace.res
29         $(EXECONLINK) $(LINKOPTS) shlwapi.lib
30         $(_VC_MANIFEST_EMBED_EXE)
31         $(EXEPREP)
32         $(CODESIGN_USERLAND)
33
34 install : $(GETTRACE)
35
36 ############################################################################
37 #
38 # Dependencies
39 #
40
41 $(OUT)\gettrace.res : gettrace.rc AFS_component_version_number.h