2c0d0eb4f2dceb512443ad16fce4160aa7f28354
[openafs.git] / src / util / 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=util\test
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10 !INCLUDE ..\..\config\NTMakefile.version
11
12 LIBS =\
13         $(DESTDIR)\lib\afs\afsutil.lib \
14         $(DESTDIR)\lib\afs\afsreg.lib
15
16 $(OUT)\dirpath_test.exe: $(OUT)\dirpath_test.obj $(LIBS)
17         $(EXECONLINK)
18         $(_VC_MANIFEST_EMBED_EXE)
19         $(CODESIGN_USERLAND)
20
21 test tests: $(OUT)\dirpath_test.exe
22
23 clean::
24         $(DEL) $(OUT)\dirpath_test.exe
25
26 mkdir:
27