Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / datapath / Makefile.am
1 SUBDIRS =
2 if LINUX_ENABLED
3 SUBDIRS += linux
4 endif
5
6 EXTRA_DIST = $(dist_headers) $(dist_sources) $(dist_extras)
7
8 # Suppress warnings about GNU extensions in Modules.mk files.
9 AUTOMAKE_OPTIONS = -Wno-portability
10
11 include Modules.mk
12 include linux/Modules.mk
13
14 # The following is based on commands for the Automake "distdir" target.
15 distfiles: Makefile
16         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
17         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
18         list='$(DISTFILES)'; \
19         for file in $$list; do echo $$file; done | \
20           sed -e "s|^$$srcdirstrip/||;t" \
21               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@
22 CLEANFILES = distfiles