]> git.proxmox.com Git - ovs.git/blame - xenserver/automake.mk
[ Felix Moessbauer ]
[ovs.git] / xenserver / automake.mk
CommitLineData
ef44aa50 1# Copyright (C) 2009, 2010, 2011, 2012, 2014 Nicira, Inc.
064af421
BP
2#
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved. This file is offered as-is,
6# without warranty of any kind.
7
8EXTRA_DIST += \
1d7ab996 9 xenserver/GPLv2 \
b3080599 10 xenserver/LICENSE \
1e0da13b 11 xenserver/README.rst \
b3080599 12 xenserver/automake.mk \
bc391960
JP
13 xenserver/etc_init.d_openvswitch \
14 xenserver/etc_init.d_openvswitch-xapi-update \
15 xenserver/etc_logrotate.d_openvswitch \
16 xenserver/etc_profile.d_openvswitch.sh \
17 xenserver/etc_xapi.d_plugins_openvswitch-cfg-update \
064af421 18 xenserver/etc_xensource_scripts_vif \
bc391960 19 xenserver/openvswitch-xen.spec \
7b007006 20 xenserver/openvswitch-xen.spec.in \
b3080599
IC
21 xenserver/opt_xensource_libexec_InterfaceReconfigure.py \
22 xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py \
23 xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
064af421
BP
24 xenserver/opt_xensource_libexec_interface-reconfigure \
25 xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
a49fe70c 26 xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync \
6c88547d 27 xenserver/usr_share_openvswitch_scripts_sysconfig.template
7b007006 28
115d8719
RB
29FLAKE8_PYFILES += \
30 xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
31
7b007006 32$(srcdir)/xenserver/openvswitch-xen.spec: xenserver/openvswitch-xen.spec.in $(top_builddir)/config.status
ef44aa50 33 $(AM_V_GEN)($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \
565dae44
BP
34 < $(srcdir)/xenserver/$(@F).in > $(@F).tmp || exit 1; \
35 if cmp -s $(@F).tmp $@; then touch $@; rm $(@F).tmp; else mv $(@F).tmp $@; fi