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

#	Revised: 4/8/94

# Make libcea.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	$set	GEN	= "$generic -k "

	$ifolder(dsu.x: dsu.gx)
		$(GEN) -o dsu.x dsu.gx
	$endif
	;

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

libcea.a:
	dsstrcpy.x
	dsu.x
	;

zzdebug:
	;
