From nobody Mon Feb 9 06:34:36 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1547058976378564.8412953210815; Wed, 9 Jan 2019 10:36:16 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EFE5F155AC; Wed, 9 Jan 2019 18:36:13 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A93D76013A; Wed, 9 Jan 2019 18:36:13 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 5BF0618433AF; Wed, 9 Jan 2019 18:36:13 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x09IaBFI026149 for ; Wed, 9 Jan 2019 13:36:11 -0500 Received: by smtp.corp.redhat.com (Postfix) id 54050299C4; Wed, 9 Jan 2019 18:36:11 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.212]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A90CF17C1A for ; Wed, 9 Jan 2019 18:36:10 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Wed, 9 Jan 2019 19:35:54 +0100 Message-Id: <20190109183554.12296-8-abologna@redhat.com> In-Reply-To: <20190109183554.12296-1-abologna@redhat.com> References: <20190109183554.12296-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 7/7] src: Add Vim modeline to Makefile.am snippets X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 09 Jan 2019 18:36:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Vim won't recognize them, and thus not enable niceties such as syntax highlighting, otherwise. Signed-off-by: Andrea Bolognani Reviewed-by: Erik Skultety --- src/access/Makefile.inc.am | 2 ++ src/admin/Makefile.inc.am | 2 ++ src/bhyve/Makefile.inc.am | 2 ++ src/conf/Makefile.inc.am | 2 ++ src/cpu/Makefile.inc.am | 2 ++ src/cpu_map/Makefile.inc.am | 2 ++ src/esx/Makefile.inc.am | 2 ++ src/hyperv/Makefile.inc.am | 2 ++ src/interface/Makefile.inc.am | 2 ++ src/libxl/Makefile.inc.am | 2 ++ src/locking/Makefile.inc.am | 2 ++ src/logging/Makefile.inc.am | 2 ++ src/lxc/Makefile.inc.am | 2 ++ src/network/Makefile.inc.am | 2 ++ src/node_device/Makefile.inc.am | 2 ++ src/nwfilter/Makefile.inc.am | 2 ++ src/openvz/Makefile.inc.am | 2 ++ src/phyp/Makefile.inc.am | 2 ++ src/qemu/Makefile.inc.am | 2 ++ src/remote/Makefile.inc.am | 2 ++ src/rpc/Makefile.inc.am | 2 ++ src/secret/Makefile.inc.am | 2 ++ src/security/Makefile.inc.am | 2 ++ src/storage/Makefile.inc.am | 2 ++ src/test/Makefile.inc.am | 2 ++ src/util/Makefile.inc.am | 2 ++ src/vbox/Makefile.inc.am | 2 ++ src/vmware/Makefile.inc.am | 2 ++ src/vmx/Makefile.inc.am | 2 ++ src/vz/Makefile.inc.am | 2 ++ src/xenapi/Makefile.inc.am | 2 ++ src/xenconfig/Makefile.inc.am | 2 ++ 32 files changed, 64 insertions(+) diff --git a/src/access/Makefile.inc.am b/src/access/Makefile.inc.am index 6d57ca1a1b..ff9e7d445f 100644 --- a/src/access/Makefile.inc.am +++ b/src/access/Makefile.inc.am @@ -146,3 +146,5 @@ access/viraccessapichecklxc.c: $(srcdir)/rpc/gendispatc= h.pl \ $(AM_V_GEN)$(PERL) -w $(srcdir)/rpc/gendispatch.pl --mode=3Daclbody \ lxc LXC $(LXC_PROTOCOL) access/viraccessapichecklxc.h \ > $(srcdir)/access/viraccessapichecklxc.c + +# vim: filetype=3Dautomake diff --git a/src/admin/Makefile.inc.am b/src/admin/Makefile.inc.am index 55d721f0bf..ffbfc34200 100644 --- a/src/admin/Makefile.inc.am +++ b/src/admin/Makefile.inc.am @@ -48,3 +48,5 @@ admin/admin_server_dispatch_stubs.h: $(srcdir)/rpc/gendis= patch.pl \ $(AM_V_GEN)$(PERL) -w $(srcdir)/rpc/gendispatch.pl --mode=3Dserver \ admin ADMIN $(ADMIN_PROTOCOL) \ > $(srcdir)/admin/admin_server_dispatch_stubs.h + +# vim: filetype=3Dautomake diff --git a/src/bhyve/Makefile.inc.am b/src/bhyve/Makefile.inc.am index fba1b9ef30..6134f3686c 100644 --- a/src/bhyve/Makefile.inc.am +++ b/src/bhyve/Makefile.inc.am @@ -71,3 +71,5 @@ EXTRA_DIST +=3D \ .PHONY: \ check-augeas-bhyve \ $(NULL) + +# vim: filetype=3Dautomake diff --git a/src/conf/Makefile.inc.am b/src/conf/Makefile.inc.am index 219ff350d7..2d22d4614a 100644 --- a/src/conf/Makefile.inc.am +++ b/src/conf/Makefile.inc.am @@ -169,3 +169,5 @@ libvirt_conf_la_CFLAGS =3D \ $(NULL) libvirt_conf_la_LDFLAGS =3D $(AM_LDFLAGS) libvirt_conf_la_LIBADD =3D $(LIBXML_LIBS) + +# vim: filetype=3Dautomake diff --git a/src/cpu/Makefile.inc.am b/src/cpu/Makefile.inc.am index 5020d40583..057e571b83 100644 --- a/src/cpu/Makefile.inc.am +++ b/src/cpu/Makefile.inc.am @@ -22,3 +22,5 @@ libvirt_cpu_la_CFLAGS =3D \ $(AM_CFLAGS) \ $(NULL) libvirt_cpu_la_SOURCES =3D $(CPU_SOURCES) + +# vim: filetype=3Dautomake diff --git a/src/cpu_map/Makefile.inc.am b/src/cpu_map/Makefile.inc.am index 9eeb33e4be..8b71552357 100644 --- a/src/cpu_map/Makefile.inc.am +++ b/src/cpu_map/Makefile.inc.am @@ -60,3 +60,5 @@ cpumap_DATA =3D \ $(NULL) =20 EXTRA_DIST +=3D $(cpumap_DATA) + +# vim: filetype=3Dautomake diff --git a/src/esx/Makefile.inc.am b/src/esx/Makefile.inc.am index 152dd7b979..5ad7f2210c 100644 --- a/src/esx/Makefile.inc.am +++ b/src/esx/Makefile.inc.am @@ -88,3 +88,5 @@ libvirt_driver_esx_la_SOURCES =3D $(ESX_DRIVER_SOURCES) libvirt_driver_esx_la_DEPENDENCIES =3D $(ESX_DRIVER_GENERATED) =20 endif WITH_ESX + +# vim: filetype=3Dautomake diff --git a/src/hyperv/Makefile.inc.am b/src/hyperv/Makefile.inc.am index a768272b72..2e4263f75d 100644 --- a/src/hyperv/Makefile.inc.am +++ b/src/hyperv/Makefile.inc.am @@ -57,3 +57,5 @@ libvirt_driver_hyperv_la_LDFLAGS =3D $(AM_LDFLAGS) libvirt_driver_hyperv_la_LIBADD =3D $(OPENWSMAN_LIBS) libvirt_driver_hyperv_la_SOURCES =3D $(HYPERV_DRIVER_SOURCES) endif WITH_HYPERV + +# vim: filetype=3Dautomake diff --git a/src/interface/Makefile.inc.am b/src/interface/Makefile.inc.am index 08b35d040d..76716fda14 100644 --- a/src/interface/Makefile.inc.am +++ b/src/interface/Makefile.inc.am @@ -40,3 +40,5 @@ libvirt_driver_interface_la_SOURCES +=3D $(INTERFACE_DRIV= ER_UDEV_SOURCES) endif WITH_UDEV libvirt_driver_interface_la_LIBADD +=3D ../gnulib/lib/libgnu.la endif WITH_INTERFACE + +# vim: filetype=3Dautomake diff --git a/src/libxl/Makefile.inc.am b/src/libxl/Makefile.inc.am index 59c136bf4e..77f4e0090c 100644 --- a/src/libxl/Makefile.inc.am +++ b/src/libxl/Makefile.inc.am @@ -102,3 +102,5 @@ EXTRA_DIST +=3D \ libxl/libvirtd_libxl.aug \ libxl/test_libvirtd_libxl.aug.in \ $(NULL) + +# vim: filetype=3Dautomake diff --git a/src/locking/Makefile.inc.am b/src/locking/Makefile.inc.am index f2eb2efb7b..42642df731 100644 --- a/src/locking/Makefile.inc.am +++ b/src/locking/Makefile.inc.am @@ -323,3 +323,5 @@ virtlockd.8.in: locking/virtlockd.pod < $@-t1 > $@-t2 && \ rm -f $@-t1 && \ mv $@-t2 $@ + +# vim: filetype=3Dautomake diff --git a/src/logging/Makefile.inc.am b/src/logging/Makefile.inc.am index ae022ade0b..ec2f91b68b 100644 --- a/src/logging/Makefile.inc.am +++ b/src/logging/Makefile.inc.am @@ -153,3 +153,5 @@ virtlogd-admin.socket: logging/virtlogd-admin.socket.in= \ -e 's|[@]localstatedir[@]|$(localstatedir)|g' \ < $< > $@-t && \ mv $@-t $@ + +# vim: filetype=3Dautomake diff --git a/src/lxc/Makefile.inc.am b/src/lxc/Makefile.inc.am index 8dd2e9ea9e..a6cff211f5 100644 --- a/src/lxc/Makefile.inc.am +++ b/src/lxc/Makefile.inc.am @@ -205,3 +205,5 @@ EXTRA_DIST +=3D \ lxc/libvirtd_lxc.aug \ lxc/test_libvirtd_lxc.aug.in \ $(NULL) + +# vim: filetype=3Dautomake diff --git a/src/network/Makefile.inc.am b/src/network/Makefile.inc.am index 508c8c0422..992fe5b608 100644 --- a/src/network/Makefile.inc.am +++ b/src/network/Makefile.inc.am @@ -104,3 +104,5 @@ EXTRA_DIST +=3D network/default.xml install-data-network \ uninstall-data-network \ $(NULL) + +# vim: filetype=3Dautomake diff --git a/src/node_device/Makefile.inc.am b/src/node_device/Makefile.inc= .am index 0c3ad51273..63579f2778 100644 --- a/src/node_device/Makefile.inc.am +++ b/src/node_device/Makefile.inc.am @@ -63,3 +63,5 @@ endif WITH_UDEV =20 libvirt_driver_nodedev_la_LIBADD +=3D ../gnulib/lib/libgnu.la endif WITH_NODE_DEVICES + +# vim: filetype=3Dautomake diff --git a/src/nwfilter/Makefile.inc.am b/src/nwfilter/Makefile.inc.am index 27aa801095..4c0dd9a047 100644 --- a/src/nwfilter/Makefile.inc.am +++ b/src/nwfilter/Makefile.inc.am @@ -40,3 +40,5 @@ libvirt_driver_nwfilter_impl_la_LIBADD =3D \ $(NULL) libvirt_driver_nwfilter_impl_la_SOURCES =3D $(NWFILTER_DRIVER_SOURCES) endif WITH_NWFILTER + +# vim: filetype=3Dautomake diff --git a/src/openvz/Makefile.inc.am b/src/openvz/Makefile.inc.am index baad737362..f7adcc4528 100644 --- a/src/openvz/Makefile.inc.am +++ b/src/openvz/Makefile.inc.am @@ -26,3 +26,5 @@ USED_SYM_FILES +=3D $(srcdir)/libvirt_openvz.syms else ! WITH_OPENVZ SYM_FILES +=3D $(srcdir)/libvirt_openvz.syms endif ! WITH_OPENVZ + +# vim: filetype=3Dautomake diff --git a/src/phyp/Makefile.inc.am b/src/phyp/Makefile.inc.am index 496ff25266..faea97478c 100644 --- a/src/phyp/Makefile.inc.am +++ b/src/phyp/Makefile.inc.am @@ -17,3 +17,5 @@ libvirt_driver_phyp_la_CFLAGS =3D \ $(NULL) libvirt_driver_phyp_la_SOURCES =3D $(PHYP_DRIVER_SOURCES) endif WITH_PHYP + +# vim: filetype=3Dautomake diff --git a/src/qemu/Makefile.inc.am b/src/qemu/Makefile.inc.am index 2afa67f195..a9da8b1113 100644 --- a/src/qemu/Makefile.inc.am +++ b/src/qemu/Makefile.inc.am @@ -162,3 +162,5 @@ EXTRA_DIST +=3D \ qemu/THREADS.txt \ libvirt_qemu_probes.d \ $(NULL) + +# vim: filetype=3Dautomake diff --git a/src/remote/Makefile.inc.am b/src/remote/Makefile.inc.am index 4a415d4482..8ac2778b6c 100644 --- a/src/remote/Makefile.inc.am +++ b/src/remote/Makefile.inc.am @@ -323,3 +323,5 @@ libvirtd.8.in: remote/libvirtd.pod < $@-t1 > $@-t2 && \ rm -f $@-t1 && \ mv $@-t2 $@ + +# vim: filetype=3Dautomake diff --git a/src/rpc/Makefile.inc.am b/src/rpc/Makefile.inc.am index b8c80528d2..e12258555e 100644 --- a/src/rpc/Makefile.inc.am +++ b/src/rpc/Makefile.inc.am @@ -135,3 +135,5 @@ libvirt_net_rpc_client_la_CFLAGS =3D \ $(NULL) libvirt_net_rpc_client_la_LDFLAGS =3D $(AM_LDFLAGS) libvirt_net_rpc_client_la_LIBADD =3D $(CYGWIN_EXTRA_LIBADD) + +# vim: filetype=3Dautomake diff --git a/src/secret/Makefile.inc.am b/src/secret/Makefile.inc.am index 79c2b2d74a..79160437c4 100644 --- a/src/secret/Makefile.inc.am +++ b/src/secret/Makefile.inc.am @@ -36,3 +36,5 @@ libvirt_driver_secret_la_LIBADD =3D \ libvirt_driver_secret_la_LDFLAGS =3D $(AM_LDFLAGS_MOD_NOUNDEF) libvirt_driver_secret_la_SOURCES =3D $(SECRET_DRIVER_SOURCES) endif WITH_SECRETS + +# vim: filetype=3Dautomake diff --git a/src/security/Makefile.inc.am b/src/security/Makefile.inc.am index b24cdfd083..3f10e151bd 100644 --- a/src/security/Makefile.inc.am +++ b/src/security/Makefile.inc.am @@ -120,3 +120,5 @@ uninstall-apparmor-local: INSTALL_DATA_LOCAL +=3D install-apparmor-local UNINSTALL_LOCAL +=3D uninstall-apparmor-local endif WITH_APPARMOR_PROFILES + +# vim: filetype=3Dautomake diff --git a/src/storage/Makefile.inc.am b/src/storage/Makefile.inc.am index b4400b556f..1553bef6ed 100644 --- a/src/storage/Makefile.inc.am +++ b/src/storage/Makefile.inc.am @@ -389,3 +389,5 @@ libvirt_parthelper_CFLAGS =3D \ $(PIE_CFLAGS) \ $(NULL) endif WITH_STORAGE_DISK + +# vim: filetype=3Dautomake diff --git a/src/test/Makefile.inc.am b/src/test/Makefile.inc.am index d52c281545..49745192b6 100644 --- a/src/test/Makefile.inc.am +++ b/src/test/Makefile.inc.am @@ -24,3 +24,5 @@ libvirt_driver_test_la_CFLAGS =3D \ $(NULL) libvirt_driver_test_la_SOURCES =3D $(TEST_DRIVER_SOURCES) endif WITH_TEST + +# vim: filetype=3Dautomake diff --git a/src/util/Makefile.inc.am b/src/util/Makefile.inc.am index 4295babac3..58f2bb880d 100644 --- a/src/util/Makefile.inc.am +++ b/src/util/Makefile.inc.am @@ -336,3 +336,5 @@ util/virkey%.7: util/virkey%.pod < $@-t1 > $@-t2 && \ rm -f $@-t1 && \ mv $@-t2 $@ + +# vim: filetype=3Dautomake diff --git a/src/vbox/Makefile.inc.am b/src/vbox/Makefile.inc.am index 8c76f84e82..5057ffe92a 100644 --- a/src/vbox/Makefile.inc.am +++ b/src/vbox/Makefile.inc.am @@ -74,3 +74,5 @@ libvirt_driver_vbox_impl_la_LIBADD =3D \ $(NULL) libvirt_driver_vbox_impl_la_SOURCES =3D $(VBOX_DRIVER_SOURCES) endif WITH_VBOX + +# vim: filetype=3Dautomake diff --git a/src/vmware/Makefile.inc.am b/src/vmware/Makefile.inc.am index 0fbf866030..1dd202ae3e 100644 --- a/src/vmware/Makefile.inc.am +++ b/src/vmware/Makefile.inc.am @@ -25,3 +25,5 @@ USED_SYM_FILES +=3D $(srcdir)/libvirt_vmware.syms else ! WITH_VMWARE SYM_FILES +=3D $(srcdir)/libvirt_vmware.syms endif ! WITH_VMWARE + +# vim: filetype=3Dautomake diff --git a/src/vmx/Makefile.inc.am b/src/vmx/Makefile.inc.am index b9bf6ef690..b635484513 100644 --- a/src/vmx/Makefile.inc.am +++ b/src/vmx/Makefile.inc.am @@ -20,3 +20,5 @@ USED_SYM_FILES +=3D $(srcdir)/libvirt_vmx.syms else ! WITH_VMX SYM_FILES +=3D $(srcdir)/libvirt_vmx.syms endif ! WITH_VMX + +# vim: filetype=3Dautomake diff --git a/src/vz/Makefile.inc.am b/src/vz/Makefile.inc.am index cacdb38795..b457d2b5c1 100644 --- a/src/vz/Makefile.inc.am +++ b/src/vz/Makefile.inc.am @@ -36,3 +36,5 @@ libvirt_driver_vz_impl_la_LIBADD =3D \ $(LIBNL_LIBS) \ $(NULL) endif WITH_VZ + +# vim: filetype=3Dautomake diff --git a/src/xenapi/Makefile.inc.am b/src/xenapi/Makefile.inc.am index 4640e9943f..9179cf104f 100644 --- a/src/xenapi/Makefile.inc.am +++ b/src/xenapi/Makefile.inc.am @@ -26,3 +26,5 @@ libvirt_driver_xenapi_la_LIBADD =3D \ $(NULL) libvirt_driver_xenapi_la_SOURCES =3D $(XENAPI_DRIVER_SOURCES) endif WITH_XENAPI + +# vim: filetype=3Dautomake diff --git a/src/xenconfig/Makefile.inc.am b/src/xenconfig/Makefile.inc.am index a87d69990f..d7d10f76ed 100644 --- a/src/xenconfig/Makefile.inc.am +++ b/src/xenconfig/Makefile.inc.am @@ -26,3 +26,5 @@ USED_SYM_FILES +=3D $(srcdir)/libvirt_xenconfig.syms else ! WITH_XENCONFIG SYM_FILES +=3D $(srcdir)/libvirt_xenconfig.syms endif ! WITH_XENCONFIG + +# vim: filetype=3Dautomake --=20 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list