Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ e9aaa3c6

History | View | Annotate | Download (36.3 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
# Helper values for calling builtin functions
13
empty :=
14
space := $(empty) $(empty)
15
comma := ,
16

    
17
# Use bash in order to be able to use pipefail
18
SHELL=/bin/bash
19

    
20
ACLOCAL_AMFLAGS = -I autotools
21
BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion
22
RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir
23
CHECK_PYTHON_CODE = $(top_srcdir)/autotools/check-python-code
24
CHECK_MAN = $(top_srcdir)/autotools/check-man
25
CHECK_VERSION = $(top_srcdir)/autotools/check-version
26
CHECK_NEWS = $(top_srcdir)/autotools/check-news
27
CHECK_IMPORTS = $(top_srcdir)/autotools/check-imports
28
DOCPP = $(top_srcdir)/autotools/docpp
29
REPLACE_VARS_SED = autotools/replace_vars.sed
30
CONVERT_CONSTANTS = $(top_srcdir)/autotools/convert-constants
31

    
32
# Note: these are automake-specific variables, and must be named after
33
# the directory + 'dir' suffix
34
clientdir = $(pkgpythondir)/client
35
hypervisordir = $(pkgpythondir)/hypervisor
36
httpdir = $(pkgpythondir)/http
37
masterddir = $(pkgpythondir)/masterd
38
confddir = $(pkgpythondir)/confd
39
rapidir = $(pkgpythondir)/rapi
40
serverdir = $(pkgpythondir)/server
41
watcherdir = $(pkgpythondir)/watcher
42
impexpddir = $(pkgpythondir)/impexpd
43
utilsdir = $(pkgpythondir)/utils
44
toolsdir = $(pkglibdir)/tools
45
iallocatorsdir = $(pkglibdir)/iallocators
46
pytoolsdir = $(pkgpythondir)/tools
47
docdir = $(datadir)/doc/$(PACKAGE)
48

    
49
# Delete output file if an error occurred while building it
50
.DELETE_ON_ERROR:
51

    
52
HTOOLS_DIRS = \
53
	htools \
54
	htools/Ganeti \
55
	htools/Ganeti/HTools \
56
	htools/Ganeti/HTools/Program
57

    
58
DIRS = \
59
	autotools \
60
	daemons \
61
	devel \
62
	doc \
63
	doc/examples \
64
	doc/examples/hooks \
65
	doc/examples/gnt-debug \
66
	$(HTOOLS_DIRS) \
67
	lib \
68
	lib/client \
69
	lib/build \
70
	lib/confd \
71
	lib/http \
72
	lib/hypervisor \
73
	lib/impexpd \
74
	lib/masterd \
75
	lib/rapi \
76
	lib/server \
77
	lib/tools \
78
	lib/utils \
79
	lib/watcher \
80
	man \
81
	qa \
82
	test \
83
	test/data \
84
	test/data/ovfdata \
85
	test/data/ovfdata/other \
86
	tools
87

    
88
BUILDTIME_DIR_AUTOCREATE = \
89
	scripts \
90
	$(APIDOC_DIR) \
91
	$(APIDOC_PY_DIR) \
92
	$(APIDOC_HS_DIR) \
93
	$(APIDOC_HS_DIR)/Ganeti $(APIDOC_HS_DIR)/Ganeti/HTools \
94
	$(APIDOC_HS_DIR)/Ganeti/HTools/Program \
95
	$(COVERAGE_DIR) \
96
	$(COVERAGE_PY_DIR) \
97
	$(COVERAGE_HS_DIR) \
98
	.hpc
99

    
100
BUILDTIME_DIRS = \
101
	$(BUILDTIME_DIR_AUTOCREATE) \
102
	doc/html
103

    
104
DIRCHECK_EXCLUDE = \
105
	$(BUILDTIME_DIRS) \
106
	ganeti-[0-9]*.[0-9]*.[0-9]* \
107
	doc/html/_*
108

    
109
all_dirfiles = $(addsuffix /.dir,$(DIRS) $(BUILDTIME_DIR_AUTOCREATE))
110

    
111
# some helper vars
112
COVERAGE_DIR = doc/coverage
113
COVERAGE_PY_DIR = $(COVERAGE_DIR)/py
114
COVERAGE_HS_DIR = $(COVERAGE_DIR)/hs
115
APIDOC_DIR = doc/api
116
APIDOC_PY_DIR = $(APIDOC_DIR)/py
117
APIDOC_HS_DIR = $(APIDOC_DIR)/hs
118

    
119
MAINTAINERCLEANFILES = \
120
	$(docpng) \
121
	$(maninput) \
122
	doc/install-quick.rst \
123
	doc/news.rst \
124
	doc/upgrade.rst \
125
	vcs-version
126

    
127
maintainer-clean-local:
128
	rm -rf $(BUILDTIME_DIRS)
129

    
130
CLEANFILES = \
131
	$(addsuffix /*.py[co],$(DIRS)) \
132
	$(addsuffix /*.hi,$(HTOOLS_DIRS)) \
133
	$(addsuffix /*.o,$(HTOOLS_DIRS)) \
134
	$(all_dirfiles) \
135
	$(PYTHON_BOOTSTRAP) \
136
	epydoc.conf \
137
	autotools/replace_vars.sed \
138
	daemons/daemon-util \
139
	daemons/ganeti-cleaner \
140
	devel/upload \
141
	doc/examples/bash_completion \
142
	doc/examples/ganeti.initd \
143
	doc/examples/ganeti-kvm-poweroff.initd \
144
	doc/examples/ganeti.cron \
145
	doc/examples/gnt-config-backup \
146
	doc/examples/hooks/ipsec \
147
	$(man_MANS) \
148
	$(manhtml) \
149
	tools/kvm-ifup \
150
	stamp-srclinks \
151
	$(nodist_pkgpython_PYTHON) \
152
	$(HS_ALL_PROGS) $(HS_BUILT_SRCS) \
153
	.hpc/*.mix htools/*.tix \
154
	doc/hs-lint.html
155

    
156
# BUILT_SOURCES should only be used as a dependency on phony targets. Otherwise
157
# it'll cause the target to rebuild every time.
158
BUILT_SOURCES = \
159
	ganeti \
160
	stamp-srclinks \
161
	$(all_dirfiles) \
162
	$(PYTHON_BOOTSTRAP) \
163
	$(BUILT_PYTHON_SOURCES)
164

    
165
BUILT_PYTHON_SOURCES = \
166
	lib/_autoconf.py \
167
	lib/_vcsversion.py
168

    
169
nodist_pkgpython_PYTHON = \
170
	$(BUILT_PYTHON_SOURCES)
171

    
172
noinst_PYTHON = \
173
	lib/build/__init__.py \
174
	lib/build/sphinx_ext.py
175

    
176
pkgpython_PYTHON = \
177
	lib/__init__.py \
178
	lib/asyncnotifier.py \
179
	lib/backend.py \
180
	lib/bdev.py \
181
	lib/bootstrap.py \
182
	lib/cli.py \
183
	lib/cmdlib.py \
184
	lib/compat.py \
185
	lib/config.py \
186
	lib/constants.py \
187
	lib/daemon.py \
188
	lib/errors.py \
189
	lib/ht.py \
190
	lib/jqueue.py \
191
	lib/jstore.py \
192
	lib/locking.py \
193
	lib/luxi.py \
194
	lib/mcpu.py \
195
	lib/netutils.py \
196
	lib/objects.py \
197
	lib/opcodes.py \
198
	lib/ovf.py \
199
	lib/qlang.py \
200
	lib/query.py \
201
	lib/rpc.py \
202
	lib/runtime.py \
203
	lib/serializer.py \
204
	lib/ssconf.py \
205
	lib/ssh.py \
206
	lib/storage.py \
207
	lib/uidpool.py \
208
	lib/workerpool.py
209

    
210
client_PYTHON = \
211
	lib/client/__init__.py \
212
	lib/client/gnt_backup.py \
213
	lib/client/gnt_cluster.py \
214
	lib/client/gnt_debug.py \
215
	lib/client/gnt_group.py \
216
	lib/client/gnt_instance.py \
217
	lib/client/gnt_job.py \
218
	lib/client/gnt_node.py \
219
	lib/client/gnt_os.py
220

    
221
hypervisor_PYTHON = \
222
	lib/hypervisor/__init__.py \
223
	lib/hypervisor/hv_base.py \
224
	lib/hypervisor/hv_chroot.py \
225
	lib/hypervisor/hv_fake.py \
226
	lib/hypervisor/hv_kvm.py \
227
	lib/hypervisor/hv_lxc.py \
228
	lib/hypervisor/hv_xen.py
229

    
230
rapi_PYTHON = \
231
	lib/rapi/__init__.py \
232
	lib/rapi/baserlib.py \
233
	lib/rapi/client.py \
234
	lib/rapi/client_utils.py \
235
	lib/rapi/connector.py \
236
	lib/rapi/rlib2.py
237

    
238
http_PYTHON = \
239
	lib/http/__init__.py \
240
	lib/http/auth.py \
241
	lib/http/client.py \
242
	lib/http/server.py
243

    
244
confd_PYTHON = \
245
	lib/confd/__init__.py \
246
	lib/confd/client.py \
247
	lib/confd/querylib.py \
248
	lib/confd/server.py
249

    
250
masterd_PYTHON = \
251
	lib/masterd/__init__.py \
252
	lib/masterd/instance.py
253

    
254
impexpd_PYTHON = \
255
	lib/impexpd/__init__.py
256

    
257
watcher_PYTHON = \
258
	lib/watcher/__init__.py \
259
	lib/watcher/nodemaint.py \
260
	lib/watcher/state.py
261

    
262
server_PYTHON = \
263
	lib/server/__init__.py \
264
	lib/server/confd.py \
265
	lib/server/masterd.py \
266
	lib/server/noded.py \
267
	lib/server/rapi.py
268

    
269
pytools_PYTHON = \
270
	lib/tools/__init__.py \
271
	lib/tools/ensure_dirs.py
272

    
273
utils_PYTHON = \
274
	lib/utils/__init__.py \
275
	lib/utils/algo.py \
276
	lib/utils/filelock.py \
277
	lib/utils/hash.py \
278
	lib/utils/io.py \
279
	lib/utils/log.py \
280
	lib/utils/mlock.py \
281
	lib/utils/nodesetup.py \
282
	lib/utils/process.py \
283
	lib/utils/retry.py \
284
	lib/utils/text.py \
285
	lib/utils/wrapper.py \
286
	lib/utils/x509.py
287

    
288
docrst = \
289
	doc/admin.rst \
290
	doc/design-2.0.rst \
291
	doc/design-2.1.rst \
292
	doc/design-2.2.rst \
293
	doc/design-2.3.rst \
294
	doc/design-htools-2.3.rst \
295
	doc/design-2.4.rst \
296
	doc/design-2.5.rst \
297
	doc/design-draft.rst \
298
	doc/design-oob.rst \
299
	doc/design-cpu-pinning.rst \
300
	doc/design-query2.rst \
301
	doc/design-x509-ca.rst \
302
	doc/design-http-server.rst \
303
	doc/design-impexp2.rst \
304
	doc/design-lu-generated-jobs.rst \
305
	doc/design-multi-reloc.rst \
306
	doc/design-network.rst \
307
	doc/design-chained-jobs.rst \
308
	doc/design-ovf-support.rst \
309
	doc/cluster-merge.rst \
310
	doc/design-shared-storage.rst \
311
	doc/design-node-state-cache.rst \
312
	doc/devnotes.rst \
313
	doc/glossary.rst \
314
	doc/hooks.rst \
315
	doc/iallocator.rst \
316
	doc/index.rst \
317
	doc/install-quick.rst \
318
	doc/install.rst \
319
	doc/locking.rst \
320
	doc/move-instance.rst \
321
	doc/news.rst \
322
	doc/rapi.rst \
323
	doc/security.rst \
324
	doc/upgrade.rst \
325
	doc/walkthrough.rst
326

    
327
HS_PROGS = htools/htools
328
HS_BIN_ROLES = hbal hscan hspace
329

    
330
HS_ALL_PROGS = $(HS_PROGS) htools/test
331
HS_PROG_SRCS = $(patsubst %,%.hs,$(HS_ALL_PROGS))
332
# we don't add -Werror by default
333
HFLAGS = -O -Wall -fwarn-monomorphism-restriction -fwarn-tabs -ihtools
334
# extra flags that can be overriden on the command line
335
HEXTRA =
336
# exclude options for coverage reports
337
HPCEXCL = --exclude Main --exclude Ganeti.HTools.QC \
338
	--exclude Ganeti.Constants \
339
	--exclude Ganeti.HTools.Version
340

    
341
HS_LIB_SRCS = \
342
	htools/Ganeti/HTools/CLI.hs \
343
	htools/Ganeti/HTools/Cluster.hs \
344
	htools/Ganeti/HTools/Compat.hs \
345
	htools/Ganeti/HTools/Container.hs \
346
	htools/Ganeti/HTools/ExtLoader.hs \
347
	htools/Ganeti/HTools/Group.hs \
348
	htools/Ganeti/HTools/IAlloc.hs \
349
	htools/Ganeti/HTools/Instance.hs \
350
	htools/Ganeti/HTools/JSON.hs \
351
	htools/Ganeti/HTools/Loader.hs \
352
	htools/Ganeti/HTools/Luxi.hs \
353
	htools/Ganeti/HTools/Node.hs \
354
	htools/Ganeti/HTools/PeerMap.hs \
355
	htools/Ganeti/HTools/QC.hs \
356
	htools/Ganeti/HTools/Rapi.hs \
357
	htools/Ganeti/HTools/Simu.hs \
358
	htools/Ganeti/HTools/Text.hs \
359
	htools/Ganeti/HTools/Types.hs \
360
	htools/Ganeti/HTools/Utils.hs \
361
	htools/Ganeti/HTools/Program/Hail.hs \
362
	htools/Ganeti/HTools/Program/Hbal.hs \
363
	htools/Ganeti/HTools/Program/Hscan.hs \
364
	htools/Ganeti/HTools/Program/Hspace.hs \
365
	htools/Ganeti/Jobs.hs \
366
	htools/Ganeti/Luxi.hs \
367
	htools/Ganeti/OpCodes.hs \
368
	htools/Ganeti/THH.hs
369

    
370
HS_BUILT_SRCS = htools/Ganeti/HTools/Version.hs htools/Ganeti/Constants.hs
371
HS_BUILT_SRCS_IN = $(patsubst %,%.in,$(HS_BUILT_SRCS))
372

    
373
$(RUN_IN_TEMPDIR): | $(all_dirfiles)
374

    
375
# Note: we use here an order-only prerequisite, as the contents of
376
# _autoconf.py are not actually influencing the html build output: it
377
# has to exist in order for the sphinx module to be loaded
378
# successfully, but we certainly don't want the docs to be rebuilt if
379
# it changes
380
doc/html/index.html: $(docrst) $(docpng) doc/conf.py configure.ac \
381
	$(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py lib/opcodes.py lib/ht.py \
382
	| $(BUILT_PYTHON_SOURCES)
383
	@test -n "$(SPHINX)" || \
384
	    { echo 'sphinx-build' not found during configure; exit 1; }
385
	@mkdir_p@ $(dir $@)
386
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(SPHINX) -q -W -b html \
387
	    -d . \
388
	    -D version="$(VERSION_MAJOR).$(VERSION_MINOR)" \
389
	    -D release="$(PACKAGE_VERSION)" \
390
	    $(abs_top_srcdir)/doc $(CURDIR)/doc/html
391
	rm -f doc/html/.buildinfo doc/html/objects.inv
392
	touch $@
393

    
394
doc/html: doc/html/index.html
395

    
396
doc/install-quick.rst: INSTALL
397
doc/news.rst: NEWS
398
doc/upgrade.rst: UPGRADE
399

    
400
doc/install-quick.rst doc/news.rst doc/upgrade.rst:
401
	set -e; \
402
	{ echo '.. This file is automatically updated at build time from $<.'; \
403
	  echo '.. Do not edit.'; \
404
	  echo; \
405
	  cat $<; \
406
	} > $@
407

    
408
docdot = \
409
	doc/arch-2.0.dot \
410
	doc/design-2.1-lock-acquire.dot \
411
	doc/design-2.1-lock-release.dot
412

    
413
docpng = $(patsubst %.dot,%.png,$(docdot))
414

    
415
# Things to build but not to install (add it to EXTRA_DIST if it should be
416
# distributed)
417
noinst_DATA = \
418
	devel/upload \
419
	doc/html \
420
	doc/examples/bash_completion \
421
	doc/examples/ganeti.cron \
422
	doc/examples/ganeti.initd \
423
	doc/examples/ganeti-kvm-poweroff.initd \
424
	doc/examples/gnt-config-backup \
425
	doc/examples/hooks/ipsec \
426
	$(manhtml)
427

    
428
gnt_scripts = \
429
	scripts/gnt-backup \
430
	scripts/gnt-cluster \
431
	scripts/gnt-debug \
432
	scripts/gnt-group \
433
	scripts/gnt-instance \
434
	scripts/gnt-job \
435
	scripts/gnt-node \
436
	scripts/gnt-os
437

    
438
PYTHON_BOOTSTRAP_SBIN = \
439
	daemons/ganeti-confd \
440
	daemons/ganeti-masterd \
441
	daemons/ganeti-noded \
442
	daemons/ganeti-watcher \
443
	daemons/ganeti-rapi \
444
	scripts/gnt-backup \
445
	scripts/gnt-cluster \
446
	scripts/gnt-debug \
447
	scripts/gnt-group \
448
	scripts/gnt-instance \
449
	scripts/gnt-job \
450
	scripts/gnt-node \
451
	scripts/gnt-os
452

    
453
PYTHON_BOOTSTRAP = \
454
	$(PYTHON_BOOTSTRAP_SBIN) \
455
	tools/ensure-dirs
456

    
457
qa_scripts = \
458
	qa/ganeti-qa.py \
459
	qa/qa_cluster.py \
460
	qa/qa_config.py \
461
	qa/qa_daemon.py \
462
	qa/qa_env.py \
463
	qa/qa_error.py \
464
	qa/qa_group.py \
465
	qa/qa_instance.py \
466
	qa/qa_node.py \
467
	qa/qa_os.py \
468
	qa/qa_rapi.py \
469
	qa/qa_tags.py \
470
	qa/qa_utils.py
471

    
472
bin_SCRIPTS =
473
if WANT_HTOOLS
474
bin_SCRIPTS += $(filter-out htools/hail,$(HS_PROGS))
475
install-exec-hook:
476
	@mkdir_p@ $(DESTDIR)$(iallocatorsdir)
477
# FIXME: this is a hardcoded logic, instead of auto-resolving
478
	$(LN_S) -f ../../../bin/htools \
479
		   $(DESTDIR)$(iallocatorsdir)/hail
480
	for role in $(HS_BIN_ROLES); do \
481
		$(LN_S) -f htools \
482
			   $(DESTDIR)$(bindir)/$$role ; \
483
	done
484
endif
485

    
486
$(HS_ALL_PROGS): %: %.hs $(HS_LIB_SRCS) $(HS_BUILT_SRCS) Makefile
487
	@if [ -z "$(HTOOLS)" ]; then \
488
	  echo "Error: htools compilation disabled at configure time" 1>&2 ;\
489
	  exit 1; \
490
	fi
491
	@BINARY=$(@:htools/%=%); \
492
	if [ "$BINARY" = "test" ] && [ -z "$(GHC_PKG_QUICKCHECK)" ]; then \
493
	  echo "Error: cannot run unittests without the QuickCheck library (see devnotes.rst)" 1>&2; \
494
	  exit 1; \
495
	fi
496
	BINARY=$(@:htools/%=%); $(GHC) --make \
497
	  $(HFLAGS) $(HEXTRA) \
498
	  $(HTOOLS_NOCURL) $(HTOOLS_PARALLEL3) \
499
	  -osuf $$BINARY.o -hisuf $$BINARY.hi $@
500

    
501
# for the htools/test binary, we need to enable profiling/coverage
502
htools/test: HEXTRA=-fhpc -Wwarn -fno-warn-missing-signatures \
503
	-fno-warn-monomorphism-restriction -fno-warn-orphans \
504
	-fno-warn-missing-methods -fno-warn-unused-imports
505

    
506
dist_sbin_SCRIPTS = \
507
	tools/ganeti-listrunner
508

    
509
nodist_sbin_SCRIPTS = \
510
	$(PYTHON_BOOTSTRAP_SBIN) \
511
	daemons/ganeti-cleaner
512

    
513
dist_tools_PYTHON = \
514
	tools/burnin \
515
	tools/cfgshell \
516
	tools/cfgupgrade \
517
	tools/cfgupgrade12 \
518
	tools/cluster-merge \
519
	tools/lvmstrap \
520
	tools/move-instance \
521
	tools/ovfconverter \
522
	tools/setup-ssh \
523
	tools/sanitize-config
524

    
525
dist_tools_SCRIPTS = \
526
	$(dist_tools_PYTHON) \
527
	tools/kvm-console-wrapper \
528
	tools/xm-console-wrapper
529

    
530
pkglib_python_scripts = \
531
	daemons/import-export \
532
	tools/check-cert-expired
533

    
534
nodist_pkglib_python_scripts = \
535
	tools/ensure-dirs
536

    
537
pkglib_SCRIPTS = \
538
	daemons/daemon-util \
539
	tools/kvm-ifup \
540
	$(pkglib_python_scripts)
541

    
542
nodist_pkglib_SCRIPTS = \
543
	$(nodist_pkglib_python_scripts)
544

    
545
EXTRA_DIST = \
546
	NEWS \
547
	UPGRADE \
548
	epydoc.conf.in \
549
	pylintrc \
550
	autotools/build-bash-completion \
551
	autotools/check-python-code \
552
	autotools/check-imports \
553
	autotools/check-man \
554
	autotools/check-news \
555
	autotools/check-tar \
556
	autotools/check-version \
557
	autotools/convert-constants \
558
	autotools/docpp \
559
	autotools/gen-coverage \
560
	autotools/testrunner \
561
	$(RUN_IN_TEMPDIR) \
562
	daemons/daemon-util.in \
563
	daemons/ganeti-cleaner.in \
564
	$(pkglib_python_scripts) \
565
	devel/upload.in \
566
	tools/kvm-ifup.in \
567
	$(docdot) \
568
	$(docpng) \
569
	$(docrst) \
570
	doc/conf.py \
571
	doc/html \
572
	doc/examples/ganeti.initd.in \
573
	doc/examples/ganeti-kvm-poweroff.initd.in \
574
	doc/examples/ganeti.cron.in \
575
	doc/examples/gnt-config-backup.in \
576
	doc/examples/ganeti.default \
577
	doc/examples/ganeti.default-debug \
578
	doc/examples/hooks/ethers \
579
	doc/examples/hooks/ipsec.in \
580
	doc/examples/gnt-debug/README \
581
	doc/examples/gnt-debug/delay0.json \
582
	doc/examples/gnt-debug/delay50.json \
583
	test/testutils.py \
584
	test/mocks.py \
585
	$(dist_TESTS) \
586
	$(TEST_FILES) \
587
	man/footer.rst \
588
	$(manrst) \
589
	$(maninput) \
590
	qa/qa-sample.json \
591
	$(qa_scripts) \
592
	$(HS_LIB_SRCS) $(HS_BUILT_SRCS_IN) \
593
	$(HS_PROG_SRCS)
594

    
595
man_MANS = \
596
	man/ganeti.7 \
597
	man/ganeti-cleaner.8 \
598
	man/ganeti-confd.8 \
599
	man/ganeti-listrunner.8 \
600
	man/ganeti-masterd.8 \
601
	man/ganeti-noded.8 \
602
	man/ganeti-os-interface.7 \
603
	man/ganeti-rapi.8 \
604
	man/ganeti-watcher.8 \
605
	man/gnt-backup.8 \
606
	man/gnt-cluster.8 \
607
	man/gnt-debug.8 \
608
	man/gnt-group.8 \
609
	man/gnt-instance.8 \
610
	man/gnt-job.8 \
611
	man/gnt-node.8 \
612
	man/gnt-os.8 \
613
	man/hail.1 \
614
	man/hbal.1 \
615
	man/hscan.1 \
616
	man/hspace.1 \
617
	man/htools.1
618

    
619
manrst = $(patsubst %.1,%.rst,$(patsubst %.7,%.rst,$(patsubst %.8,%.rst,$(man_MANS))))
620
manhtml = $(patsubst %.rst,%.html,$(manrst))
621
mangen = $(patsubst %.rst,%.gen,$(manrst))
622
maninput = \
623
	$(patsubst %.1,%.1.in,$(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS)))) \
624
	$(patsubst %.html,%.html.in,$(manhtml)) \
625
	man/footer.man man/footer.html $(mangen)
626

    
627
TEST_FILES = \
628
	test/data/bdev-drbd-8.0.txt \
629
	test/data/bdev-drbd-8.3.txt \
630
	test/data/bdev-drbd-disk.txt \
631
	test/data/bdev-drbd-net-ip4.txt \
632
	test/data/bdev-drbd-net-ip6.txt \
633
	test/data/cert1.pem \
634
	test/data/ip-addr-show-dummy0.txt \
635
	test/data/ip-addr-show-lo-ipv4.txt \
636
	test/data/ip-addr-show-lo-ipv6.txt \
637
	test/data/ip-addr-show-lo-oneline-ipv4.txt \
638
	test/data/ip-addr-show-lo-oneline-ipv6.txt \
639
	test/data/ip-addr-show-lo-oneline.txt \
640
	test/data/ip-addr-show-lo.txt \
641
	test/data/proc_drbd8.txt \
642
	test/data/proc_drbd80-emptyline.txt \
643
	test/data/proc_drbd83.txt \
644
	test/data/proc_drbd83_sync.txt \
645
	test/data/proc_drbd83_sync_krnl2.6.39.txt \
646
	test/data/sys_drbd_usermode_helper.txt \
647
	test/data/ovfdata/compr_disk.vmdk.gz \
648
	test/data/ovfdata/config.ini \
649
	test/data/ovfdata/corrupted_resources.ovf \
650
	test/data/ovfdata/empty.ini \
651
	test/data/ovfdata/empty.ovf \
652
	test/data/ovfdata/ganeti.mf \
653
	test/data/ovfdata/ganeti.ovf \
654
	test/data/ovfdata/gzip_disk.ovf \
655
	test/data/ovfdata/new_disk.vmdk \
656
	test/data/ovfdata/no_disk.ini \
657
	test/data/ovfdata/no_disk_in_ref.ovf \
658
	test/data/ovfdata/no_os.ini \
659
	test/data/ovfdata/no_ovf.ova \
660
	test/data/ovfdata/ova.ova \
661
	test/data/ovfdata/second_disk.vmdk \
662
	test/data/ovfdata/rawdisk.raw \
663
	test/data/ovfdata/unsafe_path.ini \
664
	test/data/ovfdata/virtualbox.ovf \
665
	test/data/ovfdata/wrong_extension.ovd \
666
	test/data/ovfdata/wrong_config.ini \
667
	test/data/ovfdata/wrong_manifest.mf \
668
	test/data/ovfdata/wrong_manifest.ovf \
669
	test/data/ovfdata/wrong_ova.ova \
670
	test/data/ovfdata/wrong_xml.ovf \
671
	test/data/ovfdata/other/rawdisk.raw \
672
	test/import-export_unittest-helper
673

    
674
python_tests = \
675
	test/ganeti.asyncnotifier_unittest.py \
676
	test/ganeti.backend_unittest.py \
677
	test/ganeti.bdev_unittest.py \
678
	test/ganeti.cli_unittest.py \
679
	test/ganeti.client.gnt_cluster_unittest.py \
680
	test/ganeti.client.gnt_instance_unittest.py \
681
	test/ganeti.daemon_unittest.py \
682
	test/ganeti.cmdlib_unittest.py \
683
	test/ganeti.compat_unittest.py \
684
	test/ganeti.confd.client_unittest.py \
685
	test/ganeti.config_unittest.py \
686
	test/ganeti.constants_unittest.py \
687
	test/ganeti.errors_unittest.py \
688
	test/ganeti.hooks_unittest.py \
689
	test/ganeti.ht_unittest.py \
690
	test/ganeti.http_unittest.py \
691
	test/ganeti.hypervisor_unittest.py \
692
	test/ganeti.hypervisor.hv_chroot_unittest.py \
693
	test/ganeti.hypervisor.hv_fake_unittest.py \
694
	test/ganeti.hypervisor.hv_kvm_unittest.py \
695
	test/ganeti.hypervisor.hv_lxc_unittest.py \
696
	test/ganeti.hypervisor.hv_xen_unittest.py \
697
	test/ganeti.impexpd_unittest.py \
698
	test/ganeti.jqueue_unittest.py \
699
	test/ganeti.locking_unittest.py \
700
	test/ganeti.luxi_unittest.py \
701
	test/ganeti.masterd.instance_unittest.py \
702
	test/ganeti.mcpu_unittest.py \
703
	test/ganeti.netutils_unittest.py \
704
	test/ganeti.objects_unittest.py \
705
	test/ganeti.opcodes_unittest.py \
706
	test/ganeti.ovf_unittest.py \
707
	test/ganeti.qlang_unittest.py \
708
	test/ganeti.query_unittest.py \
709
	test/ganeti.rapi.baserlib_unittest.py \
710
	test/ganeti.rapi.client_unittest.py \
711
	test/ganeti.rapi.resources_unittest.py \
712
	test/ganeti.rapi.rlib2_unittest.py \
713
	test/ganeti.rpc_unittest.py \
714
	test/ganeti.runtime_unittest.py \
715
	test/ganeti.serializer_unittest.py \
716
	test/ganeti.ssh_unittest.py \
717
	test/ganeti.tools.ensure_dirs_unittest.py \
718
	test/ganeti.uidpool_unittest.py \
719
	test/ganeti.utils.algo_unittest.py \
720
	test/ganeti.utils.filelock_unittest.py \
721
	test/ganeti.utils.hash_unittest.py \
722
	test/ganeti.utils.io_unittest.py \
723
	test/ganeti.utils.log_unittest.py \
724
	test/ganeti.utils.mlock_unittest.py \
725
	test/ganeti.utils.nodesetup_unittest.py \
726
	test/ganeti.utils.process_unittest.py \
727
	test/ganeti.utils.retry_unittest.py \
728
	test/ganeti.utils.text_unittest.py \
729
	test/ganeti.utils.wrapper_unittest.py \
730
	test/ganeti.utils.x509_unittest.py \
731
	test/ganeti.utils_unittest.py \
732
	test/ganeti.workerpool_unittest.py \
733
	test/cfgupgrade_unittest.py \
734
	test/docs_unittest.py \
735
	test/tempfile_fork_unittest.py
736

    
737
haskell_tests = htools/test
738

    
739
dist_TESTS = \
740
	test/check-cert-expired_unittest.bash \
741
	test/daemon-util_unittest.bash \
742
	test/ganeti-cleaner_unittest.bash \
743
	test/import-export_unittest.bash \
744
	$(python_tests)
745

    
746
nodist_TESTS =
747
if WANT_HTOOLSTESTS
748
nodist_TESTS += $(haskell_tests)
749
endif
750

    
751
TESTS = $(dist_TESTS) $(nodist_TESTS)
752

    
753
# Environment for all tests
754
PLAIN_TESTS_ENVIRONMENT = \
755
	PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) PYTHON=$(PYTHON) $(RUN_IN_TEMPDIR)
756

    
757
# Environment for tests run by automake
758
TESTS_ENVIRONMENT = \
759
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/testrunner
760

    
761
all_python_code = \
762
	$(dist_sbin_SCRIPTS) \
763
	$(dist_tools_PYTHON) \
764
	$(pkglib_python_scripts) \
765
	$(nodist_pkglib_python_scripts) \
766
	$(python_tests) \
767
	$(pkgpython_PYTHON) \
768
	$(client_PYTHON) \
769
	$(hypervisor_PYTHON) \
770
	$(rapi_PYTHON) \
771
	$(server_PYTHON) \
772
	$(pytools_PYTHON) \
773
	$(http_PYTHON) \
774
	$(confd_PYTHON) \
775
	$(masterd_PYTHON) \
776
	$(impexpd_PYTHON) \
777
	$(utils_PYTHON) \
778
	$(watcher_PYTHON) \
779
	$(noinst_PYTHON) \
780
	$(qa_scripts)
781

    
782
srclink_files = \
783
	man/footer.rst \
784
	test/check-cert-expired_unittest.bash \
785
	test/daemon-util_unittest.bash \
786
	test/ganeti-cleaner_unittest.bash \
787
	test/import-export_unittest.bash \
788
	$(all_python_code) \
789
	$(HS_LIB_SRCS) $(HS_PROG_SRCS)
790

    
791
check_python_code = \
792
	$(BUILD_BASH_COMPLETION) \
793
	$(CHECK_IMPORTS) \
794
	$(DOCPP) \
795
	$(all_python_code)
796

    
797
lint_python_code = \
798
	ganeti \
799
	ganeti/http/server.py \
800
	$(dist_sbin_SCRIPTS) \
801
	$(dist_tools_PYTHON) \
802
	$(pkglib_python_scripts) \
803
	$(BUILD_BASH_COMPLETION) \
804
	$(CHECK_IMPORTS) \
805
	$(DOCPP) \
806
	$(PYTHON_BOOTSTRAP)
807

    
808
standalone_python_modules = \
809
	lib/rapi/client.py \
810
	tools/ganeti-listrunner
811

    
812
pep8_python_code = \
813
	ganeti \
814
	ganeti/http/server.py \
815
	$(dist_sbin_SCRIPTS) \
816
	$(dist_tools_PYTHON) \
817
	$(pkglib_python_scripts) \
818
	$(BUILD_BASH_COMPLETION) \
819
	$(DOCPP) \
820
	$(PYTHON_BOOTSTRAP) \
821
	qa
822

    
823
test/daemon-util_unittest.bash: daemons/daemon-util
824

    
825
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
826

    
827
tools/kvm-ifup: tools/kvm-ifup.in $(REPLACE_VARS_SED)
828
	sed -f $(REPLACE_VARS_SED) < $< > $@
829
	chmod +x $@
830

    
831
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
832
	sed -f $(REPLACE_VARS_SED) < $< > $@
833
	chmod u+x $@
834

    
835
daemons/%: daemons/%.in $(REPLACE_VARS_SED)
836
	sed -f $(REPLACE_VARS_SED) < $< > $@
837
	chmod +x $@
838

    
839
doc/examples/%: doc/examples/%.in $(REPLACE_VARS_SED)
840
	sed -f $(REPLACE_VARS_SED) < $< > $@
841

    
842
doc/examples/hooks/%: doc/examples/hooks/%.in $(REPLACE_VARS_SED)
843
	sed -f $(REPLACE_VARS_SED) < $< > $@
844

    
845
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
846
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin
847
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
848

    
849
doc/%.png: doc/%.dot
850
	@test -n "$(DOT)" || { echo 'dot' not found during configure; exit 1; }
851
	$(DOT) -Tpng -o $@ $<
852

    
853
man/footer.man: man/footer.rst
854
	@test -n "$(PANDOC)" || \
855
	  { echo 'pandoc' not found during configure; exit 1; }
856
	$(PANDOC) -f rst -t man -o $@ $<
857

    
858
man/footer.html: man/footer.rst
859
	@test -n "$(PANDOC)" || \
860
	  { echo 'pandoc' not found during configure; exit 1; }
861
	$(PANDOC) -f rst -t html -o $@ $<
862

    
863
man/%.gen: man/%.rst lib/query.py lib/build/sphinx_ext.py
864
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(DOCPP) < $< > $@
865

    
866
man/%.7.in man/%.8.in man/%.1.in: man/%.gen man/footer.man
867
	@test -n "$(PANDOC)" || \
868
	  { echo 'pandoc' not found during configure; exit 1; }
869
	set -o pipefail ; \
870
	$(PANDOC) -s -f rst -t man -A man/footer.man $< | \
871
	  sed -e 's/\\@/@/g' > $@
872
	if test -n "$(MAN_HAS_WARNINGS)"; then $(CHECK_MAN) $@; fi
873

    
874
man/%.html.in: man/%.gen man/footer.html
875
	@test -n "$(PANDOC)" || \
876
	  { echo 'pandoc' not found during configure; exit 1; }
877
	set -o pipefail ; \
878
	$(PANDOC) -s -f rst -t html -A man/footer.html $< | \
879
	  sed -e 's/\\@/@/g' > $@
880

    
881
man/%.1: man/%.1.in $(REPLACE_VARS_SED)
882
	sed -f $(REPLACE_VARS_SED) < $< > $@
883

    
884
man/%.7: man/%.7.in $(REPLACE_VARS_SED)
885
	sed -f $(REPLACE_VARS_SED) < $< > $@
886

    
887
man/%.8: man/%.8.in $(REPLACE_VARS_SED)
888
	sed -f $(REPLACE_VARS_SED) < $< > $@
889

    
890
man/%.html: man/%.html.in $(REPLACE_VARS_SED)
891
	sed -f $(REPLACE_VARS_SED) < $< > $@
892

    
893
epydoc.conf: epydoc.conf.in Makefile
894
	sed -e 's#@MODULES@#$(strip $(lint_python_code))#g' < $< > $@
895

    
896
vcs-version:
897
	if test -d .git; then \
898
	  git describe > $@; \
899
	elif test ! -f $@ ; then \
900
	  echo "Cannot auto-generate $@ file"; exit 1; \
901
	fi
902

    
903
.PHONY: regen-vcs-version
904
regen-vcs-version:
905
	set -e; \
906
	cd $(srcdir); \
907
	if test -d .git; then \
908
	  rm -f vcs-version; \
909
	  $(MAKE) vcs-version; \
910
	fi
911

    
912
htools/Ganeti/HTools/Version.hs: htools/Ganeti/HTools/Version.hs.in vcs-version
913
	set -e; \
914
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \
915
	sed -e "s/%ver%/$$VCSVER/" < $< > $@
916

    
917
htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \
918
	lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS)
919
	set -e; \
920
	{ cat $< ; PYTHONPATH=. $(CONVERT_CONSTANTS); } > $@
921

    
922
lib/_autoconf.py: Makefile | lib/.dir
923
	set -e; \
924
	{ echo '# This file is automatically generated, do not edit!'; \
925
	  echo '#'; \
926
	  echo ''; \
927
	  echo '"""Build-time configuration for Ganeti.'; \
928
	  echo '';\
929
	  echo 'This file is autogenerated by the build process.'; \
930
	  echo 'For any changes you need to re-run ./configure (and'; \
931
	  echo 'not edit by hand).'; \
932
	  echo ''; \
933
	  echo '"""'; \
934
	  echo ''; \
935
	  echo '# pylint: disable=C0301,C0324'; \
936
	  echo '# because this is autogenerated, we do not want'; \
937
	  echo '# style warnings' ; \
938
	  echo ''; \
939
	  echo "PACKAGE_VERSION = '$(PACKAGE_VERSION)'"; \
940
	  echo "VERSION_MAJOR = '$(VERSION_MAJOR)'"; \
941
	  echo "VERSION_MINOR = '$(VERSION_MINOR)'"; \
942
	  echo "VERSION_REVISION = '$(VERSION_REVISION)'"; \
943
	  echo "VERSION_SUFFIX = '$(VERSION_SUFFIX)'"; \
944
	  echo "VERSION_FULL = '$(VERSION_FULL)'"; \
945
	  echo "LOCALSTATEDIR = '$(localstatedir)'"; \
946
	  echo "SYSCONFDIR = '$(sysconfdir)'"; \
947
	  echo "SSH_CONFIG_DIR = '$(SSH_CONFIG_DIR)'"; \
948
	  echo "EXPORT_DIR = '$(EXPORT_DIR)'"; \
949
	  echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
950
	  echo "XEN_BOOTLOADER = '$(XEN_BOOTLOADER)'"; \
951
	  echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
952
	  echo "XEN_INITRD = '$(XEN_INITRD)'"; \
953
	  echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
954
	  echo "ENABLE_FILE_STORAGE = $(ENABLE_FILE_STORAGE)"; \
955
	  echo "SHARED_FILE_STORAGE_DIR = '$(SHARED_FILE_STORAGE_DIR)'"; \
956
	  echo "ENABLE_SHARED_FILE_STORAGE = $(ENABLE_SHARED_FILE_STORAGE)"; \
957
	  echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
958
	  echo "KVM_PATH = '$(KVM_PATH)'"; \
959
	  echo "IP_PATH = '$(IP_PATH)'"; \
960
	  echo "SOCAT_PATH = '$(SOCAT)'"; \
961
	  echo "SOCAT_USE_ESCAPE = $(SOCAT_USE_ESCAPE)"; \
962
	  echo "SOCAT_USE_COMPRESS = $(SOCAT_USE_COMPRESS)"; \
963
	  echo "LVM_STRIPECOUNT = $(LVM_STRIPECOUNT)"; \
964
	  echo "TOOLSDIR = '$(toolsdir)'"; \
965
	  echo "GNT_SCRIPTS = [$(foreach i,$(notdir $(gnt_scripts)),'$(i)',)]"; \
966
	  echo "PKGLIBDIR = '$(pkglibdir)'"; \
967
	  echo "DRBD_BARRIERS = $(DRBD_BARRIERS)"; \
968
	  echo "SYSLOG_USAGE = '$(SYSLOG_USAGE)'"; \
969
	  echo "DAEMONS_GROUP = '$(DAEMONS_GROUP)'"; \
970
	  echo "ADMIN_GROUP = '$(ADMIN_GROUP)'"; \
971
	  echo "MASTERD_USER = '$(MASTERD_USER)'"; \
972
	  echo "MASTERD_GROUP = '$(MASTERD_GROUP)'"; \
973
	  echo "RAPI_USER = '$(RAPI_USER)'"; \
974
	  echo "RAPI_GROUP = '$(RAPI_GROUP)'"; \
975
	  echo "CONFD_USER = '$(CONFD_USER)'"; \
976
	  echo "CONFD_GROUP = '$(CONFD_GROUP)'"; \
977
	  echo "NODED_USER = '$(NODED_USER)'"; \
978
	  echo "NODED_GROUP = '$(NODED_GROUP)'"; \
979
	  echo "DISK_SEPARATOR = '$(DISK_SEPARATOR)'"; \
980
	  if [ "$(HTOOLS)" ]; then \
981
	    echo "HTOOLS = True"; \
982
	  else \
983
	    echo "HTOOLS = False"; \
984
	  fi; \
985
	} > $@
986

    
987
lib/_vcsversion.py: Makefile vcs-version | lib/.dir
988
	set -e; \
989
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \
990
	{ echo '# This file is automatically generated, do not edit!'; \
991
	  echo '#'; \
992
	  echo ''; \
993
	  echo '"""Build-time VCS version number for Ganeti.'; \
994
	  echo '';\
995
	  echo 'This file is autogenerated by the build process.'; \
996
	  echo 'For any changes you need to re-run ./configure (and'; \
997
	  echo 'not edit by hand).'; \
998
	  echo ''; \
999
	  echo '"""'; \
1000
	  echo ''; \
1001
	  echo '# pylint: disable=C0301,C0324'; \
1002
	  echo '# because this is autogenerated, we do not want'; \
1003
	  echo '# style warnings' ; \
1004
	  echo ''; \
1005
	  echo "VCS_VERSION = '$$VCSVER'"; \
1006
	} > $@
1007

    
1008
$(REPLACE_VARS_SED): Makefile
1009
	set -e; \
1010
	{ echo 's#@PREFIX@#$(prefix)#g'; \
1011
	  echo 's#@SYSCONFDIR@#$(sysconfdir)#g'; \
1012
	  echo 's#@LOCALSTATEDIR@#$(localstatedir)#g'; \
1013
	  echo 's#@BINDIR@#$(bindir)#g'; \
1014
	  echo 's#@SBINDIR@#$(sbindir)#g'; \
1015
	  echo 's#@GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
1016
	  echo 's#@CUSTOM_XEN_BOOTLOADER@#$(XEN_BOOTLOADER)#g'; \
1017
	  echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
1018
	  echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
1019
	  echo 's#@CUSTOM_IALLOCATOR_SEARCH_PATH@#$(IALLOCATOR_SEARCH_PATH)#g'; \
1020
	  echo 's#@CUSTOM_EXPORT_DIR@#$(EXPORT_DIR)#g'; \
1021
	  echo 's#@RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
1022
	  echo 's#@RPL_SSH_INITD_SCRIPT@#$(SSH_INITD_SCRIPT)#g'; \
1023
	  echo 's#@PKGLIBDIR@#$(pkglibdir)#g'; \
1024
	  echo 's#@GNTMASTERUSER@#$(MASTERD_USER)#g'; \
1025
	  echo 's#@GNTRAPIUSER@#$(RAPI_USER)#g'; \
1026
	  echo 's#@GNTCONFDUSER@#$(CONFD_USER)#g'; \
1027
	  echo 's#@GNTNODEDUSER@#$(NODED_USER)#g'; \
1028
	  echo 's#@GNTRAPIGROUP@#$(RAPI_GROUP)#g'; \
1029
	  echo 's#@GNTADMINGROUP@#$(ADMIN_GROUP)#g'; \
1030
	  echo 's#@GNTCONFDGROUP@#$(CONFD_GROUP)#g'; \
1031
	  echo 's#@GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
1032
	  echo 's#@GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
1033
	} > $@
1034

    
1035
# Using deferred evaluation
1036
daemons/ganeti-%: MODULE = ganeti.server.$(patsubst ganeti-%,%,$(notdir $@))
1037
daemons/ganeti-watcher: MODULE = ganeti.watcher
1038
scripts/%: MODULE = ganeti.client.$(subst -,_,$(notdir $@))
1039
tools/ensure-dirs: MODULE = ganeti.tools.ensure_dirs
1040

    
1041
$(PYTHON_BOOTSTRAP): Makefile | $(all_dirfiles)
1042
	test -n "$(MODULE)" || { echo Missing module; exit 1; }
1043
	set -e; \
1044
	{ echo '#!/usr/bin/python'; \
1045
	  echo '# This file is automatically generated, do not edit!'; \
1046
	  echo "# Edit $(MODULE) instead."; \
1047
	  echo; \
1048
	  echo '"""Bootstrap script for L{$(MODULE)}"""'; \
1049
	  echo; \
1050
	  echo '# pylint: disable=C0103'; \
1051
	  echo '# C0103: Invalid name'; \
1052
	  echo; \
1053
	  echo 'import sys'; \
1054
	  echo 'import $(MODULE) as main'; \
1055
	  echo; \
1056
	  echo '# Temporarily alias commands until bash completion'; \
1057
	  echo '# generator is changed'; \
1058
	  echo 'if hasattr(main, "commands"):'; \
1059
	  echo '  commands = main.commands # pylint: disable=E1101'; \
1060
	  echo 'if hasattr(main, "aliases"):'; \
1061
	  echo '  aliases = main.aliases # pylint: disable=E1101'; \
1062
	  echo; \
1063
	  echo 'if __name__ == "__main__":'; \
1064
	  echo '  sys.exit(main.Main())'; \
1065
	} > $@
1066
	chmod u+x $@
1067

    
1068
# We need to create symlinks because "make distcheck" will not install Python
1069
# files when building.
1070
stamp-srclinks: Makefile | $(all_dirfiles)
1071
	set -e; \
1072
	for i in $(srclink_files); do \
1073
		if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
1074
			$(LN_S) $(abs_top_srcdir)/$$i $$i; \
1075
		fi; \
1076
	done
1077
	touch $@
1078

    
1079
.PHONY: ganeti
1080
ganeti:
1081
	cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
1082

    
1083
.PHONY: check-dirs
1084
check-dirs: $(BUILT_SOURCES)
1085
	@set -e; \
1086
	find . -type d \( \( -name . \) -o \( \
1087
		-name .git -o \
1088
		-name autom4te.cache \
1089
		\) -prune -o -print \) | { \
1090
		error=; \
1091
		while read dir; do \
1092
			case "$$dir" in \
1093
				$(strip $(patsubst %,(./%) ;;,$(DIRCHECK_EXCLUDE) $(DIRS))) \
1094
				*) error=1; echo "Directory $$dir not listed in Makefile" >&2 ;; \
1095
			esac; \
1096
		done; \
1097
		for dir in $(DIRS); do \
1098
			if ! test -d "$$dir"; then \
1099
				echo "Directory $$dir listed in DIRS does not exist" >&2; \
1100
				error=1; \
1101
			fi \
1102
		done; \
1103
		if test -n "$$error"; then exit 1; else exit 0; fi; \
1104
	}
1105

    
1106
.PHONY: check-local
1107
check-local: check-dirs $(BUILT_SOURCES)
1108
	$(CHECK_PYTHON_CODE) $(check_python_code)
1109
	$(CHECK_VERSION) $(VERSION) $(top_srcdir)/NEWS
1110
	$(CHECK_NEWS) < $(top_srcdir)/NEWS
1111
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(CHECK_IMPORTS) . $(standalone_python_modules)
1112
	expver=$(VERSION_MAJOR).$(VERSION_MINOR); \
1113
	if test "`head -n 1 $(top_srcdir)/README`" != "Ganeti $$expver"; then \
1114
		echo "Incorrect version in README, expected $$expver"; \
1115
		exit 1; \
1116
	fi; \
1117
	for file in doc/iallocator.rst doc/hooks.rst; do \
1118
		if test "`sed -ne '4 p' $(top_srcdir)/$$file`" != \
1119
		        "Documents Ganeti version $$expver"; then \
1120
			echo "Incorrect version in $$file, expected $$expver"; \
1121
			exit 1; \
1122
		fi; \
1123
	done
1124

    
1125
.PHONY: hs-check
1126
hs-check: htools/test
1127
	@rm -f test.tix
1128
	./htools/test
1129

    
1130
# E111: indentation is not a multiple of four
1131
# E261: at least two spaces before inline comment
1132
# E501: line too long (80 characters)
1133
PEP8_IGNORE = E111,E261,E501
1134

    
1135
# For excluding pep8 expects filenames only, not whole paths
1136
PEP8_EXCLUDE = $(subst $(space),$(comma),$(strip $(notdir $(BUILT_PYTHON_SOURCES))))
1137

    
1138
.PHONY: lint
1139
lint: $(BUILT_SOURCES)
1140
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
1141
	if test -z "$(PEP8)"; then \
1142
		echo '"pep8" not found during configure' >&2; \
1143
	else \
1144
		$(PEP8) --repeat --ignore='$(PEP8_IGNORE)' --exclude='$(PEP8_EXCLUDE)' \
1145
			$(pep8_python_code); \
1146
	fi
1147
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
1148
	cd $(top_srcdir)/qa && \
1149
	  PYTHONPATH=$(abs_top_srcdir) $(PYLINT) $(LINT_OPTS) \
1150
	  --rcfile  ../pylintrc $(patsubst qa/%.py,%,$(qa_scripts))
1151

    
1152
.PHONY: hlint
1153
hlint: $(HS_BUILT_SRCS)
1154
	if tty -s; then C="-c"; else C=""; fi; \
1155
	hlint --report=doc/hs-lint.html $$C htools
1156

    
1157
# a dist hook rule for updating the vcs-version file; this is
1158
# hardcoded due to where it needs to build the file...
1159
dist-hook:
1160
	$(MAKE) regen-vcs-version && \
1161
	rm -f $(top_distdir)/vcs-version && \
1162
	cp -p $(srcdir)/vcs-version $(top_distdir)
1163

    
1164
# a distcheck hook rule for catching revision control directories
1165
distcheck-hook:
1166
	if find $(top_distdir) -name .svn -or -name .git | grep .; then \
1167
		echo "Found revision control files in final archive." 1>&2; \
1168
		exit 1; \
1169
	fi
1170
	if find $(top_distdir) -name '*.py[co]' | grep .; then \
1171
		echo "Found Python byte code in final archive." 1>&2; \
1172
		exit 1; \
1173
	fi
1174
	if find $(top_distdir) -name '*~' | grep .; then \
1175
		echo "Found backup files in final archive." 1>&2; \
1176
		exit 1; \
1177
	fi
1178
# Empty files or directories should not be distributed. They can cause
1179
# unnecessary warnings for packagers. Directories used by automake during
1180
# distcheck must be excluded.
1181
	if find $(top_distdir) -empty -and -not \( \
1182
			-path $(top_distdir)/_build -or \
1183
			-path $(top_distdir)/_inst \) | grep .; then \
1184
		echo "Found empty files or directories in final archive." 1>&2; \
1185
		exit 1; \
1186
	fi
1187
	if test -n "$(BUILD_RELEASE)" && \
1188
	   grep -n -H -E '^\*.*unreleased' $(top_distdir)/NEWS; then \
1189
		echo "Found unreleased version in NEWS." >&2; \
1190
		exit 1; \
1191
	fi
1192

    
1193
# When building a release, stricter checks should be used
1194
distcheck-release dist-release: export BUILD_RELEASE = 1
1195
distcheck-release: distcheck
1196

    
1197
dist-release: dist
1198
	set -e; \
1199
	for i in $(DIST_ARCHIVES); do \
1200
		echo -n "Checking $$i ... "; \
1201
		autotools/check-tar < $$i; \
1202
		echo OK; \
1203
	done
1204

    
1205
install-exec-local:
1206
	@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
1207
	  "$(DESTDIR)${localstatedir}/log/ganeti" \
1208
	  "$(DESTDIR)${localstatedir}/run/ganeti"
1209

    
1210
# To avoid conflicts between directory names and other targets, a file inside
1211
# the directory is used to ensure its existence.
1212
%.dir:
1213
	@mkdir_p@ $* && touch $@
1214

    
1215
.PHONY: apidoc
1216
if WANT_HTOOLSAPIDOC
1217
apidoc: py-apidoc hs-apidoc
1218
else
1219
apidoc: py-apidoc
1220
endif
1221

    
1222
.PHONY: py-apidoc
1223
py-apidoc: epydoc.conf $(RUN_IN_TEMPDIR) $(BUILT_SOURCES)
1224
	$(RUN_IN_TEMPDIR) epydoc -v \
1225
		--conf $(CURDIR)/epydoc.conf \
1226
		--output $(CURDIR)/$(APIDOC_PY_DIR)
1227

    
1228
.PHONY: hs-apidoc
1229
hs-apidoc: $(HS_BUILT_SRCS)
1230
	@test -n "$(HSCOLOUR)" || \
1231
	    { echo 'HsColour' not found during configure; exit 1; }
1232
	@test -n "$(HADDOCK)" || \
1233
	    { echo 'haddock' not found during configure; exit 1; }
1234
	rm -rf $(APIDOC_HS_DIR)/*
1235
	@mkdir_p@ $(APIDOC_HS_DIR)/Ganeti/HTools/Program
1236
	$(HSCOLOUR) -print-css > $(APIDOC_HS_DIR)/Ganeti/hscolour.css
1237
	$(LN_S) ../hscolour.css $(APIDOC_HS_DIR)/Ganeti/HTools/hscolour.css
1238
	set -e ; \
1239
	cd htools; \
1240
	if [ "$(HTOOLS_NOCURL)" ]; \
1241
	then OPTGHC="--optghc=$(HTOOLS_NOCURL)"; \
1242
	else OPTGHC=""; \
1243
	fi; \
1244
	if [ "$(HTOOLS_PARALLEL3)" ]; \
1245
	then OPTGHC="$$OPTGHC --optghc=$(HTOOLS_PARALLEL3)"; \
1246
	fi; \
1247
	RELSRCS="$(HS_LIB_SRCS:htools/%=%)  $(HS_BUILT_SRCS:htools/%=%)"; \
1248
	for file in $$RELSRCS; do \
1249
		hfile=`echo $$file|sed 's/\\.hs$$//'`.html; \
1250
		$(HSCOLOUR) -css -anchor $$file > ../$(APIDOC_HS_DIR)/$$hfile ; \
1251
	done ; \
1252
	$(HADDOCK) --odir ../$(APIDOC_HS_DIR) --html --ignore-all-exports -w \
1253
		-t ganeti-htools -p haddock-prologue \
1254
		--source-module="%{MODULE/.//}.html" \
1255
		--source-entity="%{MODULE/.//}.html#%{NAME}" \
1256
		$$OPTGHC \
1257
		$(filter-out Ganeti/HTools/ExtLoader.hs,$(HS_LIB_SRCS:htools/%=%))
1258

    
1259
.PHONY: TAGS
1260
TAGS: $(BUILT_SOURCES)
1261
	rm -f TAGS
1262
	find . -path './lib/*.py' -o -path './scripts/gnt-*' -o \
1263
	  -path './daemons/ganeti-*' -o -path './tools/*' -o \
1264
	  -path './qa/*.py' | \
1265
	  etags -l python -
1266

    
1267
.PHONY: coverage
1268
if WANT_HTOOLS
1269
coverage: py-coverage hs-coverage
1270
else
1271
coverage: py-coverage
1272
endif
1273

    
1274
.PHONY: py-coverage
1275
py-coverage: $(BUILT_SOURCES) $(python_tests)
1276
	set -e; \
1277
	COVERAGE_FILE=$(CURDIR)/$(COVERAGE_PY_DIR)/data \
1278
	TEXT_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR)/report.txt \
1279
	HTML_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR) \
1280
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/gen-coverage \
1281
	$(python_tests)
1282

    
1283
.PHONY: hs-coverage
1284
hs-coverage: $(haskell_tests)
1285
	cd htools && rm -f *.tix *.mix && ./test
1286
	@mkdir_p@ $(COVERAGE_HS_DIR)
1287
	hpc markup --destdir=$(COVERAGE_HS_DIR) htools/test $(HPCEXCL)
1288
	hpc report htools/test $(HPCEXCL)
1289
	$(LN_S) -f hpc_index.html $(COVERAGE_HS_DIR)/index.html
1290

    
1291
# Special "kind-of-QA" target for htools, needs special setup (all
1292
# tools compiled with -fhpc)
1293
.PHONY: live-test
1294
live-test: all
1295
	set -e ; \
1296
	cd htools; \
1297
	rm -f .hpc; $(LN_S) ../.hpc .hpc; \
1298
	rm -f *.tix *.mix; \
1299
	./live-test.sh; \
1300
	hpc sum --union $(HPCEXCL) $(addsuffix .tix,$(HS_PROGS:htools/%=%)) \
1301
	  --output=live-test.tix ; \
1302
	@mkdir_p@ ../$(COVERAGE_HS_DIR) ; \
1303
	hpc markup --destdir=../$(COVERAGE_HS_DIR) live-test \
1304
		--srcdir=.. $(HPCEXCL) ; \
1305
	hpc report --srcdir=.. live-test $(HPCEXCL)
1306

    
1307
commit-check: distcheck lint apidoc
1308

    
1309
-include ./Makefile.local
1310

    
1311
# vim: set noet :