backport to buster
[hcoop/debian/openafs.git] / src / util / 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=util\test
9!INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10!INCLUDE ..\..\config\NTMakefile.version
11
12LIBS =\
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) shell32.lib
18 $(_VC_MANIFEST_EMBED_EXE)
19 $(CODESIGN_USERLAND)
20 $(SYMSTORE_IMPORT)
21
22$(OUT)\snprintf_test.exe: $(OUT)\snprintf_test.obj $(LIBS)
23 $(EXECONLINK) shell32.lib
24 $(_VC_MANIFEST_EMBED_EXE)
25 $(CODESIGN_USERLAND)
26 $(SYMSTORE_IMPORT)
27
28test tests: $(OUT)\dirpath_test.exe $(OUT)\snprintf_test.exe
29
30clean::
31 $(DEL) $(OUT)\dirpath_test.*
32 $(DEL) $(OUT)\snprintf_test.*
33
34mkdir:
35