Makefile.am 50.5 KB
Newer Older
D
Daniel Veillard 已提交
1 2
## Process this file with automake to produce Makefile.in

3 4 5
## Copyright (C) 2005-2011 Red Hat, Inc.
## See COPYING.LIB for the License of this software

6 7
# No libraries with the exception of LIBXML should be listed
# here. List them against the individual XXX_la_CFLAGS targets
8
# that actually use them. Also keep GETTEXT_CPPFLAGS at the end.
E
Eric Blake 已提交
9
INCLUDES =	-I$(top_srcdir)/gnulib/lib			\
10 11
		-I../gnulib/lib					\
		-I../include					\
12
		-I@top_srcdir@/src/util				\
13
		-I@top_srcdir@/include				\
14 15
		-DIN_LIBVIRT					\
		$(GETTEXT_CPPFLAGS)
E
Eric Blake 已提交
16 17

AM_CFLAGS =	$(DRIVER_MODULE_CFLAGS)				\
18 19
		$(LIBXML_CFLAGS)				\
		$(WARN_CFLAGS)					\
E
Eric Blake 已提交
20 21 22
		$(LOCK_CHECKING_CFLAGS)				\
		$(WIN32_EXTRA_CFLAGS)				\
		$(COVERAGE_CFLAGS)
23 24
AM_LDFLAGS = $(COVERAGE_LDFLAGS)

L
Lai Jiangshan 已提交
25
EXTRA_DIST = $(conf_DATA) util/keymaps.csv
26

27
BUILT_SOURCES =
28 29 30
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
31

E
Eric Blake 已提交
32 33
THREAD_LIBS = $(LIB_PTHREAD) $(LTLIBMULTITHREAD)

34 35 36
if WITH_NETWORK
UUID=$(shell uuidgen 2>/dev/null)
endif
37

C
Chris Lalancette 已提交
38
lib_LTLIBRARIES = libvirt.la libvirt-qemu.la
39

40
moddir = $(libdir)/libvirt/connection-driver
41 42
mod_LTLIBRARIES =

A
Amy Griffis 已提交
43
confdir = $(sysconfdir)/libvirt
44
conf_DATA = libvirt.conf
45

46 47 48 49 50 51
augeasdir = $(datadir)/augeas/lenses
augeas_DATA =

augeastestdir = $(datadir)/augeas/lenses/tests
augeastest_DATA =

52 53
# These files are not related to driver APIs. Simply generic
# helper APIs for various purposes
54
UTIL_SOURCES =							\
55
		util/authhelper.c util/authhelper.h		\
56
		util/bitmap.c util/bitmap.h			\
57
		util/buf.c util/buf.h				\
58
		util/command.c util/command.h			\
59 60 61
		util/conf.c util/conf.h				\
		util/cgroup.c util/cgroup.h			\
		util/event.c util/event.h			\
62
		util/event_poll.c util/event_poll.h		\
63
		util/hash.c util/hash.h				\
D
Daniel Veillard 已提交
64
		util/hooks.c util/hooks.h			\
65
		util/iptables.c util/iptables.h			\
G
Gerhard Stenzel 已提交
66
		util/ebtables.c util/ebtables.h			\
67
		util/dnsmasq.c util/dnsmasq.h                   \
68
		util/json.c util/json.h				\
69
		util/logging.c util/logging.h			\
70
		util/macvtap.c util/macvtap.h			\
71
		util/memory.c util/memory.h			\
72
		util/netlink.c util/netlink.h			\
73
		util/pci.c util/pci.h				\
74
		util/processinfo.c util/processinfo.h		\
75
		util/hostusb.c util/hostusb.h			\
76
		util/network.c util/network.h			\
77
		util/interface.c util/interface.h		\
78
		util/qparams.c util/qparams.h			\
M
Markus Groß 已提交
79
		util/sexpr.c util/sexpr.h			\
80
		util/stats_linux.c util/stats_linux.h		\
81
		util/storage_file.c util/storage_file.h		\
82
		util/sysinfo.c util/sysinfo.h			\
83 84 85
		util/threads.c util/threads.h			\
		util/threads-pthread.h				\
		util/threads-win32.h				\
H
Hu Tao 已提交
86
		util/threadpool.c util/threadpool.h		\
87 88
		util/uuid.c util/uuid.h				\
		util/util.c util/util.h				\
89
		util/viraudit.c util/viraudit.h			\
E
Eric Blake 已提交
90
		util/virfile.c util/virfile.h			\
91
		util/virpidfile.c util/virpidfile.h		\
92
		util/xml.c util/xml.h				\
L
Lai Jiangshan 已提交
93 94
		util/virterror.c util/virterror_internal.h	\
		util/virkeycode.c util/virkeycode.h		\
95 96 97 98
		util/virkeymaps.h				\
		util/virnetdev.h util/virnetdev.c		\
		util/virnetdevbridge.h util/virnetdevbridge.c	\
		util/virnetdevtap.h util/virnetdevtap.c
L
Lai Jiangshan 已提交
99 100 101 102 103 104

EXTRA_DIST += $(srcdir)/util/virkeymaps.h $(srcdir)/util/keymaps.csv \
		$(srcdir)/util/virkeycode-mapgen.py

$(srcdir)/util/virkeymaps.h: $(srcdir)/util/keymaps.csv	\
		$(srcdir)/util/virkeycode-mapgen.py
105
	$(AM_V_GEN)$(PYTHON) $(srcdir)/util/virkeycode-mapgen.py <$(srcdir)/util/keymaps.csv >$@
L
Lai Jiangshan 已提交
106 107

$(srcdir)/util/virkeycode.c: $(srcdir)/util/virkeycode.h $(srcdir)/util/virkeymaps.h
108 109

EXTRA_DIST += util/threads-pthread.c util/threads-win32.c
110

111
# Internal generic driver infrastructure
112
NODE_INFO_SOURCES = nodeinfo.h nodeinfo.c
113
DRIVER_SOURCES =						\
114
		driver.c driver.h				\
115 116
		internal.h					\
		datatypes.c datatypes.h				\
117
		fdstream.c fdstream.h                 \
118
		$(NODE_INFO_SOURCES)				\
119
		libvirt.c libvirt_internal.h			\
120 121
		locking/lock_manager.c locking/lock_manager.h   \
		locking/lock_driver.h 				\
122 123
		locking/lock_driver_nop.h locking/lock_driver_nop.c \
		locking/domain_lock.h locking/domain_lock.c
124

125 126 127
LOCK_DRIVER_SANLOCK_SOURCES = \
		locking/lock_driver_sanlock.c

128

129
# XML configuration format handling sources
130 131
# Domain driver generic impl APIs
DOMAIN_CONF_SOURCES =						\
132
		conf/capabilities.c conf/capabilities.h		\
133
		conf/domain_conf.c conf/domain_conf.h		\
134
		conf/domain_audit.c conf/domain_audit.h		\
135
		conf/domain_nwfilter.c conf/domain_nwfilter.h
136 137 138

DOMAIN_EVENT_SOURCES =						\
		conf/domain_event.c conf/domain_event.h
139 140

# Network driver generic impl APIs
141
NETWORK_CONF_SOURCES =						\
142
		conf/network_conf.c conf/network_conf.h
143

144 145
# Network filter driver generic impl APIs
NWFILTER_PARAM_CONF_SOURCES =					\
146 147
		conf/nwfilter_params.c conf/nwfilter_params.h	\
		conf/nwfilter_conf.h
148 149 150 151 152

NWFILTER_CONF_SOURCES =					\
		$(NWFILTER_PARAM_CONF_SOURCES)			\
		conf/nwfilter_conf.c conf/nwfilter_conf.h

153
# Storage driver generic impl APIs
154 155
STORAGE_CONF_SOURCES =                                         \
		conf/storage_conf.h conf/storage_conf.c
156

157
# Interface driver generic impl APIs
158 159
INTERFACE_CONF_SOURCES =                                       \
		conf/interface_conf.c conf/interface_conf.h
160

161
# Secret driver generic impl APIs
162 163 164 165 166 167 168 169 170 171
SECRET_CONF_SOURCES =                                          \
		conf/secret_conf.h conf/secret_conf.c

# Network driver generic impl APIs
NODE_DEVICE_CONF_SOURCES =                                     \
		conf/node_device_conf.c conf/node_device_conf.h

ENCRYPTION_CONF_SOURCES =					\
		conf/storage_encryption_conf.c conf/storage_encryption_conf.h

172 173 174
CPU_CONF_SOURCES =						\
		conf/cpu_conf.c conf/cpu_conf.h

175 176 177 178
CONF_SOURCES =							\
		$(DOMAIN_CONF_SOURCES)				\
		$(DOMAIN_EVENT_SOURCES)				\
		$(NETWORK_CONF_SOURCES)				\
179
		$(NWFILTER_CONF_SOURCES)			\
180 181 182 183
		$(NODE_DEVICE_CONF_SOURCES)			\
		$(STORAGE_CONF_SOURCES)				\
		$(ENCRYPTION_CONF_SOURCES)			\
		$(INTERFACE_CONF_SOURCES)			\
184 185
		$(SECRET_CONF_SOURCES)				\
		$(CPU_CONF_SOURCES)
186

187
# The remote RPC driver, covering domains, storage, networks, etc
188
REMOTE_DRIVER_GENERATED = \
E
Eric Blake 已提交
189 190 191 192 193 194 195
		$(srcdir)/remote/remote_protocol.c		\
		$(srcdir)/remote/remote_protocol.h		\
		$(srcdir)/remote/remote_client_bodies.h		\
		$(srcdir)/remote/qemu_protocol.c		\
		$(srcdir)/remote/qemu_protocol.h		\
		$(srcdir)/remote/qemu_client_bodies.h

W
Wen Congyang 已提交
196 197
# The remote RPC driver needs probes.h
if WITH_DTRACE
J
Jiri Denemark 已提交
198
REMOTE_DRIVER_GENERATED += probes.h
W
Wen Congyang 已提交
199 200
endif

E
Eric Blake 已提交
201 202
REMOTE_PROTOCOL = $(srcdir)/remote/remote_protocol.x
QEMU_PROTOCOL = $(srcdir)/remote/qemu_protocol.x
203
REMOTE_DRIVER_PROTOCOL = $(REMOTE_PROTOCOL) $(QEMU_PROTOCOL)
204

205 206 207
$(srcdir)/remote/remote_client_bodies.h: $(srcdir)/rpc/gendispatch.pl \
		$(REMOTE_PROTOCOL)
	$(AM_V_GEN)perl -w $(srcdir)/rpc/gendispatch.pl \
208
	  -k remote $(REMOTE_PROTOCOL) > $@
209

210 211 212
$(srcdir)/remote/qemu_client_bodies.h: $(srcdir)/rpc/gendispatch.pl \
		$(QEMU_PROTOCOL)
	$(AM_V_GEN)perl -w $(srcdir)/rpc/gendispatch.pl \
213 214 215 216 217 218
	  -k qemu $(QEMU_PROTOCOL) > $@

REMOTE_DRIVER_SOURCES =						\
		gnutls_1_0_compat.h				\
		remote/remote_driver.c remote/remote_driver.h	\
		$(REMOTE_DRIVER_GENERATED)
219

220
EXTRA_DIST +=  $(REMOTE_DRIVER_PROTOCOL) \
221
		$(REMOTE_DRIVER_GENERATED)
222

223 224 225 226 227 228 229 230 231 232
# Ensure that we don't change the struct or member names or member ordering
# in remote_protocol.x  The embedded perl below needs a few comments, and
# presumes you know what pdwtags output looks like:
# * use -0777 -n to slurp the entire file into $_.
# * the "split" splits on the /* DD */ comments, so that $p iterates
#     through the struct definitions.
# * process only "struct remote_..." entries
# * remove comments and preceding TAB throughout
# * remove empty lines throughout
# * remove white space at end of buffer
233 234 235 236

# With pdwtags 1.8, --verbose output includes separators like these:
# /* 93 */
# /* <0> (null):0 */
237 238
# with the second line omitted for intrinsic types.
# Whereas with pdwtags 1.3, they look like this:
239
# /* <2d2> /usr/include/libio.h:180 */
240 241
# The alternation of the following regexps matches both cases.
r1 = /\* \d+ \*/
242 243
r2 = /\* <[[:xdigit:]]+> \S+:\d+ \*/

244
PDWTAGS = \
245
	$(AM_V_GEN)if (pdwtags --help) > /dev/null 2>&1; then		\
246
	  pdwtags --verbose $(<:.lo=.$(OBJEXT))				\
247
	    | perl -0777 -n						\
248 249 250
		-e 'foreach my $$p (split m!\n*(?:$(r1)|$(r2))\n!) {'	\
		-e '  if ($$p =~ /^(struct|enum) (remote_|qemu_|virNet)/ ||' \
		-e '      $$p =~ /^enum {/) {' \
251 252 253
		-e '    $$p =~ s!\t*/\*.*?\*/!!sg;'			\
		-e '    $$p =~ s!\s+\n!\n!sg;'				\
		-e '    $$p =~ s!\s+$$!!;'				\
254
		-e '    $$p =~ s!\t!        !g;'			\
255 256 257 258
		-e '    print "$$p\n";'					\
		-e '    $$n++;'						\
		-e '  }'						\
		-e '}'							\
259 260 261
		-e 'BEGIN {'						\
		-e '  print "/* -*- c -*- */\n";'			\
		-e '}'							\
262
		-e 'END {'						\
263
		-e '  if ($$n < 3) {'					\
264 265 266 267 268 269
		-e '    warn "WARNING: your pdwtags program is too old\n";' \
		-e '    warn "WARNING: skipping the $@ test\n";'	\
		-e '    warn "WARNING: install dwarves-1.3 or newer\n";' \
		-e '    exit 8;'					\
		-e '  }'						\
		-e '}'							\
270
		> $(@F)-t;						\
271
	  case $$? in 8) exit 0;; 0) ;; *) exit 1;; esac;		\
272
	  diff -u $(@F)-t $@; st=$$?; rm -f $(@F)-t; exit $$st;		\
273
	else								\
274 275
	  echo 'WARNING: you lack pdwtags; skipping the $@ test' >&2;	\
	  echo 'WARNING: install the dwarves package to get pdwtags' >&2; \
276
	fi
277 278 279 280 281 282 283 284 285 286 287 288

PROTOCOL_STRUCTS = \
	$(srcdir)/remote_protocol-structs \
	$(srcdir)/qemu_protocol-structs \
	$(srcdir)/virnetprotocol-structs
if WITH_REMOTE
# The .o file that pdwtags parses is created as a side effect of running
# libtool; but from make's perspective we depend on the .lo file.
$(srcdir)/%_protocol-structs: libvirt_driver_remote_la-%_protocol.lo
	$(PDWTAGS)
$(srcdir)/virnetprotocol-structs: libvirt_net_rpc_la-virnetprotocol.lo
	$(PDWTAGS)
289
else !WITH_REMOTE
290
# These generated files must live in git, because they cannot be re-generated
291
# when configured --without-remote.
292
$(PROTOCOL_STRUCTS):
293
endif
294 295
EXTRA_DIST += $(PROTOCOL_STRUCTS)
check-local: $(PROTOCOL_STRUCTS)
296

297 298
# Mock driver, covering domains, storage, networks, etc
TEST_DRIVER_SOURCES =						\
299
		test/test_driver.c test/test_driver.h
300 301 302

# Now the Hypervisor specific drivers
XEN_DRIVER_SOURCES =						\
303 304 305 306 307 308
		xen/block_stats.c xen/block_stats.h		\
		xen/xen_hypervisor.c xen/xen_hypervisor.h	\
		xen/xen_driver.c xen/xen_driver.h		\
		xen/xend_internal.c xen/xend_internal.h		\
		xen/xm_internal.c xen/xm_internal.h		\
		xen/xs_internal.c xen/xs_internal.h
309
if WITH_XEN_INOTIFY
310
XEN_DRIVER_SOURCES += xen/xen_inotify.c xen/xen_inotify.h
311
endif
312 313

LXC_DRIVER_SOURCES =						\
314 315 316
		lxc/lxc_conf.c lxc/lxc_conf.h			\
		lxc/lxc_container.c lxc/lxc_container.h		\
		lxc/lxc_driver.c lxc/lxc_driver.h		\
317
		lxc/veth.c lxc/veth.h
318

319
LXC_CONTROLLER_SOURCES =					\
320 321 322
		lxc/lxc_conf.c lxc/lxc_conf.h			\
		lxc/lxc_container.c lxc/lxc_container.h		\
		lxc/lxc_controller.c				\
323
		lxc/veth.c lxc/veth.h
324

J
Jamie Strandboge 已提交
325 326 327
SECURITY_DRIVER_APPARMOR_HELPER_SOURCES =			\
		security/virt-aa-helper.c

328 329 330
PHYP_DRIVER_SOURCES =						\
		phyp/phyp_driver.c phyp/phyp_driver.h

331
OPENVZ_DRIVER_SOURCES =						\
332 333
		openvz/openvz_conf.c openvz/openvz_conf.h	\
		openvz/openvz_driver.c openvz/openvz_driver.h
334

E
Eric Blake 已提交
335
VMWARE_DRIVER_SOURCES =						\
336
		vmware/vmware_driver.c vmware/vmware_driver.h	\
337 338
		vmware/vmware_conf.c vmware/vmware_conf.h

339
VBOX_DRIVER_SOURCES =						\
E
Eric Blake 已提交
340 341 342 343 344 345
	vbox/vbox_glue.c vbox/vbox_glue.h			\
	vbox/vbox_driver.c vbox/vbox_driver.h			\
	vbox/vbox_V2_2.c vbox/vbox_CAPI_v2_2.h			\
	vbox/vbox_V3_0.c vbox/vbox_CAPI_v3_0.h			\
	vbox/vbox_V3_1.c vbox/vbox_CAPI_v3_1.h			\
	vbox/vbox_V3_2.c vbox/vbox_CAPI_v3_2.h			\
346 347
	vbox/vbox_V4_0.c vbox/vbox_CAPI_v4_0.h			\
	vbox/vbox_V4_1.c vbox/vbox_CAPI_v4_1.h
348

E
Eric Blake 已提交
349
VBOX_DRIVER_EXTRA_DIST =					\
350 351 352
		vbox/vbox_tmpl.c vbox/README			\
		vbox/vbox_MSCOMGlue.c vbox/vbox_MSCOMGlue.h	\
		vbox/vbox_XPCOMCGlue.c vbox/vbox_XPCOMCGlue.h
353

354
QEMU_DRIVER_SOURCES =						\
355
		qemu/qemu_capabilities.c qemu/qemu_capabilities.h\
356
		qemu/qemu_command.c qemu/qemu_command.h		\
357
		qemu/qemu_domain.c qemu/qemu_domain.h		\
358
		qemu/qemu_cgroup.c qemu/qemu_cgroup.h		\
359
		qemu/qemu_hostdev.c qemu/qemu_hostdev.h		\
360
		qemu/qemu_hotplug.c qemu/qemu_hotplug.h		\
361
		qemu/qemu_conf.c qemu/qemu_conf.h		\
362 363
		qemu/qemu_process.c qemu/qemu_process.h		\
		qemu/qemu_migration.c qemu/qemu_migration.h	\
364
		qemu/qemu_monitor.c qemu/qemu_monitor.h		\
365 366
		qemu/qemu_monitor_text.c			\
		qemu/qemu_monitor_text.h			\
D
Daniel P. Berrange 已提交
367 368 369
		qemu/qemu_monitor_json.c			\
		qemu/qemu_monitor_json.h			\
		qemu/qemu_driver.c qemu/qemu_driver.h		\
E
Eric Blake 已提交
370
		qemu/qemu_bridge_filter.c			\
371
		qemu/qemu_bridge_filter.h
R
Richard W.M. Jones 已提交
372

373 374
XENAPI_DRIVER_SOURCES =								\
		xenapi/xenapi_driver.c xenapi/xenapi_driver.h	\
375
		xenapi/xenapi_driver_private.h					\
376 377
		xenapi/xenapi_utils.c xenapi/xenapi_utils.h

J
Jim Fehlig 已提交
378 379 380 381
LIBXL_DRIVER_SOURCES =						\
		libxl/libxl_conf.c libxl/libxl_conf.h		\
		libxl/libxl_driver.c libxl/libxl_driver.h

382
UML_DRIVER_SOURCES =						\
D
Daniel P. Berrange 已提交
383 384
		uml/uml_conf.c uml/uml_conf.h			\
		uml/uml_driver.c uml/uml_driver.h
385

386
ESX_DRIVER_SOURCES =						\
387
		esx/esx_private.h						\
388
		esx/esx_driver.c esx/esx_driver.h		\
389 390 391 392 393
		esx/esx_interface_driver.c esx/esx_interface_driver.h		\
		esx/esx_network_driver.c esx/esx_network_driver.h		\
		esx/esx_storage_driver.c esx/esx_storage_driver.h		\
		esx/esx_device_monitor.c esx/esx_device_monitor.h		\
		esx/esx_secret_driver.c esx/esx_secret_driver.h		\
M
Matthias Bolte 已提交
394
		esx/esx_nwfilter_driver.c esx/esx_nwfilter_driver.h		\
395 396
		esx/esx_util.c esx/esx_util.h			\
		esx/esx_vi.c esx/esx_vi.h			\
397
		esx/esx_vi_methods.c esx/esx_vi_methods.h	\
398
		esx/esx_vi_types.c esx/esx_vi_types.h
399

400
ESX_DRIVER_GENERATED =							\
401 402
		esx/esx_vi_methods.generated.c				\
		esx/esx_vi_methods.generated.h				\
403
		esx/esx_vi_methods.generated.macro			\
404 405 406 407 408
		esx/esx_vi_types.generated.c				\
		esx/esx_vi_types.generated.h				\
		esx/esx_vi_types.generated.typedef			\
		esx/esx_vi_types.generated.typeenum			\
		esx/esx_vi_types.generated.typetostring			\
409 410 411
		esx/esx_vi_types.generated.typefromstring		\
		esx/esx_vi.generated.c					\
		esx/esx_vi.generated.h
412 413 414 415 416 417 418

ESX_DRIVER_EXTRA_DIST =						\
		esx/README						\
		esx/esx_vi_generator.input				\
		esx/esx_vi_generator.py					\
		$(ESX_DRIVER_GENERATED)

M
Matthias Bolte 已提交
419 420 421 422 423 424 425 426
HYPERV_DRIVER_SOURCES =								\
		hyperv/hyperv_private.h							\
		hyperv/hyperv_driver.c hyperv/hyperv_driver.h				\
		hyperv/hyperv_interface_driver.c hyperv/hyperv_interface_driver.h	\
		hyperv/hyperv_network_driver.c hyperv/hyperv_network_driver.h		\
		hyperv/hyperv_storage_driver.c hyperv/hyperv_storage_driver.h		\
		hyperv/hyperv_device_monitor.c hyperv/hyperv_device_monitor.h		\
		hyperv/hyperv_secret_driver.c hyperv/hyperv_secret_driver.h		\
427
		hyperv/hyperv_nwfilter_driver.c hyperv/hyperv_nwfilter_driver.h		\
428
		hyperv/hyperv_util.c hyperv/hyperv_util.h				\
429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444
		hyperv/hyperv_wmi.c hyperv/hyperv_wmi.h					\
		hyperv/hyperv_wmi_classes.c hyperv/hyperv_wmi_classes.h			\
		hyperv/openwsman.h

HYPERV_DRIVER_GENERATED =							\
		hyperv/hyperv_wmi.generated.c					\
		hyperv/hyperv_wmi.generated.h					\
		hyperv/hyperv_wmi_classes.generated.c				\
		hyperv/hyperv_wmi_classes.generated.h				\
		hyperv/hyperv_wmi_classes.generated.typedef

HYPERV_DRIVER_EXTRA_DIST =							\
		hyperv/hyperv_wmi_generator.input				\
		hyperv/hyperv_wmi_generator.py					\
		$(HYPERV_DRIVER_GENERATED)

445
NETWORK_DRIVER_SOURCES =					\
446
		network/bridge_driver.h network/bridge_driver.c
447

448
INTERFACE_DRIVER_SOURCES =					\
449
		interface/netcf_driver.h interface/netcf_driver.c
450

451
SECRET_DRIVER_SOURCES =						\
452
		secret/secret_driver.h secret/secret_driver.c
453

454
# Storage backend specific impls
455
STORAGE_DRIVER_SOURCES =					\
456 457
		storage/storage_driver.h storage/storage_driver.c		\
		storage/storage_backend.h storage/storage_backend.c
458 459

STORAGE_DRIVER_FS_SOURCES =					\
460
		storage/storage_backend_fs.h storage/storage_backend_fs.c
R
Richard W.M. Jones 已提交
461

462
STORAGE_DRIVER_LVM_SOURCES =					\
463 464
		storage/storage_backend_logical.h			\
		storage/storage_backend_logical.c
465 466

STORAGE_DRIVER_ISCSI_SOURCES =					\
467
		storage/storage_backend_iscsi.h storage/storage_backend_iscsi.c
468

469
STORAGE_DRIVER_SCSI_SOURCES =					\
470
		storage/storage_backend_scsi.h storage/storage_backend_scsi.c
471

D
Dave Allan 已提交
472
STORAGE_DRIVER_MPATH_SOURCES =					\
473
		storage/storage_backend_mpath.h storage/storage_backend_mpath.c
D
Dave Allan 已提交
474

475
STORAGE_DRIVER_DISK_SOURCES =					\
476
		storage/storage_backend_disk.h storage/storage_backend_disk.c
477 478

STORAGE_HELPER_DISK_SOURCES =					\
479
		storage/parthelper.c
480

481 482 483
UTIL_IO_HELPER_SOURCES =					\
		util/iohelper.c

484 485 486
# Network filters
NWFILTER_DRIVER_SOURCES =					\
		nwfilter/nwfilter_driver.h nwfilter/nwfilter_driver.c	\
487 488 489
		nwfilter/nwfilter_gentech_driver.c			\
		nwfilter/nwfilter_gentech_driver.h			\
		nwfilter/nwfilter_ebiptables_driver.c			\
490 491 492
		nwfilter/nwfilter_ebiptables_driver.h			\
		nwfilter/nwfilter_learnipaddr.c				\
		nwfilter/nwfilter_learnipaddr.h
493

494

495
# Security framework and drivers for various models
496
SECURITY_DRIVER_SOURCES =					\
497 498 499 500 501
		security/security_driver.h security/security_driver.c \
		security/security_nop.h security/security_nop.c \
		security/security_stack.h security/security_stack.c \
		security/security_dac.h security/security_dac.c \
		security/security_manager.h security/security_manager.c
502

503
SECURITY_DRIVER_SELINUX_SOURCES =				\
504
		security/security_selinux.h security/security_selinux.c
505

J
Jamie Strandboge 已提交
506 507 508
SECURITY_DRIVER_APPARMOR_SOURCES =				\
		security/security_apparmor.h security/security_apparmor.c

509

510
NODE_DEVICE_DRIVER_SOURCES =					\
511 512 513
		node_device/node_device_driver.c \
		node_device/node_device_driver.h \
		node_device/node_device_linux_sysfs.c
514 515

NODE_DEVICE_DRIVER_HAL_SOURCES =				\
516
		node_device/node_device_hal.c			\
517
		node_device/node_device_hal.h
518

519
NODE_DEVICE_DRIVER_UDEV_SOURCES =				\
D
Daniel Veillard 已提交
520 521
		node_device/node_device_udev.c			\
		node_device/node_device_udev.h
522

J
Jiri Denemark 已提交
523 524 525 526 527
CPU_SOURCES =							\
		cpu/cpu.h cpu/cpu.c				\
		cpu/cpu_generic.h cpu/cpu_generic.c		\
		cpu/cpu_x86.h cpu/cpu_x86.c cpu/cpu_x86_data.h	\
		cpu/cpu_map.h cpu/cpu_map.c
528

529 530 531
VMX_SOURCES =							\
		vmx/vmx.c vmx/vmx.h

532 533
XENXS_SOURCES =							\
		xenxs/xenxs_private.h				\
534 535
		xenxs/xen_sxpr.c xenxs/xen_sxpr.h		\
		xenxs/xen_xm.c xenxs/xen_xm.h
536

J
Jiri Denemark 已提交
537 538
pkgdata_DATA =	cpu/cpu_map.xml

E
Eric Blake 已提交
539
EXTRA_DIST +=	$(pkgdata_DATA)
540

541 542 543 544 545 546
#########################
#
# Build up list of libvirt.la source files based on configure conditions
#
# First deal with sources usable in non-daemon context

547
noinst_LTLIBRARIES = libvirt_util.la
548 549
libvirt_la_LIBADD = $(libvirt_la_BUILT_LIBADD)
libvirt_la_BUILT_LIBADD = libvirt_util.la
550 551
libvirt_util_la_SOURCES =					\
		$(UTIL_SOURCES)
552
libvirt_util_la_CFLAGS = $(CAPNG_CFLAGS) $(YAJL_CFLAGS) $(LIBNL_CFLAGS) \
553
		$(AM_CFLAGS) $(AUDIT_CFLAGS) $(DEVMAPPER_CFLAGS)
554
libvirt_util_la_LIBADD = $(CAPNG_LIBS) $(YAJL_LIBS) $(LIBNL_LIBS) \
E
Eric Blake 已提交
555
		$(THREAD_LIBS) $(AUDIT_LIBS) $(DEVMAPPER_LIBS)
556

557 558

noinst_LTLIBRARIES += libvirt_conf.la
559
libvirt_la_BUILT_LIBADD += libvirt_conf.la
560
libvirt_conf_la_SOURCES = $(CONF_SOURCES)
561 562
libvirt_conf_la_CFLAGS = $(AM_CFLAGS)
libvirt_conf_la_LDFLAGS = $(AM_LDFLAGS)
563

J
Jiri Denemark 已提交
564
noinst_LTLIBRARIES += libvirt_cpu.la
565
libvirt_la_BUILT_LIBADD += libvirt_cpu.la
J
Jiri Denemark 已提交
566
libvirt_cpu_la_CFLAGS = \
567
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
J
Jiri Denemark 已提交
568 569
libvirt_cpu_la_SOURCES = $(CPU_SOURCES)

570 571 572 573 574 575 576 577
if WITH_VMX
noinst_LTLIBRARIES += libvirt_vmx.la
libvirt_la_BUILT_LIBADD += libvirt_vmx.la
libvirt_vmx_la_CFLAGS = \
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_vmx_la_SOURCES = $(VMX_SOURCES)
endif

578
if WITH_XENXS
579 580 581 582 583 584 585
noinst_LTLIBRARIES += libvirt_xenxs.la
libvirt_la_BUILT_LIBADD += libvirt_xenxs.la
libvirt_xenxs_la_CFLAGS = \
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_xenxs_la_SOURCES = $(XENXS_SOURCES)
endif

586

587
noinst_LTLIBRARIES += libvirt_driver.la
588
libvirt_la_BUILT_LIBADD += libvirt_driver.la
589
libvirt_driver_la_SOURCES = $(DRIVER_SOURCES)
590

M
Matthias Bolte 已提交
591
libvirt_driver_la_CFLAGS = $(NUMACTL_CFLAGS) $(GNUTLS_CFLAGS) \
592
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
M
Matthias Bolte 已提交
593
libvirt_driver_la_LIBADD = $(NUMACTL_LIBS) $(GNUTLS_LIBS) $(DLOPEN_LIBS)
594

595
USED_SYM_FILES = libvirt_private.syms
596

597
if WITH_TEST
598 599 600
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_test.la
else
601
noinst_LTLIBRARIES += libvirt_driver_test.la
602
libvirt_la_BUILT_LIBADD += libvirt_driver_test.la
603
endif
604
libvirt_driver_test_la_CFLAGS = \
605
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
606
if WITH_DRIVER_MODULES
607
libvirt_driver_test_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
608
endif
609
libvirt_driver_test_la_SOURCES = $(TEST_DRIVER_SOURCES)
610 611 612
endif

if WITH_REMOTE
613 614 615
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_remote.la
else
616
noinst_LTLIBRARIES += libvirt_driver_remote.la
617
libvirt_la_BUILT_LIBADD += libvirt_driver_remote.la
618
endif
619 620
libvirt_driver_remote_la_CFLAGS =				\
		$(GNUTLS_CFLAGS)				\
E
Eric Blake 已提交
621
		$(XDR_CFLAGS)					\
622
		-I@top_srcdir@/src/conf				\
623
		-I@top_srcdir@/src/rpc				\
624 625
		$(AM_CFLAGS)
libvirt_driver_remote_la_LDFLAGS = $(AM_LDFLAGS)
626 627 628 629
libvirt_driver_remote_la_LIBADD = $(GNUTLS_LIBS) \
                libvirt-net-rpc-client.la \
                libvirt-net-rpc-server.la \
                libvirt-net-rpc.la
630
if WITH_DRIVER_MODULES
631
libvirt_driver_remote_la_LIBADD += ../gnulib/lib/libgnu.la
632 633
libvirt_driver_remote_la_LDFLAGS += -module -avoid-version
endif
634
libvirt_driver_remote_la_SOURCES = $(REMOTE_DRIVER_SOURCES)
635

C
Chris Lalancette 已提交
636

E
Eric Blake 已提交
637
$(srcdir)/remote/remote_driver.c: $(REMOTE_DRIVER_GENERATED)
C
Chris Lalancette 已提交
638

639 640
endif WITH_REMOTE

641
%protocol.c: %protocol.x %protocol.h $(srcdir)/rpc/genprotocol.pl
642
	$(AM_V_GEN)perl -w $(srcdir)/rpc/genprotocol.pl $(RPCGEN) -c \
E
Eric Blake 已提交
643
	       $< $@
644

645 646
%protocol.h: %protocol.x $(srcdir)/rpc/genprotocol.pl
	$(AM_V_GEN)perl -w $(srcdir)/rpc/genprotocol.pl $(RPCGEN) -h \
E
Eric Blake 已提交
647
	       $< $@
648

649
if WITH_XEN
650 651 652
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_xen.la
else
653
noinst_LTLIBRARIES += libvirt_driver_xen.la
654
libvirt_la_BUILT_LIBADD += libvirt_driver_xen.la
655
endif
E
Eric Blake 已提交
656
libvirt_driver_xen_la_CFLAGS =					\
657
		$(XEN_CFLAGS)					\
658
		-I@top_srcdir@/src/conf				\
659
		-I@top_srcdir@/src/xenxs			\
660 661
		$(AM_CFLAGS)
libvirt_driver_xen_la_LDFLAGS = $(AM_LDFLAGS)
662
libvirt_driver_xen_la_LIBADD = $(XEN_LIBS)
663
if WITH_DRIVER_MODULES
664
libvirt_driver_xen_la_LIBADD += ../gnulib/lib/libgnu.la
665 666
libvirt_driver_xen_la_LDFLAGS += -module -avoid-version
endif
667
libvirt_driver_xen_la_SOURCES = $(XEN_DRIVER_SOURCES)
668 669
endif

670 671 672 673 674
if WITH_PHYP
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_phyp.la
else
noinst_LTLIBRARIES += libvirt_driver_phyp.la
675
libvirt_la_BUILT_LIBADD += libvirt_driver_phyp.la
676
endif
677
libvirt_driver_phyp_la_LIBADD = $(LIBSSH2_LIBS)
678 679 680 681
if WITH_DRIVER_MODULES
libvirt_driver_phyp_la_LIBADD += ../gnulib/lib/libgnu.la
libvirt_driver_phyp_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
endif
682
libvirt_driver_phyp_la_CFLAGS = $(LIBSSH2_CFLAGS) \
683
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
684 685 686
libvirt_driver_phyp_la_SOURCES = $(PHYP_DRIVER_SOURCES)
endif

687
if WITH_OPENVZ
688 689 690
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_openvz.la
else
691
noinst_LTLIBRARIES += libvirt_driver_openvz.la
692
libvirt_la_BUILT_LIBADD += libvirt_driver_openvz.la
693
endif
694
libvirt_driver_openvz_la_CFLAGS = \
695
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
696
if WITH_DRIVER_MODULES
697
libvirt_driver_openvz_la_LIBADD = ../gnulib/lib/libgnu.la
698
libvirt_driver_openvz_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
699
endif
700
libvirt_driver_openvz_la_SOURCES = $(OPENVZ_DRIVER_SOURCES)
701 702
endif

703 704 705 706 707 708 709 710
if WITH_VMWARE
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_vmware.la
else
noinst_LTLIBRARIES += libvirt_driver_vmware.la
libvirt_la_BUILT_LIBADD += libvirt_driver_vmware.la
endif
libvirt_driver_vmware_la_CFLAGS = \
E
Eric Blake 已提交
711
		-I@top_srcdir@/src/conf -I@top_srcdir@/src/vmx $(AM_CFLAGS)
712
if WITH_DRIVER_MODULES
713
libvirt_driver_vmware_la_LIBADD = ../gnulib/lib/libgnu.la
714 715 716 717 718
libvirt_driver_vmware_la_LDFLAGS = -module -avoid-version
endif
libvirt_driver_vmware_la_SOURCES = $(VMWARE_DRIVER_SOURCES)
endif

719 720 721 722 723
if WITH_VBOX
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_vbox.la
else
noinst_LTLIBRARIES += libvirt_driver_vbox.la
724
libvirt_la_BUILT_LIBADD += libvirt_driver_vbox.la
725
endif
726
libvirt_driver_vbox_la_CFLAGS = \
727
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
728
libvirt_driver_vbox_la_LIBADD = $(DLOPEN_LIBS) $(MSCOM_LIBS)
729
if WITH_DRIVER_MODULES
730
libvirt_driver_vbox_la_LIBADD += ../gnulib/lib/libgnu.la
731
libvirt_driver_vbox_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
732 733 734 735
endif
libvirt_driver_vbox_la_SOURCES = $(VBOX_DRIVER_SOURCES)
endif

736 737 738 739 740
if WITH_XENAPI
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_xenapi.la
else
noinst_LTLIBRARIES += libvirt_driver_xenapi.la
741
libvirt_la_BUILT_LIBADD += libvirt_driver_xenapi.la
742 743
endif
libvirt_driver_xenapi_la_CFLAGS = $(LIBXENSERVER_CFLAGS) $(LIBCURL_CFLAGS) \
744 745
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_xenapi_la_LDFLAGS = $(AM_LDFLAGS)
746
libvirt_driver_xenapi_la_LIBADD = $(LIBXENSERVER_LIBS) $(LIBCURL_LIBS)
747
if WITH_DRIVER_MODULES
748
libvirt_driver_xenapi_la_LIBADD += ../gnulib/lib/libgnu.la
749 750 751 752 753
libvirt_driver_xenapi_la_LDFLAGS += -module -avoid-version
endif
libvirt_driver_xenapi_la_SOURCES = $(XENAPI_DRIVER_SOURCES)
endif

J
Jim Fehlig 已提交
754 755 756 757 758 759 760 761
if WITH_LIBXL
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_libxl.la
else
noinst_LTLIBRARIES += libvirt_driver_libxl.la
# Stateful, so linked to daemon instead
#libvirt_la_BUILT_LIBADD += libvirt_driver_libxl.la
endif
762 763 764 765
libvirt_driver_libxl_la_CFLAGS = $(LIBXL_CFLAGS)		\
		-I@top_srcdir@/src/conf				\
		-I@top_srcdir@/src/xenxs			\
		$(AM_CFLAGS)
J
Jim Fehlig 已提交
766
libvirt_driver_libxl_la_LDFLAGS = $(AM_LDFLAGS)
767
libvirt_driver_libxl_la_LIBADD = $(LIBXL_LIBS) libvirt_xenxs.la
J
Jim Fehlig 已提交
768 769 770 771 772 773 774
if WITH_DRIVER_MODULES
libvirt_driver_libxl_la_LIBADD += ../gnulib/lib/libgnu.la
libvirt_driver_libxl_la_LDFLAGS += -module -avoid-version
endif
libvirt_driver_libxl_la_SOURCES = $(LIBXL_DRIVER_SOURCES)
endif

775
if WITH_QEMU
776 777 778
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_qemu.la
else
779
noinst_LTLIBRARIES += libvirt_driver_qemu.la
780
# Stateful, so linked to daemon instead
781
#libvirt_la_BUILT_LIBADD += libvirt_driver_qemu.la
782
endif
783
libvirt_driver_qemu_la_CFLAGS = $(NUMACTL_CFLAGS) \
784 785
                                $(GNUTLS_CFLAGS) \
                                $(LIBXML_CFLAGS) \
786 787
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_qemu_la_LDFLAGS = $(AM_LDFLAGS)
788
libvirt_driver_qemu_la_LIBADD = $(NUMACTL_LIBS) \
789 790 791
				$(CAPNG_LIBS) \
                                $(GNUTLS_LIBS) \
                                $(LIBXML_LIBS)
792
if WITH_DRIVER_MODULES
793
libvirt_driver_qemu_la_LIBADD += ../gnulib/lib/libgnu.la
794 795
libvirt_driver_qemu_la_LDFLAGS += -module -avoid-version
endif
796
libvirt_driver_qemu_la_SOURCES = $(QEMU_DRIVER_SOURCES)
797

A
Amy Griffis 已提交
798
conf_DATA += qemu/qemu.conf
799

800 801
augeas_DATA += qemu/libvirtd_qemu.aug
augeastest_DATA += qemu/test_libvirtd_qemu.aug
802

803
endif
804 805
EXTRA_DIST += qemu/qemu.conf qemu/libvirtd_qemu.aug \
		qemu/test_libvirtd_qemu.aug qemu/THREADS.txt
806

807 808

if WITH_LXC
809 810 811
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_lxc.la
else
812
noinst_LTLIBRARIES += libvirt_driver_lxc.la
813
# Stateful, so linked to daemon instead
814
#libvirt_la_BUILT_LIBADD += libvirt_driver_lxc.la
815
endif
816
libvirt_driver_lxc_la_CFLAGS = \
817
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
818 819 820 821 822 823 824
libvirt_driver_lxc_la_LIBADD = $(CAPNG_LIBS)
if WITH_SECDRIVER_SELINUX
libvirt_driver_lxc_la_LIBADD += $(SELINUX_LIBS)
endif
if WITH_SECDRIVER_APPARMOR
libvirt_driver_lxc_la_LIBADD += $(APPARMOR_LIBS)
endif
825
if WITH_DRIVER_MODULES
826
libvirt_driver_lxc_la_LIBADD += ../gnulib/lib/libgnu.la
827
libvirt_driver_lxc_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
828
endif
829
libvirt_driver_lxc_la_SOURCES = $(LXC_DRIVER_SOURCES)
A
Amy Griffis 已提交
830 831 832

conf_DATA += lxc/lxc.conf

833 834 835
augeas_DATA += lxc/libvirtd_lxc.aug
augeastest_DATA += lxc/test_libvirtd_lxc.aug

836
endif
837
EXTRA_DIST += lxc/lxc.conf lxc/libvirtd_lxc.aug lxc/test_libvirtd_lxc.aug
838

839
if WITH_UML
840 841 842
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_uml.la
else
843 844
noinst_LTLIBRARIES += libvirt_driver_uml.la
# Stateful, so linked to daemon instead
845
#libvirt_la_BUILT_LIBADD += libvirt_driver_uml.la
846
endif
847
libvirt_driver_uml_la_CFLAGS = $(NUMACTL_CFLAGS) \
848 849
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_uml_la_LDFLAGS = $(AM_LDFLAGS)
850
libvirt_driver_uml_la_LIBADD = $(NUMACTL_LIBS)
851
if WITH_DRIVER_MODULES
852
libvirt_driver_uml_la_LIBADD += ../gnulib/lib/libgnu.la
853 854
libvirt_driver_uml_la_LDFLAGS += -module -avoid-version
endif
855 856
libvirt_driver_uml_la_SOURCES = $(UML_DRIVER_SOURCES)
endif
857

D
Daniel Veillard 已提交
858

859
BUILT_SOURCES += $(ESX_DRIVER_GENERATED)
D
Daniel Veillard 已提交
860

861 862 863
$(ESX_DRIVER_GENERATED): $(srcdir)/esx/esx_vi_generator.input \
                         $(srcdir)/esx/esx_vi_generator.py
	$(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(srcdir)/esx/esx_vi_generator.py
D
Daniel Veillard 已提交
864

865 866 867 868 869
if WITH_ESX
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_esx.la
else
noinst_LTLIBRARIES += libvirt_driver_esx.la
870
libvirt_la_BUILT_LIBADD += libvirt_driver_esx.la
871
endif
872
libvirt_driver_esx_la_CFLAGS = $(LIBCURL_CFLAGS) \
873
		-I@top_srcdir@/src/conf -I@top_srcdir@/src/vmx $(AM_CFLAGS)
874
libvirt_driver_esx_la_LDFLAGS = $(AM_LDFLAGS)
875
libvirt_driver_esx_la_LIBADD = $(LIBCURL_LIBS)
876
if WITH_DRIVER_MODULES
877
libvirt_driver_esx_la_LIBADD += ../gnulib/lib/libgnu.la
878 879 880
libvirt_driver_esx_la_LDFLAGS += -module -avoid-version
endif
libvirt_driver_esx_la_SOURCES = $(ESX_DRIVER_SOURCES)
881
libvirt_driver_esx_la_DEPENDENCIES = $(ESX_DRIVER_GENERATED)
882 883
endif

M
Matthias Bolte 已提交
884

885 886 887 888 889 890
BUILT_SOURCES += $(HYPERV_DRIVER_GENERATED)

$(HYPERV_DRIVER_GENERATED): $(srcdir)/hyperv/hyperv_wmi_generator.input \
                            $(srcdir)/hyperv/hyperv_wmi_generator.py
	$(AM_V_GEN)srcdir=$(srcdir) $(PYTHON) $(srcdir)/hyperv/hyperv_wmi_generator.py

M
Matthias Bolte 已提交
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908
if WITH_HYPERV
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_hyperv.la
else
noinst_LTLIBRARIES += libvirt_driver_hyperv.la
libvirt_la_BUILT_LIBADD += libvirt_driver_hyperv.la
endif
libvirt_driver_hyperv_la_CFLAGS = $(OPENWSMAN_CFLAGS) \
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_hyperv_la_LDFLAGS = $(AM_LDFLAGS)
libvirt_driver_hyperv_la_LIBADD = $(OPENWSMAN_LIBS)
if WITH_DRIVER_MODULES
libvirt_driver_hyperv_la_LIBADD += ../gnulib/lib/libgnu.la
libvirt_driver_hyperv_la_LDFLAGS += -module -avoid-version
endif
libvirt_driver_hyperv_la_SOURCES = $(HYPERV_DRIVER_SOURCES)
endif

909
if WITH_NETWORK
910 911 912
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_network.la
else
913
noinst_LTLIBRARIES += libvirt_driver_network.la
914
# Stateful, so linked to daemon instead
915
#libvirt_la_BUILT_LIBADD += libvirt_driver_network.la
916
endif
917
libvirt_driver_network_la_CFLAGS = \
918
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
919
if WITH_DRIVER_MODULES
920
libvirt_driver_network_la_LIBADD = ../gnulib/lib/libgnu.la
921
libvirt_driver_network_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
922
endif
923
libvirt_driver_network_la_SOURCES = $(NETWORK_DRIVER_SOURCES)
924
endif
925 926 927 928
EXTRA_DIST += network/default.xml



929

D
Daniel Veillard 已提交
930
if WITH_NETCF
931 932 933 934
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_interface.la
else
noinst_LTLIBRARIES += libvirt_driver_interface.la
935
libvirt_la_BUILT_LIBADD += libvirt_driver_interface.la
936
endif
937
libvirt_driver_interface_la_CFLAGS = $(NETCF_CFLAGS) \
938 939
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_interface_la_LDFLAGS = $(AM_LDFLAGS)
940
libvirt_driver_interface_la_LIBADD = $(NETCF_LIBS)
941
if WITH_DRIVER_MODULES
942
libvirt_driver_interface_la_LIBADD += ../gnulib/lib/libgnu.la
943 944 945
libvirt_driver_interface_la_LDFLAGS += -module -avoid-version
endif
libvirt_driver_interface_la_SOURCES = $(INTERFACE_DRIVER_SOURCES)
D
Daniel Veillard 已提交
946 947
endif

D
Daniel P. Berrange 已提交
948
if WITH_SECRETS
949 950 951 952
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_secret.la
else
noinst_LTLIBRARIES += libvirt_driver_secret.la
953
# Stateful, so linked to daemon instead
954
#libvirt_la_BUILT_LIBADD += libvirt_driver_secret.la
955
endif
956
libvirt_driver_secret_la_CFLAGS = \
957
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
958
if WITH_DRIVER_MODULES
959
libvirt_driver_secret_la_LIBADD = ../gnulib/lib/libgnu.la
960
libvirt_driver_secret_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
961 962
endif
libvirt_driver_secret_la_SOURCES = $(SECRET_DRIVER_SOURCES)
D
Daniel P. Berrange 已提交
963
endif
964

965 966
# Needed to keep automake quiet about conditionals
libvirt_driver_storage_la_SOURCES =
967
libvirt_driver_storage_la_CFLAGS = \
968 969
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_storage_la_LDFLAGS = $(AM_LDFLAGS)
970
libvirt_driver_storage_la_LIBADD =
971 972 973 974 975 976
if WITH_SECDRIVER_SELINUX
libvirt_driver_storage_la_LIBADD += $(SELINUX_LIBS)
endif
if WITH_SECDRIVER_APPARMOR
libvirt_driver_storage_la_LIBADD += $(APPARMOR_LIBS)
endif
O
Osier Yang 已提交
977 978 979 980
if HAVE_LIBBLKID
libvirt_driver_storage_la_CFLAGS += $(BLKID_CFLAGS)
libvirt_driver_storage_la_LIBADD += $(BLKID_LIBS)
endif
981
if WITH_STORAGE_DIR
982 983 984
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_storage.la
else
985
noinst_LTLIBRARIES += libvirt_driver_storage.la
986
# Stateful, so linked to daemon instead
987
#libvirt_la_BUILT_LIBADD += libvirt_driver_storage.la
988 989
endif
if WITH_DRIVER_MODULES
990
libvirt_driver_storage_la_LIBADD += ../gnulib/lib/libgnu.la
991
libvirt_driver_storage_la_LDFLAGS += -module -avoid-version
992
endif
993 994
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_SOURCES)
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_FS_SOURCES)
995 996
endif

997
if WITH_STORAGE_LVM
998
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_LVM_SOURCES)
999 1000
endif

1001
if WITH_STORAGE_ISCSI
1002
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_ISCSI_SOURCES)
1003 1004
endif

1005 1006 1007 1008
if WITH_STORAGE_SCSI
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_SCSI_SOURCES)
endif

D
Dave Allan 已提交
1009 1010 1011
if WITH_STORAGE_MPATH
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_MPATH_SOURCES)
libvirt_driver_storage_la_CFLAGS += $(DEVMAPPER_CFLAGS)
1012
libvirt_driver_storage_la_LIBADD += $(DEVMAPPER_LIBS)
D
Dave Allan 已提交
1013 1014
endif

1015
if WITH_STORAGE_DISK
1016
libvirt_driver_storage_la_SOURCES += $(STORAGE_DRIVER_DISK_SOURCES)
1017
endif
1018

1019 1020 1021 1022 1023 1024 1025
if WITH_NODE_DEVICES
# Needed to keep automake quiet about conditionals
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_nodedev.la
else
noinst_LTLIBRARIES += libvirt_driver_nodedev.la
# Stateful, so linked to daemon instead
1026
#libvirt_la_BUILT_LIBADD += libvirt_driver_nodedev.la
1027 1028 1029
endif
libvirt_driver_nodedev_la_SOURCES = $(NODE_DEVICE_DRIVER_SOURCES)

1030
libvirt_driver_nodedev_la_CFLAGS = \
1031 1032
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_nodedev_la_LDFLAGS = $(AM_LDFLAGS)
1033 1034 1035 1036
libvirt_driver_nodedev_la_LIBADD =       \
		libvirt_util.la          \
		../gnulib/lib/libgnu.la

1037 1038 1039
if HAVE_HAL
libvirt_driver_nodedev_la_SOURCES += $(NODE_DEVICE_DRIVER_HAL_SOURCES)
libvirt_driver_nodedev_la_CFLAGS += $(HAL_CFLAGS)
1040
libvirt_driver_nodedev_la_LIBADD += $(HAL_LIBS)
1041
endif
1042 1043
if HAVE_UDEV
libvirt_driver_nodedev_la_SOURCES += $(NODE_DEVICE_DRIVER_UDEV_SOURCES)
1044
libvirt_driver_nodedev_la_CFLAGS += $(UDEV_CFLAGS) $(PCIACCESS_CFLAGS)
1045
libvirt_driver_nodedev_la_LIBADD += $(UDEV_LIBS) $(PCIACCESS_LIBS)
1046
endif
1047 1048

if WITH_DRIVER_MODULES
1049
libvirt_driver_nodedev_la_LIBADD += ../gnulib/lib/libgnu.la
1050 1051 1052 1053 1054
libvirt_driver_nodedev_la_LDFLAGS += -module -avoid-version
endif
endif


1055 1056 1057 1058
if WITH_NWFILTER
if WITH_DRIVER_MODULES
mod_LTLIBRARIES += libvirt_driver_nwfilter.la
else
1059
libvirt_la_BUILT_LIBADD += libvirt_driver_nwfilter.la
1060 1061
noinst_LTLIBRARIES += libvirt_driver_nwfilter.la
endif
1062
libvirt_driver_nwfilter_la_CFLAGS = $(LIBPCAP_CFLAGS) \
1063 1064
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_nwfilter_la_LDFLAGS = $(LD_AMFLAGS)
1065
libvirt_driver_nwfilter_la_LIBADD = $(LIBPCAP_LIBS)
1066
if WITH_DRIVER_MODULES
1067
libvirt_driver_nwfilter_la_LIBADD += ../gnulib/lib/libgnu.la
1068
libvirt_driver_nwfilter_la_LDFLAGS += -module -avoid-version
1069 1070 1071 1072 1073
endif
libvirt_driver_nwfilter_la_SOURCES = $(NWFILTER_DRIVER_SOURCES)
endif


1074 1075
libvirt_driver_security_la_SOURCES = $(SECURITY_DRIVER_SOURCES)
noinst_LTLIBRARIES += libvirt_driver_security.la
1076
libvirt_la_BUILT_LIBADD += libvirt_driver_security.la
1077
libvirt_driver_security_la_CFLAGS = \
1078 1079
		-I@top_srcdir@/src/conf $(AM_CFLAGS)
libvirt_driver_security_la_LDFLAGS = $(AM_LDFLAGS)
1080
libvirt_driver_security_la_LIBADD =
1081 1082
if WITH_SECDRIVER_SELINUX
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_SELINUX_SOURCES)
J
Jim Fehlig 已提交
1083
libvirt_driver_security_la_CFLAGS += $(SELINUX_CFLAGS)
1084
libvirt_driver_security_la_LIBADD += $(SELINUX_LIBS)
1085
endif
J
Jamie Strandboge 已提交
1086 1087 1088
if WITH_SECDRIVER_APPARMOR
libvirt_driver_security_la_SOURCES += $(SECURITY_DRIVER_APPARMOR_SOURCES)
libvirt_driver_security_la_CFLAGS += $(APPARMOR_CFLAGS)
1089
libvirt_driver_security_la_LIBADD += $(APPARMOR_LIBS)
J
Jamie Strandboge 已提交
1090
endif
1091

1092 1093 1094 1095 1096 1097 1098
# Add all conditional sources just in case...
EXTRA_DIST +=							\
		$(TEST_DRIVER_SOURCES)				\
		$(REMOTE_DRIVER_SOURCES)			\
		$(XEN_DRIVER_SOURCES)				\
		$(QEMU_DRIVER_SOURCES)				\
		$(LXC_DRIVER_SOURCES)				\
1099
		$(UML_DRIVER_SOURCES)				\
1100
		$(OPENVZ_DRIVER_SOURCES)			\
1101
		$(PHYP_DRIVER_SOURCES)				\
1102
		$(VBOX_DRIVER_SOURCES)				\
1103
		$(XENAPI_DRIVER_SOURCES)			\
J
Jim Fehlig 已提交
1104
		$(LIBXL_DRIVER_SOURCES)			\
1105
		$(ESX_DRIVER_SOURCES)				\
1106
		$(ESX_DRIVER_EXTRA_DIST)			\
M
Matthias Bolte 已提交
1107
		$(HYPERV_DRIVER_SOURCES)			\
1108
		$(HYPERV_DRIVER_EXTRA_DIST)			\
1109
		$(NETWORK_DRIVER_SOURCES)			\
1110
		$(INTERFACE_DRIVER_SOURCES)			\
1111 1112 1113 1114
		$(STORAGE_DRIVER_SOURCES)			\
		$(STORAGE_DRIVER_FS_SOURCES)			\
		$(STORAGE_DRIVER_LVM_SOURCES)			\
		$(STORAGE_DRIVER_ISCSI_SOURCES)			\
1115
		$(STORAGE_DRIVER_SCSI_SOURCES)			\
D
Dave Allan 已提交
1116
		$(STORAGE_DRIVER_MPATH_SOURCES)			\
1117 1118 1119
		$(STORAGE_DRIVER_DISK_SOURCES)			\
		$(NODE_DEVICE_DRIVER_SOURCES)			\
		$(NODE_DEVICE_DRIVER_HAL_SOURCES)		\
1120
		$(NODE_DEVICE_DRIVER_UDEV_SOURCES)		\
1121
		$(NWFILTER_DRIVER_SOURCES)			\
1122
		$(SECURITY_DRIVER_SELINUX_SOURCES)		\
J
Jamie Strandboge 已提交
1123
		$(SECURITY_DRIVER_APPARMOR_SOURCES)		\
D
Daniel P. Berrange 已提交
1124
		$(SECRET_DRIVER_SOURCES)			\
1125
		$(VBOX_DRIVER_EXTRA_DIST)			\
1126 1127
		$(VMWARE_DRIVER_SOURCES)			\
		$(XENXS_SOURCES)
1128

1129 1130 1131 1132
check-local: augeas-check

.PHONY: augeas-check
augeas-check:
1133
if WITH_QEMU
1134
	$(AM_V_GEN)if test -x '$(AUGPARSE)'; then \
1135 1136 1137 1138 1139
	    '$(AUGPARSE)' -I $(srcdir)/qemu \
	    $(srcdir)/qemu/test_libvirtd_qemu.aug; \
	fi
endif
if WITH_LXC
1140
	$(AM_V_GEN)if test -x '$(AUGPARSE)'; then \
1141 1142 1143 1144
	    '$(AUGPARSE)' -I $(srcdir)/lxc \
	    $(srcdir)/lxc/test_libvirtd_lxc.aug; \
	fi
endif
1145 1146 1147 1148
	$(AM_V_GEN)if test -x '$(AUGPARSE)'; then \
	    '$(AUGPARSE)' -I $(srcdir)/locking \
	    $(srcdir)/locking/test_libvirt_sanlock.aug; \
	fi
1149

1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168
#
# Build our version script.  This is composed of three parts:
#
# 1. libvirt_public.syms - public API.  These functions are always
# present in the library and should never change incompatibly.
#
# 2. libvirt_private.syms - private API.  These symbols are private and
# semantics may change on every release, hence the version number is
# spliced in at build time. This ensures that if libvirtd, virsh, or a
# driver module was built against one libvirt release, it will refuse to
# load with another where symbols may have same names but different
# semantics. Such symbols should never be visible in an (installed)
# public header file.
#
# 3. libvirt_*.syms - dynamic private API.  Like libvirt_private.syms,
# except that build options (such as --enable-debug) can mean these
# symbols aren't present at all.
#

1169
if WITH_DRIVER_MODULES
1170
USED_SYM_FILES += libvirt_driver_modules.syms
1171
endif
1172 1173

if WITH_BRIDGE
1174
USED_SYM_FILES += libvirt_bridge.syms
1175
endif
1176 1177

if WITH_LINUX
1178
USED_SYM_FILES += libvirt_linux.syms
1179
endif
1180

1181
if WITH_MACVTAP
1182
USED_SYM_FILES += libvirt_macvtap.syms
1183
endif
1184

1185 1186 1187 1188
if WITH_LIBVIRTD
USED_SYM_FILES += libvirt_daemon.syms
endif

1189 1190 1191 1192
if WITH_NWFILTER
USED_SYM_FILES += libvirt_nwfilter.syms
endif

1193 1194 1195 1196
if WITH_VMX
USED_SYM_FILES += libvirt_vmx.syms
endif

1197 1198 1199 1200
if WITH_XENXS
USED_SYM_FILES += libvirt_xenxs.syms
endif

1201 1202 1203 1204
if WITH_NETWORK
USED_SYM_FILES += libvirt_network.syms
endif

E
Eric Blake 已提交
1205 1206 1207 1208
if HAVE_SASL
USED_SYM_FILES += libvirt_sasl.syms
endif

1209 1210 1211 1212 1213
EXTRA_DIST += \
  libvirt_public.syms		\
  libvirt_private.syms		\
  libvirt_driver_modules.syms	\
  libvirt_bridge.syms		\
E
Eric Blake 已提交
1214
  libvirt_daemon.syms		\
1215
  libvirt_linux.syms		\
1216
  libvirt_macvtap.syms		\
E
Eric Blake 已提交
1217 1218 1219
  libvirt_network.syms		\
  libvirt_nwfilter.syms		\
  libvirt_sasl.syms		\
1220
  libvirt_vmx.syms		\
E
Eric Blake 已提交
1221
  libvirt_xenxs.syms
1222

1223 1224 1225
GENERATED_SYM_FILES = libvirt.syms libvirt.def libvirt_qemu.def

BUILT_SOURCES += $(GENERATED_SYM_FILES)
1226

1227 1228
libvirt.syms: libvirt_public.syms $(USED_SYM_FILES) \
		$(top_builddir)/config.status
1229 1230 1231 1232 1233 1234
	$(AM_V_GEN)rm -f $@-tmp $@ ; \
	printf '# WARNING: generated from the following:\n# $^\n\n' >$@-tmp && \
	cat $(srcdir)/libvirt_public.syms >>$@-tmp && \
	printf '\n\n# Private symbols\n\n' >>$@-tmp && \
	printf 'LIBVIRT_PRIVATE_$(VERSION) {\n\n'  >>$@-tmp && \
	printf 'global:\n\n' >>$@-tmp && \
1235
	for file in $(USED_SYM_FILES); do \
1236
	    cat $(srcdir)/$$file >>$@-tmp; \
1237 1238 1239
	done && \
	printf '\n\nlocal:\n*;\n\n};' >>$@-tmp && \
	chmod a-w $@-tmp && \
1240
	mv $@-tmp libvirt.syms
1241

1242 1243 1244
libvirt.def: libvirt.syms
	$(AM_V_GEN)rm -f -- $@-tmp $@ ; \
	printf 'EXPORTS\n' > $@-tmp && \
E
Eric Blake 已提交
1245
	sed -e '/^$$/d; /#/d; /:/d; /}/d; /\*/d; /LIBVIRT_/d; s/[	 ]*\(.*\)\;/    \1/g' $^ >> $@-tmp && \
1246 1247 1248
	chmod a-w $@-tmp && \
	mv $@-tmp libvirt.def

1249 1250 1251
libvirt_qemu.def: $(srcdir)/libvirt_qemu.syms
	$(AM_V_GEN)rm -f -- $@-tmp $@ ; \
	printf 'EXPORTS\n' > $@-tmp && \
E
Eric Blake 已提交
1252
	sed -e '/^$$/d; /#/d; /:/d; /}/d; /\*/d; /LIBVIRT_/d; s/[	 ]*\(.*\)\;/    \1/g' $^ >> $@-tmp && \
1253 1254 1255
	chmod a-w $@-tmp && \
	mv $@-tmp libvirt_qemu.def

1256 1257
# Empty source list - it merely links a bunch of convenience libs together
libvirt_la_SOURCES =
1258
libvirt_la_LDFLAGS = $(VERSION_SCRIPT_FLAGS)$(LIBVIRT_SYMBOL_FILE) \
E
Eric Blake 已提交
1259
		     -version-info $(LIBVIRT_VERSION_INFO) \
1260
		    $(LIBVIRT_NODELETE) $(AM_LDFLAGS) \
1261
		    $(CYGWIN_EXTRA_LDFLAGS) $(MINGW_EXTRA_LDFLAGS)
1262
libvirt_la_BUILT_LIBADD += ../gnulib/lib/libgnu.la
1263
libvirt_la_LIBADD += $(LIBXML_LIBS) \
1264
		    $(DRIVER_MODULE_LIBS) \
1265
		    $(CYGWIN_EXTRA_LIBADD)
1266
libvirt_la_CFLAGS = -DIN_LIBVIRT $(AM_CFLAGS)
1267 1268 1269 1270 1271 1272
# Because we specify libvirt_la_DEPENDENCIES for $(LIBVIRT_SYMBOL_FILE), we
# lose automake's automatic dependencies on an appropriate subset of
# $(libvirt_la_LIBADD).  But we were careful to create
# $(libvirt_la_BUILT_LIBADD) as the subset that automake would have
# picked out for us.
libvirt_la_DEPENDENCIES = $(libvirt_la_BUILT_LIBADD) $(LIBVIRT_SYMBOL_FILE)
1273

1274
if WITH_DTRACE
1275 1276
libvirt_la_BUILT_LIBADD += probes.o
libvirt_la_DEPENDENCIES += probes.o
1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295
nodist_libvirt_la_SOURCES = probes.h

BUILT_SOURCES += probes.h libvirt_probes.stp libvirt_functions.stp

tapsetdir = $(datadir)/systemtap/tapset
tapset_DATA = libvirt_probes.stp libvirt_functions.stp

probes.h: probes.d
	$(AM_V_GEN)$(DTRACE) -o $@ -h -s $<

probes.o: probes.d
	$(AM_V_GEN)$(DTRACE) -o $@ -G -s $<

RPC_PROBE_FILES = $(srcdir)/rpc/virnetprotocol.x $(srcdir)/remote/remote_protocol.x $(srcdir)/remote/qemu_protocol.x

libvirt_functions.stp: $(RPC_PROBE_FILES) $(srcdir)/rpc/gensystemtap.pl
	$(AM_V_GEN)perl -w $(srcdir)/rpc/gensystemtap.pl $(RPC_PROBE_FILES) > $@

libvirt_probes.stp: probes.d $(srcdir)/dtrace2systemtap.pl
1296
	$(AM_V_GEN)perl -w $(srcdir)/dtrace2systemtap.pl $(bindir) $(sbindir) $(libdir) $< > $@
1297 1298 1299 1300 1301 1302 1303

CLEANFILES += probes.h probes.o libvirt_functions.stp libvirt_probes.stp
endif

EXTRA_DIST += probes.d


1304 1305 1306
# Create an automake "convenience library" version of libvirt_la,
# just for testing, since the test harness requires access to internal
# bits and pieces that we don't want to make publicly accessible.
1307
noinst_LTLIBRARIES += libvirt_test.la
1308

1309
# Remove version script from convenience library
1310 1311
test_LDFLAGS =						\
  $$(echo '$(libvirt_la_LDFLAGS)'			\
1312
     |sed 's!$(VERSION_SCRIPT_FLAGS)$(LIBVIRT_SYMBOL_FILE)!!'	\
1313
     |sed 's!-version-info $(LIBVIRT_VERSION_INFO)!!')
1314 1315 1316 1317

# Just like the above, but with a slightly different set of public symbols.
libvirt_test_la_SOURCES = $(libvirt_la_SOURCES)
libvirt_test_la_LIBADD = $(libvirt_la_LIBADD)
1318 1319
libvirt_test_la_LDFLAGS = $(test_LDFLAGS) $(AM_LDFLAGS)
libvirt_test_la_CFLAGS = $(AM_CFLAGS)
1320

C
Chris Lalancette 已提交
1321 1322
libvirt_qemu_la_SOURCES = libvirt-qemu.c
libvirt_qemu_la_LDFLAGS = $(VERSION_SCRIPT_FLAGS)$(LIBVIRT_QEMU_SYMBOL_FILE) \
E
Eric Blake 已提交
1323 1324
			  -version-info $(LIBVIRT_VERSION_INFO) \
			  $(CYGWIN_EXTRA_LDFLAGS) $(MINGW_EXTRA_LDFLAGS) \
1325 1326
			  $(AM_LDFLAGS)
libvirt_qemu_la_CFLAGS = $(AM_CFLAGS)
C
Chris Lalancette 已提交
1327
libvirt_qemu_la_LIBADD = libvirt.la $(CYGWIN_EXTRA_LIBADD)
E
Eric Blake 已提交
1328
EXTRA_DIST += $(LIBVIRT_QEMU_SYMBOL_FILE)
1329

1330 1331 1332 1333 1334 1335 1336
if HAVE_SANLOCK
lockdriverdir = $(libdir)/libvirt/lock-driver
lockdriver_LTLIBRARIES = sanlock.la

sanlock_la_SOURCES = $(LOCK_DRIVER_SANLOCK_SOURCES)
sanlock_la_CFLAGS = $(AM_CLFAGS)
sanlock_la_LDFLAGS = -module -avoid-version
1337
sanlock_la_LIBADD = -lsanlock_client \
1338 1339 1340 1341 1342 1343
		../gnulib/lib/libgnu.la

augeas_DATA += locking/libvirt_sanlock.aug
augeastest_DATA += locking/test_libvirt_sanlock.aug

$(builddir)/locking/%-sanlock.conf: $(srcdir)/locking/sanlock.conf
1344
	$(AM_V_GEN)$(MKDIR_P) locking ; \
1345 1346 1347 1348 1349
	cp $< $@

if WITH_QEMU
conf_DATA += locking/qemu-sanlock.conf
BUILT_SOURCES += locking/qemu-sanlock.conf
E
Eric Blake 已提交
1350
DISTCLEANFILES += locking/qemu-sanlock.conf
1351
endif
1352
else
1353
EXTRA_DIST += $(LOCK_DRIVER_SANLOCK_SOURCES)
1354
endif
1355 1356 1357
EXTRA_DIST += locking/sanlock.conf \
	locking/libvirt_sanlock.aug \
	locking/test_libvirt_sanlock.aug
1358

1359 1360 1361 1362
noinst_LTLIBRARIES += \
	libvirt-net-rpc.la \
	libvirt-net-rpc-server.la \
	libvirt-net-rpc-client.la
1363

1364
EXTRA_DIST += \
E
Eric Blake 已提交
1365 1366 1367 1368 1369
	dtrace2systemtap.pl \
	rpc/gendispatch.pl \
	rpc/genprotocol.pl \
	rpc/gensystemtap.pl \
	rpc/virnetprotocol.x
1370

E
Eric Blake 已提交
1371 1372 1373
VIR_NET_RPC_GENERATED = \
	$(srcdir)/rpc/virnetprotocol.h \
	$(srcdir)/rpc/virnetprotocol.c
1374

1375
BUILT_SOURCES += $(VIR_NET_RPC_GENERATED)
1376

1377
libvirt_net_rpc_la_SOURCES = \
1378
	rpc/virnetmessage.h rpc/virnetmessage.c \
1379
	rpc/virnetprotocol.h rpc/virnetprotocol.c \
1380 1381
	rpc/virnetsocket.h rpc/virnetsocket.c \
	rpc/virnettlscontext.h rpc/virnettlscontext.c
1382 1383 1384 1385 1386 1387 1388
if HAVE_SASL
libvirt_net_rpc_la_SOURCES += \
	rpc/virnetsaslcontext.h rpc/virnetsaslcontext.c
else
EXTRA_DIST += \
	rpc/virnetsaslcontext.h rpc/virnetsaslcontext.c
endif
1389
libvirt_net_rpc_la_CFLAGS = \
1390
			$(GNUTLS_CFLAGS) \
1391
			$(SASL_CFLAGS) \
1392
			$(XDR_CFLAGS) \
1393 1394
			$(AM_CFLAGS)
libvirt_net_rpc_la_LDFLAGS = \
1395
			$(GNUTLS_LIBS) \
1396
			$(SASL_LIBS) \
1397 1398 1399 1400 1401 1402
			$(AM_LDFLAGS) \
			$(CYGWIN_EXTRA_LDFLAGS) \
			$(MINGW_EXTRA_LDFLAGS)
libvirt_net_rpc_la_LIBADD = \
			$(CYGWIN_EXTRA_LIBADD)

1403 1404 1405 1406 1407
libvirt_net_rpc_server_la_SOURCES = \
	rpc/virnetserverprogram.h rpc/virnetserverprogram.c \
	rpc/virnetserverservice.h rpc/virnetserverservice.c \
	rpc/virnetserverclient.h rpc/virnetserverclient.c \
	rpc/virnetserver.h rpc/virnetserver.c
1408 1409 1410 1411 1412 1413 1414
if HAVE_AVAHI
libvirt_net_rpc_server_la_SOURCES += \
	rpc/virnetservermdns.h rpc/virnetservermdns.c
else
EXTRA_DIST += \
	rpc/virnetservermdns.h rpc/virnetservermdns.c
endif
1415
libvirt_net_rpc_server_la_CFLAGS = \
1416
			$(AVAHI_CFLAGS) \
E
Eric Blake 已提交
1417
			$(XDR_CFLAGS) \
J
Jim Fehlig 已提交
1418 1419
			$(AM_CFLAGS) \
			$(POLKIT_CFLAGS)
1420 1421
libvirt_net_rpc_server_la_LDFLAGS = \
			$(AM_LDFLAGS) \
1422
			$(AVAHI_LIBS) \
J
Jim Fehlig 已提交
1423
			$(POLKIT_LIBS) \
1424 1425 1426 1427 1428
			$(CYGWIN_EXTRA_LDFLAGS) \
			$(MINGW_EXTRA_LDFLAGS)
libvirt_net_rpc_server_la_LIBADD = \
			$(CYGWIN_EXTRA_LIBADD)

1429 1430 1431 1432 1433
libvirt_net_rpc_client_la_SOURCES = \
	rpc/virnetclientprogram.h rpc/virnetclientprogram.c \
	rpc/virnetclientstream.h rpc/virnetclientstream.c \
	rpc/virnetclient.h rpc/virnetclient.c
libvirt_net_rpc_client_la_CFLAGS = \
E
Eric Blake 已提交
1434 1435
			$(AM_CFLAGS) \
			$(XDR_CFLAGS)
1436 1437 1438 1439 1440 1441
libvirt_net_rpc_client_la_LDFLAGS = \
			$(AM_LDFLAGS) \
			$(CYGWIN_EXTRA_LDFLAGS) \
			$(MINGW_EXTRA_LDFLAGS)
libvirt_net_rpc_client_la_LIBADD = \
			$(CYGWIN_EXTRA_LIBADD)
1442

1443 1444
libexec_PROGRAMS =

1445
if WITH_LIBVIRTD
1446 1447 1448 1449 1450 1451 1452 1453
libexec_PROGRAMS += libvirt_iohelper
libvirt_iohelper_SOURCES = $(UTIL_IO_HELPER_SOURCES)
libvirt_iohelper_LDFLAGS = $(WARN_LDFLAGS) $(AM_LDFLAGS)
libvirt_iohelper_LDADD =		\
		libvirt_util.la		\
		../gnulib/lib/libgnu.la

libvirt_iohelper_CFLAGS = $(AM_CFLAGS)
1454
endif
1455

1456
if WITH_STORAGE_DISK
R
Richard W.M. Jones 已提交
1457
if WITH_LIBVIRTD
1458
libexec_PROGRAMS += libvirt_parthelper
1459

1460
libvirt_parthelper_SOURCES = $(STORAGE_HELPER_DISK_SOURCES)
1461
libvirt_parthelper_LDFLAGS = $(WARN_LDFLAGS) $(AM_LDFLAGS)
1462 1463 1464 1465 1466
libvirt_parthelper_LDADD =		\
		$(LIBPARTED_LIBS)	\
		libvirt_util.la		\
		../gnulib/lib/libgnu.la

1467
libvirt_parthelper_CFLAGS = $(LIBPARTED_CFLAGS) $(AM_CFLAGS)
R
Richard W.M. Jones 已提交
1468
endif
1469
endif
1470 1471
EXTRA_DIST += $(STORAGE_HELPER_DISK_SOURCES)

1472

1473 1474 1475 1476 1477 1478
if WITH_LXC
if WITH_LIBVIRTD
libexec_PROGRAMS += libvirt_lxc

libvirt_lxc_SOURCES =						\
		$(LXC_CONTROLLER_SOURCES)			\
1479
		$(UTIL_SOURCES)					\
1480 1481
		$(NODE_INFO_SOURCES)				\
		$(ENCRYPTION_CONF_SOURCES)			\
1482
		$(DOMAIN_CONF_SOURCES)				\
1483
		$(SECRET_CONF_SOURCES)				\
1484 1485
		$(CPU_CONF_SOURCES)				\
		$(NWFILTER_PARAM_CONF_SOURCES)
1486
libvirt_lxc_LDFLAGS = $(WARN_CFLAGS) $(AM_LDFLAGS)
1487
libvirt_lxc_LDADD = $(CAPNG_LIBS) $(YAJL_LIBS) \
E
Eric Blake 已提交
1488
		$(LIBXML_LIBS) $(NUMACTL_LIBS) $(THREAD_LIBS) \
1489 1490
		$(LIBNL_LIBS) $(AUDIT_LIBS) $(DEVMAPPER_LIBS) \
		../gnulib/lib/libgnu.la
1491 1492 1493
if WITH_DTRACE
libvirt_lxc_LDADD += probes.o
endif
1494 1495 1496 1497
libvirt_lxc_CFLAGS =				\
		$(LIBPARTED_CFLAGS)		\
		$(NUMACTL_CFLAGS)		\
		$(CAPNG_CFLAGS)			\
1498
		$(YAJL_CFLAGS)			\
1499
		$(AUDIT_CFLAGS)			\
1500 1501
		-I@top_srcdir@/src/conf		\
		$(AM_CFLAGS)
1502 1503 1504 1505
if HAVE_LIBBLKID
libvirt_lxc_CFLAGS += $(BLKID_CFLAGS)
libvirt_lxc_LDADD += $(BLKID_LIBS)
endif
1506 1507 1508 1509
endif
endif
EXTRA_DIST += $(LXC_CONTROLLER_SOURCES)

J
Jamie Strandboge 已提交
1510 1511 1512 1513 1514 1515
if WITH_SECDRIVER_APPARMOR
if WITH_LIBVIRTD
libexec_PROGRAMS += virt-aa-helper

virt_aa_helper_SOURCES = $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES)

1516
virt_aa_helper_LDFLAGS = $(WARN_LDFLAGS) $(AM_LDFLAGS)
J
Jamie Strandboge 已提交
1517
virt_aa_helper_LDADD =						\
1518
		$(LIBXML_LIBS)					\
C
Chris Lalancette 已提交
1519 1520 1521
		libvirt_conf.la					\
		libvirt_util.la					\
		../gnulib/lib/libgnu.la
J
Jamie Strandboge 已提交
1522 1523
virt_aa_helper_CFLAGS =						\
		-I@top_srcdir@/src/conf				\
1524 1525
		-I@top_srcdir@/src/security			\
		$(AM_CFLAGS)
J
Jamie Strandboge 已提交
1526 1527 1528 1529
endif
endif
EXTRA_DIST += $(SECURITY_DRIVER_APPARMOR_HELPER_SOURCES)

1530
install-data-local:
1531 1532
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/cache/libvirt"
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/images"
1533
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/filesystems"
1534
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/boot"
1535 1536 1537
if HAVE_SANLOCK
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/sanlock"
endif
1538 1539 1540
if WITH_QEMU
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/qemu"
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/qemu"
1541
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/cache/libvirt/qemu"
1542
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/log/libvirt/qemu"
1543 1544 1545 1546 1547
endif
if WITH_LXC
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/lxc"
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/lxc"
endif
J
Jim Fehlig 已提交
1548 1549 1550
if WITH_LIBXL
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl"
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/libxl"
J
Jim Fehlig 已提交
1551
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/log/libvirt/libxl"
J
Jim Fehlig 已提交
1552
endif
1553 1554 1555 1556 1557 1558
if WITH_UML
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/uml"
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/uml"
endif
if WITH_NETWORK
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/network"
1559
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/libvirt/dnsmasq"
1560
	$(MKDIR_P) "$(DESTDIR)$(localstatedir)/run/libvirt/network"
1561 1562 1563 1564
	$(MKDIR_P) "$(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart"
	$(INSTALL_DATA) $(srcdir)/network/default.xml \
	  $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml
	test -z "$(UUID)" || \
E
Eric Blake 已提交
1565 1566 1567 1568 1569 1570
	  { sed -e "s,</name>,</name>\n  <uuid>$(UUID)</uuid>," \
	      $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml > \
	      $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t && \
	    cp $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t \
	      $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml && \
	    rm $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml.t; }
1571
	test -e $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml || \
E
Eric Blake 已提交
1572
	   ln -s ../default.xml \
1573 1574 1575 1576 1577 1578
	    $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml
endif

uninstall-local::
	rmdir "$(DESTDIR)$(localstatedir)/cache/libvirt" ||:
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/images" ||:
1579
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/filesystems" ||:
1580
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/boot" ||:
1581 1582 1583
if HAVE_SANLOCK
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/sanlock" ||:
endif
1584 1585 1586 1587 1588
if WITH_QEMU
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/qemu" ||:
	rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/qemu" ||:
	rmdir "$(DESTDIR)$(localstatedir)/cache/libvirt/qemu" ||:
	rmdir "$(DESTDIR)$(localstatedir)/log/libvirt/qemu" ||:
1589
endif
1590 1591 1592 1593
if WITH_LXC
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/lxc" ||:
	rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/lxc" ||:
endif
J
Jim Fehlig 已提交
1594 1595 1596
if WITH_LIBXL
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/libxl" ||:
	rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/libxl" ||:
J
Jim Fehlig 已提交
1597
	rmdir "$(DESTDIR)$(localstatedir)/log/libvirt/libxl" ||:
J
Jim Fehlig 已提交
1598
endif
1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
if WITH_UML
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/uml" ||:
	rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/uml" ||:
endif
if WITH_NETWORK
	rm -f $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart/default.xml
	rm -f $(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/default.xml
	rmdir "$(DESTDIR)$(sysconfdir)/libvirt/qemu/networks/autostart" || :
	rmdir "$(DESTDIR)$(sysconfdir)/libvirt/qemu/networks" || :
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt/network" ||:
	rmdir "$(DESTDIR)$(localstatedir)/run/libvirt/network" ||:
endif
	rmdir "$(DESTDIR)$(localstatedir)/lib/libvirt" ||:
R
Richard W.M. Jones 已提交
1612

1613 1614 1615
CLEANFILES += *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
DISTCLEANFILES += $(GENERATED_SYM_FILES)
MAINTAINERCLEANFILES += $(REMOTE_DRIVER_GENERATED) $(VIR_NET_RPC_GENERATED) $(ESX_DRIVER_GENERATED)