windows-code-signing-20080702
[openafs.git] / src / usd / 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=usd\test
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\..\config\NTMakefile.version
11
12 LIBFILE = $(DESTDIR)\lib\afs\afsusd.lib
13 LIBUTIL = $(DESTDIR)\lib\afs\afsutil.lib
14
15 clean::
16
17 test tests: usd_test.exe
18
19 # make usd_test.exe
20 $(OUT)\usd_test.exe: $(OUT)\usd_test.obj $(LIBFILE) $(LIBUTIL)
21         $(EXECONLINK)
22         $(_VC_MANIFEST_EMBED_EXE)
23         $(CODESIGN_USERLAND)
24
25 mkdir:
26