# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  ericco
# 	Date	:  05/07/91
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.11 05/07/91 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	08/30/94   ericco	added vlline.x source file
# 	04/08/94   tnk	standard targets
# 	02/26/94   ericco	added fmtpset.x file
# 	06/24/92   akeith	added .h depend
# 	10/29/91   ericco	removed debug flags
# 	05/07/91   ericco	date and time created 91/05/07 09:55:05 by ericco
# H-
# 
#

#	Revised: 8/30/94
#	Make gettm task

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvred.a:
	vlline.x
	fmtenv.x
	hexchar.x	<mach.h> <ctype.h>
	readhex.x
	t_gettm.x	<mach.h> "gettm.h"
	;

zzdebug:
#        $set LIBS = "-let -lgt -lvt -lii -lcio -lcea -ltbtables"
        $set LIBS = "-leuvred -let -lcea -ltbtables -lxtools"
        $omake  zzdebug.x
        $link   zzdebug.o $(LIBS) -o zzdebug.e
        ;
