rx: Remove RX_CALL_BUSY
[openafs.git] / src / WINNT / pthread / 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=WINNT\pthread\test
9 !INCLUDE ../../../config/NTMakefile.$(SYS_NAME)
10
11 test tests: ptest.exe tsd.exe native.exe
12
13 EXELIBDIR = $(DESTDIR)\lib
14
15 EXELIBS =\
16         $(EXELIBDIR)/afspthread.lib $(EXELIBDIR)/afs/mtafsutil.lib
17
18 $(OUT)\ptest.exe: $(OUT)\ptest.obj
19         $(EXECONLINK)
20         $(_VC_MANIFEST_EMBED_EXE)
21         $(CODESIGN_USERLAND)
22         $(SYMSTORE_IMPORT)
23
24 $(OUT)\tsd.exe: $(OUT)\tsd.obj $(EXELIBS)
25         $(EXECONLINK)
26         $(_VC_MANIFEST_EMBED_EXE)
27         $(CODESIGN_USERLAND)
28         $(SYMSTORE_IMPORT)
29
30 $(OUT)\native.exe: $(OUT)\native.obj $(EXELIBS)
31         $(EXECONLINK)
32         $(_VC_MANIFEST_EMBED_EXE)
33         $(CODESIGN_USERLAND)
34         $(SYMSTORE_IMPORT)
35
36 clean::
37         $(DEL) $(DESTDIR)/lib/afspthread.lib
38
39 mkdir:
40