# Update the texpand application code in the ttools package library
# Author: B.Simon, 20-APR-1989

$checkout ttools.a ../
$update   ttools.a
$checkin  ttools.a ../
$exit

ttools.a:
	dbgrules.x	<tbset.h>
	lexer.x		"lexoper.h"
	mkrules.x
	movelem.x	<tbset.h>
	movtbrow.x	<tbset.h>
	parser.x	"lexoper.h"
	pushstack.x	<tbset.h>
	span.x
	texpand.x
	userules.x	<tbset.h>
	;
                            
