mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
automake: Move build-aux EXTRA_DIST updates to their own file.
Otherwise it's hard to keep track of all the scripts we have. Acked-by: Eelco Chaudron <echaudro@redhat.com> Reviewed-By: Ihar Hrachyshka <ihar@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
08212d755e
commit
723cd4c9be
@ -1,11 +1,19 @@
|
||||
EXTRA_DIST += \
|
||||
build-aux/calculate-schema-cksum \
|
||||
build-aux/cccl \
|
||||
build-aux/check-structs \
|
||||
build-aux/cksum-schema-check \
|
||||
build-aux/dist-docs \
|
||||
build-aux/dpdkstrip.py \
|
||||
build-aux/generate-dhparams-c \
|
||||
build-aux/extract-odp-netlink-h \
|
||||
build-aux/extract-odp-netlink-macros-h \
|
||||
build-aux/extract-odp-netlink-windows-dp-h \
|
||||
build-aux/extract-ofp-actions \
|
||||
build-aux/extract-ofp-errors \
|
||||
build-aux/extract-ofp-fields \
|
||||
build-aux/extract-ofp-msgs \
|
||||
build-aux/gen_ofp_field_decoders \
|
||||
build-aux/generate-dhparams-c \
|
||||
build-aux/initial-tab-allowed-files \
|
||||
build-aux/sodepends.py \
|
||||
build-aux/soexpand.py \
|
||||
|
@ -7,6 +7,4 @@ $(srcdir)/datapath-windows/include/OvsDpInterface.h: \
|
||||
build-aux/extract-odp-netlink-windows-dp-h
|
||||
$(AM_V_GEN)sed -f $(srcdir)/build-aux/extract-odp-netlink-windows-dp-h < $< > $@
|
||||
|
||||
EXTRA_DIST += $(srcdir)/build-aux/extract-odp-netlink-windows-dp-h
|
||||
|
||||
CLEANFILES += $(srcdir)/datapath-windows/include/OvsDpInterface.h
|
||||
|
@ -8,7 +8,6 @@ include/odp-netlink-macros.h: include/odp-netlink.h \
|
||||
build-aux/extract-odp-netlink-macros-h
|
||||
$(AM_V_GEN)sh -f $(srcdir)/build-aux/extract-odp-netlink-macros-h $< > $@
|
||||
|
||||
EXTRA_DIST += build-aux/extract-odp-netlink-h build-aux/extract-odp-netlink-macros-h
|
||||
CLEANFILES += include/odp-netlink.h include/odp-netlink-macros.h
|
||||
|
||||
include include/openflow/automake.mk
|
||||
|
@ -22,6 +22,3 @@ HSTAMP_FILES = $(openflowinclude_HEADERS:.h=.hstamp)
|
||||
CLEANFILES += $(HSTAMP_FILES)
|
||||
ALL_LOCAL += $(HSTAMP_FILES)
|
||||
$(HSTAMP_FILES): build-aux/check-structs $(openflowinclude_HEADERS)
|
||||
|
||||
EXTRA_DIST += build-aux/check-structs
|
||||
|
||||
|
@ -642,7 +642,6 @@ lib/nx-match.inc: $(srcdir)/build-aux/extract-ofp-fields include/openvswitch/met
|
||||
$(AM_V_at)mv $@.tmp $@
|
||||
lib/nx-match.lo: lib/nx-match.inc
|
||||
CLEANFILES += lib/meta-flow.inc lib/nx-match.inc
|
||||
EXTRA_DIST += build-aux/extract-ofp-fields
|
||||
|
||||
lib/ofp-actions.inc1: $(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
|
||||
$(AM_V_GEN)$(run_python) $< prototypes $(srcdir)/lib/ofp-actions.c > $@.tmp && mv $@.tmp $@
|
||||
@ -650,7 +649,6 @@ lib/ofp-actions.inc2: $(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
|
||||
$(AM_V_GEN)$(run_python) $< definitions $(srcdir)/lib/ofp-actions.c > $@.tmp && mv $@.tmp $@
|
||||
lib/ofp-actions.lo: lib/ofp-actions.inc1 lib/ofp-actions.inc2
|
||||
CLEANFILES += lib/ofp-actions.inc1 lib/ofp-actions.inc2
|
||||
EXTRA_DIST += build-aux/extract-ofp-actions
|
||||
|
||||
lib/ofp-errors.inc: include/openvswitch/ofp-errors.h include/openflow/openflow-common.h \
|
||||
$(srcdir)/build-aux/extract-ofp-errors
|
||||
@ -660,14 +658,12 @@ lib/ofp-errors.inc: include/openvswitch/ofp-errors.h include/openflow/openflow-c
|
||||
mv $@.tmp $@
|
||||
lib/ofp-errors.lo: lib/ofp-errors.inc
|
||||
CLEANFILES += lib/ofp-errors.inc
|
||||
EXTRA_DIST += build-aux/extract-ofp-errors
|
||||
|
||||
lib/ofp-msgs.inc: include/openvswitch/ofp-msgs.h $(srcdir)/build-aux/extract-ofp-msgs
|
||||
$(AM_V_GEN)$(run_python) $(srcdir)/build-aux/extract-ofp-msgs \
|
||||
$(srcdir)/include/openvswitch/ofp-msgs.h $@ > $@.tmp && mv $@.tmp $@
|
||||
lib/ofp-msgs.lo: lib/ofp-msgs.inc
|
||||
CLEANFILES += lib/ofp-msgs.inc
|
||||
EXTRA_DIST += build-aux/extract-ofp-msgs
|
||||
|
||||
# _server IDL
|
||||
OVSIDL_BUILT += lib/ovsdb-server-idl.c lib/ovsdb-server-idl.h lib/ovsdb-server-idl.ovsidl
|
||||
|
Loading…
x
Reference in New Issue
Block a user