Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ f047f90f

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

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

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

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

    
393
doc/html: doc/html/index.html
394

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

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

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

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

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

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

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

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

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

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

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

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

    
505
dist_sbin_SCRIPTS = \
506
	tools/ganeti-listrunner
507

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

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

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

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

    
533
nodist_pkglib_python_scripts = \
534
	tools/ensure-dirs
535

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

    
541
nodist_pkglib_SCRIPTS = \
542
	$(nodist_pkglib_python_scripts)
543

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

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

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

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

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

    
736
haskell_tests = htools/test
737

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
1306
commit-check: distcheck lint apidoc
1307

    
1308
-include ./Makefile.local
1309

    
1310
# vim: set noet :