Import Upstream version 1.8.5
[hcoop/debian/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 $(SYMSTORE_IMPORT)
23
24 # test targets
25 test testkey: $(TESTKEY)
26
27 ############################################################################
28 # Local clean target; augments predefined clean target
29
30 clean::
31
32
33 mkdir:
34