Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 44c23fa6

History | View | Annotate | Download (488 Bytes)

1
# standard automake rules
2
SUBDIRS = man lib scripts daemons doc testing 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"