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

#	@(#)mkpkg	1.2

$call preprocess
$call update
#$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
	t_qpmedit.x
	;

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

