# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  10/21/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 10/21/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	06/03/94   tnk	added -lcep library
# 	04/08/94   tnk	std targets
# 	12/10/92   ericco	updated dsd usage
# 	10/21/92   ericco	date and time created 92/10/21 20:17:00 by ericco
# H-
# 
#

#       Make pobak task
#       revision: @(#)mkpkg	1.4 6/3/94

$call preprocess
$call update
$call zzdebug
$exit

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

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

zzdebug:
	$set LIBS = "-leuvtools -ledd -let -lcep -lcea -ltbtables -lxtools"
	$omake	zzdebug.x
	$link	zzdebug.o $(LIBS) -o zzdebug.e
	;

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

libeuvtools.a:
	ma.x	"ma.h"
	mapos.x	"ma.h"
	t_mkaspect.x "ma.h"
	;

