DEVEL15-util-snprintf-replacement-20090624
[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
21 $(OUT)\snprintf_test.exe: $(OUT)\snprintf_test.obj $(LIBS)
22         $(EXECONLINK) shell32.lib
23         $(_VC_MANIFEST_EMBED_EXE)
24         $(CODESIGN_USERLAND)
25
26 test tests: $(OUT)\dirpath_test.exe  $(OUT)\snprintf_test.exe
27
28 clean::
29         $(DEL) $(OUT)\dirpath_test.*
30         $(DEL) $(OUT)\snprintf_test.*
31
32 mkdir:
33