Standardize License information
[openafs.git] / src / WINNT / afsreg / 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
10 test tests: getifinfo.exe regman.exe dupkey.exe
11
12 getifinfo.exe: getifinfo.obj $(DESTDIR)\lib\afs\afsreg.lib 
13         $(EXECONLINK)
14
15 dupkey.exe: dupkey.obj $(DESTDIR)\lib\afs\afsreg.lib
16         $(EXECONLINK)
17
18 REGMAN_EXELIBS =\
19         $(DESTDIR)\lib\afs\afsreg.lib \
20         $(DESTDIR)\lib\afs\afscmd.lib \
21         $(DESTDIR)\lib\afs\afscom_err.lib \
22         $(DESTDIR)\lib\afs\afsutil.lib
23
24 regman.exe: regman.obj $(REGMAN_EXELIBS)
25         $(EXECONLINK)