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

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

$call preprocess
$call update
$call zzdebug
$exit

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

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

libgrp.a:
	grp.x	 "grp.h"
	grpgnwords.x
	grplist.x	 "grp.h"
	grpnwords.x	 "grp.h"
	grpops.x	 "grp.h"
	grprewind.x	 "grp.h"
	grptbggrp.x	 "grp.h"
	grpword.x
	;

zzdebug:
	;
