windows-code-signing-20080702
[openafs.git] / src / lwp / test / 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 RELDIR=lwp\test
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\..\config\NTMakefile.version
11
12 LIBS =  $(DESTDIR)\lib\afslwp.lib \
13         $(DESTDIR)lib\afs\afsutil.lib
14
15
16 # build testkey.exe
17 TESTKEY = $(OUT)\testkey.exe
18 $(OUT)\testkey.exe: $(OUT)\test_key.obj $(LIBS)
19         $(EXECONLINK)
20         $(_VC_MANIFEST_EMBED_EXE)
21         $(CODESIGN_USERLAND)
22
23 # test targets
24 test testkey: $(TESTKEY)
25
26 ############################################################################
27 # Local clean target; augments predefined clean target
28
29 clean::
30
31
32 mkdir:
33