mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
18 lines
696 B
Makefile
18 lines
696 B
Makefile
BUILT_SOURCES += include/odp-netlink.h include/odp-netlink-macros.h
|
|
|
|
include/odp-netlink.h: include/linux/openvswitch.h \
|
|
build-aux/extract-odp-netlink-h
|
|
$(AM_V_GEN)sed -f $(srcdir)/build-aux/extract-odp-netlink-h < $< > $@
|
|
|
|
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 $< > $@
|
|
|
|
CLEANFILES += include/odp-netlink.h include/odp-netlink-macros.h
|
|
|
|
include include/openflow/automake.mk
|
|
include include/openvswitch/automake.mk
|
|
include include/sparse/automake.mk
|
|
include include/windows/automake.mk
|
|
include include/linux/automake.mk
|