Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 739ecd56

History | View | Annotate | Download (410 Bytes)

1 a8083063 Iustin Pop
# standard automake rules
2 a8083063 Iustin Pop
3 a8083063 Iustin Pop
SUBDIRS = man lib scripts daemons docs testing tools
4 16ebf761 Iustin Pop
EXTRA_DIST = docs/examples/ganeti.initd
5 a8083063 Iustin Pop
6 a8083063 Iustin Pop
# custom rules
7 a8083063 Iustin Pop
depgraph: depgraph.png
8 a8083063 Iustin Pop
9 a8083063 Iustin Pop
depgraph.png: depgraph.dot
10 a8083063 Iustin Pop
	dot -Tpng -o $@ $<
11 a8083063 Iustin Pop
12 a8083063 Iustin Pop
depgraph.ps: depgraph.dot
13 a8083063 Iustin Pop
	dot -Tps -o $@ $<
14 a8083063 Iustin Pop
15 a8083063 Iustin Pop
depgraph.dot: ganeti/*.py
16 47cdf8b9 Michael Hanselmann
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null \
17 47cdf8b9 Michael Hanselmann
	  --reports y --int-import-graph $@ --persistent n ganeti >/dev/null