Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 9822b1dd

History | View | Annotate | Download (36.4 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 \
338
	--exclude Ganeti.Constants \
339
	--exclude Ganeti.THH \
340
	--exclude Ganeti.HTools.QC \
341
	--exclude Ganeti.HTools.QCHelper \
342
	--exclude Ganeti.HTools.Version
343

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

    
374
HS_BUILT_SRCS = htools/Ganeti/HTools/Version.hs htools/Ganeti/Constants.hs
375
HS_BUILT_SRCS_IN = $(patsubst %,%.in,$(HS_BUILT_SRCS))
376

    
377
$(RUN_IN_TEMPDIR): | $(all_dirfiles)
378

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

    
398
doc/html: doc/html/index.html
399

    
400
doc/install-quick.rst: INSTALL
401
doc/news.rst: NEWS
402
doc/upgrade.rst: UPGRADE
403

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

    
412
docdot = \
413
	doc/arch-2.0.dot \
414
	doc/design-2.1-lock-acquire.dot \
415
	doc/design-2.1-lock-release.dot
416

    
417
docpng = $(patsubst %.dot,%.png,$(docdot))
418

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

    
432
gnt_scripts = \
433
	scripts/gnt-backup \
434
	scripts/gnt-cluster \
435
	scripts/gnt-debug \
436
	scripts/gnt-group \
437
	scripts/gnt-instance \
438
	scripts/gnt-job \
439
	scripts/gnt-node \
440
	scripts/gnt-os
441

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

    
457
PYTHON_BOOTSTRAP = \
458
	$(PYTHON_BOOTSTRAP_SBIN) \
459
	tools/ensure-dirs
460

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

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

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

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

    
510
dist_sbin_SCRIPTS = \
511
	tools/ganeti-listrunner
512

    
513
nodist_sbin_SCRIPTS = \
514
	$(PYTHON_BOOTSTRAP_SBIN) \
515
	daemons/ganeti-cleaner
516

    
517
dist_tools_PYTHON = \
518
	tools/burnin \
519
	tools/cfgshell \
520
	tools/cfgupgrade \
521
	tools/cfgupgrade12 \
522
	tools/cluster-merge \
523
	tools/lvmstrap \
524
	tools/move-instance \
525
	tools/ovfconverter \
526
	tools/setup-ssh \
527
	tools/sanitize-config
528

    
529
dist_tools_SCRIPTS = \
530
	$(dist_tools_PYTHON) \
531
	tools/kvm-console-wrapper \
532
	tools/xm-console-wrapper
533

    
534
pkglib_python_scripts = \
535
	daemons/import-export \
536
	tools/check-cert-expired
537

    
538
nodist_pkglib_python_scripts = \
539
	tools/ensure-dirs
540

    
541
pkglib_SCRIPTS = \
542
	daemons/daemon-util \
543
	tools/kvm-ifup \
544
	$(pkglib_python_scripts)
545

    
546
nodist_pkglib_SCRIPTS = \
547
	$(nodist_pkglib_python_scripts)
548

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

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

    
623
manrst = $(patsubst %.1,%.rst,$(patsubst %.7,%.rst,$(patsubst %.8,%.rst,$(man_MANS))))
624
manhtml = $(patsubst %.rst,%.html,$(manrst))
625
mangen = $(patsubst %.rst,%.gen,$(manrst))
626
maninput = \
627
	$(patsubst %.1,%.1.in,$(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS)))) \
628
	$(patsubst %.html,%.html.in,$(manhtml)) \
629
	man/footer.man man/footer.html $(mangen)
630

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

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

    
741
haskell_tests = htools/test
742

    
743
dist_TESTS = \
744
	test/check-cert-expired_unittest.bash \
745
	test/daemon-util_unittest.bash \
746
	test/ganeti-cleaner_unittest.bash \
747
	test/import-export_unittest.bash \
748
	$(python_tests)
749

    
750
nodist_TESTS =
751
if WANT_HTOOLSTESTS
752
nodist_TESTS += $(haskell_tests)
753
endif
754

    
755
TESTS = $(dist_TESTS) $(nodist_TESTS)
756

    
757
# Environment for all tests
758
PLAIN_TESTS_ENVIRONMENT = \
759
	PYTHONPATH=. TOP_SRCDIR=$(abs_top_srcdir) PYTHON=$(PYTHON) $(RUN_IN_TEMPDIR)
760

    
761
# Environment for tests run by automake
762
TESTS_ENVIRONMENT = \
763
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/testrunner
764

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

    
786
srclink_files = \
787
	man/footer.rst \
788
	test/check-cert-expired_unittest.bash \
789
	test/daemon-util_unittest.bash \
790
	test/ganeti-cleaner_unittest.bash \
791
	test/import-export_unittest.bash \
792
	$(all_python_code) \
793
	$(HS_LIB_SRCS) $(HS_PROG_SRCS)
794

    
795
check_python_code = \
796
	$(BUILD_BASH_COMPLETION) \
797
	$(CHECK_IMPORTS) \
798
	$(DOCPP) \
799
	$(all_python_code)
800

    
801
lint_python_code = \
802
	ganeti \
803
	ganeti/http/server.py \
804
	$(dist_sbin_SCRIPTS) \
805
	$(dist_tools_PYTHON) \
806
	$(pkglib_python_scripts) \
807
	$(BUILD_BASH_COMPLETION) \
808
	$(CHECK_IMPORTS) \
809
	$(DOCPP) \
810
	$(PYTHON_BOOTSTRAP)
811

    
812
standalone_python_modules = \
813
	lib/rapi/client.py \
814
	tools/ganeti-listrunner
815

    
816
pep8_python_code = \
817
	ganeti \
818
	ganeti/http/server.py \
819
	$(dist_sbin_SCRIPTS) \
820
	$(dist_tools_PYTHON) \
821
	$(pkglib_python_scripts) \
822
	$(BUILD_BASH_COMPLETION) \
823
	$(DOCPP) \
824
	$(PYTHON_BOOTSTRAP) \
825
	qa
826

    
827
test/daemon-util_unittest.bash: daemons/daemon-util
828

    
829
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
830

    
831
tools/kvm-ifup: tools/kvm-ifup.in $(REPLACE_VARS_SED)
832
	sed -f $(REPLACE_VARS_SED) < $< > $@
833
	chmod +x $@
834

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

    
839
daemons/%: daemons/%.in $(REPLACE_VARS_SED)
840
	sed -f $(REPLACE_VARS_SED) < $< > $@
841
	chmod +x $@
842

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

    
846
doc/examples/hooks/%: doc/examples/hooks/%.in $(REPLACE_VARS_SED)
847
	sed -f $(REPLACE_VARS_SED) < $< > $@
848

    
849
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
850
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin
851
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
852

    
853
doc/%.png: doc/%.dot
854
	@test -n "$(DOT)" || { echo 'dot' not found during configure; exit 1; }
855
	$(DOT) -Tpng -o $@ $<
856

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

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

    
867
man/%.gen: man/%.rst lib/query.py lib/build/sphinx_ext.py
868
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(DOCPP) < $< > $@
869

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

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

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

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

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

    
894
man/%.html: man/%.html.in $(REPLACE_VARS_SED)
895
	sed -f $(REPLACE_VARS_SED) < $< > $@
896

    
897
epydoc.conf: epydoc.conf.in Makefile
898
	sed -e 's#@MODULES@#$(strip $(lint_python_code))#g' < $< > $@
899

    
900
vcs-version:
901
	if test -d .git; then \
902
	  git describe > $@; \
903
	elif test ! -f $@ ; then \
904
	  echo "Cannot auto-generate $@ file"; exit 1; \
905
	fi
906

    
907
.PHONY: regen-vcs-version
908
regen-vcs-version:
909
	set -e; \
910
	cd $(srcdir); \
911
	if test -d .git; then \
912
	  rm -f vcs-version; \
913
	  $(MAKE) vcs-version; \
914
	fi
915

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

    
921
htools/Ganeti/Constants.hs: htools/Ganeti/Constants.hs.in \
922
	lib/constants.py lib/_autoconf.py $(CONVERT_CONSTANTS)
923
	set -e; \
924
	{ cat $< ; PYTHONPATH=. $(CONVERT_CONSTANTS); } > $@
925

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

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

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

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

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

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

    
1083
.PHONY: ganeti
1084
ganeti:
1085
	cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
1086

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

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

    
1129
.PHONY: hs-check
1130
hs-check: htools/test
1131
	@rm -f test.tix
1132
	./htools/test
1133

    
1134
# E111: indentation is not a multiple of four
1135
# E261: at least two spaces before inline comment
1136
# E501: line too long (80 characters)
1137
PEP8_IGNORE = E111,E261,E501
1138

    
1139
# For excluding pep8 expects filenames only, not whole paths
1140
PEP8_EXCLUDE = $(subst $(space),$(comma),$(strip $(notdir $(BUILT_PYTHON_SOURCES))))
1141

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

    
1156
.PHONY: hlint
1157
hlint: $(HS_BUILT_SRCS)
1158
	if tty -s; then C="-c"; else C=""; fi; \
1159
	hlint --report=doc/hs-lint.html $$C htools
1160

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

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

    
1197
# When building a release, stricter checks should be used
1198
distcheck-release dist-release: export BUILD_RELEASE = 1
1199
distcheck-release: distcheck
1200

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

    
1209
install-exec-local:
1210
	@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
1211
	  "$(DESTDIR)${localstatedir}/log/ganeti" \
1212
	  "$(DESTDIR)${localstatedir}/run/ganeti"
1213

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

    
1219
.PHONY: apidoc
1220
if WANT_HTOOLSAPIDOC
1221
apidoc: py-apidoc hs-apidoc
1222
else
1223
apidoc: py-apidoc
1224
endif
1225

    
1226
.PHONY: py-apidoc
1227
py-apidoc: epydoc.conf $(RUN_IN_TEMPDIR) $(BUILT_SOURCES)
1228
	$(RUN_IN_TEMPDIR) epydoc -v \
1229
		--conf $(CURDIR)/epydoc.conf \
1230
		--output $(CURDIR)/$(APIDOC_PY_DIR)
1231

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

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

    
1271
.PHONY: coverage
1272
if WANT_HTOOLS
1273
coverage: py-coverage hs-coverage
1274
else
1275
coverage: py-coverage
1276
endif
1277

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

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

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

    
1311
commit-check: distcheck lint apidoc
1312

    
1313
-include ./Makefile.local
1314

    
1315
# vim: set noet :