Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / procmgmt / 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=procmgmt\test
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10
11 tests: $(OUT)\pmgttest.exe
12
13 PMGTTEST_EXELIBS =\
14 $(DESTDIR)\lib\afspthread.lib \
15 $(DESTDIR)\lib\afs\afsprocmgmt.lib \
16 $(DESTDIR)\lib\afs\afsutil.lib
17
18 $(OUT)\pmgttest.exe: $(OUT)\pmgttest.obj $(PMGTTEST_EXELIBS)
19 $(EXECONLINK)
20 $(_VC_MANIFEST_EMBED_EXE)
21 $(CODESIGN_USERLAND)
22 $(SYMSTORE_IMPORT)
23
24 mkdir:
25