Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ a8083063

History | View | Annotate | Download (391 Bytes)

1
# standard automake rules
2

    
3
SUBDIRS = man lib scripts daemons docs testing tools
4
EXTRA_DIST = ganeti.initd
5

    
6
# custom rules
7
depgraph: depgraph.png
8

    
9
depgraph.png: depgraph.dot
10
	dot -Tpng -o $@ $<
11

    
12
depgraph.ps: depgraph.dot
13
	dot -Tps -o $@ $<
14

    
15
depgraph.dot: ganeti/*.py
16
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null --reports y --int-import-graph $@ --persistent n ganeti >/dev/null