# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  03/24/93
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.5 03/24/93 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/23/94   tnk	changed euvtools to euvobsolete
# 	04/08/94   tnk	std targets
# 	09/16/93   akeith	fixed include file name
# 	03/24/93   akeith	date and time created 93/03/24 16:06:23 by akeith
# H-
# 
#

#       Version: @(#)mkpkg	1.5 6/23/94 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	$set D2S = "!dsd2spp options=h,x,memory "

	$ifolder(ew.x, ew.dsd)
		$(D2S) ew.dsd
	$endif
	;

zzdebug:
	$set LIBS = "-leuvobsolete -lcea -ltbtables"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

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

libeuvobsolete.a:
	ew.x		"ew.h"
	t_editwcs.x	"ew.h" "mwcs$mwcs.h" <tbset.h> <ctype.h>
	;


