head	1.1;
branch	1.1.1;
access;
symbols
	openafs_debian_version_1_0-1:1.1.1.1
	openafs_upstream_version_1_0:1.1.1.1
	source-dist:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.1
date	2000.11.02.03.34.21;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.11.02.03.34.21;	author hartmans;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@# Copyright (C)  1998  Transarc Corporation.  All rights reserved.

############################################################################

# make compiler warnings fatal

AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX

# include the primary makefile

!INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)

############################################################################

LIBOBJS = \
	c_debug.obj  \
	c_ident.obj  \
	c_identlist.obj  \
	c_cell.obj   \
	c_svr.obj    \
	c_svc.obj    \
	c_agg.obj    \
	c_set.obj    \
	c_usr.obj    \
	c_grp.obj    \
	c_notify.obj \
	afsclassfn.obj \
	internal.obj \
	worker.obj

LIBINCLUDES = \
	$(DESTDIR)\include\winnt\afsclass.h \
	$(DESTDIR)\include\winnt\afsclassfn.h \
	$(DESTDIR)\include\winnt\c_cell.h \
	$(DESTDIR)\include\winnt\c_svr.h \
	$(DESTDIR)\include\winnt\c_agg.h \
	$(DESTDIR)\include\winnt\c_svc.h \
	$(DESTDIR)\include\winnt\c_set.h \
	$(DESTDIR)\include\winnt\c_grp.h \
	$(DESTDIR)\include\winnt\c_usr.h \
	$(DESTDIR)\include\winnt\c_notify.h \
	$(DESTDIR)\include\winnt\c_ident.h \
	$(DESTDIR)\include\winnt\c_identlist.h \
	$(DESTDIR)\include\winnt\c_debug.h

LIBFILE = $(DESTDIR)\lib\afs\afsclass.lib

############################################################################

install :
	@@echo AfsClass.LIB is built automatically when building AfsAdmSvr.
	@@echo.
	@@echo You do not need to build in the AfsClass directory explicitly.
	@@echo.

primary: $(LIBINCLUDES) $(LIBFILE)

$(LIBFILE): $(LIBOBJS)
	$(LIBARCH)

@


1.1.1.1
log
@Initial Import. 
@
text
@@
