#BP	dependency table
%-	SID	@(#)deps.bp	8.1 - 98/04/01
#:	SID	%?W%? - %?E%?

# Dependency table for ???

Produces	".o";			# suffix of produced file
SearchDirs	"? @InclPath /usr/include";	# include path
CommentEnd	"*/";			# end of comment string
Prefix		"??";			# prefix file
Suffix		"??";			# suffix on file

# Actions
#	AddChar - add character to file name
#	EatComment - scan to end of comment
#	EatLine - scan to end of line
#	GotDep - try dependency
#	InitADep - initialize absolute dependency
#	InitRDep - initialize relative dependency
#	Stop - terminate processing

# Table

name:	"string"	[Action] [new_state] ;
	'chars'		[Action] [new_state] ;
	Else		[Action] [new_state] ;
