File: Makefile

package info (click to toggle)
librnd 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,812 kB
  • sloc: ansic: 126,990; sh: 2,602; makefile: 2,145; awk: 7
file content (9 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
proto_parse.svg: proto_parse.dot fixlab.sh
	./fixlab.sh < proto_parse.dot > .proto_parse.dot
	dot -Tsvg .proto_parse.dot > proto_parse.svg


proto_parse.png: proto_parse.dot fixlab.sh
	./fixlab.sh < proto_parse.dot > .proto_parse.dot
	dot -Tpng .proto_parse.dot > proto_parse.png