Standardize License information
[openafs.git] / src / lwp / 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 !INCLUDE ..\..\config\NTMakefile.version
10
11 LIBS =  DEST\lib\afslwp.lib \
12         DEST\lib\afs\afsutil.lib
13
14
15 # build testkey.exe
16 TESTKEY = testkey.exe
17 testkey.exe: test_key.obj $(LIBS)
18         $(EXECONLINK)
19
20
21 # test targets
22 test testkey: $(TESTKEY)
23
24 ############################################################################
25 # Local clean target; augments predefined clean target
26
27 clean::
28