cd917e3f914120f7d2b118ea9ea867cd547030cc
[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 = testclient.obj testserver.obj
22
23
24 test tests: testclient.exe testserver.exe tableGen.exe generator.exe
25
26 testclient.exe: testclient.obj $(LIBS)
27         $(EXECONLINK)
28
29 testserver.exe: testserver.obj $(LIBS)
30         $(EXECONLINK)
31
32 $(RXTESTOBJS): ..\rx_clock.h ..\rx_queue.h ..\rx_event.h ..\rx.h