Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 04daec5d

History | View | Annotate | Download (457 Bytes)

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