# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  gareth
# 	Date	:  07/09/96
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 07/09/96 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	07/10/96   tnk	changed SCCS keywords
# 	07/09/96   gareth	date and time created 96/07/09 16:30:10 by gareth
# H-
# 
#


# @(#)mkpkg	1.2 7/10/96 UCB CEA EGO

$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_qp2evttab.x
        ;

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

