]> git.proxmox.com Git - mirror_ovs.git/blame - Makefile.am
ovsdb-dot: Include arrows by default.
[mirror_ovs.git] / Makefile.am
CommitLineData
eeecce05 1# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 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)
064af421
BP
13AM_CPPFLAGS += -I $(top_srcdir)/include
14AM_CPPFLAGS += -I $(top_srcdir)/lib
611d30ce 15AM_CPPFLAGS += -I $(top_builddir)/lib
064af421
BP
16
17AM_CFLAGS = -Wstrict-prototypes
d161c099 18AM_CFLAGS += $(WARNING_FLAGS)
064af421
BP
19
20if NDEBUG
21AM_CPPFLAGS += -DNDEBUG
22AM_CFLAGS += -fomit-frame-pointer
064af421
BP
23endif
24
853d1083
BP
25# PYTHONDONTWRITEBYTECODE=yes keeps Python from creating .pyc and .pyo
26# files. Creating .py[co] works OK for any given version of Open
27# vSwitch, but it causes trouble if you switch from a version with
28# foo/__init__.py into an (older) version with plain foo.py, since
29# foo/__init__.pyc will cause Python to ignore foo.py.
30run_python = \
31 PYTHONDONTWRITEBYTECODE=yes \
32 PYTHONPATH=$(top_srcdir)/python:$$PYTHONPATH \
33 $(PYTHON)
34
22c79496 35ALL_LOCAL =
d879a707 36BUILT_SOURCES =
064af421 37CLEANFILES =
15b619e2 38CLEAN_LOCAL =
064af421 39DISTCLEANFILES =
79982e90 40PYCOV_CLEAN_FILES = build-aux/check-structs,cover
4cdb08c0
BP
41EXTRA_DIST = \
42 CodingStyle \
d31f1109 43 DESIGN \
c483d489 44 FAQ \
f6eb6b20 45 INSTALL \
6494ea4c 46 INSTALL.Debian \
6dcf2bc3 47 INSTALL.Fedora \
6cdd6a87 48 INSTALL.KVM \
8a984481 49 INSTALL.Libvirt \
c434706a 50 INSTALL.RHEL \
c2d1694f 51 INSTALL.SSL \
9678a9b6 52 INSTALL.XenServer \
4cdb08c0 53 INSTALL.userspace \
98f61d42 54 IntegrationGuide \
4cdb08c0 55 NOTICE \
bea97716 56 OPENFLOW-1.1+ \
bc34d060 57 PORTING \
81a114e5 58 README-OFTest \
4cdb08c0 59 README-gcov \
a6ae068b 60 README-lisp \
4cdb08c0
BP
61 REPORTING-BUGS \
62 SubmittingPatches \
3c34dd48 63 WHY-OVS \
0027492d 64 boot.sh \
6ca37677 65 build-aux/sodepends.pl \
94512c4a 66 build-aux/soexpand.pl \
6ca37677
BP
67 $(MAN_FRAGMENTS) \
68 $(MAN_ROOTS)
064af421
BP
69bin_PROGRAMS =
70sbin_PROGRAMS =
71bin_SCRIPTS =
87103e1f 72DIST_HOOKS =
064af421 73dist_man_MANS =
3b12adda 74dist_pkgdata_DATA =
064af421
BP
75dist_pkgdata_SCRIPTS =
76dist_sbin_SCRIPTS =
b2df0225 77dist_scripts_SCRIPTS =
429ebf21 78dist_scripts_DATA =
b2df0225 79INSTALL_DATA_LOCAL =
44852fdf 80UNINSTALL_LOCAL =
064af421 81man_MANS =
0027492d 82MAN_FRAGMENTS =
6ca37677 83MAN_ROOTS =
c3bb4bd7 84noinst_DATA =
064af421
BP
85noinst_HEADERS =
86noinst_LIBRARIES =
045b2e5c 87noinst_man_MANS =
064af421
BP
88noinst_PROGRAMS =
89noinst_SCRIPTS =
00732bf5 90OVSIDL_BUILT =
9c16ed64 91pkgdata_DATA =
b2df0225 92sbin_SCRIPTS =
43bb5f82 93scripts_SCRIPTS =
429ebf21 94scripts_DATA =
c3bb4bd7 95SUFFIXES =
15b619e2 96check_DATA =
064af421 97
43bb5f82
BP
98scriptsdir = $(pkgdatadir)/scripts
99
9741af79
BP
100# This ensures that files added to EXTRA_DIST are always distributed,
101# even if they are inside an Automake if...endif conditional block that is
102# disabled by some particular "configure" run. For more information, see:
103# http://article.gmane.org/gmane.comp.sysutils.automake.general/10891
104noinst_HEADERS += $(EXTRA_DIST)
105
064af421 106ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */'
cbaa4ffe 107ro_shell = printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n'
064af421 108
c3bb4bd7 109SUFFIXES += .in
064af421 110.in:
94512c4a 111 $(PERL) $(srcdir)/build-aux/soexpand.pl -I$(srcdir) < $< | \
3b135da3 112 sed \
064af421 113 -e 's,[@]PKIDIR[@],$(PKIDIR),g' \
3b135da3 114 -e 's,[@]LOGDIR[@],$(LOGDIR),g' \
f973f2af 115 -e 's,[@]DBDIR[@],$(DBDIR),g' \
3b135da3
BP
116 -e 's,[@]PERL[@],$(PERL),g' \
117 -e 's,[@]PYTHON[@],$(PYTHON),g' \
064af421 118 -e 's,[@]RUNDIR[@],$(RUNDIR),g' \
3b135da3
BP
119 -e 's,[@]VERSION[@],$(VERSION),g' \
120 -e 's,[@]localstatedir[@],$(localstatedir),g' \
064af421 121 -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \
3b135da3 122 -e 's,[@]sysconfdir[@],$(sysconfdir),g' \
43bb5f82
BP
123 -e 's,[@]bindir[@],$(bindir),g' \
124 -e 's,[@]sbindir[@],$(sbindir),g' \
d879a707 125 -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \
436f27dd 126 -e 's,[@]ovsdbmonitordir[@],$(ovsdbmonitordir),g' \
3b135da3 127 > $@.tmp
00961f7c 128 @if head -n 1 $@.tmp | grep '#!' > /dev/null; then \
3b135da3
BP
129 echo chmod +x $@.tmp; \
130 chmod +x $@.tmp; \
131 fi
132 mv $@.tmp $@
064af421 133
79982e90
EJ
134.PHONY: clean-pycov
135clean-pycov:
136 cd $(srcdir) && rm -f $(PYCOV_CLEAN_FILES)
137CLEAN_LOCAL += clean-pycov
138
87103e1f
BP
139# If we're checked out from a Git repository, make sure that every
140# file that is in Git is distributed.
b4e1bf8b
BP
141#
142# We only enable this check when GNU make is in use because the
143# Makefile in datapath/linux, needed to get the list of files to
144# distribute, requires GNU make extensions.
145if GNU_MAKE
39376d06
BP
146ALL_LOCAL += dist-hook-git
147dist-hook-git: distfiles
148 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1; then \
149 (cd datapath && $(MAKE) distfiles); \
150 (cat distfiles; sed 's|^|datapath/|' datapath/distfiles) | \
151 sort -u > all-distfiles; \
152 (cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \
153 sort -u > all-gitfiles; \
154 comm -1 -3 all-distfiles all-gitfiles > missing-distfiles; \
155 if test -s missing-distfiles; then \
156 echo "The distribution is missing the following files:"; \
157 cat missing-distfiles; \
158 exit 1; \
159 fi; \
87103e1f 160 fi
39376d06
BP
161CLEANFILES += all-distfiles all-gitfiles missing-distfiles
162# The following is based on commands for the Automake "distdir" target.
163distfiles: Makefile
164 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
165 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
166 list='$(DISTFILES)'; \
167 for file in $$list; do echo $$file; done | \
168 sed -e "s|^$$srcdirstrip/||;t" \
169 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t" | sort -u > $@
170CLEANFILES += distfiles
b4e1bf8b
BP
171endif
172.PHONY: dist-hook-git
87103e1f 173
9e4ba008
BP
174# Check that every .c file includes <config.h>.
175ALL_LOCAL += config-h-check
176config-h-check:
177 @cd $(srcdir); \
178 if test -e .git && (git --version) >/dev/null 2>&1 && \
b411e5c3 179 git --no-pager grep -L '#include <config\.h>' `git ls-files | grep '\.c$$' | \
fedbc4d6 180 grep -vE '^datapath|^lib/sflow|^third-party'`; \
9e4ba008
BP
181 then \
182 echo "See above for list of violations of the rule that"; \
183 echo "every C source file must #include <config.h>."; \
184 exit 1; \
185 fi
186.PHONY: config-h-check
187
1514b275
BP
188# Check that certain data structures are always declared "static".
189ALL_LOCAL += static-check
190static-check:
db5ce514 191 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
1514b275 192 git --no-pager grep -n -E '^[ ]+(struct vlog_rate_limit|pthread_once_t|struct ovsthread_once).*=' $(srcdir); \
db5ce514
BP
193 then \
194 echo "See above for list of violations of the rule that "; \
1514b275 195 echo "certain data structures must always be 'static'"; \
db5ce514
BP
196 exit 1; \
197 fi
1514b275 198.PHONY: static-check
db5ce514 199
4958e3ee
BP
200# Check that assert.h is not used outside a whitelist of files.
201ALL_LOCAL += check-assert-h-usage
202check-assert-h-usage:
203 @if test -e $(srcdir)/.git && (git --version) >/dev/null 2>&1 && \
204 (cd $(srcdir) && git --no-pager grep -l -E '[<]assert.h[>]') | \
92fa2e92 205 $(EGREP) -v '^lib/(sflow_receiver|vlog).c$$|^tests/'; \
4958e3ee
BP
206 then \
207 echo "Files listed above unexpectedly #include <""assert.h"">."; \
208 echo "Please use ovs_assert (from util.h) instead of assert."; \
209 exit 1; \
210 fi
211.PHONY: check-assert-h-usage
212
6a3e30f3
BP
213ALL_LOCAL += thread-safety-check
214thread-safety-check:
215 @if test -e '$(srcdir)'/.git && (git --version) >/dev/null 2>&1 && \
216 grep -n -f '$(srcdir)'/build-aux/thread-safety-blacklist \
217 `git ls-files '$(srcdir)' | grep '\.[ch]$$' \
218 | $(EGREP) -v '^datapath|^lib/sflow|^third-party'` \
219 | $(EGREP) -v ':[ ]*/?\*'; \
220 then \
221 echo "See above for list of calls to functions that are"; \
222 echo "blacklisted due to thread safety issues"; \
223 exit 1; \
224 fi
225EXTRA_DIST += build-aux/thread-safety-blacklist
226
0027492d
BP
227if HAVE_GROFF
228ALL_LOCAL += manpage-check
1261619f
BP
229manpage-check: $(man_MANS) $(dist_man_MANS) $(noinst_man_MANS)
230 @error=false; \
231 for manpage in $?; do \
186ef5c1 232 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; \
1261619f
BP
233 if grep warning: $@.tmp; then error=:; fi; \
234 rm -f $@.tmp; \
0027492d 235 done; \
1261619f 236 if $$error; then exit 1; else echo touch $@; touch $@; fi
0027492d
BP
237CLEANFILES += manpage-check
238endif
239
6ca37677
BP
240include $(srcdir)/manpages.mk
241$(srcdir)/manpages.mk: $(MAN_ROOTS) build-aux/sodepends.pl
242 @$(PERL) $(srcdir)/build-aux/sodepends.pl -I. -I$(srcdir) $(MAN_ROOTS) >$(@F).tmp
243 @if cmp -s $(@F).tmp $@; then \
244 touch $@; \
245 rm -f $(@F).tmp; \
246 else \
247 mv $(@F).tmp $@; \
248 fi
249CLEANFILES += manpage-dep-check
250
87103e1f 251dist-hook: $(DIST_HOOKS)
22c79496 252all-local: $(ALL_LOCAL)
15b619e2 253clean-local: $(CLEAN_LOCAL)
b2df0225 254install-data-local: $(INSTALL_DATA_LOCAL)
44852fdf
BP
255uninstall-local: $(UNINSTALL_LOCAL)
256.PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) $(UNINSTALL_LOCAL)
87103e1f 257
3a14d239
BP
258modules_install:
259if LINUX_ENABLED
260 cd datapath/linux && $(MAKE) modules_install
261endif
262
064af421 263include lib/automake.mk
8cd4882f 264include ofproto/automake.mk
064af421
BP
265include utilities/automake.mk
266include tests/automake.mk
267include include/automake.mk
268include third-party/automake.mk
269include debian/automake.mk
270include vswitchd/automake.mk
f85f8ebb 271include ovsdb/automake.mk
c434706a 272include rhel/automake.mk
064af421 273include xenserver/automake.mk
0be6140a 274include python/automake.mk
6c88547d 275include python/compat/automake.mk
eeecce05 276include tutorial/automake.mk