Home | History | Annotate | Download | only in life-cycles

Lines Matching refs:dot

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