1 ACLOCAL_AMFLAGS = -I autotools
3 SUBDIRS = man lib scripts daemons doc test tools qa
4 EXTRA_DIST = NEWS DEVNOTES
8 cd $(top_builddir) && rm -f $@ && $(LN_S) lib $@
14 depgraph: depgraph.png
16 depgraph.png: depgraph.dot
19 depgraph.ps: depgraph.dot
22 depgraph.dot: ganeti/*.py
23 pylint.python2.4 --indent-string ' ' --rcfile=/dev/null \
24 --reports y --int-import-graph $@ --persistent n ganeti >/dev/null
27 @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
28 "$(DESTDIR)${localstatedir}/log/ganeti" \
29 "$(DESTDIR)${localstatedir}/run/ganeti"