]> git.proxmox.com Git - mirror_ovs.git/blame - Makefile.am
dpif-netdev: Remove unnecessary resets on new rxqs.
[mirror_ovs.git] / Makefile.am
CommitLineData
939f4522 1# Copyright (C) 2007-2017 Nicira, Inc.
a14bc59f
BP
2#
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved. This file is offered as-is,
6# without warranty of any kind.
7
064af421
BP
8AUTOMAKE_OPTIONS = foreign subdir-objects
9ACLOCAL_AMFLAGS = -I m4
10SUBDIRS = datapath
11
064af421 12AM_CPPFLAGS = $(SSL_CFLAGS)
cf06c2e9 13AM_LDFLAGS = $(SSL_LDFLAGS)
95626395 14AM_LDFLAGS += $(OVS_LDFLAGS)
e42dfc72
AS
15
16if WIN32
17AM_CPPFLAGS += -I $(top_srcdir)/include/windows
c803536e 18AM_CPPFLAGS += -I $(top_srcdir)/datapath-windows/include
94887cf4 19AM_CPPFLAGS += $(PTHREAD_INCLUDES)
b0e1bce5 20AM_CPPFLAGS += $(MSVC_CFLAGS)
94887cf4 21AM_LDFLAGS += $(PTHREAD_LDFLAGS)
1cb3649c 22AM_LDFLAGS += $(MSVC64_LDFLAGS)
e42dfc72
AS
23endif
24
064af421 25AM_CPPFLAGS += -I $(top_srcdir)/include
837eefc7 26AM_CPPFLAGS += -I $(top_builddir)/include
064af421 27AM_CPPFLAGS += -I $(top_srcdir)/lib
611d30ce 28AM_CPPFLAGS += -I $(top_builddir)/lib
064af421 29
8605a29b
PK
30AM_CPPFLAGS += $(SSL_INCLUDES)
31
064af421 32AM_CFLAGS = -Wstrict-prototypes
d161c099 33AM_CFLAGS += $(WARNING_FLAGS)
95626395 34AM_CFLAGS += $(OVS_CFLAGS)
064af421 35
58397e6c
KT
36if DPDK_NETDEV
37AM_CFLAGS += -D_FILE_OFFSET_BITS=64
8e6681ea
AC
38DPDKSTRIP_FLAGS = --dpdk
39else
40DPDKSTRIP_FLAGS = --nodpdk
58397e6c
KT
41endif
42
064af421
BP
43if NDEBUG
44AM_CPPFLAGS += -DNDEBUG
45AM_CFLAGS += -fomit-frame-pointer
064af421
BP
46endif
47
0eaaacac
FL
48AM_CTAGSFLAGS = $(OVS_CTAGS_IDENTIFIERS_LIST)
49
b02e1154
GS
50if WIN32
51psep=";"
52else
53psep=":"
54endif
853d1083
BP
55# PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo
56# files. Creating .py[co] works OK for any given version of Open
57# vSwitch, but it causes trouble if you switch from a version with
58# foo/__init__.py into an (older) version with plain foo.py, since
59# foo/__init__.pyc will cause Python to ignore foo.py.
e23812fc
BP
60run_python = \
61 PYTHONPATH=$(top_srcdir)/python$(psep)$$PYTHONPATH \
62 PYTHONDONTWRITEBYTECODE=yes $(PYTHON)
853d1083 63
22c79496 64ALL_LOCAL =
d879a707 65BUILT_SOURCES =
064af421 66CLEANFILES =
15b619e2 67CLEAN_LOCAL =
064af421 68DISTCLEANFILES =
79982e90 69PYCOV_CLEAN_FILES = build-aux/check-structs,cover
4441a01c 70
c431227e 71EXTRA_DIST = \
8a97dc6e 72 AUTHORS.rst \
255efa72 73 CONTRIBUTING.rst \
2eb98b60 74 MAINTAINERS.rst \
c431227e 75 README.rst \
4441a01c 76 NOTICE \
826bc7b6 77 .travis.yml \
40a75bbf
LR
78 .travis/linux-build.sh \
79 .travis/linux-prepare.sh \
80 .travis/osx-build.sh \
81 .travis/osx-prepare.sh \
12c96b8a 82 appveyor.yml \
0027492d 83 boot.sh \
c9b94429 84 build-aux/cccl \
abc67c1e 85 build-aux/cksum-schema-check \
39916858 86 build-aux/calculate-schema-cksum \
4441a01c 87 build-aux/dist-docs \
3828b456 88 build-aux/dpdkstrip.pl \
6ca37677 89 build-aux/sodepends.pl \
94512c4a 90 build-aux/soexpand.pl \
a4e3c495 91 build-aux/xml2nroff \
6ca37677 92 $(MAN_FRAGMENTS) \
1ce96d2a 93 $(MAN_ROOTS) \
ef9c432c 94 Vagrantfile \
673b80ea
RB
95 Vagrantfile-FreeBSD \
96 .mailmap
064af421
BP
97bin_PROGRAMS =
98sbin_PROGRAMS =
99bin_SCRIPTS =
87103e1f 100DIST_HOOKS =
064af421 101dist_man_MANS =
3b12adda 102dist_pkgdata_DATA =
064af421
BP
103dist_pkgdata_SCRIPTS =
104dist_sbin_SCRIPTS =
b2df0225 105dist_scripts_SCRIPTS =
429ebf21 106dist_scripts_DATA =
b2df0225 107INSTALL_DATA_LOCAL =
44852fdf 108UNINSTALL_LOCAL =
064af421 109man_MANS =
0027492d 110MAN_FRAGMENTS =
6ca37677 111MAN_ROOTS =
c3bb4bd7 112noinst_DATA =
064af421 113noinst_HEADERS =
38b7a52b 114lib_LTLIBRARIES =
994bfc29 115noinst_LTLIBRARIES =
045b2e5c 116noinst_man_MANS =
064af421
BP
117noinst_PROGRAMS =
118noinst_SCRIPTS =
00732bf5 119OVSIDL_BUILT =
9c16ed64 120pkgdata_DATA =
b2df0225 121sbin_SCRIPTS =
43bb5f82 122scripts_SCRIPTS =
2c9907cd 123completion_SCRIPTS =
429ebf21 124scripts_DATA =
c3bb4bd7 125SUFFIXES =
15b619e2 126check_DATA =
08d42548 127check_SCRIPTS =
81696de0 128pkgconfig_DATA =
115d8719 129FLAKE8_PYFILES =
064af421 130
43bb5f82 131scriptsdir = $(pkgdatadir)/scripts
2c9907cd 132completiondir = $(sysconfdir)/bash_completion.d
81696de0 133pkgconfigdir = $(libdir)/pkgconfig
43bb5f82 134
9741af79
BP
135# This ensures that files added to EXTRA_DIST are always distributed,
136# even if they are inside an Automake if...endif conditional block that is
137# disabled by some particular "configure" run. For more information, see:
138# http://article.gmane.org/gmane.comp.sysutils.automake.general/10891
139noinst_HEADERS += $(EXTRA_DIST)
140
064af421 141ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
cbaa4ffe 142ro_shell = printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n'
064af421 143
c3bb4bd7 144SUFFIXES += .in
064af421 145.in:
ef44aa50 146 $(AM_V_GEN)$(PERL) $(srcdir)/build-aux/soexpand.pl -I$(srcdir) < $< | \
8e6681ea 147 $(PERL) $(srcdir)/build-aux/dpdkstrip.pl $(DPDKSTRIP_FLAGS) | \
aca1bb54
SF
148 sed \
149 -e 's,[@]PKIDIR[@],$(PKIDIR),g' \
150 -e 's,[@]LOGDIR[@],$(LOGDIR),g' \
151 -e 's,[@]DBDIR[@],$(DBDIR),g' \
152 -e 's,[@]PERL[@],$(PERL),g' \
153 -e 's,[@]PYTHON[@],$(PYTHON),g' \
154 -e 's,[@]RUNDIR[@],$(RUNDIR),g' \
155 -e 's,[@]VERSION[@],$(VERSION),g' \
156 -e 's,[@]localstatedir[@],$(localstatedir),g' \
157 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
158 -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
159 -e 's,[@]bindir[@],$(bindir),g' \
160 -e 's,[@]sbindir[@],$(sbindir),g' \
161 -e 's,[@]abs_builddir[@],$(abs_builddir),g' \
162 -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
163 > $@.tmp
00961f7c 164 @if head -n 1 $@.tmp | grep '#!' > /dev/null; then \
aca1bb54 165 chmod +x $@.tmp; \
3b135da3 166 fi
ef44aa50 167 $(AM_V_at) mv $@.tmp $@
064af421 168
99635791
BP
169SUFFIXES += .xml
170%: %.xml
171 $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/xml2nroff $< > $@.tmp \
aca1bb54
SF
172 -I $(srcdir) \
173 --version=$(VERSION) \
174 PKIDIR='$(PKIDIR)' \
175 LOGDIR='$(LOGDIR)' \
176 DBDIR='$(DBDIR)' \
177 PERL='$(PERL)' \
178 PYTHON='$(PYTHON)' \
179 RUNDIR='$(RUNDIR)' \
180 VERSION='$(VERSION)' \
181 localstatedir='$(localstatedir)' \
182 pkgdatadir='$(pkgdatadir)' \
183 sysconfdir='$(sysconfdir)' \
184 bindir='$(bindir)' \
185 sbindir='$(sbindir)'
99635791
BP
186 $(AM_v_at)mv $@.tmp $@
187
79982e90
EJ
188clean-pycov:
189 cd $(srcdir) && rm -f $(PYCOV_CLEAN_FILES)
190CLEAN_LOCAL += clean-pycov
099cf485 191.PHONY: clean-pycov
79982e90 192
87103e1f
BP
193# If we're checked out from a Git repository, make sure that every
194# file that is in Git is distributed.
39376d06
BP
195ALL_LOCAL += dist-hook-git
196dist-hook-git: distfiles
197 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
aca1bb54
SF
198 (cd datapath && $(MAKE) distfiles); \
199 (cat distfiles; sed 's|^|datapath/|' datapath/distfiles) | \
200 LC_ALL=C sort -u > all-distfiles; \
201 (cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
202 LC_ALL=C sort -u > all-gitfiles; \
a6da6967 203 LC_ALL=C comm -1 -3 all-distfiles all-gitfiles > missing-distfiles; \
aca1bb54 204 if test -s missing-distfiles; then \
4207d631 205 echo "The following files are in git but not the distribution:"; \
aca1bb54
SF
206 cat missing-distfiles; \
207 exit 1; \
208 fi; \
939f4522
BP
209 if LC_ALL=C grep '\.gitignore$$' all-distfiles; then \
210 echo "See above for list of files that are distributed but"; \
211 echo "should not be."; \
212 exit 1; \
213 fi \
87103e1f 214 fi
39376d06
BP
215CLEANFILES += all-distfiles all-gitfiles missing-distfiles
216# The following is based on commands for the Automake "distdir" target.
217distfiles: Makefile
218 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
219 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
220 list='$(DISTFILES)'; \
221 for file in $$list; do echo $$file; done | \
222 sed -e "s|^$$srcdirstrip/||;t" \
a6da6967 223 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | \
aca1bb54 224 LC_ALL=C sort -u > $@
39376d06 225CLEANFILES += distfiles
b4e1bf8b 226.PHONY: dist-hook-git
87103e1f 227
9e4ba008
BP
228# Check that every .c file includes <config.h>.
229ALL_LOCAL += config-h-check
230config-h-check:
231 @cd $(srcdir); \
232 if test -e .git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
233 git --no-pager grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
234 grep -vE '^datapath|^lib/sflow|^third-party|^datapath-windows|^python'`; \
9e4ba008 235 then \
aca1bb54
SF
236 echo "See above for list of violations of the rule that"; \
237 echo "every C source file must #include <config.h>."; \
238 exit 1; \
f7e6e24c
TR
239 fi; \
240 if grep '#include' include/openvswitch/*.h | \
c458e4a3
YHW
241 grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
242 then \
243 echo "See above for list of violations of the rule that"; \
244 echo "public openvswitch header file should not include internal library."; \
245 exit 1; \
246 fi
9e4ba008
BP
247.PHONY: config-h-check
248
34582733
AS
249# Check for printf() type modifiers that MSVC doesn't support.
250ALL_LOCAL += printf-check
251printf-check:
8faeab72
DDP
252 @cd $(srcdir); \
253 if test -e .git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
254 git --no-pager grep -n -E -e '%[-+ #0-9.*]*([ztj]|hh)' --and --not -e 'ovs_scan' `git ls-files | grep '\.[ch]$$' | \
255 grep -vE '^datapath|^lib/sflow|^third-party'`; \
34582733 256 then \
aca1bb54
SF
257 echo "See above for list of violations of the rule that"; \
258 echo "'z', 't', 'j', 'hh' printf() type modifiers are"; \
692ac452 259 echo "forbidden. See coding-style.rst for replacements."; \
aca1bb54 260 exit 1; \
34582733
AS
261 fi
262.PHONY: printf-check
263
1514b275
BP
264# Check that certain data structures are always declared "static".
265ALL_LOCAL += static-check
266static-check:
db5ce514 267 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
268 git --no-pager grep -n -E '^[ ]+(struct vlog_rate_limit|pthread_once_t|struct ovsthread_once).*=' $(srcdir); \
269 then \
270 echo "See above for list of violations of the rule that "; \
271 echo "certain data structures must always be 'static'"; \
272 exit 1; \
273 fi
1514b275 274.PHONY: static-check
db5ce514 275
4958e3ee
BP
276# Check that assert.h is not used outside a whitelist of files.
277ALL_LOCAL += check-assert-h-usage
278check-assert-h-usage:
279 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
280 (cd $(srcdir) && git --no-pager grep -l -E '[<]assert.h[>]') | \
281 $(EGREP) -v '^lib/(sflow_receiver|vlog).c$$|^tests/'; \
282 then \
283 echo "Files listed above unexpectedly #include <""assert.h"">."; \
284 echo "Please use ovs_assert (from util.h) instead of assert."; \
285 exit 1; \
286 fi
4958e3ee
BP
287.PHONY: check-assert-h-usage
288
64746850
BP
289# Check that LITTLE_ENDIAN and BIG_ENDIAN are not used unless BYTE_ORDER is
290# also mentioned. (<endian.h> always defines the former two constants. They
291# must be compared to BYTE_ORDER to get the machine's correct endianness. But
292# it is better to use WORDS_BIGENDIAN.)
293ALL_LOCAL += check-endian
294check-endian:
295 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
296 (cd $(srcdir) && git --no-pager grep -l -E \
297 -e 'BIG_ENDIAN|LITTLE_ENDIAN' --and --not -e 'BYTE_ORDER' | \
298 $(EGREP) -v '^datapath/'); \
299 then \
300 echo "See above for list of files that misuse LITTLE""_ENDIAN"; \
301 echo "or BIG""_ENDIAN. Please use WORDS_BIGENDIAN instead."; \
302 exit 1; \
303 fi
64746850
BP
304.PHONY: check-endian
305
45a9c31d
BP
306ALL_LOCAL += check-echo-n
307check-echo-n:
308 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
309 git --no-pager grep -n 'echo'' -n' $(srcdir); \
310 then \
311 echo "See above for uses for \"echo"" -n\", which is non-POSIX"; \
312 echo "and does not work with all shells. Use \"printf\" instead."; \
313 exit 1; \
314 fi
315.PHONY: check-echo-n
316
6a3e30f3
BP
317ALL_LOCAL += thread-safety-check
318thread-safety-check:
8faeab72
DDP
319 @cd $(srcdir); \
320 if test -e .git && (git --version) >/dev/null 2>&1 && \
aca1bb54
SF
321 grep -n -f build-aux/thread-safety-blacklist \
322 `git ls-files | grep '\.[ch]$$' \
323 | $(EGREP) -v '^datapath|^lib/sflow|^third-party'` /dev/null \
324 | $(EGREP) -v ':[ ]*/?\*'; \
6a3e30f3 325 then \
aca1bb54
SF
326 echo "See above for list of calls to functions that are"; \
327 echo "blacklisted due to thread safety issues"; \
328 exit 1; \
6a3e30f3
BP
329 fi
330EXTRA_DIST += build-aux/thread-safety-blacklist
c9172561 331.PHONY: thread-safety-check
6a3e30f3 332
0b2c7e69
BP
333# Check that "ip" is used in preference to "ifconfig", because
334# "ifconfig" is not installed ubiquitously anymore.
335ALL_LOCAL += check-ifconfig
336check-ifconfig:
337 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
338 (cd $(srcdir) && git --no-pager grep -l -E -e 'ifconfig' | \
339 $(EGREP) -v 'Makefile.am|ovs-vsctl-bashcomp|openvswitch-custom\.te'); \
340 then \
341 echo "See above for list of files that use or reference"; \
342 echo "'ifconfig'. Please use 'ip' instead."; \
343 exit 1; \
344 fi
345.PHONY: check-ifconfig
346
0027492d
BP
347if HAVE_GROFF
348ALL_LOCAL += manpage-check
1261619f
BP
349manpage-check: $(man_MANS) $(dist_man_MANS) $(noinst_man_MANS)
350 @error=false; \
351 for manpage in $?; do \
aca1bb54
SF
352 LANG=en_US.UTF-8 groff -w mac -w delim -w escape -w input -w missing -w tab -T utf8 -man -p -z $$manpage >$@.tmp 2>&1; \
353 if grep warning: $@.tmp; then error=:; fi; \
354 rm -f $@.tmp; \
0027492d 355 done; \
be09aa10
EJ
356 if $$error; then exit 1; else touch $@; fi
357 $(AM_V_GEN) touch -c $@
0027492d
BP
358CLEANFILES += manpage-check
359endif
360
115d8719
RB
361if HAVE_FLAKE8
362ALL_LOCAL += flake8-check
007ec24d 363# http://flake8.readthedocs.org/en/latest/warnings.html
f3068bff
RB
364# All warnings explicitly selected or ignored should be listed below.
365#
366# E***, W*** -- warnings from pep8
367# E121 continuation line under-indented for hanging indent (only from flake8 v2.0)
368# E123 closing bracket does not match indentation of opening bracket's line
369# E125 continuation line with same indent as next logical line (only from flake8 v2.0)
370# E126 continuation line over-indented for hanging indent
371# E127 continuation line over-indented for visual indent
372# E128 continuation line under-indented for visual indent
373# E129 visually indented line with same indent as next logical line
374# E131 continuation line unaligned for hanging indent
375# W503 line break before binary operator
376# F*** -- warnings native to flake8
377# F811 redefinition of unused <name> from line <N> (only from flake8 v2.0)
007ec24d
NS
378# D*** -- warnings from flake8-docstrings plugin
379# H*** -- warnings from flake8 hacking plugin (custom style checks beyond PEP8)
f3068bff 380# H231 Python 3.x incompatible 'except x,y:' construct
56ec0611 381# H232 Python 3.x incompatible octal 077 should be written as 0o77
8ea171ab 382# H233 Python 3.x incompatible use of print operator
03756304 383# H238 old style class declaration, use new style (inherit from `object`)
aca1bb54 384FLAKE8_SELECT = H231,H232,H233,H238
92d8490f 385FLAKE8_IGNORE = E121,E123,E125,E126,E127,E128,E129,E131,W503,F811,D,H,I
115d8719 386flake8-check: $(FLAKE8_PYFILES)
308bf988 387 $(FLAKE8_WERROR)$(AM_V_GEN) \
aca1bb54
SF
388 src='$^' && \
389 flake8 $$src --select=$(FLAKE8_SELECT) $(FLAKE8_FLAGS) && \
390 flake8 $$src --ignore=$(FLAKE8_IGNORE) $(FLAKE8_FLAGS) && \
391 touch $@
115d8719 392endif
968eec59 393CLEANFILES += flake8-check
115d8719 394
6ca37677
BP
395include $(srcdir)/manpages.mk
396$(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.pl
397 @$(PERL) $(srcdir)/build-aux/sodepends.pl -I. -I$(srcdir) $(MAN_ROOTS) >$(@F).tmp
398 @if cmp -s $(@F).tmp $@; then \
aca1bb54
SF
399 touch $@; \
400 rm -f $(@F).tmp; \
6ca37677 401 else \
aca1bb54 402 mv $(@F).tmp $@; \
6ca37677
BP
403 fi
404CLEANFILES += manpage-dep-check
405
bd9d7025 406if VSTUDIO_DDK
e02b8fb0
AS
407ALL_LOCAL += ovsext
408ovsext: datapath-windows/ovsext.sln $(srcdir)/datapath-windows/include/OvsDpInterface.h
e90a8753
AS
409 MSBuild.exe //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)"
410 MSBuild.exe //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8.1$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)"
bd9d7025
AS
411
412CLEAN_LOCAL += ovsext_clean
413ovsext_clean: datapath-windows/ovsext.sln
e90a8753
AS
414 MSBuild.exe //maxcpucount datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)"
415 MSBuild.exe //maxcpucount datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8.1$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)"
bd9d7025 416endif
e02b8fb0 417.PHONY: ovsext
bd9d7025 418
30b79363
BB
419clang-analyze: clean
420 @which clang scan-build >/dev/null 2>&1 || \
aca1bb54 421 (echo "Unable to find clang/scan-build, Install clang,clang-analyzer packages"; exit 1)
30b79363
BB
422 @$(MKDIR_P) "$(srcdir)/tests/clang-analyzer-results"
423 @scan-build -o $(srcdir)/tests/clang-analyzer-results --use-cc=$(CC) $(MAKE)
424.PHONY: clang-analyze
425
87103e1f 426dist-hook: $(DIST_HOOKS)
22c79496 427all-local: $(ALL_LOCAL)
15b619e2 428clean-local: $(CLEAN_LOCAL)
b2df0225 429install-data-local: $(INSTALL_DATA_LOCAL)
44852fdf
BP
430uninstall-local: $(UNINSTALL_LOCAL)
431.PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) $(UNINSTALL_LOCAL)
87103e1f 432
3a14d239
BP
433modules_install:
434if LINUX_ENABLED
435 cd datapath/linux && $(MAKE) modules_install
436endif
437
4441a01c 438dist-docs:
6b304335 439 VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs $(srcdir) $(docs)
4441a01c
BP
440.PHONY: dist-docs
441
8c254406 442include Documentation/automake.mk
ed1be787 443include m4/automake.mk
064af421 444include lib/automake.mk
8cd4882f 445include ofproto/automake.mk
064af421
BP
446include utilities/automake.mk
447include tests/automake.mk
448include include/automake.mk
449include third-party/automake.mk
450include debian/automake.mk
451include vswitchd/automake.mk
f85f8ebb 452include ovsdb/automake.mk
c434706a 453include rhel/automake.mk
064af421 454include xenserver/automake.mk
0be6140a 455include python/automake.mk
eeecce05 456include tutorial/automake.mk
add17b69 457include vtep/automake.mk
c803536e 458include datapath-windows/automake.mk
c640e3ce 459include datapath-windows/include/automake.mk
d183efc2 460include windows/automake.mk
fe36184b 461include ovn/automake.mk
9b897c91 462include selinux/automake.mk
e522804f 463include build-aux/automake.mk