# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  02/12/93
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 02/12/93 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	std targets
# 	02/12/93   akeith	date and time created 93/02/12 10:35:32 by akeith
# H-
# 
#

#	Revised: 4/8/94
# Make libvfio.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

update:
	$checkout	libvfio.a euvbin$
	$update		libvfio.a
	$checkin	libvfio.a euvbin$
	;

libvfio.a:
	cf.x	 "cf.h"
	cfclose.x	 "cf.h"
	cfcreate.x	 "cf.h" <fio.h> <fset.h>
	cfdebug.x	 "cf.h"
	cfopen.x	 "cf.h"
	cfops.x	 "cf.h" <vfio.h>
	cfset.x	 "cf.h" <vfio.h>
	cfstat.x	 "cf.h" <vfio.h>
	vfaccess.x	 "cf.h" <vfio.h>
	vfclose.x	 "cf.h" <vfio.h>
	vfdebug.x	 "cf.h" <vfio.h>
	vfibr.x	 "cf.h" <vfio.h>
	vfibw.x	 "cf.h" <vfio.h>
	vfnote.x	 "cf.h" <vfio.h>
	vfopen.x	 "cf.h" <vfio.h>
	vfops.x	 "cf.h" <vfio.h>
	vfreset.x	 "cf.h" <vfio.h>
	vfseek.x	 "cf.h" <vfio.h>
	vfstat.x	 "cf.h" <vfio.h>
	;

zzdebug:
	$set LIBS = "-lvfio -lcea"
 
	$omake  zzdebug.x "cf.h" <vfio.h>
	$link   zzdebug.o $(LIBS) -o zzdebug.e
	;

