Skip to content
Snippets Groups Projects
Makefile.am 457 B
Newer Older
Iustin Pop's avatar
Iustin Pop committed
# standard automake rules

SUBDIRS = man lib scripts daemons doc testing tools
Iustin Pop's avatar
Iustin Pop committed

# custom rules
depgraph: depgraph.png

depgraph.png: depgraph.dot
	dot -Tpng -o $@ $<

depgraph.ps: depgraph.dot
	dot -Tps -o $@ $<

depgraph.dot: ganeti/*.py
	pylint.python2.4 --indent-string '  ' --rcfile=/dev/null \
	  --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
Iustin Pop's avatar
Iustin Pop committed

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