]> git.proxmox.com Git - ovs.git/blame - datapath/Makefile.am
datapath: simplify VLAN segmentation
[ovs.git] / datapath / Makefile.am
CommitLineData
6455100f 1SUBDIRS =
e3438006 2if LINUX_ENABLED
22bcc0e7 3SUBDIRS += linux
064af421
BP
4endif
5
40a75177 6EXTRA_DIST = $(dist_headers) $(dist_sources) $(dist_extras)
064af421
BP
7
8# Suppress warnings about GNU extensions in Modules.mk files.
9AUTOMAKE_OPTIONS = -Wno-portability
10
11include Modules.mk
22bcc0e7 12include linux/Modules.mk
39376d06
BP
13
14# The following is based on commands for the Automake "distdir" target.
15distfiles: 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 > $@
22CLEANFILES = distfiles