# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  04/21/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.2 04/21/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	09/14/94   akeith	added spc library
# 	04/21/94   akeith	date and time created 94/04/21 17:52:33 by akeith
# H-
# 
#


#	Make subord task
#	Version: @(#)mkpkg	1.2 9/14/94 UCB CEA EGO

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
        $ifolder (dva.x, dva.dsd)
                !dsd2spp rightmargin=80 options=x,h,memory dva.dsd
        $endif
	;

zzdebug:
	$set LIBS = "-leuvtools -lspc -ldfu -ldf -ldt -let -ledd"
	$set LIBS = "$(LIBS) -lii -lcea -ltbtables -lcio -lcea"
	$omake  zzdebug.x
	$link   zzdebug.o $(LIBS) -o zzdebug.e
	;
 
update:
	$checkout       libeuvtools.a euvbin$
	$update         libeuvtools.a
	$checkin        libeuvtools.a euvbin$
	;

libeuvtools.a:
	dva.x		"dva.h"
	t_divea.x	"dva.h" <dfset.h> <imhdr.h>
	;
