windows-updates-20010108
[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 !INCLUDE ../../../config/NTMakefile.$(SYS_NAME)
9
10 test tests: ptest.exe tsd.exe native.exe
11
12
13 ptest.exe: ptest.obj $(DESTDIR)/lib/afspthread.lib $(DESTDIR)/lib/afs/afsutil.lib
14         $(EXECONLINK)
15
16 tsd.exe: tsd.obj $(DESTDIR)/lib/afspthread.lib $(DESTDIR)/lib/afs/afsutil.lib
17         $(EXECONLINK)
18
19 native.exe: native.obj $(DESTDIR)/lib/afspthread.lib $(DESTDIR)/lib/afs/afsutil.lib
20         $(EXECONLINK)
21