# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  05/07/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.10 05/07/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	12/27/96   mabbott	added override.h dependency
# 	06/29/94   akeith	reorg libs
# 	04/08/94   tnk	standard targets
# 	12/18/92   akeith	put qs lib
# 	05/17/92   ericco	remove ceparith reference
# 	04/30/92   ericco	added source generation commands
# 	10/29/91   ericco	fixed source location
# 	10/29/91   ericco	removed debug flags
# 	05/07/91   ericco	date and time created 91/05/07 08:44:03 by ericco
# H-
# 
#

#	Make cep task
#	revision: @(#)mkpkg	1.10 12/27/96

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvred.a:
	t_cep.x <override.h>
	;

zzdebug:
	$set LIBS = "-leuvred -lcep -lqs -lcea -ltbtables -lxtools"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;


