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

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

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

zzdebug:
	$set LIBS = "-leuvtools"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

libeuvtools.a:
	t_cumdist.x	 <imhdr.h>
	;
