1 # Copyright 2000, International Business Machines Corporation and others.
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
8 # make compiler warnings fatal
10 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
12 # include the primary makefile
15 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
17 ############################################################################
22 $(OUT)\c_identlist.obj \
31 $(OUT)\afsclassfn.obj \
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
50 LIBFILE = $(DESTDIR)\lib\afs\afsclass.lib
52 ############################################################################
55 @echo AfsClass.LIB is built automatically when building AfsAdmSvr.
57 @echo You do not need to build in the AfsClass directory explicitly.
60 primary: $(LIBINCLUDES) $(LIBFILE)
62 $(LIBFILE): $(LIBOBJS)