# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  10/02/95
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 10/02/95 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	10/02/95   tnk	reformed to be like other tasks
# 	10/02/95   tnk	date and time created 95/10/02 16:23:55 by tnk
# H-
# 
#

#	@(#)mkpkg	1.2 10/2/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_qpdup.x 
        ;

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