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

#	@(#)mkpkg	1.1 4/8/94 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_pixfilepath.x
	;

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

