]> git.proxmox.com Git - ovs.git/blob - Makefile.am
datapath-windows: Support to selectively compile targets
[ovs.git] / Makefile.am
1 # Copyright (C) 2007-2017 Nicira, Inc.
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
8 AUTOMAKE_OPTIONS = foreign subdir-objects
9 ACLOCAL_AMFLAGS = -I m4
10 SUBDIRS = datapath
11
12 AM_CPPFLAGS = $(SSL_CFLAGS)
13 AM_LDFLAGS = $(SSL_LDFLAGS)
14 AM_LDFLAGS += $(OVS_LDFLAGS)
15
16 if WIN32
17 AM_CPPFLAGS += -I $(top_srcdir)/include/windows
18 AM_CPPFLAGS += -I $(top_srcdir)/datapath-windows/include
19 AM_CPPFLAGS += $(PTHREAD_INCLUDES)
20 AM_CPPFLAGS += $(MSVC_CFLAGS)
21 AM_LDFLAGS += $(PTHREAD_LDFLAGS)
22 AM_LDFLAGS += $(MSVC64_LDFLAGS)
23 PLATFORM = $(MSVC_PLATFORM)
24 endif
25
26 AM_CPPFLAGS += -I $(top_srcdir)/include
27 AM_CPPFLAGS += -I $(top_builddir)/include
28 AM_CPPFLAGS += -I $(top_srcdir)/lib
29 AM_CPPFLAGS += -I $(top_builddir)/lib
30
31 AM_CPPFLAGS += $(SSL_INCLUDES)
32
33 AM_CFLAGS = -Wstrict-prototypes
34 AM_CFLAGS += $(WARNING_FLAGS)
35 AM_CFLAGS += $(OVS_CFLAGS)
36
37 if DPDK_NETDEV
38 AM_CFLAGS += -D_FILE_OFFSET_BITS=64
39 DPDKSTRIP_FLAGS = --dpdk
40 else
41 DPDKSTRIP_FLAGS = --nodpdk
42 endif
43
44 if NDEBUG
45 AM_CPPFLAGS += -DNDEBUG
46 AM_CFLAGS += -fomit-frame-pointer
47 endif
48
49 AM_CTAGSFLAGS = $(OVS_CTAGS_IDENTIFIERS_LIST)
50
51 if WIN32
52 psep=";"
53 else
54 psep=":"
55 endif
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.
61 run_python = \
62 PYTHONPATH=$(top_srcdir)/python$(psep)$$PYTHONPATH \
63 PYTHONDONTWRITEBYTECODE=yes $(PYTHON)
64
65 ALL_LOCAL =
66 BUILT_SOURCES =
67 CLEANFILES =
68 CLEAN_LOCAL =
69 DISTCLEANFILES =
70 PYCOV_CLEAN_FILES = build-aux/check-structs,cover
71
72 EXTRA_DIST = \
73 AUTHORS.rst \
74 CONTRIBUTING.rst \
75 MAINTAINERS.rst \
76 README.rst \
77 NOTICE \
78 .travis.yml \
79 .travis/linux-build.sh \
80 .travis/linux-prepare.sh \
81 .travis/osx-build.sh \
82 .travis/osx-prepare.sh \
83 appveyor.yml \
84 boot.sh \
85 build-aux/cccl \
86 build-aux/cksum-schema-check \
87 build-aux/calculate-schema-cksum \
88 build-aux/dist-docs \
89 build-aux/dpdkstrip.py \
90 build-aux/sodepends.py \
91 build-aux/soexpand.py \
92 build-aux/xml2nroff \
93 poc/builders/Vagrantfile \
94 poc/playbook-centos-builder.yml \
95 poc/playbook-ubuntu-builder.yml \
96 $(MAN_FRAGMENTS) \
97 $(MAN_ROOTS) \
98 Vagrantfile \
99 Vagrantfile-FreeBSD \
100 .mailmap
101 bin_PROGRAMS =
102 sbin_PROGRAMS =
103 bin_SCRIPTS =
104 DIST_HOOKS =
105 dist_man_MANS =
106 dist_pkgdata_DATA =
107 dist_pkgdata_SCRIPTS =
108 dist_sbin_SCRIPTS =
109 dist_scripts_SCRIPTS =
110 dist_scripts_DATA =
111 INSTALL_DATA_LOCAL =
112 UNINSTALL_LOCAL =
113 man_MANS =
114 MAN_FRAGMENTS =
115 MAN_ROOTS =
116 noinst_DATA =
117 noinst_HEADERS =
118 lib_LTLIBRARIES =
119 noinst_LTLIBRARIES =
120 noinst_man_MANS =
121 noinst_PROGRAMS =
122 noinst_SCRIPTS =
123 OVSIDL_BUILT =
124 pkgdata_DATA =
125 sbin_SCRIPTS =
126 scripts_SCRIPTS =
127 completion_SCRIPTS =
128 scripts_DATA =
129 SUFFIXES =
130 check_DATA =
131 check_SCRIPTS =
132 pkgconfig_DATA =
133 FLAKE8_PYFILES =
134
135 if ENABLE_SPARSE_BY_DEFAULT
136 C ?= 1
137 endif
138
139 scriptsdir = $(pkgdatadir)/scripts
140 completiondir = $(sysconfdir)/bash_completion.d
141 pkgconfigdir = $(libdir)/pkgconfig
142
143 # This ensures that files added to EXTRA_DIST are always distributed,
144 # even if they are inside an Automake if...endif conditional block that is
145 # disabled by some particular "configure" run. For more information, see:
146 # http://article.gmane.org/gmane.comp.sysutils.automake.general/10891
147 noinst_HEADERS += $(EXTRA_DIST)
148
149 ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
150 ro_shell = printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n'
151
152 SUFFIXES += .in
153 .in:
154 $(AM_V_GEN)PYTHONPATH=$$PYTHONPATH$(psep)$(srcdir)/python $(PYTHON) $(srcdir)/build-aux/soexpand.py -I$(srcdir) < $< | \
155 $(PYTHON) $(srcdir)/build-aux/dpdkstrip.py $(DPDKSTRIP_FLAGS) | \
156 sed \
157 -e 's,[@]PKIDIR[@],$(PKIDIR),g' \
158 -e 's,[@]LOGDIR[@],$(LOGDIR),g' \
159 -e 's,[@]DBDIR[@],$(DBDIR),g' \
160 -e 's,[@]PYTHON[@],$(PYTHON),g' \
161 -e 's,[@]RUNDIR[@],$(RUNDIR),g' \
162 -e 's,[@]VERSION[@],$(VERSION),g' \
163 -e 's,[@]localstatedir[@],$(localstatedir),g' \
164 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
165 -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
166 -e 's,[@]bindir[@],$(bindir),g' \
167 -e 's,[@]sbindir[@],$(sbindir),g' \
168 -e 's,[@]abs_builddir[@],$(abs_builddir),g' \
169 -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
170 > $@.tmp
171 @if head -n 1 $@.tmp | grep '#!' > /dev/null; then \
172 chmod +x $@.tmp; \
173 fi
174 $(AM_V_at) mv $@.tmp $@
175
176 SUFFIXES += .xml
177 %: %.xml
178 $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/xml2nroff $< > $@.tmp \
179 -I $(srcdir) \
180 --version=$(VERSION) \
181 PKIDIR='$(PKIDIR)' \
182 LOGDIR='$(LOGDIR)' \
183 DBDIR='$(DBDIR)' \
184 PYTHON='$(PYTHON)' \
185 RUNDIR='$(RUNDIR)' \
186 VERSION='$(VERSION)' \
187 localstatedir='$(localstatedir)' \
188 pkgdatadir='$(pkgdatadir)' \
189 sysconfdir='$(sysconfdir)' \
190 bindir='$(bindir)' \
191 sbindir='$(sbindir)'
192 $(AM_v_at)mv $@.tmp $@
193
194 clean-pycov:
195 cd $(srcdir) && rm -f $(PYCOV_CLEAN_FILES)
196 CLEAN_LOCAL += clean-pycov
197 .PHONY: clean-pycov
198
199 # If we're checked out from a Git repository, make sure that every
200 # file that is in Git is distributed.
201 ALL_LOCAL += dist-hook-git
202 dist-hook-git: distfiles
203 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
204 (cd datapath && $(MAKE) distfiles); \
205 (cat distfiles; sed 's|^|datapath/|' datapath/distfiles) | \
206 LC_ALL=C sort -u > all-distfiles; \
207 (cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
208 LC_ALL=C sort -u > all-gitfiles; \
209 LC_ALL=C comm -1 -3 all-distfiles all-gitfiles > missing-distfiles; \
210 if test -s missing-distfiles; then \
211 echo "The following files are in git but not the distribution:"; \
212 cat missing-distfiles; \
213 exit 1; \
214 fi; \
215 if LC_ALL=C grep '\.gitignore$$' all-distfiles; then \
216 echo "See above for list of files that are distributed but"; \
217 echo "should not be."; \
218 exit 1; \
219 fi \
220 fi
221 CLEANFILES += all-distfiles all-gitfiles missing-distfiles
222 # The following is based on commands for the Automake "distdir" target.
223 distfiles: Makefile
224 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
225 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
226 list='$(DISTFILES)'; \
227 for file in $$list; do echo $$file; done | \
228 sed -e "s|^$$srcdirstrip/||;t" \
229 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | \
230 LC_ALL=C sort -u > $@
231 CLEANFILES += distfiles
232 .PHONY: dist-hook-git
233
234 # Check that every .c file includes <config.h>.
235 ALL_LOCAL += config-h-check
236 config-h-check:
237 @cd $(srcdir); \
238 if test -e .git && (git --version) >/dev/null 2>&1 && \
239 git --no-pager grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
240 grep -vE '^datapath|^lib/sflow|^third-party|^datapath-windows|^python'`; \
241 then \
242 echo "See above for list of violations of the rule that"; \
243 echo "every C source file must #include <config.h>."; \
244 exit 1; \
245 fi; \
246 if grep '#include' include/openvswitch/*.h | \
247 grep -vE '(<.*>)|("openvswitch)|("openflow)'; \
248 then \
249 echo "See above for list of violations of the rule that"; \
250 echo "public openvswitch header file should not include internal library."; \
251 exit 1; \
252 fi
253 .PHONY: config-h-check
254
255 # Check for printf() type modifiers that MSVC doesn't support.
256 ALL_LOCAL += printf-check
257 printf-check:
258 @cd $(srcdir); \
259 if test -e .git && (git --version) >/dev/null 2>&1 && \
260 git --no-pager grep -n -E -e '%[-+ #0-9.*]*([ztj]|hh)' --and --not -e 'ovs_scan' `git ls-files | grep '\.[ch]$$' | \
261 grep -vE '^datapath|^lib/sflow|^third-party'`; \
262 then \
263 echo "See above for list of violations of the rule that"; \
264 echo "'z', 't', 'j', 'hh' printf() type modifiers are"; \
265 echo "forbidden. See coding-style.rst for replacements."; \
266 exit 1; \
267 fi
268 .PHONY: printf-check
269
270 # Check that certain data structures are always declared "static".
271 ALL_LOCAL += static-check
272 static-check:
273 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
274 git --no-pager grep -n -E '^[ ]+(struct vlog_rate_limit|pthread_once_t|struct ovsthread_once).*=' $(srcdir); \
275 then \
276 echo "See above for list of violations of the rule that "; \
277 echo "certain data structures must always be 'static'"; \
278 exit 1; \
279 fi
280 .PHONY: static-check
281
282 # Check that assert.h is not used outside a whitelist of files.
283 ALL_LOCAL += check-assert-h-usage
284 check-assert-h-usage:
285 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
286 (cd $(srcdir) && git --no-pager grep -l -E '[<]assert.h[>]') | \
287 $(EGREP) -v '^lib/(sflow_receiver|vlog).c$$|^tests/'; \
288 then \
289 echo "Files listed above unexpectedly #include <""assert.h"">."; \
290 echo "Please use ovs_assert (from util.h) instead of assert."; \
291 exit 1; \
292 fi
293 .PHONY: check-assert-h-usage
294
295 # Check that LITTLE_ENDIAN and BIG_ENDIAN are not used unless BYTE_ORDER is
296 # also mentioned. (<endian.h> always defines the former two constants. They
297 # must be compared to BYTE_ORDER to get the machine's correct endianness. But
298 # it is better to use WORDS_BIGENDIAN.)
299 ALL_LOCAL += check-endian
300 check-endian:
301 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
302 (cd $(srcdir) && git --no-pager grep -l -E \
303 -e 'BIG_ENDIAN|LITTLE_ENDIAN' --and --not -e 'BYTE_ORDER' | \
304 $(EGREP) -v '^datapath/'); \
305 then \
306 echo "See above for list of files that misuse LITTLE""_ENDIAN"; \
307 echo "or BIG""_ENDIAN. Please use WORDS_BIGENDIAN instead."; \
308 exit 1; \
309 fi
310 .PHONY: check-endian
311
312 ALL_LOCAL += check-echo-n
313 check-echo-n:
314 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
315 git --no-pager grep -n 'echo'' -n' $(srcdir); \
316 then \
317 echo "See above for uses for \"echo"" -n\", which is non-POSIX"; \
318 echo "and does not work with all shells. Use \"printf\" instead."; \
319 exit 1; \
320 fi
321 .PHONY: check-echo-n
322
323 ALL_LOCAL += thread-safety-check
324 thread-safety-check:
325 @cd $(srcdir); \
326 if test -e .git && (git --version) >/dev/null 2>&1 && \
327 grep -n -f build-aux/thread-safety-blacklist \
328 `git ls-files | grep '\.[ch]$$' \
329 | $(EGREP) -v '^datapath|^lib/sflow|^third-party'` /dev/null \
330 | $(EGREP) -v ':[ ]*/?\*'; \
331 then \
332 echo "See above for list of calls to functions that are"; \
333 echo "blacklisted due to thread safety issues"; \
334 exit 1; \
335 fi
336 EXTRA_DIST += build-aux/thread-safety-blacklist
337 .PHONY: thread-safety-check
338
339 # Check that "ip" is used in preference to "ifconfig", because
340 # "ifconfig" is not installed ubiquitously anymore.
341 ALL_LOCAL += check-ifconfig
342 check-ifconfig:
343 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
344 (cd $(srcdir) && git --no-pager grep -l -E -e 'ifconfig' | \
345 $(EGREP) -v 'Makefile.am|ovs-vsctl-bashcomp|openvswitch-custom\.te'); \
346 then \
347 echo "See above for list of files that use or reference"; \
348 echo "'ifconfig'. Please use 'ip' instead."; \
349 exit 1; \
350 fi
351 .PHONY: check-ifconfig
352
353 if HAVE_GROFF
354 ALL_LOCAL += manpage-check
355 manpage-check: $(man_MANS) $(dist_man_MANS) $(noinst_man_MANS)
356 @error=false; \
357 for manpage in $?; do \
358 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; \
359 if grep warning: $@.tmp; then error=:; fi; \
360 rm -f $@.tmp; \
361 done; \
362 if $$error; then exit 1; else touch $@; fi
363 $(AM_V_GEN) touch -c $@
364 CLEANFILES += manpage-check
365 endif
366
367 if HAVE_FLAKE8
368 ALL_LOCAL += flake8-check
369 # http://flake8.readthedocs.org/en/latest/user/error-codes.html
370 # All warnings explicitly selected or ignored should be listed below.
371 #
372 # E***, W*** -- warnings from pep8
373 # E121 continuation line under-indented for hanging indent (only from flake8 v2.0)
374 # E123 closing bracket does not match indentation of opening bracket's line
375 # E125 continuation line with same indent as next logical line (only from flake8 v2.0)
376 # E126 continuation line over-indented for hanging indent
377 # E127 continuation line over-indented for visual indent
378 # E128 continuation line under-indented for visual indent
379 # E129 visually indented line with same indent as next logical line
380 # E131 continuation line unaligned for hanging indent
381 # E722 do not use bare except, specify exception instead
382 # W503 line break before binary operator
383 # F*** -- warnings native to flake8
384 # F811 redefinition of unused <name> from line <N> (only from flake8 v2.0)
385 # D*** -- warnings from flake8-docstrings plugin
386 # H*** -- warnings from flake8 hacking plugin (custom style checks beyond PEP8)
387 # H231 Python 3.x incompatible 'except x,y:' construct
388 # H232 Python 3.x incompatible octal 077 should be written as 0o77
389 # H233 Python 3.x incompatible use of print operator
390 # H238 old style class declaration, use new style (inherit from `object`)
391 FLAKE8_SELECT = H231,H232,H233,H238
392 FLAKE8_IGNORE = E121,E123,E125,E126,E127,E128,E129,E131,E722,W503,F811,D,H,I
393 flake8-check: $(FLAKE8_PYFILES)
394 $(FLAKE8_WERROR)$(AM_V_GEN) \
395 src='$^' && \
396 flake8 $$src --select=$(FLAKE8_SELECT) $(FLAKE8_FLAGS) && \
397 flake8 $$src --ignore=$(FLAKE8_IGNORE) $(FLAKE8_FLAGS) && \
398 touch $@
399 endif
400 CLEANFILES += flake8-check
401
402 include $(srcdir)/manpages.mk
403 $(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.py python/build/soutil.py
404 @PYTHONPATH=$$PYTHONPATH$(psep)$(srcdir)/python $(PYTHON) $(srcdir)/build-aux/sodepends.py -I. -I$(srcdir) $(MAN_ROOTS) >$(@F).tmp
405 @if cmp -s $(@F).tmp $@; then \
406 touch $@; \
407 rm -f $(@F).tmp; \
408 else \
409 mv $(@F).tmp $@; \
410 fi
411 CLEANFILES += manpage-dep-check
412
413 if VSTUDIO_DDK
414 ALL_LOCAL += ovsext
415 ARCH = x64
416 ovsext: datapath-windows/ovsext.sln $(srcdir)/datapath-windows/include/OvsDpInterface.h
417 if VSTUDIO_WIN8
418 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
419 endif
420 if VSTUDIO_WIN8_1
421 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8.1$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
422 endif
423 if VSTUDIO_WIN10
424 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win10$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
425 endif
426
427
428 CLEAN_LOCAL += ovsext_clean
429 ovsext_clean: datapath-windows/ovsext.sln
430 if VSTUDIO_WIN8
431 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
432 endif
433 if VSTUDIO_WIN8_1
434 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win8.1$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
435 endif
436 if VSTUDIO_WIN10
437 MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Clean /property:Configuration="Win10$(VSTUDIO_CONFIG)" /property:Version="$(PACKAGE_VERSION)" //p:Platform=$(ARCH)
438 endif
439 endif
440 .PHONY: ovsext
441
442 clang-analyze: clean
443 @which clang scan-build >/dev/null 2>&1 || \
444 (echo "Unable to find clang/scan-build, Install clang,clang-analyzer packages"; exit 1)
445 @$(MKDIR_P) "$(srcdir)/tests/clang-analyzer-results"
446 @scan-build -o $(srcdir)/tests/clang-analyzer-results --use-cc=$(CC) $(MAKE)
447 .PHONY: clang-analyze
448
449 dist-hook: $(DIST_HOOKS)
450 all-local: $(ALL_LOCAL)
451 clean-local: $(CLEAN_LOCAL)
452 install-data-local: $(INSTALL_DATA_LOCAL)
453 uninstall-local: $(UNINSTALL_LOCAL)
454 .PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) $(UNINSTALL_LOCAL)
455
456 modules_install:
457 if LINUX_ENABLED
458 cd datapath/linux && $(MAKE) modules_install
459 endif
460
461 dist-docs:
462 VERSION=$(VERSION) MAKE='$(MAKE)' $(srcdir)/build-aux/dist-docs $(srcdir) $(docs)
463 .PHONY: dist-docs
464
465 include Documentation/automake.mk
466 include m4/automake.mk
467 include lib/automake.mk
468 include ofproto/automake.mk
469 include utilities/automake.mk
470 include tests/automake.mk
471 include include/automake.mk
472 include third-party/automake.mk
473 include debian/automake.mk
474 include vswitchd/automake.mk
475 include ovsdb/automake.mk
476 include rhel/automake.mk
477 include xenserver/automake.mk
478 include python/automake.mk
479 include tutorial/automake.mk
480 include vtep/automake.mk
481 include datapath-windows/automake.mk
482 include datapath-windows/include/automake.mk
483 include windows/automake.mk
484 include ovn/automake.mk
485 include selinux/automake.mk
486 include build-aux/automake.mk