Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 79d22269

History | View | Annotate | Download (23 kB)

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
BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion
14
RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir
15
CHECK_PYTHON_CODE = $(top_srcdir)/autotools/check-python-code
16
CHECK_MAN = $(top_srcdir)/autotools/check-man
17
CHECK_VERSION = $(top_srcdir)/autotools/check-version
18
REPLACE_VARS_SED = autotools/replace_vars.sed
19

    
20
clientdir = $(pkgpythondir)/client
21
hypervisordir = $(pkgpythondir)/hypervisor
22
httpdir = $(pkgpythondir)/http
23
masterddir = $(pkgpythondir)/masterd
24
confddir = $(pkgpythondir)/confd
25
rapidir = $(pkgpythondir)/rapi
26
serverdir = $(pkgpythondir)/server
27
watcherdir = $(pkgpythondir)/watcher
28
impexpddir = $(pkgpythondir)/impexpd
29
utilsdir = $(pkgpythondir)/utils
30
toolsdir = $(pkglibdir)/tools
31
docdir = $(datadir)/doc/$(PACKAGE)
32

    
33
# Delete output file if an error occurred while building it
34
.DELETE_ON_ERROR:
35

    
36
DIRS = \
37
	autotools \
38
	daemons \
39
	devel \
40
	doc \
41
	doc/examples \
42
	doc/examples/hooks \
43
	doc/examples/gnt-debug \
44
	lib \
45
	lib/client \
46
	lib/build \
47
	lib/confd \
48
	lib/http \
49
	lib/hypervisor \
50
	lib/impexpd \
51
	lib/masterd \
52
	lib/rapi \
53
	lib/server \
54
	lib/utils \
55
	lib/watcher \
56
	man \
57
	qa \
58
	test \
59
	test/data \
60
	tools
61

    
62
BUILDTIME_DIR_AUTOCREATE = \
63
	scripts \
64
	doc/api \
65
	doc/coverage
66

    
67
BUILDTIME_DIRS = \
68
	$(BUILDTIME_DIR_AUTOCREATE) \
69
	doc/html
70

    
71
DIRCHECK_EXCLUDE = \
72
	$(BUILDTIME_DIRS) \
73
	ganeti-[0-9]*.[0-9]*.[0-9]* \
74
	doc/html/_*
75

    
76
all_dirfiles = $(addsuffix /.dir,$(DIRS) $(BUILDTIME_DIR_AUTOCREATE))
77

    
78
MAINTAINERCLEANFILES = \
79
	$(docpng) \
80
	$(maninput) \
81
	doc/install-quick.rst \
82
	doc/news.rst \
83
	doc/upgrade.rst \
84
	vcs-version
85

    
86
maintainer-clean-local:
87
	rm -rf $(BUILDTIME_DIRS)
88

    
89
CLEANFILES = \
90
	$(addsuffix /*.py[co],$(DIRS)) \
91
	$(all_dirfiles) \
92
	$(PYTHON_BOOTSTRAP) \
93
	autotools/replace_vars.sed \
94
	daemons/daemon-util \
95
	daemons/ensure-dirs \
96
	daemons/ganeti-cleaner \
97
	devel/upload \
98
	doc/examples/bash_completion \
99
	doc/examples/ganeti.initd \
100
	doc/examples/ganeti-kvm-poweroff.initd \
101
	doc/examples/ganeti.cron \
102
	doc/examples/gnt-config-backup \
103
	doc/examples/hooks/ipsec \
104
	$(man_MANS) \
105
	$(manhtml) \
106
	stamp-srclinks \
107
	$(nodist_pkgpython_PYTHON)
108

    
109
# BUILT_SOURCES should only be used as a dependency on phony targets. Otherwise
110
# it'll cause the target to rebuild every time.
111
BUILT_SOURCES = \
112
	ganeti \
113
	stamp-srclinks \
114
	lib/_autoconf.py \
115
	$(all_dirfiles) \
116
	$(PYTHON_BOOTSTRAP)
117

    
118
nodist_pkgpython_PYTHON = \
119
	lib/_autoconf.py
120

    
121
noinst_PYTHON = \
122
	lib/build/__init__.py
123

    
124
pkgpython_PYTHON = \
125
	lib/__init__.py \
126
	lib/asyncnotifier.py \
127
	lib/backend.py \
128
	lib/bdev.py \
129
	lib/bootstrap.py \
130
	lib/cli.py \
131
	lib/cmdlib.py \
132
	lib/compat.py \
133
	lib/config.py \
134
	lib/constants.py \
135
	lib/daemon.py \
136
	lib/errors.py \
137
	lib/ht.py \
138
	lib/jqueue.py \
139
	lib/jstore.py \
140
	lib/locking.py \
141
	lib/luxi.py \
142
	lib/mcpu.py \
143
	lib/netutils.py \
144
	lib/objects.py \
145
	lib/opcodes.py \
146
	lib/qlang.py \
147
	lib/query.py \
148
	lib/rpc.py \
149
	lib/runtime.py \
150
	lib/serializer.py \
151
	lib/ssconf.py \
152
	lib/ssh.py \
153
	lib/storage.py \
154
	lib/uidpool.py \
155
	lib/workerpool.py
156

    
157
client_PYTHON = \
158
	lib/client/__init__.py \
159
	lib/client/gnt_backup.py \
160
	lib/client/gnt_cluster.py \
161
	lib/client/gnt_debug.py \
162
	lib/client/gnt_group.py \
163
	lib/client/gnt_instance.py \
164
	lib/client/gnt_job.py \
165
	lib/client/gnt_node.py \
166
	lib/client/gnt_os.py
167

    
168
hypervisor_PYTHON = \
169
	lib/hypervisor/__init__.py \
170
	lib/hypervisor/hv_base.py \
171
	lib/hypervisor/hv_chroot.py \
172
	lib/hypervisor/hv_fake.py \
173
	lib/hypervisor/hv_kvm.py \
174
	lib/hypervisor/hv_lxc.py \
175
	lib/hypervisor/hv_xen.py
176

    
177
rapi_PYTHON = \
178
	lib/rapi/__init__.py \
179
	lib/rapi/baserlib.py \
180
	lib/rapi/client.py \
181
	lib/rapi/client_utils.py \
182
	lib/rapi/connector.py \
183
	lib/rapi/rlib2.py
184

    
185
http_PYTHON = \
186
	lib/http/__init__.py \
187
	lib/http/auth.py \
188
	lib/http/client.py \
189
	lib/http/server.py
190

    
191
confd_PYTHON = \
192
	lib/confd/__init__.py \
193
	lib/confd/client.py \
194
	lib/confd/querylib.py \
195
	lib/confd/server.py
196

    
197
masterd_PYTHON = \
198
	lib/masterd/__init__.py \
199
	lib/masterd/instance.py
200

    
201
impexpd_PYTHON = \
202
	lib/impexpd/__init__.py
203

    
204
watcher_PYTHON = \
205
	lib/watcher/__init__.py
206

    
207
server_PYTHON = \
208
	lib/server/__init__.py \
209
	lib/server/confd.py \
210
	lib/server/masterd.py \
211
	lib/server/noded.py \
212
	lib/server/rapi.py
213

    
214
utils_PYTHON = \
215
	lib/utils/__init__.py \
216
	lib/utils/algo.py \
217
	lib/utils/retry.py
218

    
219
docrst = \
220
	doc/admin.rst \
221
	doc/design-2.0.rst \
222
	doc/design-2.1.rst \
223
	doc/design-2.2.rst \
224
	doc/design-2.3.rst \
225
	doc/design-oob.rst \
226
	doc/design-query2.rst \
227
	doc/cluster-merge.rst \
228
	doc/devnotes.rst \
229
	doc/glossary.rst \
230
	doc/hooks.rst \
231
	doc/iallocator.rst \
232
	doc/index.rst \
233
	doc/install-quick.rst \
234
	doc/install.rst \
235
	doc/locking.rst \
236
	doc/move-instance.rst \
237
	doc/news.rst \
238
	doc/rapi.rst \
239
	doc/security.rst \
240
	doc/upgrade.rst \
241
	doc/walkthrough.rst
242

    
243
$(RUN_IN_TEMPDIR): | $(all_dirfiles)
244

    
245
doc/html/index.html: $(docrst) $(docpng) doc/conf.py configure.ac \
246
	$(RUN_IN_TEMPDIR)
247
	@test -n "$(SPHINX)" || \
248
	    { echo 'sphinx-build' not found during configure; exit 1; }
249
	@mkdir_p@ $(dir $@)
250
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(SPHINX) -q -W -b html \
251
	    -d . \
252
	    -D version="$(VERSION_MAJOR).$(VERSION_MINOR)" \
253
	    -D release="$(PACKAGE_VERSION)" \
254
	    $(abs_top_srcdir)/doc $(CURDIR)/doc/html
255
	rm -f doc/html/.buildinfo doc/html/objects.inv
256
	touch $@
257

    
258
doc/html: doc/html/index.html
259

    
260
doc/install-quick.rst: INSTALL
261
doc/news.rst: NEWS
262
doc/upgrade.rst: UPGRADE
263

    
264
doc/install-quick.rst doc/news.rst doc/upgrade.rst:
265
	set -e; \
266
	{ echo '.. This file is automatically updated at build time from $<.'; \
267
	  echo '.. Do not edit.'; \
268
	  echo; \
269
	  cat $<; \
270
	} > $@
271

    
272
docdot = \
273
	doc/arch-2.0.dot \
274
	doc/design-2.1-lock-acquire.dot \
275
	doc/design-2.1-lock-release.dot
276

    
277
docpng = $(patsubst %.dot,%.png,$(docdot))
278

    
279
# Things to build but not to install (add it to EXTRA_DIST if it should be
280
# distributed)
281
noinst_DATA = \
282
	devel/upload \
283
	doc/html \
284
	doc/examples/bash_completion \
285
	doc/examples/ganeti.cron \
286
	doc/examples/ganeti.initd \
287
	doc/examples/ganeti-kvm-poweroff.initd \
288
	doc/examples/gnt-config-backup \
289
	doc/examples/hooks/ipsec \
290
	$(manhtml)
291

    
292
gnt_scripts = \
293
	scripts/gnt-backup \
294
	scripts/gnt-cluster \
295
	scripts/gnt-debug \
296
	scripts/gnt-group \
297
	scripts/gnt-instance \
298
	scripts/gnt-job \
299
	scripts/gnt-node \
300
	scripts/gnt-os
301

    
302
PYTHON_BOOTSTRAP = \
303
	daemons/ganeti-confd \
304
	daemons/ganeti-masterd \
305
	daemons/ganeti-noded \
306
	daemons/ganeti-watcher \
307
	daemons/ganeti-rapi \
308
	scripts/gnt-backup \
309
	scripts/gnt-cluster \
310
	scripts/gnt-debug \
311
	scripts/gnt-group \
312
	scripts/gnt-instance \
313
	scripts/gnt-job \
314
	scripts/gnt-node \
315
	scripts/gnt-os
316

    
317
qa_scripts = \
318
	qa/ganeti-qa.py \
319
	qa/qa_cluster.py \
320
	qa/qa_config.py \
321
	qa/qa_daemon.py \
322
	qa/qa_env.py \
323
	qa/qa_error.py \
324
	qa/qa_instance.py \
325
	qa/qa_node.py \
326
	qa/qa_os.py \
327
	qa/qa_rapi.py \
328
	qa/qa_tags.py \
329
	qa/qa_utils.py
330

    
331
dist_sbin_SCRIPTS = \
332
	tools/ganeti-listrunner
333

    
334
nodist_sbin_SCRIPTS = \
335
	$(PYTHON_BOOTSTRAP) \
336
	daemons/ganeti-cleaner
337

    
338
dist_tools_SCRIPTS = \
339
	tools/burnin \
340
	tools/cfgshell \
341
	tools/cfgupgrade \
342
	tools/cfgupgrade12 \
343
	tools/cluster-merge \
344
	tools/lvmstrap \
345
	tools/move-instance \
346
	tools/setup-ssh \
347
	tools/sanitize-config
348

    
349
pkglib_python_scripts = \
350
	daemons/import-export \
351
	tools/check-cert-expired
352

    
353
pkglib_SCRIPTS = \
354
	daemons/daemon-util \
355
	daemons/ensure-dirs \
356
	$(pkglib_python_scripts)
357

    
358
EXTRA_DIST = \
359
	NEWS \
360
	UPGRADE \
361
	pylintrc \
362
	autotools/build-bash-completion \
363
	autotools/check-python-code \
364
	autotools/check-man \
365
	autotools/check-tar \
366
	autotools/check-version \
367
	autotools/gen-coverage \
368
	autotools/testrunner \
369
	$(RUN_IN_TEMPDIR) \
370
	daemons/daemon-util.in \
371
	daemons/ensure-dirs.in \
372
	daemons/ganeti-cleaner.in \
373
	$(pkglib_python_scripts) \
374
	devel/upload.in \
375
	$(docdot) \
376
	$(docpng) \
377
	$(docrst) \
378
	doc/conf.py \
379
	doc/html \
380
	doc/examples/ganeti.initd.in \
381
	doc/examples/ganeti-kvm-poweroff.initd.in \
382
	doc/examples/ganeti.cron.in \
383
	doc/examples/gnt-config-backup.in \
384
	doc/examples/dumb-allocator \
385
	doc/examples/ganeti.default \
386
	doc/examples/ganeti.default-debug \
387
	doc/examples/hooks/ethers \
388
	doc/examples/hooks/ipsec.in \
389
	doc/examples/gnt-debug/README \
390
	doc/examples/gnt-debug/delay0.json \
391
	doc/examples/gnt-debug/delay50.json \
392
	test/testutils.py \
393
	test/mocks.py \
394
	$(dist_TESTS) \
395
	$(TEST_FILES) \
396
	man/footer.rst \
397
	$(manrst) \
398
	$(maninput) \
399
	qa/qa-sample.json \
400
	$(qa_scripts)
401

    
402
man_MANS = \
403
	man/ganeti.7 \
404
	man/ganeti-cleaner.8 \
405
	man/ganeti-confd.8 \
406
	man/ganeti-listrunner.8 \
407
	man/ganeti-masterd.8 \
408
	man/ganeti-noded.8 \
409
	man/ganeti-os-interface.7 \
410
	man/ganeti-rapi.8 \
411
	man/ganeti-watcher.8 \
412
	man/gnt-backup.8 \
413
	man/gnt-cluster.8 \
414
	man/gnt-debug.8 \
415
	man/gnt-group.8 \
416
	man/gnt-instance.8 \
417
	man/gnt-job.8 \
418
	man/gnt-node.8 \
419
	man/gnt-os.8
420

    
421
manrst = $(patsubst %.7,%.rst,$(patsubst %.8,%.rst,$(man_MANS)))
422
manhtml = $(patsubst %.rst,%.html,$(manrst))
423
maninput = \
424
	$(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS))) \
425
	$(patsubst %.html,%.html.in,$(manhtml)) \
426
	man/footer.man man/footer.html
427

    
428
TEST_FILES = \
429
	test/data/bdev-drbd-8.0.txt \
430
	test/data/bdev-drbd-8.3.txt \
431
	test/data/bdev-drbd-disk.txt \
432
	test/data/bdev-drbd-net-ip4.txt \
433
	test/data/bdev-drbd-net-ip6.txt \
434
	test/data/cert1.pem \
435
	test/data/proc_drbd8.txt \
436
	test/data/proc_drbd80-emptyline.txt \
437
	test/data/proc_drbd83.txt \
438
	test/data/sys_drbd_usermode_helper.txt \
439
	test/import-export_unittest-helper
440

    
441
python_tests = \
442
	test/ganeti.asyncnotifier_unittest.py \
443
	test/ganeti.backend_unittest.py \
444
	test/ganeti.bdev_unittest.py \
445
	test/ganeti.cli_unittest.py \
446
	test/ganeti.client.gnt_instance_unittest.py \
447
	test/ganeti.daemon_unittest.py \
448
	test/ganeti.cmdlib_unittest.py \
449
	test/ganeti.compat_unittest.py \
450
	test/ganeti.confd.client_unittest.py \
451
	test/ganeti.config_unittest.py \
452
	test/ganeti.constants_unittest.py \
453
	test/ganeti.errors_unittest.py \
454
	test/ganeti.hooks_unittest.py \
455
	test/ganeti.ht_unittest.py \
456
	test/ganeti.http_unittest.py \
457
	test/ganeti.hypervisor_unittest.py \
458
	test/ganeti.hypervisor.hv_chroot_unittest.py \
459
	test/ganeti.hypervisor.hv_fake_unittest.py \
460
	test/ganeti.hypervisor.hv_kvm_unittest.py \
461
	test/ganeti.hypervisor.hv_lxc_unittest.py \
462
	test/ganeti.hypervisor.hv_xen_unittest.py \
463
	test/ganeti.impexpd_unittest.py \
464
	test/ganeti.jqueue_unittest.py \
465
	test/ganeti.locking_unittest.py \
466
	test/ganeti.luxi_unittest.py \
467
	test/ganeti.masterd.instance_unittest.py \
468
	test/ganeti.mcpu_unittest.py \
469
	test/ganeti.netutils_unittest.py \
470
	test/ganeti.objects_unittest.py \
471
	test/ganeti.opcodes_unittest.py \
472
	test/ganeti.qlang_unittest.py \
473
	test/ganeti.query_unittest.py \
474
	test/ganeti.rapi.baserlib_unittest.py \
475
	test/ganeti.rapi.client_unittest.py \
476
	test/ganeti.rapi.resources_unittest.py \
477
	test/ganeti.rapi.rlib2_unittest.py \
478
	test/ganeti.rpc_unittest.py \
479
	test/ganeti.runtime_unittest.py \
480
	test/ganeti.serializer_unittest.py \
481
	test/ganeti.ssh_unittest.py \
482
	test/ganeti.uidpool_unittest.py \
483
	test/ganeti.utils.algo_unittest.py \
484
	test/ganeti.utils.retry_unittest.py \
485
	test/ganeti.utils_mlockall_unittest.py \
486
	test/ganeti.utils_unittest.py \
487
	test/ganeti.workerpool_unittest.py \
488
	test/cfgupgrade_unittest.py \
489
	test/docs_unittest.py \
490
	test/tempfile_fork_unittest.py
491

    
492
dist_TESTS = \
493
	test/check-cert-expired_unittest.bash \
494
	test/daemon-util_unittest.bash \
495
	test/ganeti-cleaner_unittest.bash \
496
	test/import-export_unittest.bash \
497
	$(python_tests)
498

    
499
nodist_TESTS =
500

    
501
TESTS = $(dist_TESTS) $(nodist_TESTS)
502

    
503
# Environment for all tests
504
PLAIN_TESTS_ENVIRONMENT = \
505
	PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) PYTHON=$(PYTHON) $(RUN_IN_TEMPDIR)
506

    
507
# Environment for tests run by automake
508
TESTS_ENVIRONMENT = \
509
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/testrunner
510

    
511
all_python_code = \
512
	$(dist_sbin_SCRIPTS) \
513
	$(dist_tools_SCRIPTS) \
514
	$(pkglib_python_scripts) \
515
	$(python_tests) \
516
	$(pkgpython_PYTHON) \
517
	$(client_PYTHON) \
518
	$(hypervisor_PYTHON) \
519
	$(rapi_PYTHON) \
520
	$(server_PYTHON) \
521
	$(http_PYTHON) \
522
	$(confd_PYTHON) \
523
	$(masterd_PYTHON) \
524
	$(impexpd_PYTHON) \
525
	$(utils_PYTHON) \
526
	$(watcher_PYTHON) \
527
	$(noinst_PYTHON) \
528
	$(qa_scripts)
529

    
530
srclink_files = \
531
	man/footer.rst \
532
	test/check-cert-expired_unittest.bash \
533
	test/daemon-util_unittest.bash \
534
	test/ganeti-cleaner_unittest.bash \
535
	test/import-export_unittest.bash \
536
	$(all_python_code)
537

    
538
check_python_code = \
539
	$(BUILD_BASH_COMPLETION) \
540
	$(all_python_code)
541

    
542
lint_python_code = \
543
	ganeti \
544
	ganeti/http/server.py \
545
	$(dist_sbin_SCRIPTS) \
546
	$(dist_tools_SCRIPTS) \
547
	$(pkglib_python_scripts) \
548
	$(BUILD_BASH_COMPLETION) \
549
	$(PYTHON_BOOTSTRAP)
550

    
551
test/daemon-util_unittest.bash: daemons/daemon-util
552

    
553
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
554

    
555
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
556
	sed -f $(REPLACE_VARS_SED) < $< > $@
557
	chmod u+x $@
558

    
559
daemons/%: daemons/%.in $(REPLACE_VARS_SED)
560
	sed -f $(REPLACE_VARS_SED) < $< > $@
561
	chmod +x $@
562

    
563
doc/examples/%: doc/examples/%.in $(REPLACE_VARS_SED)
564
	sed -f $(REPLACE_VARS_SED) < $< > $@
565

    
566
doc/examples/hooks/%: doc/examples/hooks/%.in $(REPLACE_VARS_SED)
567
	sed -f $(REPLACE_VARS_SED) < $< > $@
568

    
569
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
570
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin
571
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
572

    
573
doc/%.png: doc/%.dot
574
	@test -n "$(DOT)" || { echo 'dot' not found during configure; exit 1; }
575
	$(DOT) -Tpng -o $@ $<
576

    
577
man/footer.man: man/footer.rst
578
	@test -n "$(PANDOC)" || \
579
	  { echo 'pandoc' not found during configure; exit 1; }
580
	$(PANDOC) -f rst -t man -o $@ $<
581

    
582
man/footer.html: man/footer.rst
583
	@test -n "$(PANDOC)" || \
584
	  { echo 'pandoc' not found during configure; exit 1; }
585
	$(PANDOC) -f rst -t html -o $@ $<
586

    
587
man/%.7.in man/%.8.in: man/%.rst man/footer.man
588
	@test -n "$(PANDOC)" || \
589
	  { echo 'pandoc' not found during configure; exit 1; }
590
	$(PANDOC) -s -f rst -t man -A man/footer.man $< | \
591
	  sed -e 's/\\@/@/g' > $@
592
	if test -n "$(MAN_HAS_WARNINGS)"; then $(CHECK_MAN) $@; fi
593

    
594
man/%.html.in: man/%.rst man/footer.html
595
	@test -n "$(PANDOC)" || \
596
	  { echo 'pandoc' not found during configure; exit 1; }
597
	$(PANDOC) -s -f rst -t html -A man/footer.html $< | \
598
	  sed -e 's/\\@/@/g' > $@
599

    
600

    
601
man/%.7: man/%.7.in $(REPLACE_VARS_SED)
602
	sed -f $(REPLACE_VARS_SED) < $< > $@
603

    
604
man/%.8: man/%.8.in $(REPLACE_VARS_SED)
605
	sed -f $(REPLACE_VARS_SED) < $< > $@
606

    
607
man/%.html: man/%.html.in $(REPLACE_VARS_SED)
608
	sed -f $(REPLACE_VARS_SED) < $< > $@
609

    
610
vcs-version:
611
	if test -d .git; then \
612
	  git describe > $@; \
613
	elif test ! -f $@ ; then \
614
	  echo "Cannot auto-generate $@ file"; exit 1; \
615
	fi
616

    
617
.PHONY: regen-vcs-version
618
regen-vcs-version:
619
	set -e; \
620
	cd $(srcdir); \
621
	if test -d .git; then \
622
	  rm -f vcs-version; \
623
	  $(MAKE) vcs-version; \
624
	fi
625

    
626
lib/_autoconf.py: Makefile vcs-version | lib/.dir
627
	set -e; \
628
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \
629
	{ echo '# This file is automatically generated, do not edit!'; \
630
	  echo '#'; \
631
	  echo ''; \
632
	  echo '"""Build-time configuration for Ganeti.'; \
633
	  echo '';\
634
	  echo 'This file is autogenerated by the build process.'; \
635
	  echo 'For any changes you need to re-run ./configure (and'; \
636
	  echo 'not edit by hand).'; \
637
	  echo ''; \
638
	  echo '"""'; \
639
	  echo ''; \
640
	  echo '# pylint: disable-msg=C0301,C0324'; \
641
	  echo '# because this is autogenerated, we do not want'; \
642
	  echo '# style warnings' ; \
643
	  echo ''; \
644
	  echo "PACKAGE_VERSION = '$(PACKAGE_VERSION)'"; \
645
	  echo "VERSION_MAJOR = '$(VERSION_MAJOR)'"; \
646
	  echo "VERSION_MINOR = '$(VERSION_MINOR)'"; \
647
	  echo "VERSION_REVISION = '$(VERSION_REVISION)'"; \
648
	  echo "VERSION_SUFFIX = '$(VERSION_SUFFIX)'"; \
649
	  echo "VERSION_FULL = '$(VERSION_FULL)'"; \
650
	  echo "LOCALSTATEDIR = '$(localstatedir)'"; \
651
	  echo "SYSCONFDIR = '$(sysconfdir)'"; \
652
	  echo "SSH_CONFIG_DIR = '$(SSH_CONFIG_DIR)'"; \
653
	  echo "EXPORT_DIR = '$(EXPORT_DIR)'"; \
654
	  echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
655
	  echo "XEN_BOOTLOADER = '$(XEN_BOOTLOADER)'"; \
656
	  echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
657
	  echo "XEN_INITRD = '$(XEN_INITRD)'"; \
658
	  echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
659
	  echo "ENABLE_FILE_STORAGE = $(ENABLE_FILE_STORAGE)"; \
660
	  echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
661
	  echo "KVM_PATH = '$(KVM_PATH)'"; \
662
	  echo "SOCAT_PATH = '$(SOCAT)'"; \
663
	  echo "SOCAT_USE_ESCAPE = $(SOCAT_USE_ESCAPE)"; \
664
	  echo "SOCAT_USE_COMPRESS = $(SOCAT_USE_COMPRESS)"; \
665
	  echo "LVM_STRIPECOUNT = $(LVM_STRIPECOUNT)"; \
666
	  echo "TOOLSDIR = '$(toolsdir)'"; \
667
	  echo "GNT_SCRIPTS = [$(foreach i,$(notdir $(gnt_scripts)),'$(i)',)]"; \
668
	  echo "PKGLIBDIR = '$(pkglibdir)'"; \
669
	  echo "DRBD_BARRIERS = $(DRBD_BARRIERS)"; \
670
	  echo "SYSLOG_USAGE = '$(SYSLOG_USAGE)'"; \
671
	  echo "DAEMONS_GROUP = '$(DAEMONS_GROUP)'"; \
672
	  echo "ADMIN_GROUP = '$(ADMIN_GROUP)'"; \
673
	  echo "MASTERD_USER = '$(MASTERD_USER)'"; \
674
	  echo "MASTERD_GROUP = '$(MASTERD_GROUP)'"; \
675
	  echo "RAPI_USER = '$(RAPI_USER)'"; \
676
	  echo "RAPI_GROUP = '$(RAPI_GROUP)'"; \
677
	  echo "CONFD_USER = '$(CONFD_USER)'"; \
678
	  echo "CONFD_GROUP = '$(CONFD_GROUP)'"; \
679
	  echo "NODED_USER = '$(NODED_USER)'"; \
680
	  echo "VCS_VERSION = '$$VCSVER'"; \
681
	  echo "DISK_SEPARATOR = '$(DISK_SEPARATOR)'"; \
682
	} > $@
683

    
684
$(REPLACE_VARS_SED): Makefile
685
	set -e; \
686
	{ echo 's#@PREFIX@#$(prefix)#g'; \
687
	  echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \
688
	  echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
689
	  echo 's#@BINDIR@#$(bindir)#g'; \
690
	  echo 's#@SBINDIR@#$(sbindir)#g'; \
691
	  echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
692
	  echo 's#@CUSTOM_XEN_BOOTLOADER@#$(XEN_BOOTLOADER)#g'; \
693
	  echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
694
	  echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
695
	  echo 's#@CUSTOM_IALLOCATOR_SEARCH_PATH@#$(IALLOCATOR_SEARCH_PATH)#g'; \
696
	  echo 's#@CUSTOM_EXPORT_DIR@#$(EXPORT_DIR)#g'; \
697
	  echo 's#@RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
698
	  echo 's#@RPL_SSH_INITD_SCRIPT@#$(SSH_INITD_SCRIPT)#g'; \
699
	  echo 's#@PKGLIBDIR@#$(pkglibdir)#g'; \
700
	  echo 's#@GNTMASTERUSER@#$(MASTERD_USER)#g'; \
701
	  echo 's#@GNTRAPIUSER@#$(RAPI_USER)#g'; \
702
	  echo 's#@GNTCONFDUSER@#$(CONFD_USER)#g'; \
703
	  echo 's#@GNTNODEDUSER@#$(NODED_USER)#g'; \
704
	  echo 's#@GNTRAPIGROUP@#$(RAPI_GROUP)#g'; \
705
	  echo 's#@GNTADMINGROUP@#$(ADMIN_GROUP)#g'; \
706
	  echo 's#@GNTCONFDGROUP@#$(CONFD_GROUP)#g'; \
707
	  echo 's#@GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
708
	  echo 's#@GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
709
	} > $@
710

    
711
# Using deferred evaluation
712
daemons/ganeti-%: MODULE = ganeti.server.$(patsubst ganeti-%,%,$(notdir $@))
713
daemons/ganeti-watcher: MODULE = ganeti.watcher
714
scripts/%: MODULE = ganeti.client.$(subst -,_,$(notdir $@))
715

    
716
$(PYTHON_BOOTSTRAP): Makefile | $(all_dirfiles)
717
	test -n "$(MODULE)" || { echo Missing module; exit 1; }
718
	set -e; \
719
	{ echo '#!/usr/bin/python'; \
720
	  echo '# This file is automatically generated, do not edit!'; \
721
	  echo "# Edit $(MODULE) instead."; \
722
	  echo; \
723
	  echo '"""Bootstrap script for L{$(MODULE)}"""'; \
724
	  echo; \
725
	  echo '# pylint: disable-msg=C0103'; \
726
	  echo '# C0103: Invalid name'; \
727
	  echo; \
728
	  echo 'import sys'; \
729
	  echo 'import $(MODULE) as main'; \
730
	  echo; \
731
	  echo '# Temporarily alias commands until bash completion'; \
732
	  echo '# generator is changed'; \
733
	  echo 'if hasattr(main, "commands"):'; \
734
		echo '  commands = main.commands # pylint: disable-msg=E1101'; \
735
	  echo; \
736
	  echo 'if __name__ == "__main__":'; \
737
	  echo '  sys.exit(main.Main())'; \
738
	} > $@
739
	chmod u+x $@
740

    
741
# We need to create symlinks because "make distcheck" will not install Python
742
# files when building.
743
stamp-srclinks: Makefile | $(all_dirfiles)
744
	set -e; \
745
	for i in $(srclink_files); do \
746
		if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
747
			$(LN_S) $(abs_top_srcdir)/$$i $$i; \
748
		fi; \
749
	done
750
	touch $@
751

    
752
.PHONY: ganeti
753
ganeti:
754
	cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
755

    
756
.PHONY: check-dirs
757
check-dirs: $(BUILT_SOURCES)
758
	@set -e; \
759
	find . -type d \( \( -name . \) -o \( \
760
		-name .git -o \
761
		-name autom4te.cache \
762
		\) -prune -o -print \) | { \
763
		error=; \
764
		while read dir; do \
765
			case "$$dir" in \
766
				$(strip $(patsubst %,(./%) ;;,$(DIRCHECK_EXCLUDE) $(DIRS))) \
767
				*) error=1; echo "Directory $$dir not listed in Makefile" >&2 ;; \
768
			esac; \
769
		done; \
770
		for dir in $(DIRS); do \
771
			if ! test -d "$$dir"; then \
772
				echo "Directory $$dir listed in DIRS does not exist" >&2; \
773
				error=1; \
774
			fi \
775
		done; \
776
		if test -n "$$error"; then exit 1; else exit 0; fi; \
777
	}
778

    
779
check-local: check-dirs
780
	$(CHECK_PYTHON_CODE) $(check_python_code)
781
	$(CHECK_VERSION) $(VERSION) $(top_srcdir)/NEWS
782

    
783
.PHONY: lint
784
lint: $(BUILT_SOURCES)
785
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
786
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
787

    
788
# a dist hook rule for updating the vcs-version file; this is
789
# hardcoded due to where it needs to build the file...
790
dist-hook:
791
	$(MAKE) regen-vcs-version && \
792
	rm -f $(top_distdir)/vcs-version && \
793
	cp -p $(srcdir)/vcs-version $(top_distdir)
794

    
795
# a distcheck hook rule for catching revision control directories
796
distcheck-hook:
797
	if find $(top_distdir) -name .svn -or -name .git | grep .; then \
798
		echo "Found revision control files in final archive." 1>&2; \
799
		exit 1; \
800
	fi
801
	if find $(top_distdir) -name '*.py[co]' | grep .; then \
802
		echo "Found Python byte code in final archive." 1>&2; \
803
		exit 1; \
804
	fi
805
	if find $(top_distdir) -name '*~' | grep .; then \
806
		echo "Found backup files in final archive." 1>&2; \
807
		exit 1; \
808
	fi
809
# Empty files or directories should not be distributed. They can cause
810
# unnecessary warnings for packagers. Directories used by automake during
811
# distcheck must be excluded.
812
	if find $(top_distdir) -empty -and -not \( \
813
			-path $(top_distdir)/_build -or \
814
			-path $(top_distdir)/_inst \) | grep .; then \
815
		echo "Found empty files or directories in final archive." 1>&2; \
816
		exit 1; \
817
	fi
818
	if test -n "$(BUILD_RELEASE)" && \
819
	   grep -n -H -E '^\*.*unreleased' $(top_distdir)/NEWS; then \
820
		echo "Found unreleased version in NEWS." >&2; \
821
		exit 1; \
822
	fi
823

    
824
# When building a release, stricter checks should be used
825
distcheck-release dist-release: export BUILD_RELEASE = 1
826
distcheck-release: distcheck
827

    
828
dist-release: dist
829
	set -e; \
830
	for i in $(DIST_ARCHIVES); do \
831
		echo -n "Checking $$i ... "; \
832
		autotools/check-tar < $$i; \
833
		echo OK; \
834
	done
835

    
836
install-exec-local:
837
	@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
838
	  "$(DESTDIR)${localstatedir}/log/ganeti" \
839
	  "$(DESTDIR)${localstatedir}/run/ganeti"
840

    
841
# To avoid conflicts between directory names and other targets, a file inside
842
# the directory is used to ensure its existence.
843
%.dir:
844
	@mkdir_p@ $* && touch $@
845

    
846
.PHONY: apidoc
847
apidoc: epydoc.conf $(RUN_IN_TEMPDIR) $(BUILT_SOURCES)
848
	$(RUN_IN_TEMPDIR) epydoc -v \
849
		--conf $(CURDIR)/epydoc.conf \
850
		--output $(CURDIR)/doc/api
851

    
852
.PHONY: TAGS
853
TAGS: $(BUILT_SOURCES)
854
	rm -f TAGS
855
	find . -path './lib/*.py' -o -path './scripts/gnt-*' -o \
856
	  -path './daemons/ganeti-*' -o -path './tools/*' -o \
857
	  -path './qa/*.py' | \
858
	  etags -l python -
859

    
860
.PHONY: coverage
861
coverage: $(BUILT_SOURCES) $(python_tests)
862
	set -e; \
863
	COVERAGE_FILE=$(CURDIR)/doc/coverage/data \
864
	TEXT_COVERAGE=$(CURDIR)/doc/coverage/report.txt \
865
	HTML_COVERAGE=$(CURDIR)/doc/coverage \
866
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/gen-coverage \
867
	$(python_tests)
868

    
869
commit-check: distcheck lint apidoc
870

    
871
-include ./Makefile.local
872

    
873
# vim: set noet :