d26625df7c38ed3458614a438eed9399305356a4
[openafs.git] / src / WINNT / tests / torture / StopStressTest / NTMakefile
1 #                                                                                                                                
2 # Copyright (c) 2009 Secure Endpoints Inc.
3 #
4
5 AFSDEV_AUXCDEFINES=-I..\include
6 RELDIR=WINNT\tests\torture\stopstresstest
7 !INCLUDE ..\..\..\..\config\NTMakefile.$(SYS_NAME)
8 !INCLUDE ..\..\..\..\config\NTMakefile.version
9
10 idirs:
11 !       if !(exist($(OJT)\WINNT\tests))
12                 md $(OJT)\WINNT\tests
13 !       endif
14 !       if !(exist($(OJT)\WINNT\tests\torture))
15                 md $(OJT)\WINNT\tests\torture
16 !       endif
17 !       if !(exist($(OJT)\WINNT\tests\torture\stopstresstest))
18                 md $(OJT)\WINNT\tests\torture\stopstresstest
19 !       endif
20
21 EXEDIR = $(DESTDIR)\bin
22
23 OBJS =  $(OUT)\StopStressTest.obj
24
25 $(EXEDIR)\StopStressTest.exe: $(OBJS)
26         $(EXECONLINK) 
27         $(_VC_MANIFEST_EMBED_EXE)
28         $(EXEPREP)
29         $(CODESIGN_USERLAND)
30
31 install: idirs $(EXEDIR)\StopStressTest.exe
32
33 clean::
34         
35