# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  04/28/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 04/28/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	04/09/94   tnk	added memory option to dsd2spp
# 	04/09/94   tnk	added ifolder lines for gt.dsd
# 	04/08/94   tnk	std targets
# 	04/28/92   akeith	date and time created 92/04/28 11:42:16 by akeith
# H-
# 
#

#	Revised: 4/9/94
# Make libgt.a

$call preprocess
$call update
$call zzdebug
$exit

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

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

libgt.a:
	gt.x	 <gt.h>
	gtcload.x	 <gt.h>
	gtclose.x	 <gt.h>
	gtgtimes.x	 <gt.h>
	gtinit.x	 <gt.h>
	gtlength.x	 <gt.h>
	gtload.x	 <gt.h> <tbset.h>
	gtmerge.x	 <gt.h>
	gtopen.x	 <gt.h> <tbset.h>
	gtwrite.x	 <gt.h>
	;

zzdebug:
	;
