# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  06/24/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 06/24/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	03/16/95   tnk	added libs to zzdebug
# 	06/24/94   tnk	date and time created 94/06/24 13:46:36 by tnk
# H-
# 
#

#	@(#)mkpkg	1.2 3/16/95 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvdiags.a:
	t_tbverfsort.x
	;

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


