# 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:11:26 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:
	erun.x	 <edata.h>
	ertables.x	 <mach.h> <eerror.h> <edata.h> "ercol.h"
	eraspect.x	 <mach.h> <math.h> <edata.h> "ercol.h"
	erquat.x	 <math.h> <mach.h>
	tbif.x	 <tbset.h>
	ergroup.x	 <edata.h> "ercol.h"
	erphoton.x	 <edata.h> "ercol.h"
	;

zzdebug:
	;
