# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  12/04/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 12/04/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/08/94   tnk	standard targets
# 	12/06/92   ericco	added lookup
# 	12/04/92   ericco	date and time created 92/12/04 14:56:08 by ericco
# H-
# 
#

#	Revised: 4/8/94
# Make libcep.a

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	$set D2S = "!dsd2spp options=x,h,memory "
	$ifolder(cp.x, cp.dsd)
		$(D2S) cp.dsd
	$endif
	$ifolder(clu.x, clu.dsd)
		$(D2S) clu.dsd
	$endif
	;

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

libcep.a:
	clu.x		"clu.h"
	ceplookup.x	"clu.h"
	eblookup.x	"clu.h"
	cp.x		"cp.h"
	cepprint.x	"cp.h"
	ebprint.x	"cp.h"
	;

zzdebug:
	;
