# 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.4 05/07/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/29/94   akeith	fixed library groups to make sense
# 	04/08/94   tnk	std targets
# 	04/30/92   ericco	added include files
# 	05/07/91   ericco	date and time created 91/05/07 14:08:51 by ericco
# H-
# 
#

#	Revised: 6/29/94
# Make libcep.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libcep.a:
	emask.x	 <imhdr.h> <edata.h>
	etime.x	 <imhdr.h> <edata.h>
	;

zzdebug:
	;

