Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / usd / test / NTMakefile
CommitLineData
805e021f
CE
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
8RELDIR=usd\test
9!INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10!INCLUDE ..\..\config\NTMakefile.version
11
12LIBFILE = $(DESTDIR)\lib\afs\afsusd.lib
13LIBUTIL = $(DESTDIR)\lib\afs\afsutil.lib
14
15clean::
16
17test 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 $(SYMSTORE_IMPORT)
25
26mkdir:
27