# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  08/14/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 08/14/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	03/10/94   tnk	added -ltbtables (needed for hcpkill routine)
# 	08/14/92   ericco	date and time created 92/08/14 12:40:56 by ericco
# H-
# 
#

#	@(#)mkpkg	1.4

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_qpbin.x
	;

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

