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

#       Version: @(#)mkpkg	1.2 8/11/95 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_masktimes.x	<tbset.h> <fset.h> <imhdr.h>
	;

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


