furs

bfo
Login

bfo

Reads the source and transforms it with the bitfields pattern file

$(SOURCE_IN) $(TEXT_PROC) $(BITFIELDS_OUT) $(BITFIELDS_PAT)
C:circle rad 40px "$(SOURCE_IN)" fit
arrow right 100% 
E:box rad 10px "$(TEXT_PROC)" fit
arrow right 100%
G: circle rad 40px "$(BITFIELDS_OUT)" fit
F:circle rad 40px "$(BITFIELDS_PAT)" fit at 1.5 s of C
arrow from F.e \
then right until even with E \
then to E.s

Makefile

$(BITFIELDS_OUT):  $(BITFIELDS_PAT) $(SOURCE_IN)
	$(TEXT_PROC) -t -nobackup -line $(SOURCE_IN) -f $(BITFIELDS_PAT) -out $(BITFIELDS_OUT)