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