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.35.58;	author hartmans;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@



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

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

INCFILEDIR = $(DESTDIR)\include\afs  # header file install directory

INCFILES =\
	$(INCFILEDIR)\afsutil.h \
	$(INCFILEDIR)\assert.h \
	$(INCFILEDIR)\dirent.h \
	$(INCFILEDIR)\errors.h \
	$(INCFILEDIR)\itc.h \
	$(INCFILEDIR)\vice.h \
	$(INCFILEDIR)\pthread_glock.h \
	$(INCFILEDIR)\pthread_nosigs.h \
	$(INCFILEDIR)\errmap_nt.h \
	$(INCFILEDIR)\dirpath.h \
	$(INCFILEDIR)\ktime.h \
	$(INCFILEDIR)\fileutil.h \
	$(INCFILEDIR)\secutil_nt.h

$(DESTDIR)\include\afs\dirent.h: dirent_nt.h
	$(COPY) $** $@@

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

LIBOBJS = \
	assert.obj \
	base32.obj \
	casestrcpy.obj \
	get_krbrlm.obj \
	hostparse.obj \
	isathing.obj \
	kreltime.obj \
	ktime.obj \
	regex.obj \
	readdir_nt.obj \
	serverLog.obj \
	uuid.obj \
	volparse.obj \
	winsock_nt.obj \
	errmap_nt.obj \
	dirpath.obj \
	fileutil.obj \
	secutil_nt.obj


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


install: $(INCFILES) $(LIBFILE)
@


1.1.1.1
log
@Initial Import. 
@
text
@@
