1c0af40c283da8b93206f7e79b653243da7e988d
[sliver-openvswitch.git] / datapath / Makefile.am
1 SUBDIRS = 
2 if L26_ENABLED
3 SUBDIRS += linux-2.6
4 endif
5
6 EXTRA_DIST = $(dist_headers) $(dist_sources)
7
8 # Suppress warnings about GNU extensions in Modules.mk files.
9 AUTOMAKE_OPTIONS = -Wno-portability
10
11 include Modules.mk
12 include linux-2.6/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