# 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 09:59:37 by tnk
# H-
# 
#

# @(#)mkpkg	1.1 4/8/94
# mkpkg for euvhclean

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_euvhclean.x
        ;

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