watcher: autoarchive old jobs
[ganeti-local] / Makefile.am
1 # Ganeti makefile
2 # - Indent with tabs only.
3 # - Keep files sorted; one line per file.
4 # - Directories in lib/ must have their own *dir variable (see hypervisor).
5 # - All directories must be listed DIRS.
6 # - Use autogen.sh to generate Makefile.in and configure script.
7
8 # Automake doesn't export these variables before version 1.10.
9 abs_top_builddir = @abs_top_builddir@
10 abs_top_srcdir = @abs_top_srcdir@
11
12 ACLOCAL_AMFLAGS = -I autotools
13 DOCBOOK_WRAPPER = $(top_srcdir)/autotools/docbook-wrapper
14 BUILD_RAPI_RESOURCE_DOC = $(top_srcdir)/doc/build-rapi-resources-doc
15 REPLACE_VARS_SED = autotools/replace_vars.sed
16
17 hypervisordir = $(pkgpythondir)/hypervisor
18 httpdir = $(pkgpythondir)/http
19 rapidir = $(pkgpythondir)/rapi
20 toolsdir = $(pkglibdir)/tools
21 docdir = $(datadir)/doc/$(PACKAGE)
22
23 DIRS = \
24         autotools \
25         daemons \
26         devel \
27         doc \
28         doc/examples \
29         lib \
30         lib/http \
31         lib/hypervisor \
32         lib/rapi \
33         man \
34         qa \
35         scripts \
36         test \
37         test/data \
38         tools
39
40 CLEANFILES = \
41         autotools/replace_vars.sed \
42         devel/upload \
43         doc/*.html \
44         doc/*.in \
45         doc/*.pdf \
46         $(patsubst %.dot,%.png,$(docdot)) \
47         doc/rapi-resources.sgml \
48         doc/examples/ganeti.initd \
49         doc/examples/ganeti.cron \
50         lib/*.py[co] \
51         lib/http/*.py[co] \
52         lib/hypervisor/*.py[co] \
53         lib/rapi/*.py[co] \
54         man/*.[78] \
55         man/*.in \
56         qa/*.py[co] \
57         test/*.py[co] \
58         stamp-directories \
59         $(nodist_pkgpython_PYTHON)
60
61 nodist_pkgpython_PYTHON = \
62         lib/_autoconf.py
63
64 pkgpython_PYTHON = \
65         lib/__init__.py \
66         lib/backend.py \
67         lib/bdev.py \
68         lib/bootstrap.py \
69         lib/cli.py \
70         lib/cmdlib.py \
71         lib/config.py \
72         lib/constants.py \
73         lib/daemon.py \
74         lib/errors.py \
75         lib/jqueue.py \
76         lib/jstore.py \
77         lib/locking.py \
78         lib/luxi.py \
79         lib/mcpu.py \
80         lib/objects.py \
81         lib/opcodes.py \
82         lib/rpc.py \
83         lib/serializer.py \
84         lib/ssconf.py \
85         lib/ssh.py \
86         lib/utils.py \
87         lib/workerpool.py
88
89 hypervisor_PYTHON = \
90         lib/hypervisor/__init__.py \
91         lib/hypervisor/hv_base.py \
92         lib/hypervisor/hv_fake.py \
93         lib/hypervisor/hv_kvm.py \
94         lib/hypervisor/hv_xen.py
95
96 rapi_PYTHON = \
97         lib/rapi/__init__.py \
98         lib/rapi/baserlib.py \
99         lib/rapi/connector.py \
100         lib/rapi/rlib2.py
101
102 http_PYTHON = \
103         lib/http/__init__.py \
104         lib/http/auth.py \
105         lib/http/client.py \
106         lib/http/server.py
107
108
109 docsgml = \
110         doc/hooks.sgml \
111         doc/install.sgml \
112         doc/admin.sgml \
113         doc/rapi.sgml \
114         doc/iallocator.sgml
115
116 docrst = \
117         doc/design-2.0.rst \
118         doc/security.rst
119
120 docdot = \
121         doc/arch-2.0.dot
122
123 doc_DATA = \
124         $(patsubst %.rst,%.html,$(docrst)) \
125         $(patsubst %.sgml,%.html,$(docsgml)) \
126         $(patsubst %.sgml,%.pdf,$(docsgml))
127
128 dist_sbin_SCRIPTS = \
129         daemons/ganeti-noded \
130         daemons/ganeti-watcher \
131         daemons/ganeti-masterd \
132         daemons/ganeti-rapi \
133         scripts/gnt-backup \
134         scripts/gnt-cluster \
135         scripts/gnt-debug \
136         scripts/gnt-instance \
137         scripts/gnt-job \
138         scripts/gnt-node \
139         scripts/gnt-os
140
141 dist_tools_SCRIPTS = \
142         tools/burnin \
143         tools/cfgshell \
144         tools/cfgupgrade \
145         tools/lvmstrap
146
147 EXTRA_DIST = \
148         NEWS \
149         DEVNOTES \
150         autotools/docbook-wrapper \
151         devel/upload.in \
152         $(docrst) \
153         $(docdot) \
154         $(docsgml) \
155         doc/build-rapi-resources-doc \
156         doc/examples/ganeti.initd.in \
157         doc/examples/ganeti.cron.in \
158         doc/examples/dumb-allocator \
159         doc/locking.txt \
160         test/testutils.py \
161         test/mocks.py \
162         $(dist_TESTS) \
163         $(TEST_FILES) \
164         man/footer.sgml \
165         $(mansgml) \
166         qa/ganeti-qa.py \
167         qa/qa-sample.json \
168         qa/qa_cluster.py \
169         qa/qa_config.py \
170         qa/qa_daemon.py \
171         qa/qa_env.py \
172         qa/qa_error.py \
173         qa/qa_instance.py \
174         qa/qa_node.py \
175         qa/qa_os.py \
176         qa/qa_rapi.py \
177         qa/qa_tags.py \
178         qa/qa_utils.py
179
180 man_MANS = \
181         man/ganeti.7 \
182         man/ganeti-masterd.8 \
183         man/ganeti-noded.8 \
184         man/ganeti-os-interface.7 \
185         man/ganeti-rapi.8 \
186         man/ganeti-watcher.8 \
187         man/gnt-backup.8 \
188         man/gnt-cluster.8 \
189         man/gnt-debug.8 \
190         man/gnt-instance.8 \
191         man/gnt-job.8 \
192         man/gnt-node.8 \
193         man/gnt-os.8
194
195 maninput = $(patsubst %.7,%.in,$(patsubst %.8,%.in,$(man_MANS)))
196 mansgml = $(patsubst %.in,%.sgml,$(maninput))
197
198 TEST_FILES = \
199         test/data/bdev-both.txt \
200         test/data/bdev-disk.txt \
201         test/data/bdev-net.txt \
202         test/data/proc_drbd8.txt
203
204 dist_TESTS = \
205         test/ganeti.bdev_unittest.py \
206         test/ganeti.cli_unittest.py \
207         test/ganeti.cmdlib_unittest.py \
208         test/ganeti.config_unittest.py \
209         test/ganeti.constants_unittest.py \
210         test/ganeti.hooks_unittest.py \
211         test/ganeti.http_unittest.py \
212         test/ganeti.locking_unittest.py \
213         test/ganeti.rapi.resources_unittest.py \
214         test/ganeti.serializer_unittest.py \
215         test/ganeti.ssh_unittest.py \
216         test/ganeti.utils_unittest.py \
217         test/ganeti.workerpool_unittest.py
218
219 nodist_TESTS =
220
221 TESTS = $(dist_TESTS) $(nodist_TESTS)
222
223 TESTS_ENVIRONMENT = PYTHONPATH=.:$(top_builddir)
224
225
226 all-local: stamp-directories lib/_autoconf.py devel/upload \
227         doc/examples/ganeti.initd doc/examples/ganeti.cron
228
229 devel/upload: devel/upload.in stamp-directories $(REPLACE_VARS_SED)
230         sed -f $(REPLACE_VARS_SED) < $< > $@
231         chmod u+x $@
232
233 doc/examples/ganeti.%: doc/examples/ganeti.%.in stamp-directories \
234                 $(REPLACE_VARS_SED)
235         sed -f $(REPLACE_VARS_SED) < $< > $@
236
237 doc/%.in: doc/%.sgml stamp-directories $(REPLACE_VARS_SED)
238         sed -f $(REPLACE_VARS_SED) < $< > $@
239
240 man/%.in: man/%.sgml stamp-directories $(REPLACE_VARS_SED)
241         sed -f $(REPLACE_VARS_SED) < $< > $@
242
243 doc/%.pdf: doc/%.in $(DOCBOOK_WRAPPER)
244         $(DOCBOOK_WRAPPER) "$(DOCBOOK2PDF)" $< $@
245
246 doc/%.html: doc/%.in $(DOCBOOK_WRAPPER)
247         $(DOCBOOK_WRAPPER) "$(DOCBOOK2HTML) --nochunks" $< $@
248
249 doc/%.html: doc/%.rst
250         $(RST2HTML) $< $@
251
252 doc/%.png: doc/%.dot
253         $(DOT) -Tpng -o $@ $<
254
255 doc/design-2.0.html: doc/design-2.0.rst doc/arch-2.0.png
256
257 doc/rapi.pdf doc/rapi.html doc/rapi.in: doc/rapi-resources.sgml
258
259 doc/rapi-resources.sgml: $(BUILD_RAPI_RESOURCE_DOC) lib/rapi/connector.py
260         PYTHONPATH=.:$(top_builddir) $(BUILD_RAPI_RESOURCE_DOC) > $@ || rm -f $@
261
262 man/%.7: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER)
263         $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $@
264
265 man/%.8: man/%.in man/footer.sgml $(DOCBOOK_WRAPPER)
266         $(DOCBOOK_WRAPPER) "$(DOCBOOK2MAN)" $< $@
267
268 man/footer.sgml $(TESTS): srclinks
269
270 $(TESTS) $(BUILD_RAPI_RESOURCE_DOC): ganeti lib/_autoconf.py
271
272 lib/_autoconf.py: Makefile stamp-directories
273         set -e; \
274         { echo '# This file is automatically generated, do not edit!'; \
275           echo '#'; \
276           echo ''; \
277           echo '"""Build-time configuration for Ganeti.'; \
278           echo '';\
279           echo 'This file is autogenerated by the build process.'; \
280           echo 'For any changes you need to re-run ./configure (and'; \
281           echo 'not edit by hand).'; \
282           echo ''; \
283           echo '"""'; \
284           echo ''; \
285           echo "PACKAGE_VERSION = '$(PACKAGE_VERSION)'"; \
286           echo "VERSION_MAJOR = '$(VERSION_MAJOR)'"; \
287           echo "VERSION_MINOR = '$(VERSION_MINOR)'"; \
288           echo "VERSION_REVISION = '$(VERSION_REVISION)'"; \
289           echo "VERSION_SUFFIX = '$(VERSION_SUFFIX)'"; \
290           echo "VERSION_FULL = '$(VERSION_FULL)'"; \
291           echo "LOCALSTATEDIR = '$(localstatedir)'"; \
292           echo "SYSCONFDIR = '$(sysconfdir)'"; \
293           echo "SSH_INITD_SCRIPT = '$(SSH_INITD_SCRIPT)'"; \
294           echo "EXPORT_DIR = '$(EXPORT_DIR)'"; \
295           echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
296           echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
297           echo "XEN_INITRD = '$(XEN_INITRD)'"; \
298           echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
299           echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
300           echo "KVM_PATH = '$(KVM_PATH)'"; \
301           echo "KVM_MIGRATION_PORT = '$(KVM_MIGRATION_PORT)'"; \
302           echo "SOCAT_PATH = '$(SOCAT_PATH)'"; \
303         } > $@
304
305 $(REPLACE_VARS_SED): Makefile stamp-directories
306         set -e; \
307         { echo 's#@PREFIX@#$(prefix)#g'; \
308           echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \
309           echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
310           echo 's#@SBINDIR@#$(sbindir)#g'; \
311           echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
312           echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
313           echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
314           echo 's#@RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
315           echo '/@INCLUDE_RAPI_RESOURCES@/ {'; \
316           echo '  r $(abs_top_builddir)/doc/rapi-resources.sgml'; \
317           echo '  d'; \
318           echo '}'; \
319         } > $@
320
321 # We need to create symlinks because "make distcheck" will not install Python
322 # files when building.
323 #.PHONY: srclinks
324 srclinks: stamp-directories
325         set -e; \
326         for i in man/footer.sgml $(pkgpython_PYTHON) $(hypervisor_PYTHON) \
327                         $(rapi_PYTHON) $(http_PYTHON); do \
328                 if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
329                         $(LN_S) $(abs_top_srcdir)/$$i $$i; \
330                 fi; \
331         done
332
333 .PHONY: ganeti
334 ganeti:
335         cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
336
337 # a dist hook rule for catching revision control directories
338 distcheck-hook:
339         if find $(top_distdir) | grep -F -e '.svn' -e '.git'; then \
340                 echo "Found revision control files in final archive" 1>&2 ; \
341                 exit 1; \
342         fi
343
344 install-exec-local:
345         @mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
346           "$(DESTDIR)${localstatedir}/log/ganeti" \
347           "$(DESTDIR)${localstatedir}/run/ganeti"
348
349 stamp-directories: Makefile
350         @mkdir_p@ $(DIRS)
351         touch $@
352
353 .PHONY: apidoc
354 apidoc:
355         test -e doc/api || mkdir doc/api
356         TMPDIR=`mktemp -d ` && { \
357                 cp -r scripts daemons lib $$TMPDIR && \
358                 ( \
359                         CDIR=`pwd` && \
360                         cd $$TMPDIR && \
361                         mv lib ganeti && \
362                         epydoc -v --conf $$CDIR/epydoc.conf -o $$CDIR/doc/api \
363                 ) ; \
364                 rm -rf $$TMPDIR ; \
365         }
366
367 # vim: set noet :