winnt-dont-display-ibm-legal-message-20040326
[openafs.git] / src / WINNT / afsclass / 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 # make compiler warnings fatal
9
10 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
11
12 # include the primary makefile
13
14 RELDIR=WINNT\afsclass
15 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
16
17 ############################################################################
18
19 LIBOBJS = \
20         $(OUT)\c_debug.obj  \
21         $(OUT)\c_ident.obj  \
22         $(OUT)\c_identlist.obj  \
23         $(OUT)\c_cell.obj   \
24         $(OUT)\c_svr.obj    \
25         $(OUT)\c_svc.obj    \
26         $(OUT)\c_agg.obj    \
27         $(OUT)\c_set.obj    \
28         $(OUT)\c_usr.obj    \
29         $(OUT)\c_grp.obj    \
30         $(OUT)\c_notify.obj \
31         $(OUT)\afsclassfn.obj \
32         $(OUT)\internal.obj \
33         $(OUT)\worker.obj
34
35 LIBINCLUDES = \
36         $(DESTDIR)\include\winnt\afsclass.h \
37         $(DESTDIR)\include\winnt\afsclassfn.h \
38         $(DESTDIR)\include\winnt\c_cell.h \
39         $(DESTDIR)\include\winnt\c_svr.h \
40         $(DESTDIR)\include\winnt\c_agg.h \
41         $(DESTDIR)\include\winnt\c_svc.h \
42         $(DESTDIR)\include\winnt\c_set.h \
43         $(DESTDIR)\include\winnt\c_grp.h \
44         $(DESTDIR)\include\winnt\c_usr.h \
45         $(DESTDIR)\include\winnt\c_notify.h \
46         $(DESTDIR)\include\winnt\c_ident.h \
47         $(DESTDIR)\include\winnt\c_identlist.h \
48         $(DESTDIR)\include\winnt\c_debug.h
49
50 LIBFILE = $(DESTDIR)\lib\afs\afsclass.lib
51
52 ############################################################################
53
54 install :
55         @echo AfsClass.LIB is built automatically when building AfsAdmSvr.
56         @echo.
57         @echo You do not need to build in the AfsClass directory explicitly.
58         @echo.
59
60 primary: $(LIBINCLUDES) $(LIBFILE)
61
62 $(LIBFILE): $(LIBOBJS)
63         $(LIBARCH)
64
65 clean::
66
67
68 mkdir:
69