Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / automake.mk
1 # Copyright (C) 2009, 2010, 2011, 2012, 2013 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 noinst_LIBRARIES += lib/libopenvswitch.a
9
10 lib_libopenvswitch_a_SOURCES = \
11         lib/aes128.c \
12         lib/aes128.h \
13         lib/async-append.h \
14         lib/backtrace.c \
15         lib/backtrace.h \
16         lib/bfd.c \
17         lib/bfd.h \
18         lib/bitmap.c \
19         lib/bitmap.h \
20         lib/bond.c \
21         lib/bond.h \
22         lib/bundle.c \
23         lib/bundle.h \
24         lib/byte-order.h \
25         lib/byteq.c \
26         lib/byteq.h \
27         lib/cfm.c \
28         lib/cfm.h \
29         lib/classifier.c \
30         lib/classifier.h \
31         lib/command-line.c \
32         lib/command-line.h \
33         lib/compiler.h \
34         lib/coverage.c \
35         lib/coverage.h \
36         lib/crc32c.c \
37         lib/crc32c.h \
38         lib/csum.c \
39         lib/csum.h \
40         lib/daemon.c \
41         lib/daemon.h \
42         lib/dhcp.h \
43         lib/dummy.c \
44         lib/dummy.h \
45         lib/dhparams.h \
46         lib/dirs.h \
47         lib/dpif-netdev.c \
48         lib/dpif-provider.h \
49         lib/dpif.c \
50         lib/dpif.h \
51         lib/heap.c \
52         lib/heap.h \
53         lib/dynamic-string.c \
54         lib/dynamic-string.h \
55         lib/entropy.c \
56         lib/entropy.h \
57         lib/fatal-signal.c \
58         lib/fatal-signal.h \
59         lib/flow.c \
60         lib/flow.h \
61         lib/guarded-list.c \
62         lib/guarded-list.h \
63         lib/hash.c \
64         lib/hash.h \
65         lib/hindex.c \
66         lib/hindex.h \
67         lib/hmap.c \
68         lib/hmap.h \
69         lib/hmapx.c \
70         lib/hmapx.h \
71         lib/jhash.c \
72         lib/jhash.h \
73         lib/json.c \
74         lib/json.h \
75         lib/jsonrpc.c \
76         lib/jsonrpc.h \
77         lib/lacp.c \
78         lib/lacp.h \
79         lib/latch.c \
80         lib/latch.h \
81         lib/learn.c \
82         lib/learn.h \
83         lib/learning-switch.c \
84         lib/learning-switch.h \
85         lib/list.c \
86         lib/list.h \
87         lib/lockfile.c \
88         lib/lockfile.h \
89         lib/mac-learning.c \
90         lib/mac-learning.h \
91         lib/match.c \
92         lib/match.h \
93         lib/memory.c \
94         lib/memory.h \
95         lib/meta-flow.c \
96         lib/meta-flow.h \
97         lib/multipath.c \
98         lib/multipath.h \
99         lib/netdev-dummy.c \
100         lib/netdev-tunnel.c \
101         lib/netdev-pltap.c \
102         lib/netdev-provider.h \
103         lib/netdev-vport.c \
104         lib/netdev-vport.h \
105         lib/netdev.c \
106         lib/netdev.h \
107         lib/netflow.h \
108         lib/netlink.c \
109         lib/netlink.h \
110         lib/nx-match.c \
111         lib/nx-match.h \
112         lib/odp-execute.c \
113         lib/odp-execute.h \
114         lib/odp-util.c \
115         lib/odp-util.h \
116         lib/ofp-actions.c \
117         lib/ofp-actions.h \
118         lib/ofp-errors.c \
119         lib/ofp-errors.h \
120         lib/ofp-msgs.c \
121         lib/ofp-msgs.h \
122         lib/ofp-parse.c \
123         lib/ofp-parse.h \
124         lib/ofp-print.c \
125         lib/ofp-print.h \
126         lib/ofp-util.c \
127         lib/ofp-util.def \
128         lib/ofp-util.h \
129         lib/ofp-version-opt.h \
130         lib/ofp-version-opt.c \
131         lib/ofpbuf.c \
132         lib/ofpbuf.h \
133         lib/ovs-atomic-c11.h \
134         lib/ovs-atomic-clang.h \
135         lib/ovs-atomic-flag-gcc4.7+.h \
136         lib/ovs-atomic-gcc4+.c \
137         lib/ovs-atomic-gcc4+.h \
138         lib/ovs-atomic-gcc4.7+.h \
139         lib/ovs-atomic-pthreads.c \
140         lib/ovs-atomic-pthreads.h \
141         lib/ovs-atomic.h \
142         lib/ovs-thread.c \
143         lib/ovs-thread.h \
144         lib/ovsdb-data.c \
145         lib/ovsdb-data.h \
146         lib/ovsdb-error.c \
147         lib/ovsdb-error.h \
148         lib/ovsdb-idl-provider.h \
149         lib/ovsdb-idl.c \
150         lib/ovsdb-idl.h \
151         lib/ovsdb-parser.c \
152         lib/ovsdb-parser.h \
153         lib/ovsdb-types.c \
154         lib/ovsdb-types.h \
155         lib/packets.c \
156         lib/packets.h \
157         lib/pcap-file.c \
158         lib/pcap-file.h \
159         lib/poll-loop.c \
160         lib/poll-loop.h \
161         lib/process.c \
162         lib/process.h \
163         lib/random.c \
164         lib/random.h \
165         lib/rconn.c \
166         lib/rconn.h \
167         lib/reconnect.c \
168         lib/reconnect.h \
169         lib/sat-math.h \
170         lib/seq.c \
171         lib/seq.h \
172         lib/sha1.c \
173         lib/sha1.h \
174         lib/shash.c \
175         lib/shash.h \
176         lib/simap.c \
177         lib/simap.h \
178         lib/signals.c \
179         lib/signals.h \
180         lib/smap.c \
181         lib/smap.h \
182         lib/socket-util.c \
183         lib/socket-util.h \
184         lib/sort.c \
185         lib/sort.h \
186         lib/sset.c \
187         lib/sset.h \
188         lib/stp.c \
189         lib/stp.h \
190         lib/stream-fd.c \
191         lib/stream-fd.h \
192         lib/stream-provider.h \
193         lib/stream-ssl.h \
194         lib/stream-tcp.c \
195         lib/stream-unix.c \
196         lib/stream.c \
197         lib/stream.h \
198         lib/string.c \
199         lib/string.h \
200         lib/svec.c \
201         lib/svec.h \
202         lib/table.c \
203         lib/table.h \
204         lib/timer.c \
205         lib/timer.h \
206         lib/timeval.c \
207         lib/timeval.h \
208         lib/token-bucket.c \
209         lib/token-bucket.h \
210         lib/tunalloc.c \
211         lib/tunalloc.h \
212         lib/type-props.h \
213         lib/unaligned.h \
214         lib/unicode.c \
215         lib/unicode.h \
216         lib/unixctl.c \
217         lib/unixctl.h \
218         lib/util.c \
219         lib/util.h \
220         lib/uuid.c \
221         lib/uuid.h \
222         lib/valgrind.h \
223         lib/vconn-provider.h \
224         lib/vconn-stream.c \
225         lib/vconn.c \
226         lib/vconn.h \
227         lib/vlan-bitmap.c \
228         lib/vlan-bitmap.h \
229         lib/vlandev.c \
230         lib/vlandev.h \
231         lib/vlog.c \
232         lib/vlog.h \
233         lib/vswitch-idl.c \
234         lib/vswitch-idl.h
235
236 nodist_lib_libopenvswitch_a_SOURCES = \
237         lib/dirs.c
238 CLEANFILES += $(nodist_lib_libopenvswitch_a_SOURCES)
239
240 noinst_LIBRARIES += lib/libsflow.a
241 lib_libsflow_a_SOURCES = \
242         lib/sflow_api.h \
243         lib/sflow.h \
244         lib/sflow_agent.c \
245         lib/sflow_sampler.c \
246         lib/sflow_poller.c \
247         lib/sflow_receiver.c
248 lib_libsflow_a_CFLAGS = $(AM_CFLAGS)
249 if HAVE_WNO_UNUSED
250 lib_libsflow_a_CFLAGS += -Wno-unused
251 endif
252 if HAVE_WNO_UNUSED_PARAMETER
253 lib_libsflow_a_CFLAGS += -Wno-unused-parameter
254 endif
255
256 if LINUX_DATAPATH
257 lib_libopenvswitch_a_SOURCES += \
258         lib/dpif-linux.c \
259         lib/dpif-linux.h \
260         lib/netdev-linux.c \
261         lib/netdev-linux.h \
262         lib/netlink-notifier.c \
263         lib/netlink-notifier.h \
264         lib/netlink-protocol.h \
265         lib/netlink-socket.c \
266         lib/netlink-socket.h \
267         lib/rtnetlink-link.c \
268         lib/rtnetlink-link.h \
269         lib/route-table.c \
270         lib/route-table.h
271 endif
272
273 if HAVE_POSIX_AIO
274 lib_libopenvswitch_a_SOURCES += lib/async-append-aio.c
275 else
276 lib_libopenvswitch_a_SOURCES += lib/async-append-null.c
277 endif
278
279 if ESX
280 lib_libopenvswitch_a_SOURCES += \
281         lib/route-table-stub.c
282 endif
283
284 if HAVE_IF_DL
285 lib_libopenvswitch_a_SOURCES += \
286         lib/netdev-bsd.c \
287         lib/rtbsd.c \
288         lib/rtbsd.h \
289         lib/route-table-bsd.c
290 endif
291
292 if HAVE_OPENSSL
293 lib_libopenvswitch_a_SOURCES += lib/stream-ssl.c
294 nodist_lib_libopenvswitch_a_SOURCES += lib/dhparams.c
295 lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
296         (echo '#include "lib/dhparams.h"' &&                            \
297          openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout &&      \
298          openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout &&      \
299          openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout)        \
300         | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp
301         mv lib/dhparams.c.tmp lib/dhparams.c
302 else
303 lib_libopenvswitch_a_SOURCES += lib/stream-nossl.c
304 endif
305
306 EXTRA_DIST += \
307         lib/dh1024.pem \
308         lib/dh2048.pem \
309         lib/dh4096.pem \
310         lib/dirs.c.in
311
312 MAN_FRAGMENTS += \
313         lib/common.man \
314         lib/common-syn.man \
315         lib/coverage-unixctl.man \
316         lib/daemon.man \
317         lib/daemon-syn.man \
318         lib/memory-unixctl.man \
319         lib/ofp-version.man \
320         lib/ovs.tmac \
321         lib/ssl-bootstrap.man \
322         lib/ssl-bootstrap-syn.man \
323         lib/ssl-peer-ca-cert.man \
324         lib/ssl.man \
325         lib/ssl-syn.man \
326         lib/table.man \
327         lib/unixctl.man \
328         lib/unixctl-syn.man \
329         lib/vconn-active.man \
330         lib/vconn-passive.man \
331         lib/vlog-unixctl.man \
332         lib/vlog-syn.man \
333         lib/vlog.man
334
335 # vswitch IDL
336 OVSIDL_BUILT += \
337         $(srcdir)/lib/vswitch-idl.c \
338         $(srcdir)/lib/vswitch-idl.h \
339         $(srcdir)/lib/vswitch-idl.ovsidl
340
341 EXTRA_DIST += $(srcdir)/lib/vswitch-idl.ann
342 VSWITCH_IDL_FILES = \
343         $(srcdir)/vswitchd/vswitch.ovsschema \
344         $(srcdir)/lib/vswitch-idl.ann
345 $(srcdir)/lib/vswitch-idl.ovsidl: $(VSWITCH_IDL_FILES)
346         $(OVSDB_IDLC) annotate $(VSWITCH_IDL_FILES) > $@.tmp
347         mv $@.tmp $@
348
349 lib/dirs.c: lib/dirs.c.in Makefile
350         ($(ro_c) && sed < $(srcdir)/lib/dirs.c.in \
351                 -e 's,[@]srcdir[@],$(srcdir),g' \
352                 -e 's,[@]LOGDIR[@],"$(LOGDIR)",g' \
353                 -e 's,[@]RUNDIR[@],"$(RUNDIR)",g' \
354                 -e 's,[@]DBDIR[@],"$(DBDIR)",g' \
355                 -e 's,[@]bindir[@],"$(bindir)",g' \
356                 -e 's,[@]sysconfdir[@],"$(sysconfdir)",g' \
357                 -e 's,[@]pkgdatadir[@],"$(pkgdatadir)",g') \
358              > lib/dirs.c.tmp
359         mv lib/dirs.c.tmp lib/dirs.c
360
361 $(srcdir)/lib/ofp-errors.inc: \
362         lib/ofp-errors.h include/openflow/openflow-common.h \
363         $(srcdir)/build-aux/extract-ofp-errors
364         $(run_python) $(srcdir)/build-aux/extract-ofp-errors \
365                 $(srcdir)/lib/ofp-errors.h \
366                 $(srcdir)/include/openflow/openflow-common.h > $@.tmp
367         mv $@.tmp $@
368 $(srcdir)/lib/ofp-errors.c: $(srcdir)/lib/ofp-errors.inc
369 EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc
370
371 $(srcdir)/lib/ofp-msgs.inc: \
372         lib/ofp-msgs.h $(srcdir)/build-aux/extract-ofp-msgs
373         $(run_python) $(srcdir)/build-aux/extract-ofp-msgs \
374                 $(srcdir)/lib/ofp-msgs.h $@ > $@.tmp && mv $@.tmp $@
375 $(srcdir)/lib/ofp-msgs.c: $(srcdir)/lib/ofp-msgs.inc
376 EXTRA_DIST += build-aux/extract-ofp-msgs lib/ofp-msgs.inc
377
378 INSTALL_DATA_LOCAL += lib-install-data-local
379 lib-install-data-local:
380         $(MKDIR_P) $(DESTDIR)$(RUNDIR)
381         $(MKDIR_P) $(DESTDIR)$(PKIDIR)
382         $(MKDIR_P) $(DESTDIR)$(LOGDIR)
383         $(MKDIR_P) $(DESTDIR)$(DBDIR)
384
385 if !USE_LINKER_SECTIONS
386 # All distributed sources, with names adjust properly for referencing
387 # from $(builddir).
388 all_sources = \
389         `for file in $(DIST_SOURCES); do \
390                 if test -f $$file; then \
391                         echo $$file; \
392                 else \
393                         echo $(VPATH)/$$file; \
394                 fi; \
395          done`
396
397 lib/coverage.$(OBJEXT): lib/coverage.def
398 lib/coverage.def: $(DIST_SOURCES)
399         sed -n 's|^COVERAGE_DEFINE(\([_a-zA-Z0-9]\{1,\}\)).*$$|COVERAGE_COUNTER(\1)|p' $(all_sources) | LC_ALL=C sort -u > $@
400 CLEANFILES += lib/coverage.def
401
402 lib/vlog.$(OBJEXT): lib/vlog-modules.def
403 lib/vlog-modules.def: $(DIST_SOURCES)
404         sed -n 's|^VLOG_DEFINE_\(THIS_\)\{0,1\}MODULE(\([_a-zA-Z0-9]\{1,\}\)).*$$|VLOG_MODULE(\2)|p' $(all_sources) | LC_ALL=C sort -u > $@
405 CLEANFILES += lib/vlog-modules.def
406 endif