Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 97a37b3f

History | View | Annotate | Download (504 Bytes)

1
# standard automake rules
2
SUBDIRS = man lib scripts daemons doc test tools qa
3

    
4
EXTRA_DIST = NEWS
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@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
21
	  "$(DESTDIR)${localstatedir}/log/ganeti"