4b4e730027e850959c059b3777d5bf0ba10adfdb
[openafs.git] / src / rx / 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 AFSDEV_AUXCDEFINES = -DRXDEBUG
9
10 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\..\config\NTMakefile.version
12
13
14 LIBS = \
15         $(DESTDIR)\lib\afslwp.lib \
16         $(DESTDIR)\lib\afs\afsutil.lib \
17         $(DESTDIR)\lib\afs\afsreg.lib \
18         $(DESTDIR)\lib\afsrx.lib
19
20
21 RXTESTOBJS = $(OJT)\testclient.obj $(OJT)\testserver.obj
22
23
24 tests: $(OJT)\testclient.exe $(OJT)\testserver.exe $(OJT)\tableGen.exe $(OJT)\generator.exe
25
26 testclient.exe: $(OJT)\testclient.obj $(LIBS)
27         $(EXECONLINK)
28
29 testserver.exe: $(OJT)\testserver.obj $(LIBS)
30         $(EXECONLINK)
31
32 $(RXTESTOBJS): ..\rx_clock.h ..\rx_queue.h ..\rx_event.h ..\rx.h
33
34 mkdir:
35