Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 8925faaa

History | View | Annotate | Download (498 Bytes)

1
# standard automake rules
2

    
3
SUBDIRS = man lib scripts daemons docs testing tools
4
EXTRA_DIST = docs/examples/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 \
17
	  --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
18

    
19
install-exec-local:
20
	@mkdir_p@ ${localstatedir}/lib/ganeti ${localstatedir}/log/ganeti