Lines Matching refs:dot
1 GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot5 png: $(subst .dot,.png,$(GRAPHS))6 txt: $(subst .dot,.txt,$(GRAPHS))12 # for the dot program:14 %.png: %.dot15 dot -Tpng -O $<21 %.txt: %.dot22 graph-easy --from=dot --as_ascii < $< > $@