Statistics
| Branch: | Tag: | Revision:

root / Makefile.am @ 820ca72d

History | View | Annotate | Download (61.9 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
# Helper function to strip src/ and test/hs/ from a list
18
strip_hsroot = $(patsubst src/%,%,$(patsubst test/hs/%,%,$(1)))
19

    
20
# Use bash in order to be able to use pipefail
21
SHELL=/bin/bash
22

    
23
ACLOCAL_AMFLAGS = -I autotools
24
BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion
25
RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir
26
CHECK_PYTHON_CODE = $(top_srcdir)/autotools/check-python-code
27
CHECK_HEADER = $(top_srcdir)/autotools/check-header
28
CHECK_MAN_DASHES = $(top_srcdir)/autotools/check-man-dashes
29
CHECK_MAN_REFERENCES = $(top_srcdir)/autotools/check-man-references
30
CHECK_MAN_WARNINGS = $(top_srcdir)/autotools/check-man-warnings
31
CHECK_VERSION = $(top_srcdir)/autotools/check-version
32
CHECK_NEWS = $(top_srcdir)/autotools/check-news
33
CHECK_IMPORTS = $(top_srcdir)/autotools/check-imports
34
DOCPP = $(top_srcdir)/autotools/docpp
35
REPLACE_VARS_SED = autotools/replace_vars.sed
36
CONVERT_CONSTANTS = $(top_srcdir)/autotools/convert-constants
37
BUILD_RPC = $(top_srcdir)/autotools/build-rpc
38
SHELL_ENV_INIT = autotools/shell-env-init
39

    
40
# Note: these are automake-specific variables, and must be named after
41
# the directory + 'dir' suffix
42
clientdir = $(pkgpythondir)/client
43
cmdlibdir = $(pkgpythondir)/cmdlib
44
hypervisordir = $(pkgpythondir)/hypervisor
45
storagedir = $(pkgpythondir)/storage
46
httpdir = $(pkgpythondir)/http
47
masterddir = $(pkgpythondir)/masterd
48
confddir = $(pkgpythondir)/confd
49
rapidir = $(pkgpythondir)/rapi
50
serverdir = $(pkgpythondir)/server
51
watcherdir = $(pkgpythondir)/watcher
52
impexpddir = $(pkgpythondir)/impexpd
53
utilsdir = $(pkgpythondir)/utils
54
toolsdir = $(pkglibdir)/tools
55
iallocatorsdir = $(pkglibdir)/iallocators
56
pytoolsdir = $(pkgpythondir)/tools
57
docdir = $(datadir)/doc/$(PACKAGE)
58
myexeclibdir = $(pkglibdir)
59

    
60
# Delete output file if an error occurred while building it
61
.DELETE_ON_ERROR:
62

    
63
HS_DIRS = \
64
	src \
65
	src/Ganeti \
66
	src/Ganeti/Confd \
67
	src/Ganeti/Curl \
68
	src/Ganeti/DataCollectors \
69
	src/Ganeti/HTools \
70
	src/Ganeti/HTools/Backend \
71
	src/Ganeti/HTools/Program \
72
	src/Ganeti/Hypervisor \
73
	src/Ganeti/Hypervisor/Xen \
74
	src/Ganeti/Monitoring \
75
	src/Ganeti/Query \
76
	src/Ganeti/Storage \
77
	src/Ganeti/Storage/Diskstats \
78
	src/Ganeti/Storage/Drbd \
79
	src/Ganeti/Storage/Lvm \
80
	test/hs \
81
	test/hs/Test \
82
	test/hs/Test/Ganeti \
83
	test/hs/Test/Ganeti/Storage \
84
	test/hs/Test/Ganeti/Storage/Diskstats \
85
	test/hs/Test/Ganeti/Storage/Drbd \
86
	test/hs/Test/Ganeti/Storage/Lvm \
87
	test/hs/Test/Ganeti/Confd \
88
	test/hs/Test/Ganeti/HTools \
89
	test/hs/Test/Ganeti/HTools/Backend \
90
	test/hs/Test/Ganeti/Hypervisor \
91
	test/hs/Test/Ganeti/Hypervisor/Xen \
92
	test/hs/Test/Ganeti/Query
93

    
94
# Haskell directories without the roots (src, test/hs)
95
HS_DIRS_NOROOT = $(filter-out src,$(filter-out test/hs,$(HS_DIRS)))
96

    
97
DIRS = \
98
	$(HS_DIRS) \
99
	autotools \
100
	daemons \
101
	devel \
102
	devel/data \
103
	doc \
104
	doc/css \
105
	doc/examples \
106
	doc/examples/gnt-debug \
107
	doc/examples/hooks \
108
	test/data/htools \
109
	test/data/htools/rapi \
110
	test/hs/shelltests \
111
	test/autotools \
112
	lib \
113
	lib/build \
114
	lib/client \
115
	lib/cmdlib \
116
	lib/confd \
117
	lib/http \
118
	lib/hypervisor \
119
	lib/impexpd \
120
	lib/masterd \
121
	lib/rapi \
122
	lib/server \
123
	lib/storage \
124
	lib/tools \
125
	lib/utils \
126
	lib/watcher \
127
	man \
128
	qa \
129
	test \
130
	test/data \
131
	test/data/bdev-rbd \
132
	test/data/ovfdata \
133
	test/data/ovfdata/other \
134
	test/py \
135
	tools
136

    
137
ALL_APIDOC_HS_DIRS = \
138
	$(APIDOC_HS_DIR) \
139
	$(patsubst %,$(APIDOC_HS_DIR)/%,$(call strip_hsroot,$(HS_DIRS_NOROOT)))
140

    
141
BUILDTIME_DIR_AUTOCREATE = \
142
	scripts \
143
	$(APIDOC_DIR) \
144
	$(ALL_APIDOC_HS_DIRS) \
145
	$(APIDOC_PY_DIR) \
146
	$(COVERAGE_DIR) \
147
	$(COVERAGE_HS_DIR) \
148
	$(COVERAGE_PY_DIR) \
149
	.hpc
150

    
151
BUILDTIME_DIRS = \
152
	$(BUILDTIME_DIR_AUTOCREATE) \
153
	doc/html \
154
	doc/man-html
155

    
156
DIRCHECK_EXCLUDE = \
157
	$(BUILDTIME_DIRS) \
158
	ganeti-[0-9]*.[0-9]*.[0-9]* \
159
	doc/html/_* \
160
	doc/man-html/_* \
161
	autom4te.cache
162

    
163
# some helper vars
164
COVERAGE_DIR = doc/coverage
165
COVERAGE_PY_DIR = $(COVERAGE_DIR)/py
166
COVERAGE_HS_DIR = $(COVERAGE_DIR)/hs
167
APIDOC_DIR = doc/api
168
APIDOC_PY_DIR = $(APIDOC_DIR)/py
169
APIDOC_HS_DIR = $(APIDOC_DIR)/hs
170

    
171
MAINTAINERCLEANFILES = \
172
	$(maninput) \
173
	doc/install-quick.rst \
174
	doc/news.rst \
175
	doc/upgrade.rst \
176
	vcs-version
177

    
178
maintainer-clean-local:
179
	rm -rf $(BUILDTIME_DIRS)
180

    
181
CLEANFILES = \
182
	$(addsuffix /*.py[co],$(DIRS)) \
183
	$(addsuffix /*.hi,$(HS_DIRS)) \
184
	$(addsuffix /*.o,$(HS_DIRS)) \
185
	$(PYTHON_BOOTSTRAP) \
186
	epydoc.conf \
187
	$(REPLACE_VARS_SED) \
188
	$(SHELL_ENV_INIT) \
189
	daemons/daemon-util \
190
	daemons/ganeti-cleaner \
191
	devel/squeeze-amd64.tar.gz \
192
	devel/squeeze-amd64.conf \
193
	$(mandocrst) \
194
	doc/manpages-enabled.rst \
195
	$(BUILT_EXAMPLES) \
196
	doc/examples/bash_completion \
197
	doc/examples/bash_completion-debug \
198
	lib/_generated_rpc.py \
199
	$(man_MANS) \
200
	$(manhtml) \
201
	tools/kvm-ifup \
202
	tools/vif-ganeti \
203
	tools/net-common \
204
	tools/users-setup \
205
	tools/vcluster-setup \
206
	stamp-directories \
207
	stamp-srclinks \
208
	$(nodist_pkgpython_PYTHON) \
209
	$(HS_ALL_PROGS) $(HS_BUILT_SRCS) \
210
	$(HS_BUILT_TEST_HELPERS) \
211
	src/ganeti-confd \
212
	src/ganeti-mond \
213
	.hpc/*.mix src/*.tix test/hs/*.tix \
214
	doc/hs-lint.html
215

    
216
GENERATED_FILES = \
217
	$(built_base_sources) \
218
	$(BUILT_PYTHON_SOURCES) \
219
	$(PYTHON_BOOTSTRAP)
220

    
221
HS_GENERATED_FILES =
222
if WANT_HTOOLS
223
HS_GENERATED_FILES += $(HS_PROGS)
224
if ENABLE_CONFD
225
HS_GENERATED_FILES += src/hconfd src/ganeti-confd
226
endif
227

    
228
if ENABLE_MOND
229
HS_GENERATED_FILES += src/ganeti-mond
230
endif
231
endif
232

    
233
built_base_sources = \
234
	stamp-directories \
235
	stamp-srclinks
236

    
237
built_python_base_sources = \
238
	lib/_autoconf.py \
239
	lib/_vcsversion.py
240

    
241
BUILT_PYTHON_SOURCES = \
242
	$(built_python_base_sources) \
243
	lib/_generated_rpc.py
244

    
245
# Generating the RPC wrappers depends on many things, so make sure
246
# it's built at the end of the built sources
247
lib/_generated_rpc.py: | $(built_base_sources) $(built_python_base_sources)
248

    
249
# these are all built from the underlying %.in sources
250
BUILT_EXAMPLES = \
251
	doc/examples/ganeti-kvm-poweroff.initd \
252
	doc/examples/ganeti.cron \
253
	doc/examples/ganeti.initd \
254
	doc/examples/ganeti-master-role.ocf \
255
	doc/examples/ganeti-node-role.ocf \
256
	doc/examples/gnt-config-backup \
257
	doc/examples/hooks/ipsec
258

    
259
nodist_pkgpython_PYTHON = \
260
	$(BUILT_PYTHON_SOURCES)
261

    
262
noinst_PYTHON = \
263
	lib/build/__init__.py \
264
	lib/build/shell_example_lexer.py \
265
	lib/build/sphinx_ext.py
266

    
267
pkgpython_PYTHON = \
268
	lib/__init__.py \
269
	lib/asyncnotifier.py \
270
	lib/backend.py \
271
	lib/bootstrap.py \
272
	lib/cli.py \
273
	lib/compat.py \
274
	lib/config.py \
275
	lib/constants.py \
276
	lib/daemon.py \
277
	lib/errors.py \
278
	lib/hooksmaster.py \
279
	lib/ht.py \
280
	lib/jqueue.py \
281
	lib/jstore.py \
282
	lib/locking.py \
283
	lib/luxi.py \
284
	lib/mcpu.py \
285
	lib/netutils.py \
286
	lib/objects.py \
287
	lib/opcodes.py \
288
	lib/outils.py \
289
	lib/ovf.py \
290
	lib/pathutils.py \
291
	lib/qlang.py \
292
	lib/query.py \
293
	lib/rpc.py \
294
	lib/rpc_defs.py \
295
	lib/runtime.py \
296
	lib/serializer.py \
297
	lib/ssconf.py \
298
	lib/ssh.py \
299
	lib/uidpool.py \
300
	lib/vcluster.py \
301
	lib/network.py \
302
	lib/workerpool.py
303

    
304
client_PYTHON = \
305
	lib/client/__init__.py \
306
	lib/client/gnt_backup.py \
307
	lib/client/gnt_cluster.py \
308
	lib/client/gnt_debug.py \
309
	lib/client/gnt_group.py \
310
	lib/client/gnt_instance.py \
311
	lib/client/gnt_job.py \
312
	lib/client/gnt_node.py \
313
	lib/client/gnt_network.py \
314
	lib/client/gnt_os.py \
315
	lib/client/gnt_storage.py
316

    
317
cmdlib_PYTHON = \
318
	lib/cmdlib/__init__.py \
319
	lib/cmdlib/backup.py \
320
	lib/cmdlib/base.py \
321
	lib/cmdlib/cluster.py \
322
	lib/cmdlib/common.py \
323
	lib/cmdlib/group.py \
324
	lib/cmdlib/instance.py \
325
	lib/cmdlib/instance_migration.py \
326
	lib/cmdlib/instance_operation.py \
327
	lib/cmdlib/instance_query.py \
328
	lib/cmdlib/instance_storage.py \
329
	lib/cmdlib/instance_utils.py \
330
	lib/cmdlib/misc.py \
331
	lib/cmdlib/network.py \
332
	lib/cmdlib/node.py \
333
	lib/cmdlib/operating_system.py \
334
	lib/cmdlib/query.py \
335
	lib/cmdlib/tags.py \
336
	lib/cmdlib/test.py
337

    
338
hypervisor_PYTHON = \
339
	lib/hypervisor/__init__.py \
340
	lib/hypervisor/hv_base.py \
341
	lib/hypervisor/hv_chroot.py \
342
	lib/hypervisor/hv_fake.py \
343
	lib/hypervisor/hv_kvm.py \
344
	lib/hypervisor/hv_lxc.py \
345
	lib/hypervisor/hv_xen.py
346

    
347
storage_PYTHON = \
348
	lib/storage/__init__.py \
349
	lib/storage/bdev.py \
350
	lib/storage/base.py \
351
	lib/storage/container.py \
352
	lib/storage/drbd.py \
353
	lib/storage/drbd_info.py \
354
	lib/storage/drbd_cmdgen.py \
355
	lib/storage/filestorage.py
356

    
357
rapi_PYTHON = \
358
	lib/rapi/__init__.py \
359
	lib/rapi/baserlib.py \
360
	lib/rapi/client.py \
361
	lib/rapi/client_utils.py \
362
	lib/rapi/connector.py \
363
	lib/rapi/rlib2.py \
364
	lib/rapi/testutils.py
365

    
366
http_PYTHON = \
367
	lib/http/__init__.py \
368
	lib/http/auth.py \
369
	lib/http/client.py \
370
	lib/http/server.py
371

    
372
confd_PYTHON = \
373
	lib/confd/__init__.py \
374
	lib/confd/client.py
375

    
376
masterd_PYTHON = \
377
	lib/masterd/__init__.py \
378
	lib/masterd/iallocator.py \
379
	lib/masterd/instance.py
380

    
381
impexpd_PYTHON = \
382
	lib/impexpd/__init__.py
383

    
384
watcher_PYTHON = \
385
	lib/watcher/__init__.py \
386
	lib/watcher/nodemaint.py \
387
	lib/watcher/state.py
388

    
389
server_PYTHON = \
390
	lib/server/__init__.py \
391
	lib/server/masterd.py \
392
	lib/server/noded.py \
393
	lib/server/rapi.py
394

    
395
pytools_PYTHON = \
396
	lib/tools/__init__.py \
397
	lib/tools/burnin.py \
398
	lib/tools/ensure_dirs.py \
399
	lib/tools/node_cleanup.py \
400
	lib/tools/node_daemon_setup.py \
401
	lib/tools/prepare_node_join.py
402

    
403
utils_PYTHON = \
404
	lib/utils/__init__.py \
405
	lib/utils/algo.py \
406
	lib/utils/filelock.py \
407
	lib/utils/hash.py \
408
	lib/utils/io.py \
409
	lib/utils/log.py \
410
	lib/utils/lvm.py \
411
	lib/utils/mlock.py \
412
	lib/utils/nodesetup.py \
413
	lib/utils/process.py \
414
	lib/utils/retry.py \
415
	lib/utils/storage.py \
416
	lib/utils/text.py \
417
	lib/utils/wrapper.py \
418
	lib/utils/x509.py
419

    
420
docinput = \
421
	doc/conf.py \
422
	doc/css/style.css \
423
	doc/admin.rst \
424
	doc/cluster-merge.rst \
425
	doc/design-2.0.rst \
426
	doc/design-2.1.rst \
427
	doc/design-2.2.rst \
428
	doc/design-2.3.rst \
429
	doc/design-2.4.rst \
430
	doc/design-2.5.rst \
431
	doc/design-2.6.rst \
432
	doc/design-2.7.rst \
433
	doc/design-2.8.rst \
434
	doc/design-autorepair.rst \
435
	doc/design-bulk-create.rst \
436
	doc/design-chained-jobs.rst \
437
	doc/design-cpu-pinning.rst \
438
	doc/design-device-uuid-name.rst \
439
	doc/design-draft.rst \
440
	doc/design-htools-2.3.rst \
441
	doc/design-http-server.rst \
442
	doc/design-impexp2.rst \
443
	doc/design-internal-shutdown.rst \
444
	doc/design-lu-generated-jobs.rst \
445
	doc/design-linuxha.rst \
446
	doc/design-multi-reloc.rst \
447
	doc/design-network.rst \
448
	doc/design-node-add.rst \
449
	doc/design-oob.rst \
450
	doc/design-ovf-support.rst \
451
	doc/design-opportunistic-locking.rst \
452
	doc/design-partitioned.rst \
453
	doc/design-query-splitting.rst \
454
	doc/design-query2.rst \
455
	doc/design-reason-trail.rst \
456
	doc/design-resource-model.rst \
457
	doc/design-restricted-commands.rst \
458
	doc/design-shared-storage.rst \
459
	doc/design-monitoring-agent.rst \
460
	doc/design-virtual-clusters.rst \
461
	doc/design-x509-ca.rst \
462
	doc/design-hroller.rst \
463
	doc/design-storagetypes.rst \
464
	doc/devnotes.rst \
465
	doc/glossary.rst \
466
	doc/hooks.rst \
467
	doc/iallocator.rst \
468
	doc/index.rst \
469
	doc/install-quick.rst \
470
	doc/install.rst \
471
	doc/locking.rst \
472
	doc/manpages-disabled.rst \
473
	doc/move-instance.rst \
474
	doc/news.rst \
475
	doc/ovfconverter.rst \
476
	doc/rapi.rst \
477
	doc/security.rst \
478
	doc/upgrade.rst \
479
	doc/virtual-cluster.rst \
480
	doc/walkthrough.rst
481

    
482
# Generates file names such as "doc/man-gnt-instance.rst"
483
mandocrst = $(addprefix doc/man-,$(notdir $(manrst)))
484

    
485
# Haskell programs to be installed in $PREFIX/bin
486
HS_BIN_PROGS=src/htools
487

    
488
# Haskell programs to be installed in the MYEXECLIB dir
489
if ENABLE_MOND
490
HS_MYEXECLIB_PROGS=src/mon-collector
491
else
492
HS_MYEXECLIB_PROGS=
493
endif
494

    
495
# Haskell programs to be compiled by "make really-all"
496
HS_COMPILE_PROGS= \
497
	src/ganeti-mond \
498
	src/hconfd \
499
	src/rpc-test
500

    
501
# All Haskell non-test programs to be compiled but not automatically installed
502
HS_PROGS = $(HS_BIN_PROGS) $(HS_MYEXECLIB_PROGS)
503

    
504
HS_BIN_ROLES = harep hbal hscan hspace hinfo hcheck hroller
505
HS_HTOOLS_PROGS = $(HS_BIN_ROLES) hail
506

    
507
HS_ALL_PROGS = \
508
	$(HS_PROGS) \
509
	test/hs/hpc-htools \
510
	test/hs/hpc-mon-collector \
511
	test/hs/htest \
512
	$(HS_COMPILE_PROGS)
513

    
514
HS_PROG_SRCS = $(patsubst %,%.hs,$(HS_ALL_PROGS))
515
HS_BUILT_TEST_HELPERS = $(HS_BIN_ROLES:%=test/hs/%) test/hs/hail
516

    
517
HFLAGS = \
518
	-O -Wall -Werror -isrc \
519
	-fwarn-monomorphism-restriction \
520
	-fwarn-tabs \
521
	$(GHC_BYVERSION_FLAGS)
522

    
523
# extra flags that can be overriden on the command line (e.g. -Wwarn, etc.)
524
HEXTRA =
525
# internal extra flags (used for test/hs/htest mainly)
526
HEXTRA_INT =
527
# exclude options for coverage reports
528
HPCEXCL = --exclude Main \
529
	--exclude Ganeti.Constants \
530
	--exclude Ganeti.HTools.QC \
531
	--exclude Ganeti.THH \
532
	--exclude Ganeti.Version \
533
	--exclude Test.Ganeti.Attoparsec \
534
	--exclude Test.Ganeti.TestCommon \
535
	--exclude Test.Ganeti.TestHTools \
536
	--exclude Test.Ganeti.TestHelper \
537
	--exclude Test.Ganeti.TestImports \
538
	$(patsubst src.%,--exclude Test.%,$(subst /,.,$(patsubst %.hs,%, $(HS_LIB_SRCS))))
539

    
540
HS_LIB_SRCS = \
541
	src/Ganeti/BasicTypes.hs \
542
	src/Ganeti/Common.hs \
543
	src/Ganeti/Compat.hs \
544
	src/Ganeti/Confd/Client.hs \
545
	src/Ganeti/Confd/ClientFunctions.hs \
546
	src/Ganeti/Confd/Server.hs \
547
	src/Ganeti/Confd/Types.hs \
548
	src/Ganeti/Confd/Utils.hs \
549
	src/Ganeti/Config.hs \
550
	src/Ganeti/Curl/Multi.hs \
551
	src/Ganeti/Daemon.hs \
552
	src/Ganeti/DataCollectors/CLI.hs \
553
	src/Ganeti/DataCollectors/Diskstats.hs \
554
	src/Ganeti/DataCollectors/Drbd.hs \
555
	src/Ganeti/DataCollectors/InstStatus.hs \
556
	src/Ganeti/DataCollectors/InstStatusTypes.hs \
557
	src/Ganeti/DataCollectors/Lv.hs \
558
	src/Ganeti/DataCollectors/Program.hs \
559
	src/Ganeti/DataCollectors/Types.hs \
560
	src/Ganeti/Errors.hs \
561
	src/Ganeti/HTools/Backend/IAlloc.hs \
562
	src/Ganeti/HTools/Backend/Luxi.hs \
563
	src/Ganeti/HTools/Backend/Rapi.hs \
564
	src/Ganeti/HTools/Backend/Simu.hs \
565
	src/Ganeti/HTools/Backend/Text.hs \
566
	src/Ganeti/HTools/CLI.hs \
567
	src/Ganeti/HTools/Cluster.hs \
568
	src/Ganeti/HTools/Container.hs \
569
	src/Ganeti/HTools/ExtLoader.hs \
570
	src/Ganeti/HTools/Graph.hs \
571
	src/Ganeti/HTools/Group.hs \
572
	src/Ganeti/HTools/Instance.hs \
573
	src/Ganeti/HTools/Loader.hs \
574
	src/Ganeti/HTools/Nic.hs \
575
	src/Ganeti/HTools/Node.hs \
576
	src/Ganeti/HTools/PeerMap.hs \
577
	src/Ganeti/HTools/Program/Hail.hs \
578
	src/Ganeti/HTools/Program/Harep.hs \
579
	src/Ganeti/HTools/Program/Hbal.hs \
580
	src/Ganeti/HTools/Program/Hcheck.hs \
581
	src/Ganeti/HTools/Program/Hinfo.hs \
582
	src/Ganeti/HTools/Program/Hscan.hs \
583
	src/Ganeti/HTools/Program/Hspace.hs \
584
	src/Ganeti/HTools/Program/Hroller.hs \
585
	src/Ganeti/HTools/Program/Main.hs \
586
	src/Ganeti/HTools/Types.hs \
587
	src/Ganeti/Hypervisor/Xen.hs \
588
	src/Ganeti/Hypervisor/Xen/XmParser.hs \
589
	src/Ganeti/Hypervisor/Xen/Types.hs \
590
	src/Ganeti/Hash.hs \
591
	src/Ganeti/JQueue.hs \
592
	src/Ganeti/JSON.hs \
593
	src/Ganeti/Jobs.hs \
594
	src/Ganeti/Logging.hs \
595
	src/Ganeti/Luxi.hs \
596
	src/Ganeti/Monitoring/Server.hs \
597
	src/Ganeti/Network.hs \
598
	src/Ganeti/Objects.hs \
599
	src/Ganeti/OpCodes.hs \
600
	src/Ganeti/OpParams.hs \
601
	src/Ganeti/Path.hs \
602
	src/Ganeti/Query/Cluster.hs \
603
	src/Ganeti/Query/Common.hs \
604
	src/Ganeti/Query/Export.hs \
605
	src/Ganeti/Query/Filter.hs \
606
	src/Ganeti/Query/Group.hs \
607
	src/Ganeti/Query/Job.hs \
608
	src/Ganeti/Query/Language.hs \
609
	src/Ganeti/Query/Network.hs \
610
	src/Ganeti/Query/Node.hs \
611
	src/Ganeti/Query/Query.hs \
612
	src/Ganeti/Query/Server.hs \
613
	src/Ganeti/Query/Types.hs \
614
	src/Ganeti/Rpc.hs \
615
	src/Ganeti/Runtime.hs \
616
	src/Ganeti/Ssconf.hs \
617
	src/Ganeti/Storage/Diskstats/Parser.hs \
618
	src/Ganeti/Storage/Diskstats/Types.hs \
619
	src/Ganeti/Storage/Drbd/Parser.hs \
620
	src/Ganeti/Storage/Drbd/Types.hs \
621
	src/Ganeti/Storage/Lvm/LVParser.hs \
622
	src/Ganeti/Storage/Lvm/Types.hs \
623
	src/Ganeti/Storage/Utils.hs \
624
	src/Ganeti/THH.hs \
625
	src/Ganeti/Types.hs \
626
	src/Ganeti/Utils.hs
627

    
628
HS_TEST_SRCS = \
629
	test/hs/Test/Ganeti/Attoparsec.hs \
630
	test/hs/Test/Ganeti/BasicTypes.hs \
631
	test/hs/Test/Ganeti/Common.hs \
632
	test/hs/Test/Ganeti/Confd/Types.hs \
633
	test/hs/Test/Ganeti/Confd/Utils.hs \
634
	test/hs/Test/Ganeti/Daemon.hs \
635
	test/hs/Test/Ganeti/Errors.hs \
636
	test/hs/Test/Ganeti/HTools/Backend/Simu.hs \
637
	test/hs/Test/Ganeti/HTools/Backend/Text.hs \
638
	test/hs/Test/Ganeti/HTools/CLI.hs \
639
	test/hs/Test/Ganeti/HTools/Cluster.hs \
640
	test/hs/Test/Ganeti/HTools/Container.hs \
641
	test/hs/Test/Ganeti/HTools/Graph.hs \
642
	test/hs/Test/Ganeti/HTools/Instance.hs \
643
	test/hs/Test/Ganeti/HTools/Loader.hs \
644
	test/hs/Test/Ganeti/HTools/Node.hs \
645
	test/hs/Test/Ganeti/HTools/PeerMap.hs \
646
	test/hs/Test/Ganeti/HTools/Types.hs \
647
	test/hs/Test/Ganeti/Hypervisor/Xen/XmParser.hs \
648
	test/hs/Test/Ganeti/JSON.hs \
649
	test/hs/Test/Ganeti/Jobs.hs \
650
	test/hs/Test/Ganeti/JQueue.hs \
651
	test/hs/Test/Ganeti/Luxi.hs \
652
	test/hs/Test/Ganeti/Network.hs \
653
	test/hs/Test/Ganeti/Objects.hs \
654
	test/hs/Test/Ganeti/OpCodes.hs \
655
	test/hs/Test/Ganeti/Query/Filter.hs \
656
	test/hs/Test/Ganeti/Query/Language.hs \
657
	test/hs/Test/Ganeti/Query/Network.hs \
658
	test/hs/Test/Ganeti/Query/Query.hs \
659
	test/hs/Test/Ganeti/Rpc.hs \
660
	test/hs/Test/Ganeti/Runtime.hs \
661
	test/hs/Test/Ganeti/Ssconf.hs \
662
	test/hs/Test/Ganeti/Storage/Diskstats/Parser.hs \
663
	test/hs/Test/Ganeti/Storage/Drbd/Parser.hs \
664
	test/hs/Test/Ganeti/Storage/Drbd/Types.hs \
665
	test/hs/Test/Ganeti/Storage/Lvm/LVParser.hs \
666
	test/hs/Test/Ganeti/THH.hs \
667
	test/hs/Test/Ganeti/TestCommon.hs \
668
	test/hs/Test/Ganeti/TestHTools.hs \
669
	test/hs/Test/Ganeti/TestHelper.hs \
670
	test/hs/Test/Ganeti/Types.hs \
671
	test/hs/Test/Ganeti/Utils.hs
672

    
673
HS_LIBTEST_SRCS = $(HS_LIB_SRCS) $(HS_TEST_SRCS)
674

    
675
HS_BUILT_SRCS = \
676
	test/hs/Test/Ganeti/TestImports.hs \
677
	src/Ganeti/Constants.hs \
678
	src/Ganeti/Curl/Internal.hs \
679
	src/Ganeti/Version.hs
680
HS_BUILT_SRCS_IN = \
681
	$(patsubst %,%.in,$(filter-out src/Ganeti/Curl/Internal.hs,$(HS_BUILT_SRCS))) \
682
	src/Ganeti/Curl/Internal.hsc
683

    
684
HS_LIBTESTBUILT_SRCS = $(HS_LIBTEST_SRCS) $(HS_BUILT_SRCS)
685

    
686
$(RUN_IN_TEMPDIR): | stamp-directories
687

    
688
doc/html/index.html: ENABLE_MANPAGES =
689
doc/man-html/index.html: ENABLE_MANPAGES = 1
690
doc/man-html/index.html: doc/manpages-enabled.rst $(mandocrst)
691

    
692
# Note: we use here an order-only prerequisite, as the contents of
693
# _autoconf.py are not actually influencing the html build output: it
694
# has to exist in order for the sphinx module to be loaded
695
# successfully, but we certainly don't want the docs to be rebuilt if
696
# it changes
697
doc/html/index.html doc/man-html/index.html: $(docinput) doc/conf.py \
698
	configure.ac $(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py \
699
	lib/build/shell_example_lexer.py lib/opcodes.py lib/ht.py \
700
	doc/css/style.css lib/rapi/connector.py lib/rapi/rlib2.py \
701
	| $(BUILT_PYTHON_SOURCES)
702
	@test -n "$(SPHINX)" || \
703
	    { echo 'sphinx-build' not found during configure; exit 1; }
704
if !MANPAGES_IN_DOC
705
	if test -n '$(ENABLE_MANPAGES)'; then \
706
	  echo 'Man pages in documentation were disabled at configure time' >&2; \
707
	  exit 1; \
708
	fi
709
endif
710
## Sphinx provides little control over what content should be included. Some
711
## mechanisms exist, but they all have drawbacks or actual issues. Since we
712
## build two different versions of the documentation--once without man pages and
713
## once, if enabled, with them--some control is necessary. xmpp-wrapper provides
714
## us with this, but requires running in a temporary directory. It moves the
715
## correct files into place depending on environment variables.
716
	dir=$(dir $@) && \
717
	@mkdir_p@ $$dir && \
718
	PYTHONPATH=. ENABLE_MANPAGES=$(ENABLE_MANPAGES) COPY_DOC=1 \
719
	$(RUN_IN_TEMPDIR) autotools/sphinx-wrapper $(SPHINX) -q -W -b html \
720
	    -d . \
721
	    -D version="$(VERSION_MAJOR).$(VERSION_MINOR)" \
722
	    -D release="$(PACKAGE_VERSION)" \
723
	    -D graphviz_dot="$(DOT)" \
724
	    -D enable_manpages="$(ENABLE_MANPAGES)" \
725
	    doc $(CURDIR)/$$dir && \
726
	rm -f $$dir/.buildinfo $$dir/objects.inv
727
	touch $@
728

    
729
doc/html: doc/html/index.html
730

    
731
doc/man-html: doc/man-html/index.html
732

    
733
doc/install-quick.rst: INSTALL
734
doc/news.rst: NEWS
735
doc/upgrade.rst: UPGRADE
736

    
737
doc/install-quick.rst doc/news.rst doc/upgrade.rst:
738
	set -e; \
739
	{ echo '.. This file is automatically updated at build time from $<.'; \
740
	  echo '.. Do not edit.'; \
741
	  echo; \
742
	  cat $<; \
743
	} > $@
744

    
745
doc/manpages-enabled.rst: Makefile | $(built_base_sources)
746
	{ echo '.. This file is automatically generated, do not edit!'; \
747
	  echo ''; \
748
	  echo 'Man pages'; \
749
	  echo '========='; \
750
	  echo; \
751
	  echo '.. toctree::'; \
752
	  echo '   :maxdepth: 1'; \
753
	  echo; \
754
	  for i in $(notdir $(mandocrst)); do \
755
	    echo "   $$i"; \
756
	  done | LC_ALL=C sort; \
757
	} > $@
758

    
759
doc/man-%.rst: man/%.gen Makefile $(REPLACE_VARS_SED) | $(built_base_sources)
760
if MANPAGES_IN_DOC
761
	{ echo '.. This file is automatically updated at build time from $<.'; \
762
	  echo '.. Do not edit.'; \
763
	  echo; \
764
	  echo "$*"; \
765
	  echo '=========================================='; \
766
	  tail -n +3 $< | sed -f $(REPLACE_VARS_SED); \
767
	} > $@
768
else
769
	echo 'Man pages in documentation were disabled at configure time' >&2; \
770
	exit 1;
771
endif
772

    
773
# Things to build but not to install (add it to EXTRA_DIST if it should be
774
# distributed)
775
noinst_DATA = \
776
	doc/html \
777
	$(BUILT_EXAMPLES) \
778
	doc/examples/bash_completion \
779
	doc/examples/bash_completion-debug \
780
	$(manhtml)
781

    
782
if MANPAGES_IN_DOC
783
noinst_DATA += doc/man-html
784
endif
785

    
786
gnt_scripts = \
787
	scripts/gnt-backup \
788
	scripts/gnt-cluster \
789
	scripts/gnt-debug \
790
	scripts/gnt-group \
791
	scripts/gnt-instance \
792
	scripts/gnt-job \
793
	scripts/gnt-network \
794
	scripts/gnt-node \
795
	scripts/gnt-os \
796
	scripts/gnt-storage
797

    
798
PYTHON_BOOTSTRAP_SBIN = \
799
	daemons/ganeti-masterd \
800
	daemons/ganeti-noded \
801
	daemons/ganeti-rapi \
802
	daemons/ganeti-watcher \
803
	$(gnt_scripts)
804

    
805
PYTHON_BOOTSTRAP = \
806
	$(PYTHON_BOOTSTRAP_SBIN) \
807
	tools/burnin \
808
	tools/ensure-dirs \
809
	tools/node-cleanup \
810
	tools/node-daemon-setup \
811
	tools/prepare-node-join
812

    
813
qa_scripts = \
814
	qa/__init__.py \
815
	qa/ganeti-qa.py \
816
	qa/qa_cluster.py \
817
	qa/qa_config.py \
818
	qa/qa_daemon.py \
819
	qa/qa_env.py \
820
	qa/qa_error.py \
821
	qa/qa_group.py \
822
	qa/qa_instance.py \
823
	qa/qa_instance_utils.py \
824
	qa/qa_job.py \
825
	qa/qa_monitoring.py \
826
	qa/qa_node.py \
827
	qa/qa_os.py \
828
	qa/qa_rapi.py \
829
	qa/qa_tags.py \
830
	qa/qa_utils.py
831

    
832
bin_SCRIPTS =
833
if WANT_HTOOLS
834
bin_SCRIPTS += $(HS_BIN_PROGS)
835
install-exec-hook:
836
	@mkdir_p@ $(DESTDIR)$(iallocatorsdir)
837
# FIXME: this is a hardcoded logic, instead of auto-resolving
838
	$(LN_S) -f ../../../bin/htools \
839
	  $(DESTDIR)$(iallocatorsdir)/hail
840
	for role in $(HS_BIN_ROLES); do \
841
	  $(LN_S) -f htools $(DESTDIR)$(bindir)/$$role ; \
842
	done
843
endif
844

    
845
$(HS_ALL_PROGS): %: %.hs $(HS_LIBTESTBUILT_SRCS) Makefile
846
	@if [ "$(notdir $@)" = "test" ] && [ "$(HS_NODEV)" ]; then \
847
	  echo "Error: cannot run unittests without the development" \
848
	       " libraries (see devnotes.rst)" 1>&2; \
849
	  exit 1; \
850
	fi
851
	@rm -f $(notdir $@).tix
852
	$(GHC) --make \
853
	  $(HFLAGS) \
854
	  $(HS_PARALLEL3) $(HS_REGEX_PCRE) \
855
	  -osuf $(notdir $@).o -hisuf $(notdir $@).hi \
856
	  $(HEXTRA) $(HEXTRA_INT) $@
857
	@touch "$@"
858

    
859
# for the test/hs/htest binary, we need to enable profiling/coverage
860
test/hs/htest: HEXTRA_INT=-fhpc -itest/hs
861

    
862
# we compile the hpc-htools binary with the program coverage
863
test/hs/hpc-htools: HEXTRA_INT=-fhpc
864

    
865
# we compile the hpc-mon-collector binary with the program coverage
866
test/hs/hpc-mon-collector: HEXTRA_INT=-fhpc
867

    
868
# test dependency
869
test/hs/offline-test.sh: test/hs/hpc-htools test/hs/hpc-mon-collector
870

    
871
# rules for building profiling-enabled versions of the haskell
872
# programs: hs-prof does the full two-step build, whereas
873
# hs-prof-quick does only the final rebuild (hs-prof must have been
874
# run before)
875
.PHONY: hs-prof hs-prof-quick
876
hs-prof:
877
	@if [ -z "$(TARGET)" ]; then \
878
	  echo "You need to define TARGET when running this rule" 1>&2; \
879
	  exit 1; \
880
	fi
881
	$(MAKE) $(AM_MAKEFLAGS) clean
882
	$(MAKE) $(AM_MAKEFLAGS) $(TARGET) HEXTRA="-osuf o"
883
	rm -f $(HS_ALL_PROGS)
884
	$(MAKE) $(AM_MAKEFLAGS) hs-prof-quick
885

    
886
hs-prof-quick:
887
	@if [ -z "$(TARGET)" ]; then \
888
	  echo "You need to define TARGET when running this rule" 1>&2; \
889
	  exit 1; \
890
	fi
891
	$(MAKE) $(AM_MAKEFLAGS) $(TARGET) HEXTRA="-osuf prof_o -prof -auto-all"
892

    
893
dist_sbin_SCRIPTS = \
894
	tools/ganeti-listrunner
895

    
896
nodist_sbin_SCRIPTS = \
897
	$(PYTHON_BOOTSTRAP_SBIN) \
898
	daemons/ganeti-cleaner
899

    
900
if ENABLE_CONFD
901
src/ganeti-confd: src/hconfd
902
	cp -f $< $@
903

    
904
nodist_sbin_SCRIPTS += src/ganeti-confd
905
endif
906

    
907
if ENABLE_MOND
908
nodist_sbin_SCRIPTS += src/ganeti-mond
909
endif
910

    
911
python_scripts = \
912
	tools/cfgshell \
913
	tools/cfgupgrade \
914
	tools/cfgupgrade12 \
915
	tools/cluster-merge \
916
	tools/confd-client \
917
	tools/fmtjson \
918
	tools/lvmstrap \
919
	tools/move-instance \
920
	tools/ovfconverter \
921
	tools/sanitize-config
922

    
923
dist_tools_SCRIPTS = \
924
	$(python_scripts) \
925
	tools/burnin \
926
	tools/kvm-console-wrapper \
927
	tools/master-ip-setup \
928
	tools/xen-console-wrapper
929

    
930
nodist_tools_python_scripts = \
931
	tools/node-cleanup
932

    
933
nodist_tools_SCRIPTS = \
934
	$(nodist_tools_python_scripts) \
935
	tools/users-setup \
936
	tools/vcluster-setup
937

    
938
pkglib_python_scripts = \
939
	daemons/import-export \
940
	tools/check-cert-expired
941

    
942
nodist_pkglib_python_scripts = \
943
	tools/ensure-dirs \
944
	tools/node-daemon-setup \
945
	tools/prepare-node-join
946

    
947
myexeclib_SCRIPTS = \
948
	daemons/daemon-util \
949
	tools/kvm-ifup \
950
	tools/vif-ganeti \
951
	tools/net-common \
952
	$(pkglib_python_scripts) \
953
	$(HS_MYEXECLIB_PROGS)
954

    
955
nodist_myexeclib_SCRIPTS = \
956
	$(nodist_pkglib_python_scripts)
957

    
958
EXTRA_DIST = \
959
	NEWS \
960
	UPGRADE \
961
	epydoc.conf.in \
962
	pylintrc \
963
	autotools/build-bash-completion \
964
	autotools/build-rpc \
965
	autotools/check-header \
966
	autotools/check-imports \
967
	autotools/check-man-dashes \
968
	autotools/check-man-references \
969
	autotools/check-man-warnings \
970
	autotools/check-news \
971
	autotools/check-python-code \
972
	autotools/check-tar \
973
	autotools/check-version \
974
	autotools/convert-constants \
975
	autotools/docpp \
976
	autotools/gen-py-coverage \
977
	autotools/sphinx-wrapper \
978
	autotools/testrunner \
979
	autotools/wrong-hardcoded-paths \
980
	$(RUN_IN_TEMPDIR) \
981
	daemons/daemon-util.in \
982
	daemons/ganeti-cleaner.in \
983
	$(pkglib_python_scripts) \
984
	devel/upload \
985
	devel/webserver \
986
	tools/kvm-ifup.in \
987
	tools/vif-ganeti.in \
988
	tools/net-common.in \
989
	tools/users-setup.in \
990
	tools/vcluster-setup.in \
991
	$(docinput) \
992
	doc/html \
993
	$(BUILT_EXAMPLES:%=%.in) \
994
	doc/examples/ganeti.default \
995
	doc/examples/ganeti.default-debug \
996
	doc/examples/hooks/ethers \
997
	doc/examples/gnt-debug/README \
998
	doc/examples/gnt-debug/delay0.json \
999
	doc/examples/gnt-debug/delay50.json \
1000
	test/py/lockperf.py \
1001
	test/py/testutils.py \
1002
	test/py/mocks.py \
1003
	$(dist_TESTS) \
1004
	$(TEST_FILES) \
1005
	man/footer.rst \
1006
	$(manrst) \
1007
	$(maninput) \
1008
	qa/qa-sample.json \
1009
	$(qa_scripts) \
1010
	$(HS_LIBTEST_SRCS) $(HS_BUILT_SRCS_IN) \
1011
	$(HS_PROG_SRCS) \
1012
	src/lint-hints.hs \
1013
	test/hs/cli-tests-defs.sh \
1014
	test/hs/offline-test.sh \
1015
	.ghci
1016

    
1017
man_MANS = \
1018
	man/ganeti-cleaner.8 \
1019
	man/ganeti-confd.8 \
1020
	man/ganeti-listrunner.8 \
1021
	man/ganeti-masterd.8 \
1022
	man/ganeti-mond.8 \
1023
	man/ganeti-noded.8 \
1024
	man/ganeti-os-interface.7 \
1025
	man/ganeti-extstorage-interface.7 \
1026
	man/ganeti-rapi.8 \
1027
	man/ganeti-watcher.8 \
1028
	man/ganeti.7 \
1029
	man/gnt-backup.8 \
1030
	man/gnt-cluster.8 \
1031
	man/gnt-debug.8 \
1032
	man/gnt-group.8 \
1033
	man/gnt-network.8 \
1034
	man/gnt-instance.8 \
1035
	man/gnt-job.8 \
1036
	man/gnt-node.8 \
1037
	man/gnt-os.8 \
1038
	man/gnt-storage.8 \
1039
	man/hail.1 \
1040
	man/harep.1 \
1041
	man/hbal.1 \
1042
	man/hcheck.1 \
1043
	man/hinfo.1 \
1044
	man/hscan.1 \
1045
	man/hspace.1 \
1046
	man/hroller.1 \
1047
	man/htools.1 \
1048
	man/mon-collector.7
1049

    
1050
# Remove extensions from all filenames in man_MANS
1051
mannoext = $(patsubst %.1,%,$(patsubst %.7,%,$(patsubst %.8,%,$(man_MANS))))
1052

    
1053
manrst = $(patsubst %,%.rst,$(mannoext))
1054
manhtml = $(patsubst %.rst,%.html,$(manrst))
1055
mangen = $(patsubst %.rst,%.gen,$(manrst))
1056
maninput = \
1057
	$(patsubst %.1,%.1.in,$(patsubst %.7,%.7.in,$(patsubst %.8,%.8.in,$(man_MANS)))) \
1058
	$(patsubst %.html,%.html.in,$(manhtml)) \
1059
	$(mangen)
1060

    
1061
TEST_FILES = \
1062
	test/autotools/autotools-check-news.test \
1063
	test/data/htools/clean-nonzero-score.data \
1064
	test/data/htools/common-suffix.data \
1065
	test/data/htools/empty-cluster.data \
1066
	test/data/htools/hail-alloc-drbd.json \
1067
	test/data/htools/hail-alloc-invalid-network.json \
1068
	test/data/htools/hail-alloc-invalid-twodisks.json \
1069
	test/data/htools/hail-alloc-restricted-network.json \
1070
	test/data/htools/hail-alloc-spindles.json \
1071
	test/data/htools/hail-alloc-twodisks.json \
1072
	test/data/htools/hail-change-group.json \
1073
	test/data/htools/hail-invalid-reloc.json \
1074
	test/data/htools/hail-node-evac.json \
1075
	test/data/htools/hail-reloc-drbd.json \
1076
	test/data/htools/hbal-excl-tags.data \
1077
	test/data/htools/hbal-split-insts.data \
1078
	test/data/htools/hspace-tiered-dualspec-exclusive.data \
1079
	test/data/htools/hspace-tiered-dualspec.data \
1080
	test/data/htools/hspace-tiered-exclusive.data \
1081
	test/data/htools/hspace-tiered-ipolicy.data \
1082
	test/data/htools/hspace-tiered-mixed.data \
1083
	test/data/htools/hspace-tiered-resourcetypes.data \
1084
	test/data/htools/hspace-tiered-vcpu.data \
1085
	test/data/htools/hspace-tiered.data \
1086
	test/data/htools/invalid-node.data \
1087
	test/data/htools/missing-resources.data \
1088
	test/data/htools/multiple-master.data \
1089
	test/data/htools/multiple-tags.data \
1090
	test/data/htools/n1-failure.data \
1091
	test/data/htools/rapi/groups.json \
1092
	test/data/htools/rapi/info.json \
1093
	test/data/htools/rapi/instances.json \
1094
	test/data/htools/rapi/nodes.json \
1095
	test/data/htools/hroller-full.data \
1096
	test/data/htools/hroller-nodegroups.data \
1097
	test/data/htools/hroller-nonredundant.data \
1098
	test/data/htools/hroller-online.data \
1099
	test/data/htools/unique-reboot-order.data \
1100
	test/hs/shelltests/htools-balancing.test \
1101
	test/hs/shelltests/htools-basic.test \
1102
	test/hs/shelltests/htools-dynutil.test \
1103
	test/hs/shelltests/htools-excl.test \
1104
	test/hs/shelltests/htools-hail.test \
1105
	test/hs/shelltests/htools-hroller.test \
1106
	test/hs/shelltests/htools-hspace.test \
1107
	test/hs/shelltests/htools-invalid.test \
1108
	test/hs/shelltests/htools-multi-group.test \
1109
	test/hs/shelltests/htools-no-backend.test \
1110
	test/hs/shelltests/htools-rapi.test \
1111
	test/hs/shelltests/htools-single-group.test \
1112
	test/hs/shelltests/htools-text-backend.test \
1113
	test/hs/shelltests/htools-mon-collector.test \
1114
	test/data/bdev-drbd-8.0.txt \
1115
	test/data/bdev-drbd-8.3.txt \
1116
	test/data/bdev-drbd-8.4.txt \
1117
	test/data/bdev-drbd-disk.txt \
1118
	test/data/bdev-drbd-net-ip4.txt \
1119
	test/data/bdev-drbd-net-ip6.txt \
1120
	test/data/bdev-rbd/json_output_empty.txt \
1121
	test/data/bdev-rbd/json_output_extra_matches.txt \
1122
	test/data/bdev-rbd/json_output_no_matches.txt \
1123
	test/data/bdev-rbd/json_output_ok.txt \
1124
	test/data/bdev-rbd/plain_output_new_extra_matches.txt \
1125
	test/data/bdev-rbd/plain_output_new_no_matches.txt \
1126
	test/data/bdev-rbd/plain_output_new_ok.txt \
1127
	test/data/bdev-rbd/plain_output_old_empty.txt \
1128
	test/data/bdev-rbd/plain_output_old_extra_matches.txt \
1129
	test/data/bdev-rbd/plain_output_old_no_matches.txt \
1130
	test/data/bdev-rbd/plain_output_old_ok.txt \
1131
	test/data/bdev-rbd/output_invalid.txt \
1132
	test/data/cert1.pem \
1133
	test/data/cert2.pem \
1134
	test/data/cluster_config_2.7.json \
1135
	test/data/cluster_config_2.8.json \
1136
	test/data/instance-minor-pairing.txt \
1137
	test/data/instance-prim-sec.txt \
1138
	test/data/ip-addr-show-dummy0.txt \
1139
	test/data/ip-addr-show-lo-ipv4.txt \
1140
	test/data/ip-addr-show-lo-ipv6.txt \
1141
	test/data/ip-addr-show-lo-oneline-ipv4.txt \
1142
	test/data/ip-addr-show-lo-oneline-ipv6.txt \
1143
	test/data/ip-addr-show-lo-oneline.txt \
1144
	test/data/ip-addr-show-lo.txt \
1145
	test/data/kvm_0.12.5_help.txt \
1146
	test/data/kvm_0.15.90_help.txt \
1147
	test/data/kvm_0.9.1_help.txt \
1148
	test/data/kvm_0.9.1_help_boot_test.txt \
1149
	test/data/kvm_1.0_help.txt \
1150
	test/data/kvm_1.1.2_help.txt \
1151
	test/data/lvs_lv.txt \
1152
	test/data/NEWS_OK.txt \
1153
	test/data/NEWS_previous_unreleased.txt \
1154
	test/data/ovfdata/compr_disk.vmdk.gz \
1155
	test/data/ovfdata/config.ini \
1156
	test/data/ovfdata/corrupted_resources.ovf \
1157
	test/data/ovfdata/empty.ini \
1158
	test/data/ovfdata/empty.ovf \
1159
	test/data/ovfdata/ganeti.mf \
1160
	test/data/ovfdata/ganeti.ovf \
1161
	test/data/ovfdata/gzip_disk.ovf \
1162
	test/data/ovfdata/new_disk.vmdk \
1163
	test/data/ovfdata/no_disk.ini \
1164
	test/data/ovfdata/no_disk_in_ref.ovf \
1165
	test/data/ovfdata/no_os.ini \
1166
	test/data/ovfdata/no_ovf.ova \
1167
	test/data/ovfdata/other/rawdisk.raw \
1168
	test/data/ovfdata/ova.ova \
1169
	test/data/ovfdata/rawdisk.raw \
1170
	test/data/ovfdata/second_disk.vmdk \
1171
	test/data/ovfdata/unsafe_path.ini \
1172
	test/data/ovfdata/virtualbox.ovf \
1173
	test/data/ovfdata/wrong_config.ini \
1174
	test/data/ovfdata/wrong_extension.ovd \
1175
	test/data/ovfdata/wrong_manifest.mf \
1176
	test/data/ovfdata/wrong_manifest.ovf \
1177
	test/data/ovfdata/wrong_ova.ova \
1178
	test/data/ovfdata/wrong_xml.ovf \
1179
	test/data/proc_diskstats.txt \
1180
	test/data/proc_drbd8.txt \
1181
	test/data/proc_drbd80-emptyline.txt \
1182
	test/data/proc_drbd80-emptyversion.txt \
1183
	test/data/proc_drbd83.txt \
1184
	test/data/proc_drbd83_sync.txt \
1185
	test/data/proc_drbd83_sync_want.txt \
1186
	test/data/proc_drbd83_sync_krnl2.6.39.txt \
1187
	test/data/proc_drbd84.txt \
1188
	test/data/proc_drbd84_sync.txt \
1189
	test/data/qa-minimal-nodes-instances-only.json \
1190
	test/data/sys_drbd_usermode_helper.txt \
1191
	test/data/vgreduce-removemissing-2.02.02.txt \
1192
	test/data/vgreduce-removemissing-2.02.66-fail.txt \
1193
	test/data/vgreduce-removemissing-2.02.66-ok.txt \
1194
	test/data/vgs-missing-pvs-2.02.02.txt \
1195
	test/data/vgs-missing-pvs-2.02.66.txt \
1196
	test/data/xen-xm-info-4.0.1.txt \
1197
	test/data/xen-xm-list-4.0.1-dom0-only.txt \
1198
	test/data/xen-xm-list-4.0.1-four-instances.txt \
1199
	test/data/xen-xm-list-long-4.0.1.txt \
1200
	test/data/xen-xm-uptime-4.0.1.txt \
1201
	test/py/ganeti-cli.test \
1202
	test/py/gnt-cli.test \
1203
	test/py/import-export_unittest-helper
1204

    
1205

    
1206
python_tests = \
1207
	doc/examples/rapi_testutils.py \
1208
	test/py/cfgupgrade_unittest.py \
1209
	test/py/docs_unittest.py \
1210
	test/py/ganeti.asyncnotifier_unittest.py \
1211
	test/py/ganeti.backend_unittest-runasroot.py \
1212
	test/py/ganeti.backend_unittest.py \
1213
	test/py/ganeti.cli_unittest.py \
1214
	test/py/ganeti.client.gnt_cluster_unittest.py \
1215
	test/py/ganeti.client.gnt_instance_unittest.py \
1216
	test/py/ganeti.client.gnt_job_unittest.py \
1217
	test/py/ganeti.cmdlib_unittest.py \
1218
	test/py/ganeti.compat_unittest.py \
1219
	test/py/ganeti.confd.client_unittest.py \
1220
	test/py/ganeti.config_unittest.py \
1221
	test/py/ganeti.constants_unittest.py \
1222
	test/py/ganeti.daemon_unittest.py \
1223
	test/py/ganeti.errors_unittest.py \
1224
	test/py/ganeti.hooks_unittest.py \
1225
	test/py/ganeti.ht_unittest.py \
1226
	test/py/ganeti.http_unittest.py \
1227
	test/py/ganeti.hypervisor.hv_chroot_unittest.py \
1228
	test/py/ganeti.hypervisor.hv_fake_unittest.py \
1229
	test/py/ganeti.hypervisor.hv_kvm_unittest.py \
1230
	test/py/ganeti.hypervisor.hv_lxc_unittest.py \
1231
	test/py/ganeti.hypervisor.hv_xen_unittest.py \
1232
	test/py/ganeti.hypervisor_unittest.py \
1233
	test/py/ganeti.impexpd_unittest.py \
1234
	test/py/ganeti.jqueue_unittest.py \
1235
	test/py/ganeti.jstore_unittest.py \
1236
	test/py/ganeti.locking_unittest.py \
1237
	test/py/ganeti.luxi_unittest.py \
1238
	test/py/ganeti.masterd.iallocator_unittest.py \
1239
	test/py/ganeti.masterd.instance_unittest.py \
1240
	test/py/ganeti.mcpu_unittest.py \
1241
	test/py/ganeti.netutils_unittest.py \
1242
	test/py/ganeti.objects_unittest.py \
1243
	test/py/ganeti.opcodes_unittest.py \
1244
	test/py/ganeti.outils_unittest.py \
1245
	test/py/ganeti.ovf_unittest.py \
1246
	test/py/ganeti.qlang_unittest.py \
1247
	test/py/ganeti.query_unittest.py \
1248
	test/py/ganeti.rapi.baserlib_unittest.py \
1249
	test/py/ganeti.rapi.client_unittest.py \
1250
	test/py/ganeti.rapi.resources_unittest.py \
1251
	test/py/ganeti.rapi.rlib2_unittest.py \
1252
	test/py/ganeti.rapi.testutils_unittest.py \
1253
	test/py/ganeti.rpc_unittest.py \
1254
	test/py/ganeti.runtime_unittest.py \
1255
	test/py/ganeti.serializer_unittest.py \
1256
	test/py/ganeti.server.rapi_unittest.py \
1257
	test/py/ganeti.ssconf_unittest.py \
1258
	test/py/ganeti.ssh_unittest.py \
1259
	test/py/ganeti.storage.bdev_unittest.py \
1260
	test/py/ganeti.storage.container_unittest.py \
1261
	test/py/ganeti.storage.drbd_unittest.py \
1262
	test/py/ganeti.storage.filestorage_unittest.py \
1263
	test/py/ganeti.tools.burnin_unittest.py \
1264
	test/py/ganeti.tools.ensure_dirs_unittest.py \
1265
	test/py/ganeti.tools.node_daemon_setup_unittest.py \
1266
	test/py/ganeti.tools.prepare_node_join_unittest.py \
1267
	test/py/ganeti.uidpool_unittest.py \
1268
	test/py/ganeti.utils.algo_unittest.py \
1269
	test/py/ganeti.utils.filelock_unittest.py \
1270
	test/py/ganeti.utils.hash_unittest.py \
1271
	test/py/ganeti.utils.io_unittest-runasroot.py \
1272
	test/py/ganeti.utils.io_unittest.py \
1273
	test/py/ganeti.utils.log_unittest.py \
1274
	test/py/ganeti.utils.lvm_unittest.py \
1275
	test/py/ganeti.utils.mlock_unittest.py \
1276
	test/py/ganeti.utils.nodesetup_unittest.py \
1277
	test/py/ganeti.utils.process_unittest.py \
1278
	test/py/ganeti.utils.retry_unittest.py \
1279
	test/py/ganeti.utils.storage_unittest.py \
1280
	test/py/ganeti.utils.text_unittest.py \
1281
	test/py/ganeti.utils.wrapper_unittest.py \
1282
	test/py/ganeti.utils.x509_unittest.py \
1283
	test/py/ganeti.utils_unittest.py \
1284
	test/py/ganeti.vcluster_unittest.py \
1285
	test/py/ganeti.workerpool_unittest.py \
1286
	test/py/pycurl_reset_unittest.py \
1287
	test/py/qa.qa_config_unittest.py \
1288
	test/py/tempfile_fork_unittest.py
1289

    
1290
haskell_tests = test/hs/htest
1291

    
1292
dist_TESTS = \
1293
	test/py/check-cert-expired_unittest.bash \
1294
	test/py/daemon-util_unittest.bash \
1295
	test/py/ganeti-cleaner_unittest.bash \
1296
	test/py/import-export_unittest.bash \
1297
	test/py/cli-test.bash \
1298
	test/py/bash_completion.bash
1299

    
1300
if !PY_NODEV
1301
	dist_TESTS += $(python_tests)
1302
endif
1303

    
1304
nodist_TESTS =
1305
check_SCRIPTS =
1306

    
1307
if WANT_HSTESTS
1308
nodist_TESTS += $(haskell_tests)
1309
dist_TESTS += test/hs/offline-test.sh
1310
check_SCRIPTS += \
1311
	test/hs/hpc-htools \
1312
	test/hs/hpc-mon-collector \
1313
	$(HS_BUILT_TEST_HELPERS)
1314
endif
1315

    
1316
TESTS = $(dist_TESTS) $(nodist_TESTS)
1317

    
1318
# Environment for all tests
1319
PLAIN_TESTS_ENVIRONMENT = \
1320
	PYTHONPATH=. \
1321
	TOP_SRCDIR=$(abs_top_srcdir) TOP_BUILDDIR=$(abs_top_builddir) \
1322
	PYTHON=$(PYTHON) FAKEROOT=$(FAKEROOT_PATH) \
1323
	$(RUN_IN_TEMPDIR)
1324

    
1325
# Environment for tests run by automake
1326
TESTS_ENVIRONMENT = \
1327
	$(PLAIN_TESTS_ENVIRONMENT) $(abs_top_srcdir)/autotools/testrunner
1328

    
1329
all_python_code = \
1330
	$(dist_sbin_SCRIPTS) \
1331
	$(python_scripts) \
1332
	$(pkglib_python_scripts) \
1333
	$(nodist_pkglib_python_scripts) \
1334
	$(nodist_tools_python_scripts) \
1335
	$(pkgpython_PYTHON) \
1336
	$(client_PYTHON) \
1337
	$(cmdlib_PYTHON) \
1338
	$(hypervisor_PYTHON) \
1339
	$(storage_PYTHON) \
1340
	$(rapi_PYTHON) \
1341
	$(server_PYTHON) \
1342
	$(pytools_PYTHON) \
1343
	$(http_PYTHON) \
1344
	$(confd_PYTHON) \
1345
	$(masterd_PYTHON) \
1346
	$(impexpd_PYTHON) \
1347
	$(utils_PYTHON) \
1348
	$(watcher_PYTHON) \
1349
	$(noinst_PYTHON) \
1350
	$(qa_scripts)
1351

    
1352
if !PY_NODEV
1353
	all_python_code += $(python_tests)
1354
endif
1355

    
1356
srclink_files = \
1357
	man/footer.rst \
1358
	test/py/check-cert-expired_unittest.bash \
1359
	test/py/daemon-util_unittest.bash \
1360
	test/py/ganeti-cleaner_unittest.bash \
1361
	test/py/import-export_unittest.bash \
1362
	test/py/cli-test.bash \
1363
	test/py/bash_completion.bash \
1364
	test/hs/offline-test.sh \
1365
	test/hs/cli-tests-defs.sh \
1366
	$(all_python_code) \
1367
	$(HS_LIBTEST_SRCS) $(HS_PROG_SRCS) \
1368
	$(docinput)
1369

    
1370
check_python_code = \
1371
	$(BUILD_BASH_COMPLETION) \
1372
	$(CHECK_IMPORTS) \
1373
	$(CHECK_HEADER) \
1374
	$(DOCPP) \
1375
	$(all_python_code)
1376

    
1377
lint_python_code = \
1378
	ganeti \
1379
	ganeti/http/server.py \
1380
	$(dist_sbin_SCRIPTS) \
1381
	$(python_scripts) \
1382
	$(pkglib_python_scripts) \
1383
	$(BUILD_BASH_COMPLETION) \
1384
	$(CHECK_IMPORTS) \
1385
	$(CHECK_HEADER) \
1386
	$(DOCPP) \
1387
	$(PYTHON_BOOTSTRAP)
1388

    
1389
standalone_python_modules = \
1390
	lib/rapi/client.py \
1391
	tools/ganeti-listrunner
1392

    
1393
pep8_python_code = \
1394
	ganeti \
1395
	ganeti/http/server.py \
1396
	$(dist_sbin_SCRIPTS) \
1397
	$(python_scripts) \
1398
	$(pkglib_python_scripts) \
1399
	$(BUILD_BASH_COMPLETION) \
1400
	$(CHECK_HEADER) \
1401
	$(DOCPP) \
1402
	$(PYTHON_BOOTSTRAP) \
1403
	qa
1404

    
1405
test/py/daemon-util_unittest.bash: daemons/daemon-util
1406

    
1407
test/py/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
1408

    
1409
test/py/bash_completion.bash: doc/examples/bash_completion-debug
1410

    
1411
tools/kvm-ifup: tools/kvm-ifup.in $(REPLACE_VARS_SED)
1412
	sed -f $(REPLACE_VARS_SED) < $< > $@
1413
	chmod +x $@
1414

    
1415
tools/vif-ganeti: tools/vif-ganeti.in $(REPLACE_VARS_SED)
1416
	sed -f $(REPLACE_VARS_SED) < $< > $@
1417
	chmod +x $@
1418

    
1419
tools/net-common: tools/net-common.in $(REPLACE_VARS_SED)
1420
	sed -f $(REPLACE_VARS_SED) < $< > $@
1421
	chmod +x $@
1422

    
1423
tools/users-setup: tools/users-setup.in $(REPLACE_VARS_SED)
1424
	sed -f $(REPLACE_VARS_SED) < $< > $@
1425
	chmod +x $@
1426

    
1427
tools/vcluster-setup: tools/vcluster-setup.in $(REPLACE_VARS_SED)
1428
	sed -f $(REPLACE_VARS_SED) < $< > $@
1429
	chmod +x $@
1430

    
1431
daemons/%:: daemons/%.in $(REPLACE_VARS_SED)
1432
	sed -f $(REPLACE_VARS_SED) < $< > $@
1433
	chmod +x $@
1434

    
1435
doc/examples/%:: doc/examples/%.in $(REPLACE_VARS_SED)
1436
	sed -f $(REPLACE_VARS_SED) < $< > $@
1437

    
1438
doc/examples/bash_completion: BC_ARGS = --compact
1439
doc/examples/bash_completion-debug: BC_ARGS =
1440

    
1441
doc/examples/bash_completion doc/examples/bash_completion-debug: \
1442
	$(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
1443
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin \
1444
	daemons/ganeti-cleaner \
1445
	$(GENERATED_FILES) $(HS_GENERATED_FILES)
1446
	PYTHONPATH=. $(RUN_IN_TEMPDIR) \
1447
	  $(CURDIR)/$(BUILD_BASH_COMPLETION) $(BC_ARGS) > $@
1448

    
1449
man/%.gen: man/%.rst lib/query.py lib/build/sphinx_ext.py \
1450
	lib/build/shell_example_lexer.py \
1451
	| $(RUN_IN_TEMPDIR) $(BUILT_PYTHON_SOURCES)
1452
	@echo "Checking $< for hardcoded paths..."
1453
	@if grep -nEf autotools/wrong-hardcoded-paths $<; then \
1454
	  echo "Man page $< has hardcoded paths (see above)!" 1>&2 ; \
1455
	  exit 1; \
1456
	fi
1457
	set -e ; \
1458
	trap 'echo auto-removing $@; rm $@' EXIT; \
1459
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(DOCPP) < $< > $@ ;\
1460
	$(CHECK_MAN_REFERENCES) $@; \
1461
	trap - EXIT
1462

    
1463
man/%.7.in man/%.8.in man/%.1.in: man/%.gen man/footer.rst
1464
	@test -n "$(PANDOC)" || \
1465
	  { echo 'pandoc' not found during configure; exit 1; }
1466
	set -o pipefail -e; \
1467
	trap 'echo auto-removing $@; rm $@' EXIT; \
1468
	$(PANDOC) -s -f rst -t man $< man/footer.rst | \
1469
	  sed -e 's/\\@/@/g' > $@; \
1470
	if test -n "$(MAN_HAS_WARNINGS)"; then $(CHECK_MAN_WARNINGS) $@; fi; \
1471
	$(CHECK_MAN_DASHES) $@; \
1472
	trap - EXIT
1473

    
1474
man/%.html.in: man/%.gen man/footer.rst
1475
	@test -n "$(PANDOC)" || \
1476
	  { echo 'pandoc' not found during configure; exit 1; }
1477
	set -o pipefail ; \
1478
	$(PANDOC) --toc -s -f rst -t html $< man/footer.rst | \
1479
	  sed -e 's/\\@/@/g' > $@
1480

    
1481
man/%: man/%.in  $(REPLACE_VARS_SED)
1482
	sed -f $(REPLACE_VARS_SED) < $< > $@
1483

    
1484
epydoc.conf: epydoc.conf.in $(REPLACE_VARS_SED)
1485
	sed -f $(REPLACE_VARS_SED) < $< > $@
1486

    
1487
vcs-version:
1488
	if test -d .git; then \
1489
	  git describe > $@; \
1490
	elif test ! -f $@ ; then \
1491
	  echo "Cannot auto-generate $@ file"; exit 1; \
1492
	fi
1493

    
1494
.PHONY: clean-vcs-version
1495
clean-vcs-version:
1496
	rm -f vcs-version
1497

    
1498
.PHONY: regen-vcs-version
1499
regen-vcs-version:
1500
	@set -e; \
1501
	cd $(srcdir); \
1502
	if test -d .git; then \
1503
	  T=`mktemp` ; trap 'rm -f $$T' EXIT; \
1504
	  git describe > $$T; \
1505
	  if ! cmp --quiet $$T vcs-version; then \
1506
	    mv $$T vcs-version; \
1507
	  fi; \
1508
	fi
1509

    
1510
src/Ganeti/Version.hs: src/Ganeti/Version.hs.in \
1511
	vcs-version $(built_base_sources)
1512
	set -e; \
1513
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \
1514
	sed -e "s/%ver%/$$VCSVER/" < $< > $@
1515

    
1516
src/Ganeti/Constants.hs: src/Ganeti/Constants.hs.in \
1517
	lib/constants.py lib/_autoconf.py lib/luxi.py lib/errors.py \
1518
	lib/jstore.py $(RUN_IN_TEMPDIR) \
1519
	$(CONVERT_CONSTANTS) $(built_base_sources) \
1520
	| lib/_vcsversion.py
1521
	set -e; \
1522
	{ cat $< ; \
1523
	  PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(CONVERT_CONSTANTS); \
1524
	} > $@
1525

    
1526
src/Ganeti/Curl/Internal.hs: src/Ganeti/Curl/Internal.hsc | stamp-directories
1527
	hsc2hs -o $@ $<
1528

    
1529
test/hs/Test/Ganeti/TestImports.hs: test/hs/Test/Ganeti/TestImports.hs.in \
1530
	$(built_base_sources)
1531
	set -e; \
1532
	{ cat $< ; \
1533
	  echo ; \
1534
	  for name in $(filter-out Ganeti.THH,$(subst /,.,$(patsubst %.hs,%,$(patsubst src/%,%,$(HS_LIB_SRCS))))) ; do \
1535
	    echo "import $$name ()" ; \
1536
	  done ; \
1537
	} > $@
1538

    
1539
lib/_autoconf.py: Makefile | stamp-directories
1540
	set -e; \
1541
	{ echo '# This file is automatically generated, do not edit!'; \
1542
	  echo '#'; \
1543
	  echo ''; \
1544
	  echo '"""Build-time configuration for Ganeti.'; \
1545
	  echo '';\
1546
	  echo 'This file is autogenerated by the build process.'; \
1547
	  echo 'For any changes you need to re-run ./configure (and'; \
1548
	  echo 'not edit by hand).'; \
1549
	  echo ''; \
1550
	  echo '"""'; \
1551
	  echo ''; \
1552
	  echo '# pylint: disable=C0301,C0324'; \
1553
	  echo '# because this is autogenerated, we do not want'; \
1554
	  echo '# style warnings' ; \
1555
	  echo ''; \
1556
	  echo "PACKAGE_VERSION = '$(PACKAGE_VERSION)'"; \
1557
	  echo "VERSION_MAJOR = '$(VERSION_MAJOR)'"; \
1558
	  echo "VERSION_MINOR = '$(VERSION_MINOR)'"; \
1559
	  echo "VERSION_REVISION = '$(VERSION_REVISION)'"; \
1560
	  echo "VERSION_SUFFIX = '$(VERSION_SUFFIX)'"; \
1561
	  echo "VERSION_FULL = '$(VERSION_FULL)'"; \
1562
	  echo "LOCALSTATEDIR = '$(localstatedir)'"; \
1563
	  echo "SYSCONFDIR = '$(sysconfdir)'"; \
1564
	  echo "SSH_CONFIG_DIR = '$(SSH_CONFIG_DIR)'"; \
1565
	  echo "SSH_LOGIN_USER = '$(SSH_LOGIN_USER)'"; \
1566
	  echo "SSH_CONSOLE_USER = '$(SSH_CONSOLE_USER)'"; \
1567
	  echo "EXPORT_DIR = '$(EXPORT_DIR)'"; \
1568
	  echo "OS_SEARCH_PATH = [$(OS_SEARCH_PATH)]"; \
1569
	  echo "ES_SEARCH_PATH = [$(ES_SEARCH_PATH)]"; \
1570
	  echo "XEN_BOOTLOADER = '$(XEN_BOOTLOADER)'"; \
1571
	  echo "XEN_CONFIG_DIR = '$(XEN_CONFIG_DIR)'"; \
1572
	  echo "XEN_KERNEL = '$(XEN_KERNEL)'"; \
1573
	  echo "XEN_INITRD = '$(XEN_INITRD)'"; \
1574
	  echo "KVM_KERNEL = '$(KVM_KERNEL)'"; \
1575
	  echo "FILE_STORAGE_DIR = '$(FILE_STORAGE_DIR)'"; \
1576
	  echo "ENABLE_FILE_STORAGE = $(ENABLE_FILE_STORAGE)"; \
1577
	  echo "SHARED_FILE_STORAGE_DIR = '$(SHARED_FILE_STORAGE_DIR)'"; \
1578
	  echo "ENABLE_SHARED_FILE_STORAGE = $(ENABLE_SHARED_FILE_STORAGE)"; \
1579
	  echo "IALLOCATOR_SEARCH_PATH = [$(IALLOCATOR_SEARCH_PATH)]"; \
1580
	  echo "KVM_PATH = '$(KVM_PATH)'"; \
1581
	  echo "IP_PATH = '$(IP_PATH)'"; \
1582
	  echo "SOCAT_PATH = '$(SOCAT)'"; \
1583
	  echo "SOCAT_USE_ESCAPE = $(SOCAT_USE_ESCAPE)"; \
1584
	  echo "SOCAT_USE_COMPRESS = $(SOCAT_USE_COMPRESS)"; \
1585
	  echo "LVM_STRIPECOUNT = $(LVM_STRIPECOUNT)"; \
1586
	  echo "TOOLSDIR = '$(toolsdir)'"; \
1587
	  echo "GNT_SCRIPTS = [$(foreach i,$(notdir $(gnt_scripts)),'$(i)',)]"; \
1588
	  echo "HTOOLS_PROGS = [$(foreach i,$(HS_HTOOLS_PROGS),'$(i)',)]"; \
1589
	  echo "PKGLIBDIR = '$(pkglibdir)'"; \
1590
	  echo "DRBD_BARRIERS = '$(DRBD_BARRIERS)'"; \
1591
	  echo "DRBD_NO_META_FLUSH = $(DRBD_NO_META_FLUSH)"; \
1592
	  echo "SYSLOG_USAGE = '$(SYSLOG_USAGE)'"; \
1593
	  echo "DAEMONS_GROUP = '$(DAEMONS_GROUP)'"; \
1594
	  echo "ADMIN_GROUP = '$(ADMIN_GROUP)'"; \
1595
	  echo "MASTERD_USER = '$(MASTERD_USER)'"; \
1596
	  echo "MASTERD_GROUP = '$(MASTERD_GROUP)'"; \
1597
	  echo "RAPI_USER = '$(RAPI_USER)'"; \
1598
	  echo "RAPI_GROUP = '$(RAPI_GROUP)'"; \
1599
	  echo "CONFD_USER = '$(CONFD_USER)'"; \
1600
	  echo "CONFD_GROUP = '$(CONFD_GROUP)'"; \
1601
	  echo "NODED_USER = '$(NODED_USER)'"; \
1602
	  echo "NODED_GROUP = '$(NODED_GROUP)'"; \
1603
	  echo "MOND_USER = '$(MOND_USER)'"; \
1604
	  echo "MOND_GROUP = '$(MOND_GROUP)'"; \
1605
	  echo "DISK_SEPARATOR = '$(DISK_SEPARATOR)'"; \
1606
	  echo "QEMUIMG_PATH = '$(QEMUIMG_PATH)'"; \
1607
	  echo "HTOOLS = True"; \
1608
	  echo "ENABLE_CONFD = $(ENABLE_CONFD)"; \
1609
	  echo "XEN_CMD = '$(XEN_CMD)'"; \
1610
	  echo "ENABLE_SPLIT_QUERY = $(ENABLE_SPLIT_QUERY)"; \
1611
	  echo "ENABLE_RESTRICTED_COMMANDS = $(ENABLE_RESTRICTED_COMMANDS)"; \
1612
	  echo "ENABLE_MOND = $(ENABLE_MOND)"; \
1613
## Write dictionary with man page name as the key and the section number as the
1614
## value
1615
	  echo "MAN_PAGES = {"; \
1616
	  for i in $(notdir $(man_MANS)); do \
1617
	    echo "$$i" | sed -re 's/^(.*)\.([0-9]+)$$/  "\1": \2,/g'; \
1618
	  done; \
1619
	  echo "}"; \
1620
	} > $@
1621

    
1622
lib/_vcsversion.py: Makefile vcs-version | stamp-directories
1623
	set -e; \
1624
	VCSVER=`cat $(abs_top_srcdir)/vcs-version`; \
1625
	{ echo '# This file is automatically generated, do not edit!'; \
1626
	  echo '#'; \
1627
	  echo ''; \
1628
	  echo '"""Build-time VCS version number for Ganeti.'; \
1629
	  echo '';\
1630
	  echo 'This file is autogenerated by the build process.'; \
1631
	  echo 'For any changes you need to re-run ./configure (and'; \
1632
	  echo 'not edit by hand).'; \
1633
	  echo ''; \
1634
	  echo '"""'; \
1635
	  echo ''; \
1636
	  echo '# pylint: disable=C0301,C0324'; \
1637
	  echo '# because this is autogenerated, we do not want'; \
1638
	  echo '# style warnings' ; \
1639
	  echo ''; \
1640
	  echo "VCS_VERSION = '$$VCSVER'"; \
1641
	} > $@
1642

    
1643
lib/_generated_rpc.py: lib/rpc_defs.py $(BUILD_RPC)
1644
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_RPC) lib/rpc_defs.py > $@
1645

    
1646
$(SHELL_ENV_INIT): Makefile stamp-directories
1647
	set -e; \
1648
	{ echo '# Allow overriding for tests'; \
1649
	  echo 'readonly LOCALSTATEDIR=$${LOCALSTATEDIR:-$${GANETI_ROOTDIR:-}$(localstatedir)}'; \
1650
	  echo 'readonly SYSCONFDIR=$${SYSCONFDIR:-$${GANETI_ROOTDIR:-}$(sysconfdir)}'; \
1651
	  echo; \
1652
	  echo 'readonly PKGLIBDIR=$(pkglibdir)'; \
1653
	  echo 'readonly LOG_DIR="$$LOCALSTATEDIR/log/ganeti"'; \
1654
	  echo 'readonly RUN_DIR="$$LOCALSTATEDIR/run/ganeti"'; \
1655
	  echo 'readonly DATA_DIR="$$LOCALSTATEDIR/lib/ganeti"'; \
1656
	  echo 'readonly CONF_DIR="$$SYSCONFDIR/ganeti"'; \
1657
	} > $@
1658

    
1659
## Writes sed script to replace placeholders with build-time values. The
1660
## additional quotes after the first @ sign are necessary to stop configure
1661
## from replacing those values as well.
1662
$(REPLACE_VARS_SED): $(SHELL_ENV_INIT) Makefile stamp-directories
1663
	set -e; \
1664
	{ echo 's#@''PREFIX@#$(prefix)#g'; \
1665
	  echo 's#@''SYSCONFDIR@#$(sysconfdir)#g'; \
1666
	  echo 's#@''LOCALSTATEDIR@#$(localstatedir)#g'; \
1667
	  echo 's#@''BINDIR@#$(bindir)#g'; \
1668
	  echo 's#@''SBINDIR@#$(sbindir)#g'; \
1669
	  echo 's#@''LIBDIR@#$(libdir)#g'; \
1670
	  echo 's#@''GANETI_VERSION@#$(PACKAGE_VERSION)#g'; \
1671
	  echo 's#@''CUSTOM_XEN_BOOTLOADER@#$(XEN_BOOTLOADER)#g'; \
1672
	  echo 's#@''CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
1673
	  echo 's#@''CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
1674
	  echo 's#@''CUSTOM_IALLOCATOR_SEARCH_PATH@#$(IALLOCATOR_SEARCH_PATH)#g'; \
1675
	  echo 's#@''CUSTOM_EXPORT_DIR@#$(EXPORT_DIR)#g'; \
1676
	  echo 's#@''RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
1677
	  echo 's#@''RPL_SSH_INITD_SCRIPT@#$(SSH_INITD_SCRIPT)#g'; \
1678
	  echo 's#@''PKGLIBDIR@#$(pkglibdir)#g'; \
1679
	  echo 's#@''GNTMASTERUSER@#$(MASTERD_USER)#g'; \
1680
	  echo 's#@''GNTRAPIUSER@#$(RAPI_USER)#g'; \
1681
	  echo 's#@''GNTCONFDUSER@#$(CONFD_USER)#g'; \
1682
	  echo 's#@''GNTNODEDUSER@#$(NODED_USER)#g'; \
1683
	  echo 's#@''GNTMONDUSER@#$(MOND_USER)#g'; \
1684
	  echo 's#@''GNTRAPIGROUP@#$(RAPI_GROUP)#g'; \
1685
	  echo 's#@''GNTADMINGROUP@#$(ADMIN_GROUP)#g'; \
1686
	  echo 's#@''GNTCONFDGROUP@#$(CONFD_GROUP)#g'; \
1687
	  echo 's#@''GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
1688
	  echo 's#@''GNTMONDGROUP@#$(MOND_GROUP)#g'; \
1689
	  echo 's#@''GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
1690
	  echo 's#@''CUSTOM_ENABLE_CONFD@#$(ENABLE_CONFD)#g'; \
1691
	  echo 's#@''CUSTOM_ENABLE_MOND@#$(ENABLE_MOND)#g'; \
1692
	  echo 's#@''MODULES@#$(strip $(lint_python_code))#g'; \
1693
	  echo 's#@''XEN_CONFIG_DIR@#$(XEN_CONFIG_DIR)#g'; \
1694
	  echo; \
1695
	  echo '/^@SHELL_ENV_INIT@$$/ {'; \
1696
	  echo '  r $(SHELL_ENV_INIT)'; \
1697
	  echo '  d'; \
1698
	  echo '}'; \
1699
	} > $@
1700

    
1701
# Using deferred evaluation
1702
daemons/ganeti-%: MODULE = ganeti.server.$(patsubst ganeti-%,%,$(notdir $@))
1703
daemons/ganeti-watcher: MODULE = ganeti.watcher
1704
scripts/%: MODULE = ganeti.client.$(subst -,_,$(notdir $@))
1705
tools/burnin: MODULE = ganeti.tools.burnin
1706
tools/ensure-dirs: MODULE = ganeti.tools.ensure_dirs
1707
tools/node-daemon-setup: MODULE = ganeti.tools.node_daemon_setup
1708
tools/prepare-node-join: MODULE = ganeti.tools.prepare_node_join
1709
tools/node-cleanup: MODULE = ganeti.tools.node_cleanup
1710
$(HS_BUILT_TEST_HELPERS): TESTROLE = $(patsubst test/hs/%,%,$@)
1711

    
1712
$(PYTHON_BOOTSTRAP): Makefile | stamp-directories
1713
	test -n "$(MODULE)" || { echo Missing module; exit 1; }
1714
	set -e; \
1715
	{ echo '#!/usr/bin/python'; \
1716
	  echo '# This file is automatically generated, do not edit!'; \
1717
	  echo "# Edit $(MODULE) instead."; \
1718
	  echo; \
1719
	  echo '"""Bootstrap script for L{$(MODULE)}"""'; \
1720
	  echo; \
1721
	  echo '# pylint: disable=C0103'; \
1722
	  echo '# C0103: Invalid name'; \
1723
	  echo; \
1724
	  echo 'import sys'; \
1725
	  echo 'import $(MODULE) as main'; \
1726
	  echo; \
1727
	  echo '# Temporarily alias commands until bash completion'; \
1728
	  echo '# generator is changed'; \
1729
	  echo 'if hasattr(main, "commands"):'; \
1730
	  echo '  commands = main.commands # pylint: disable=E1101'; \
1731
	  echo 'if hasattr(main, "aliases"):'; \
1732
	  echo '  aliases = main.aliases # pylint: disable=E1101'; \
1733
	  echo; \
1734
	  echo 'if __name__ == "__main__":'; \
1735
	  echo '  sys.exit(main.Main())'; \
1736
	} > $@
1737
	chmod u+x $@
1738

    
1739
$(HS_BUILT_TEST_HELPERS): Makefile
1740
	@test -n "$(TESTROLE)" || { echo Missing TESTROLE; exit 1; }
1741
	set -e; \
1742
	{ echo '#!/bin/sh'; \
1743
	  echo '# This file is automatically generated, do not edit!'; \
1744
	  echo "# Edit Makefile.am instead."; \
1745
	  echo; \
1746
	  echo "HTOOLS=$(TESTROLE) exec ./test/hs/hpc-htools \"\$$@\""; \
1747
	} > $@
1748
	chmod u+x $@
1749

    
1750
stamp-directories: Makefile
1751
	$(MAKE) $(AM_MAKEFLAGS) ganeti
1752
	@mkdir_p@ $(DIRS) $(BUILDTIME_DIR_AUTOCREATE)
1753
	touch $@
1754

    
1755
# We need to create symlinks because "make distcheck" will not install Python
1756
# files when building.
1757
stamp-srclinks: Makefile | stamp-directories
1758
	set -e; \
1759
	for i in $(srclink_files); do \
1760
	  if test ! -f $$i -a -f $(abs_top_srcdir)/$$i; then \
1761
	    $(LN_S) $(abs_top_srcdir)/$$i $$i; \
1762
	  fi; \
1763
	done
1764
	touch $@
1765

    
1766
.PHONY: ganeti
1767
ganeti:
1768
	cd $(top_builddir) && test -h "$@" || { rm -f $@ && $(LN_S) lib $@; }
1769

    
1770
.PHONY: check-dirs
1771
check-dirs: $(GENERATED_FILES)
1772
	@set -e; \
1773
	find . -type d \( -name . -o -name .git -prune -o -print \) | { \
1774
	  error=; \
1775
	  while read dir; do \
1776
	    case "$$dir" in \
1777
	      $(strip $(patsubst %,(./%) ;;,$(DIRCHECK_EXCLUDE) $(DIRS))) \
1778
	      *) error=1; echo "Directory $$dir not listed in Makefile" >&2 ;; \
1779
	    esac; \
1780
	  done; \
1781
	  for dir in $(DIRS); do \
1782
	    if ! test -d "$$dir"; then \
1783
	      echo "Directory $$dir listed in DIRS does not exist" >&2; \
1784
	      error=1; \
1785
	    fi \
1786
	  done; \
1787
	  test -z "$$error"; \
1788
	}
1789

    
1790
.PHONY: check-local
1791
check-local: check-dirs $(GENERATED_FILES)
1792
	$(CHECK_PYTHON_CODE) $(check_python_code)
1793
	PYTHONPATH=. $(CHECK_HEADER) $(check_python_code)
1794
	$(CHECK_VERSION) $(VERSION) $(top_srcdir)/NEWS
1795
	RELEASE=$(PACKAGE_VERSION) $(CHECK_NEWS) < $(top_srcdir)/NEWS
1796
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(CHECK_IMPORTS) . $(standalone_python_modules)
1797
	error= ; \
1798
	if [ "x`echo $(VERSION_SUFFIX)|grep 'alpha'`" == "x" ]; then \
1799
	  expver=$(VERSION_MAJOR).$(VERSION_MINOR); \
1800
	  if test "`head -n 1 $(top_srcdir)/README`" != "Ganeti $$expver"; then \
1801
	    echo "Incorrect version in README, expected $$expver" >&2; \
1802
	    error=1; \
1803
	  fi; \
1804
	  for file in doc/iallocator.rst doc/hooks.rst doc/virtual-cluster.rst \
1805
	      doc/security.rst; do \
1806
	    if test "`sed -ne '4 p' $(top_srcdir)/$$file`" != \
1807
	      "Documents Ganeti version $$expver"; then \
1808
	      echo "Incorrect version in $$file, expected $$expver" >&2; \
1809
	      error=1; \
1810
	    fi; \
1811
	  done; \
1812
	  if ! test -f $(top_srcdir)/doc/design-$$expver.rst; then \
1813
	    echo "File $(top_srcdir)/doc/design-$$expver.rst not found" >&2; \
1814
	    error=1; \
1815
	  fi; \
1816
	  if test "`sed -ne '5 p' $(top_srcdir)/doc/design-draft.rst`" != \
1817
	    ".. Last updated for Ganeti $$expver"; then \
1818
	    echo "doc/design-draft.rst was not updated for version $$expver" >&2; \
1819
	    error=1; \
1820
	  fi; \
1821
	fi; \
1822
	for file in configure.ac $(HS_LIBTEST_SRCS) $(HS_PROG_SRCS); do \
1823
	  if test $$(wc --max-line-length < $(top_srcdir)/$$file) -gt 80; then \
1824
	    echo "Longest line in $$file is longer than 80 characters" >&2; \
1825
	    error=1; \
1826
	  fi; \
1827
	done; \
1828
	test -z "$$error"
1829

    
1830
.PHONY: hs-tests
1831
hs-tests: test/hs/htest | $(BUILT_PYTHON_SOURCES)
1832
	@rm -f htest.tix
1833
	./test/hs/htest
1834

    
1835
.PHONY: hs-shell
1836
hs-shell: test/hs/hpc-htools test/hs/hpc-mon-collector $(HS_BUILT_TEST_HELPERS)
1837
	@rm -f hpc-htools.tix hpc-mon-collector.tix
1838
	HBINARY="./test/hs/hpc-htools" ./test/hs/offline-test.sh
1839

    
1840
.PHONY: hs-check
1841
hs-check: hs-tests hs-shell
1842

    
1843
# E111: indentation is not a multiple of four
1844
# E121: continuation line indentation is not a multiple of four
1845
#       (since our indent level is not 4)
1846
# E125: continuation line does not distinguish itself from next logical line
1847
#       (since our indent level is not 4)
1848
# E127: continuation line over-indented for visual indent
1849
#       (since our indent level is not 4)
1850
# note: do NOT add E128 here; it's a valid style error in most cases!
1851
# I've seen real errors, but also some cases were we indent wrongly
1852
# due to line length; try to rework the cases where it is triggered,
1853
# instead of silencing it
1854
# E261: at least two spaces before inline comment
1855
# E501: line too long (80 characters)
1856
PEP8_IGNORE = E111,E121,E125,E127,E261,E501
1857

    
1858
# For excluding pep8 expects filenames only, not whole paths
1859
PEP8_EXCLUDE = $(subst $(space),$(comma),$(strip $(notdir $(BUILT_PYTHON_SOURCES))))
1860

    
1861
LINT_TARGETS = pylint pylint-qa
1862
if HAS_PEP8
1863
LINT_TARGETS += pep8
1864
endif
1865
if HAS_HLINT
1866
LINT_TARGETS += hlint
1867
endif
1868

    
1869
.PHONY: lint
1870
lint: $(LINT_TARGETS)
1871

    
1872
.PHONY: pylint
1873
pylint: $(GENERATED_FILES)
1874
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
1875
	$(PYLINT) $(LINT_OPTS) $(lint_python_code)
1876

    
1877
.PHONY: pylint-qa
1878
pylint-qa: $(GENERATED_FILES)
1879
	@test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
1880
	cd $(top_srcdir)/qa && \
1881
	  PYTHONPATH=$(abs_top_srcdir) $(PYLINT) $(LINT_OPTS) \
1882
	  --rcfile  ../pylintrc $(patsubst qa/%.py,%,$(qa_scripts))
1883

    
1884
.PHONY: pep8
1885
pep8: $(GENERATED_FILES)
1886
	@test -n "$(PEP8)" || { echo 'pep8' not found during configure; exit 1; }
1887
	$(PEP8) --ignore='$(PEP8_IGNORE)' --exclude='$(PEP8_EXCLUDE)' \
1888
	  --repeat $(pep8_python_code)
1889

    
1890
# FIXME: remove ignore "Use void" when GHC 6.x is deprecated
1891
HLINT_EXCLUDES = src/Ganeti/THH.hs test/hs/hpc-htools.hs
1892
.PHONY: hlint
1893
hlint: $(HS_BUILT_SRCS) src/lint-hints.hs
1894
	@test -n "$(HLINT)" || { echo 'hlint' not found during configure; exit 1; }
1895
	@rm -f doc/hs-lint.html
1896
	if tty -s; then C="-c"; else C=""; fi; \
1897
	$(HLINT) --utf8 --report=doc/hs-lint.html --cross $$C \
1898
	  --ignore "Use first" \
1899
	  --ignore "Use &&&" \
1900
	  --ignore "Use void" \
1901
	  --ignore "Reduce duplication" \
1902
	  --hint src/lint-hints \
1903
	  $(filter-out $(HLINT_EXCLUDES),$(HS_LIBTEST_SRCS) $(HS_PROG_SRCS))
1904
	@if [ ! -f doc/hs-lint.html ]; then \
1905
	  echo "All good" > doc/hs-lint.html; \
1906
	fi
1907

    
1908
# a dist hook rule for updating the vcs-version file; this is
1909
# hardcoded due to where it needs to build the file...
1910
dist-hook:
1911
	$(MAKE) $(AM_MAKEFLAGS) regen-vcs-version
1912
	rm -f $(top_distdir)/vcs-version
1913
	cp -p $(srcdir)/vcs-version $(top_distdir)
1914

    
1915
# a distcheck hook rule for catching revision control directories
1916
distcheck-hook:
1917
	if find $(top_distdir) -name .svn -or -name .git | grep .; then \
1918
	  echo "Found revision control files in final archive." 1>&2; \
1919
	  exit 1; \
1920
	fi
1921
	if find $(top_distdir) -name '*.py[co]' | grep .; then \
1922
	  echo "Found Python byte code in final archive." 1>&2; \
1923
	  exit 1; \
1924
	fi
1925
	if find $(top_distdir) -name '*~' | grep .; then \
1926
	  echo "Found backup files in final archive." 1>&2; \
1927
	  exit 1; \
1928
	fi
1929
# Empty files or directories should not be distributed. They can cause
1930
# unnecessary warnings for packagers. Directories used by automake during
1931
# distcheck must be excluded.
1932
	if find $(top_distdir) -empty -and -not \( \
1933
	    -path $(top_distdir)/_build -or \
1934
	    -path $(top_distdir)/_inst \) | grep .; then \
1935
	  echo "Found empty files or directories in final archive." 1>&2; \
1936
	  exit 1; \
1937
	fi
1938
	if test -e $(top_distdir)/doc/man-html; then \
1939
	  echo "Found documentation including man pages in final archive" >&2; \
1940
	  exit 1; \
1941
	fi
1942

    
1943
# Backwards compatible distcheck-release target
1944
distcheck-release: distcheck
1945

    
1946
distrebuildcheck: dist
1947
	set -e; \
1948
	builddir=$$(mktemp -d $(abs_srcdir)/distrebuildcheck.XXXXXXX); \
1949
	trap "echo Removing $$builddir; cd $(abs_srcdir); rm -rf $$builddir" EXIT; \
1950
	cd $$builddir; \
1951
	tar xzf $(abs_srcdir)/$(distdir).tar.gz; \
1952
	cd $(distdir); \
1953
	./configure; \
1954
	$(MAKE) maintainer-clean; \
1955
	cp $(abs_srcdir)/vcs-version .; \
1956
	./configure; \
1957
	$(MAKE) $(AM_MAKEFLAGS)
1958

    
1959
dist-release: dist
1960
	set -e; \
1961
	for i in $(DIST_ARCHIVES); do \
1962
	  echo -n "Checking $$i ... "; \
1963
	  autotools/check-tar < $$i; \
1964
	  echo OK; \
1965
	done
1966

    
1967
install-exec-local:
1968
	@mkdir_p@ "$(DESTDIR)${localstatedir}/lib/ganeti" \
1969
	  "$(DESTDIR)${localstatedir}/log/ganeti" \
1970
	  "$(DESTDIR)${localstatedir}/run/ganeti"
1971

    
1972
.PHONY: apidoc
1973
if WANT_HSAPIDOC
1974
apidoc: py-apidoc hs-apidoc
1975
else
1976
apidoc: py-apidoc
1977
endif
1978

    
1979
.PHONY: py-apidoc
1980
py-apidoc: epydoc.conf $(RUN_IN_TEMPDIR) $(GENERATED_FILES)
1981
	env - PATH="$$PATH" PYTHONPATH="$$PYTHONPATH" \
1982
	$(RUN_IN_TEMPDIR) epydoc -v \
1983
	  --conf $(CURDIR)/epydoc.conf \
1984
	  --output $(CURDIR)/$(APIDOC_PY_DIR)
1985

    
1986
.PHONY: hs-apidoc
1987
hs-apidoc: $(APIDOC_HS_DIR)/index.html
1988

    
1989
$(APIDOC_HS_DIR)/index.html: $(HS_LIBTESTBUILT_SRCS) Makefile
1990
	@test -n "$(HSCOLOUR)" || \
1991
	    { echo 'HsColour' not found during configure; exit 1; }
1992
	@test -n "$(HADDOCK)" || \
1993
	    { echo 'haddock' not found during configure; exit 1; }
1994
	rm -rf $(APIDOC_HS_DIR)/*
1995
	for i in $(ALL_APIDOC_HS_DIRS); do \
1996
	  @mkdir_p@ $$i; \
1997
	  $(HSCOLOUR) -print-css > $$i/hscolour.css; \
1998
	done
1999
	set -e ; \
2000
	export LC_ALL=en_US.UTF-8; \
2001
	OPTGHC="--optghc=-isrc --optghc=-itest/hs"; \
2002
	if [ "$(HS_PARALLEL3)" ]; \
2003
	then OPTGHC="$$OPTGHC --optghc=$(HS_PARALLEL3)"; \
2004
	fi; \
2005
	if [ "$(HS_REGEX_PCRE)" ]; \
2006
	then OPTGHC="$$OPTGHC --optghc=$(HS_REGEX_PCRE)"; \
2007
	fi; \
2008
	for file in $(HS_LIBTESTBUILT_SRCS); do \
2009
	  f_nosrc=$${file##src/}; \
2010
	  f_notst=$${f_nosrc##test/hs/}; \
2011
	  f_html=$${f_notst%%.hs}.html; \
2012
	  $(HSCOLOUR) -css -anchor $$file > $(APIDOC_HS_DIR)/$$f_html ; \
2013
	done ; \
2014
	$(HADDOCK) --odir $(APIDOC_HS_DIR) --html --ignore-all-exports -w \
2015
	  -t ganeti -p src/haddock-prologue \
2016
	  --source-module="%{MODULE/.//}.html" \
2017
	  --source-entity="%{MODULE/.//}.html#%{NAME}" \
2018
	  $$OPTGHC \
2019
	  $(HS_LIBTESTBUILT_SRCS)
2020

    
2021
.PHONY: TAGS
2022
TAGS: $(GENERATED_FILES)
2023
	rm -f TAGS
2024
	$(GHC) -e ":etags" -v0 \
2025
	  $(filter-out -O -Werror,$(HFLAGS)) \
2026
	  $(HS_PARALLEL3) $(HS_REGEX_PCRE) \
2027
	  $(HS_LIBTEST_SRCS)
2028
	find . -path './lib/*.py' -o -path './scripts/gnt-*' -o \
2029
	  -path './daemons/ganeti-*' -o -path './tools/*' -o \
2030
	  -path './qa/*.py' | \
2031
	  etags -l python -a -
2032

    
2033
.PHONY: coverage
2034

    
2035
COVERAGE_TESTS=
2036
if WANT_HTOOLS
2037
COVERAGE_TESTS += hs-coverage
2038
endif
2039
if !PY_NODEV
2040
COVERAGE_TESTS += py-coverage
2041
endif
2042

    
2043
coverage: $(COVERAGE_TESTS)
2044

    
2045
.PHONY: py-coverage
2046
py-coverage: $(GENERATED_FILES) $(python_tests)
2047
	@test -n "$(PYCOVERAGE)" || \
2048
	    { echo 'python-coverage' not found during configure; exit 1; }
2049
	set -e; \
2050
	COVERAGE=$(PYCOVERAGE) \
2051
	COVERAGE_FILE=$(CURDIR)/$(COVERAGE_PY_DIR)/data \
2052
	TEXT_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR)/report.txt \
2053
	HTML_COVERAGE=$(CURDIR)/$(COVERAGE_PY_DIR) \
2054
	$(PLAIN_TESTS_ENVIRONMENT) \
2055
	$(abs_top_srcdir)/autotools/gen-py-coverage \
2056
	$(python_tests)
2057

    
2058
.PHONY: hs-coverage
2059
hs-coverage: $(haskell_tests) test/hs/hpc-htools test/hs/hpc-mon-collector
2060
	rm -f *.tix
2061
	$(MAKE) $(AM_MAKEFLAGS) hs-check
2062
	@mkdir_p@ $(COVERAGE_HS_DIR)
2063
	hpc sum --union $(HPCEXCL) \
2064
	  htest.tix hpc-htools.tix hpc-mon-collector.tix > coverage-hs.tix
2065
	hpc markup --destdir=$(COVERAGE_HS_DIR) coverage-hs.tix
2066
	hpc report coverage-hs.tix
2067
	$(LN_S) -f hpc_index.html $(COVERAGE_HS_DIR)/index.html
2068

    
2069
# Special "kind-of-QA" target for htools, needs special setup (all
2070
# tools compiled with -fhpc)
2071
.PHONY: live-test
2072
live-test: all
2073
	set -e ; \
2074
	cd src; \
2075
	rm -f .hpc; $(LN_S) ../.hpc .hpc; \
2076
	rm -f *.tix *.mix; \
2077
	./live-test.sh; \
2078
	hpc sum --union $(HPCEXCL) $(addsuffix .tix,$(HS_PROGS:src/%=%)) \
2079
	  --output=live-test.tix ; \
2080
	@mkdir_p@ ../$(COVERAGE_HS_DIR) ; \
2081
	hpc markup --destdir=../$(COVERAGE_HS_DIR) live-test \
2082
	  --srcdir=.. $(HPCEXCL) ; \
2083
	hpc report --srcdir=.. live-test $(HPCEXCL)
2084

    
2085
commit-check: autotools-check distcheck lint apidoc
2086

    
2087
autotools-check:
2088
	TESTDATA_DIR=./test/data shelltest $(SHELLTESTARGS) \
2089
  $(abs_top_srcdir)/test/autotools/*-*.test \
2090
  -- --hide-successes
2091

    
2092
.PHONY: gitignore-check
2093
gitignore-check:
2094
	@if [ -n "`git status --short`" ]; then \
2095
	  echo "Git status is not clean!" 1>&2 ; \
2096
	  git status --short; \
2097
	  exit 1; \
2098
	fi
2099

    
2100
# target to rebuild all man pages (both groff and html output)
2101
.PHONY: man
2102
man: $(man_MANS) $(manhtml)
2103

    
2104
# Target that builds all binaries (including those that are not
2105
# rebuilt except when running the tests)
2106
.PHONY: really-all
2107
really-all: all $(check_SCRIPTS) $(haskell_tests) $(HS_ALL_PROGS)
2108

    
2109
# we don't need the ancient implicit rules:
2110
%: %,v
2111
%: RCS/%,v
2112
%: RCS/%
2113
%: s.%
2114
%: SCCS/s.%
2115

    
2116
-include ./Makefile.local
2117

    
2118
# vim: set noet :