Windows: Permit build system to update symbol store
[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) 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
28 test tests: $(OUT)\dirpath_test.exe  $(OUT)\snprintf_test.exe
29
30 clean::
31         $(DEL) $(OUT)\dirpath_test.*
32         $(DEL) $(OUT)\snprintf_test.*
33
34 mkdir:
35