- Generic automake cleanup
[ganeti-local] / Makefile.am
1 # standard automake rules
2
3 SUBDIRS = man lib scripts daemons doc testing tools
4
5 # custom rules
6 depgraph: depgraph.png
7
8 depgraph.png: depgraph.dot
9         dot -Tpng -o $@ $<
10
11 depgraph.ps: depgraph.dot
12         dot -Tps -o $@ $<
13
14 depgraph.dot: ganeti/*.py
15         pylint.python2.4 --indent-string '  ' --rcfile=/dev/null \
16           --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
17
18 install-exec-local:
19         @mkdir_p@ ${localstatedir}/lib/ganeti ${localstatedir}/log/ganeti