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