rculist: Remove postponed poisoning.
[cascardo/ovs.git] / lib / automake.mk
1 # Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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 lib_LTLIBRARIES += lib/libopenvswitch.la
9
10 lib_libopenvswitch_la_LIBADD = $(SSL_LIBS)
11
12 if WIN32
13 lib_libopenvswitch_la_LIBADD += ${PTHREAD_LIBS}
14 endif
15
16 lib_libopenvswitch_la_LDFLAGS = \
17         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
18         -Wl,--version-script=$(top_builddir)/lib/libopenvswitch.sym \
19         $(AM_LDFLAGS)
20
21 lib_libopenvswitch_la_SOURCES = \
22         lib/aes128.c \
23         lib/aes128.h \
24         lib/async-append.h \
25         lib/backtrace.c \
26         lib/backtrace.h \
27         lib/bfd.c \
28         lib/bfd.h \
29         lib/bitmap.h \
30         lib/bundle.c \
31         lib/bundle.h \
32         lib/byte-order.h \
33         lib/byteq.c \
34         lib/byteq.h \
35         lib/cfm.c \
36         lib/cfm.h \
37         lib/classifier.c \
38         lib/classifier.h \
39         lib/classifier-private.h \
40         lib/cmap.c \
41         lib/cmap.h \
42         lib/command-line.c \
43         lib/command-line.h \
44         lib/compiler.h \
45         lib/connectivity.c \
46         lib/connectivity.h \
47         lib/coverage.c \
48         lib/coverage.h \
49         lib/crc32c.c \
50         lib/crc32c.h \
51         lib/csum.c \
52         lib/csum.h \
53         lib/daemon.c \
54         lib/daemon.h \
55         lib/daemon-private.h \
56         lib/dhcp.h \
57         lib/dummy.c \
58         lib/dummy.h \
59         lib/dhparams.h \
60         lib/dirs.h \
61         lib/dpctl.c \
62         lib/dpctl.h \
63         lib/dp-packet.h \
64         lib/dp-packet.c \
65         lib/dpif-netdev.c \
66         lib/dpif-netdev.h \
67         lib/dpif-provider.h \
68         lib/dpif.c \
69         lib/dpif.h \
70         lib/heap.c \
71         lib/heap.h \
72         lib/dynamic-string.c \
73         lib/dynamic-string.h \
74         lib/entropy.c \
75         lib/entropy.h \
76         lib/fat-rwlock.c \
77         lib/fat-rwlock.h \
78         lib/fatal-signal.c \
79         lib/fatal-signal.h \
80         lib/flow.c \
81         lib/flow.h \
82         lib/guarded-list.c \
83         lib/guarded-list.h \
84         lib/hash.c \
85         lib/hash.h \
86         lib/hindex.c \
87         lib/hindex.h \
88         lib/hmap.c \
89         lib/hmap.h \
90         lib/hmapx.c \
91         lib/hmapx.h \
92         lib/id-pool.c \
93         lib/id-pool.h \
94         lib/jhash.c \
95         lib/jhash.h \
96         lib/json.c \
97         lib/json.h \
98         lib/jsonrpc.c \
99         lib/jsonrpc.h \
100         lib/lacp.c \
101         lib/lacp.h \
102         lib/latch.h \
103         lib/learn.c \
104         lib/learn.h \
105         lib/learning-switch.c \
106         lib/learning-switch.h \
107         lib/list.h \
108         lib/lockfile.c \
109         lib/lockfile.h \
110         lib/mac-learning.c \
111         lib/mac-learning.h \
112         lib/match.c \
113         lib/match.h \
114         lib/mcast-snooping.c \
115         lib/mcast-snooping.h \
116         lib/memory.c \
117         lib/memory.h \
118         lib/meta-flow.c \
119         lib/meta-flow.h \
120         lib/multipath.c \
121         lib/multipath.h \
122         lib/netdev-dummy.c \
123         lib/netdev-provider.h \
124         lib/netdev-vport.c \
125         lib/netdev-vport.h \
126         lib/netdev.c \
127         lib/netdev.h \
128         lib/netflow.h \
129         lib/netlink.c \
130         lib/netlink.h \
131         lib/nx-match.c \
132         lib/nx-match.h \
133         lib/odp-execute.c \
134         lib/odp-execute.h \
135         lib/odp-util.c \
136         lib/odp-util.h \
137         lib/ofp-actions.c \
138         lib/ofp-actions.h \
139         lib/ofp-errors.c \
140         lib/ofp-errors.h \
141         lib/ofp-msgs.c \
142         lib/ofp-msgs.h \
143         lib/ofp-parse.c \
144         lib/ofp-parse.h \
145         lib/ofp-print.c \
146         lib/ofp-print.h \
147         lib/ofp-util.c \
148         lib/ofp-util.h \
149         lib/ofp-version-opt.h \
150         lib/ofp-version-opt.c \
151         lib/ofpbuf.c \
152         lib/ofpbuf.h \
153         lib/ovs-atomic-c11.h \
154         lib/ovs-atomic-clang.h \
155         lib/ovs-atomic-flag-gcc4.7+.h \
156         lib/ovs-atomic-gcc4+.h \
157         lib/ovs-atomic-gcc4.7+.h \
158         lib/ovs-atomic-i586.h \
159         lib/ovs-atomic-locked.c \
160         lib/ovs-atomic-locked.h \
161         lib/ovs-atomic-msvc.h \
162         lib/ovs-atomic-pthreads.h \
163         lib/ovs-atomic-x86_64.h \
164         lib/ovs-atomic.h \
165         lib/ovs-lldp.c \
166         lib/ovs-lldp.h \
167         lib/ovs-rcu.c \
168         lib/ovs-rcu.h \
169         lib/ovs-router.h \
170         lib/ovs-router.c \
171         lib/ovs-thread.c \
172         lib/ovs-thread.h \
173         lib/ovsdb-data.c \
174         lib/ovsdb-data.h \
175         lib/ovsdb-error.c \
176         lib/ovsdb-error.h \
177         lib/ovsdb-idl-provider.h \
178         lib/ovsdb-idl.c \
179         lib/ovsdb-idl.h \
180         lib/ovsdb-parser.c \
181         lib/ovsdb-parser.h \
182         lib/ovsdb-types.c \
183         lib/ovsdb-types.h \
184         lib/packets.c \
185         lib/packets.h \
186         lib/pcap-file.c \
187         lib/pcap-file.h \
188         lib/perf-counter.h \
189         lib/perf-counter.c \
190         lib/poll-loop.c \
191         lib/poll-loop.h \
192         lib/process.c \
193         lib/process.h \
194         lib/pvector.c \
195         lib/pvector.h \
196         lib/random.c \
197         lib/random.h \
198         lib/rconn.c \
199         lib/rconn.h \
200         lib/rculist.h \
201         lib/reconnect.c \
202         lib/reconnect.h \
203         lib/rstp.c \
204         lib/rstp.h \
205         lib/rstp-common.h \
206         lib/rstp-state-machines.c \
207         lib/rstp-state-machines.h \
208         lib/sat-math.h \
209         lib/seq.c \
210         lib/seq.h \
211         lib/sha1.c \
212         lib/sha1.h \
213         lib/shash.c \
214         lib/shash.h \
215         lib/simap.c \
216         lib/simap.h \
217         lib/smap.c \
218         lib/smap.h \
219         lib/socket-util.c \
220         lib/socket-util.h \
221         lib/sort.c \
222         lib/sort.h \
223         lib/sset.c \
224         lib/sset.h \
225         lib/stp.c \
226         lib/stp.h \
227         lib/stream-fd.c \
228         lib/stream-fd.h \
229         lib/stream-provider.h \
230         lib/stream-ssl.h \
231         lib/stream-tcp.c \
232         lib/stream.c \
233         lib/stream.h \
234         lib/stdio.c \
235         lib/string.c \
236         lib/svec.c \
237         lib/svec.h \
238         lib/table.c \
239         lib/table.h \
240         lib/tag.c \
241         lib/tag.h \
242         lib/timer.c \
243         lib/timer.h \
244         lib/timeval.c \
245         lib/timeval.h \
246         lib/tnl-arp-cache.c \
247         lib/tnl-arp-cache.h \
248         lib/tnl-ports.c \
249         lib/tnl-ports.h \
250         lib/token-bucket.c \
251         lib/type-props.h \
252         lib/unaligned.h \
253         lib/unicode.c \
254         lib/unicode.h \
255         lib/unixctl.c \
256         lib/unixctl.h \
257         lib/util.c \
258         lib/util.h \
259         lib/uuid.c \
260         lib/uuid.h \
261         lib/valgrind.h \
262         lib/vconn-provider.h \
263         lib/vconn-stream.c \
264         lib/vconn.c \
265         lib/vlan-bitmap.c \
266         lib/vlan-bitmap.h \
267         lib/vlandev.c \
268         lib/vlandev.h \
269         lib/vlog.c \
270         lib/vswitch-idl.c \
271         lib/vswitch-idl.h \
272         lib/lldp/aa-structs.h \
273         lib/lldp/lldp.c \
274         lib/lldp/lldp-const.h \
275         lib/lldp/lldp-tlv.h \
276         lib/lldp/lldpd.c \
277         lib/lldp/lldpd.h \
278         lib/lldp/lldpd-structs.c \
279         lib/lldp/lldpd-structs.h
280
281 if WIN32
282 lib_libopenvswitch_la_SOURCES += \
283         lib/daemon-windows.c \
284         lib/getopt_long.c \
285         lib/getrusage-windows.c \
286         lib/latch-windows.c \
287         lib/route-table-stub.c \
288         lib/strsep.c
289 else
290 lib_libopenvswitch_la_SOURCES += \
291         lib/daemon-unix.c \
292         lib/latch-unix.c \
293         lib/signals.c \
294         lib/signals.h \
295         lib/socket-util-unix.c \
296         lib/stream-unix.c
297 endif
298
299 EXTRA_DIST += \
300         lib/stdio.h.in \
301         lib/string.h.in
302
303 nodist_lib_libopenvswitch_la_SOURCES = \
304         lib/dirs.c
305 CLEANFILES += $(nodist_lib_libopenvswitch_la_SOURCES)
306
307 lib_LTLIBRARIES += lib/libsflow.la
308 lib_libsflow_la_LDFLAGS = \
309         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
310         -Wl,--version-script=$(top_builddir)/lib/libsflow.sym \
311         $(AM_LDFLAGS)
312 lib_libsflow_la_SOURCES = \
313         lib/sflow_api.h \
314         lib/sflow.h \
315         lib/sflow_agent.c \
316         lib/sflow_sampler.c \
317         lib/sflow_poller.c \
318         lib/sflow_receiver.c
319 lib_libsflow_la_CPPFLAGS = $(AM_CPPFLAGS)
320 lib_libsflow_la_CFLAGS = $(AM_CFLAGS)
321 if HAVE_WNO_UNUSED
322 lib_libsflow_la_CFLAGS += -Wno-unused
323 endif
324 if HAVE_WNO_UNUSED_PARAMETER
325 lib_libsflow_la_CFLAGS += -Wno-unused-parameter
326 endif
327
328 if LINUX
329 lib_libopenvswitch_la_SOURCES += \
330         lib/dpif-netlink.c \
331         lib/dpif-netlink.h \
332         lib/netdev-linux.c \
333         lib/netdev-linux.h \
334         lib/netlink-notifier.c \
335         lib/netlink-notifier.h \
336         lib/netlink-protocol.h \
337         lib/netlink-socket.c \
338         lib/netlink-socket.h \
339         lib/ovs-numa.c \
340         lib/ovs-numa.h \
341         lib/rtnetlink-link.c \
342         lib/rtnetlink-link.h \
343         lib/route-table.c \
344         lib/route-table.h
345 endif
346
347 if DPDK_NETDEV
348 lib_libopenvswitch_la_SOURCES += \
349        lib/netdev-dpdk.c \
350        lib/netdev-dpdk.h
351 endif
352
353 if WIN32
354 lib_libopenvswitch_la_SOURCES += \
355         lib/dpif-netlink.c \
356         lib/dpif-netlink.h \
357         lib/netdev-windows.c \
358         lib/netlink-notifier.c \
359         lib/netlink-notifier.h \
360         lib/netlink-protocol.h \
361         lib/netlink-socket.c \
362         lib/netlink-socket.h
363 endif
364
365 if HAVE_POSIX_AIO
366 lib_libopenvswitch_la_SOURCES += lib/async-append-aio.c
367 else
368 lib_libopenvswitch_la_SOURCES += lib/async-append-null.c
369 endif
370
371 if ESX
372 lib_libopenvswitch_la_SOURCES += \
373         lib/route-table-stub.c
374 endif
375
376 if HAVE_IF_DL
377 lib_libopenvswitch_la_SOURCES += \
378         lib/netdev-bsd.c \
379         lib/rtbsd.c \
380         lib/rtbsd.h \
381         lib/route-table-bsd.c
382 endif
383
384 if HAVE_OPENSSL
385 lib_libopenvswitch_la_SOURCES += lib/stream-ssl.c
386 nodist_lib_libopenvswitch_la_SOURCES += lib/dhparams.c
387 lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
388         $(AM_V_GEN)(echo '#include "lib/dhparams.h"' &&                 \
389          openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout &&      \
390          openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout &&      \
391          openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout)        \
392         | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp &&  \
393         mv lib/dhparams.c.tmp lib/dhparams.c
394 else
395 lib_libopenvswitch_la_SOURCES += lib/stream-nossl.c
396 endif
397
398 pkgconfig_DATA += \
399         $(srcdir)/lib/libopenvswitch.pc \
400         $(srcdir)/lib/libsflow.pc
401
402 EXTRA_DIST += \
403         lib/dh1024.pem \
404         lib/dh2048.pem \
405         lib/dh4096.pem \
406         lib/dirs.c.in
407
408 MAN_FRAGMENTS += \
409         lib/common.man \
410         lib/common-syn.man \
411         lib/coverage-unixctl.man \
412         lib/daemon.man \
413         lib/daemon-syn.man \
414         lib/dpctl.man \
415         lib/memory-unixctl.man \
416         lib/ofp-version.man \
417         lib/ovs.tmac \
418         lib/service.man \
419         lib/service-syn.man \
420         lib/ssl-bootstrap.man \
421         lib/ssl-bootstrap-syn.man \
422         lib/ssl-peer-ca-cert.man \
423         lib/ssl.man \
424         lib/ssl-syn.man \
425         lib/table.man \
426         lib/unixctl.man \
427         lib/unixctl-syn.man \
428         lib/vconn-active.man \
429         lib/vconn-passive.man \
430         lib/vlog-unixctl.man \
431         lib/vlog-syn.man \
432         lib/vlog.man
433
434 # vswitch IDL
435 OVSIDL_BUILT += \
436         $(srcdir)/lib/vswitch-idl.c \
437         $(srcdir)/lib/vswitch-idl.h \
438         $(srcdir)/lib/vswitch-idl.ovsidl
439
440 EXTRA_DIST += $(srcdir)/lib/vswitch-idl.ann
441 VSWITCH_IDL_FILES = \
442         $(srcdir)/vswitchd/vswitch.ovsschema \
443         $(srcdir)/lib/vswitch-idl.ann
444 $(srcdir)/lib/vswitch-idl.ovsidl: $(VSWITCH_IDL_FILES)
445         $(AM_V_GEN)$(OVSDB_IDLC) annotate $(VSWITCH_IDL_FILES) > $@.tmp && \
446         mv $@.tmp $@
447
448 lib/dirs.c: lib/dirs.c.in Makefile
449         $(AM_V_GEN)($(ro_c) && sed < $(srcdir)/lib/dirs.c.in \
450                 -e 's,[@]srcdir[@],$(srcdir),g' \
451                 -e 's,[@]LOGDIR[@],"$(LOGDIR)",g' \
452                 -e 's,[@]RUNDIR[@],"$(RUNDIR)",g' \
453                 -e 's,[@]DBDIR[@],"$(DBDIR)",g' \
454                 -e 's,[@]bindir[@],"$(bindir)",g' \
455                 -e 's,[@]sysconfdir[@],"$(sysconfdir)",g' \
456                 -e 's,[@]pkgdatadir[@],"$(pkgdatadir)",g') \
457              > lib/dirs.c.tmp && \
458         mv lib/dirs.c.tmp lib/dirs.c
459
460 lib/meta-flow.inc: $(srcdir)/build-aux/extract-ofp-fields lib/meta-flow.h
461         $(AM_V_GEN)$(run_python) $^ --meta-flow > $@.tmp && mv $@.tmp $@
462 lib/meta-flow.lo: lib/meta-flow.inc
463 lib/nx-match.inc: $(srcdir)/build-aux/extract-ofp-fields lib/meta-flow.h
464         $(AM_V_GEN)$(run_python) $^ --nx-match > $@.tmp && mv $@.tmp $@
465 lib/nx-match.lo: lib/nx-match.inc
466 CLEANFILES += lib/meta-flow.inc lib/nx-match.inc
467 EXTRA_DIST += build-aux/extract-ofp-fields
468
469 lib/ofp-actions.inc1: $(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
470         $(AM_V_GEN)$(run_python) $^ --prototypes > $@.tmp && mv $@.tmp $@
471 lib/ofp-actions.inc2: $(srcdir)/build-aux/extract-ofp-actions lib/ofp-actions.c
472         $(AM_V_GEN)$(run_python) $^ --definitions > $@.tmp && mv $@.tmp $@
473 lib/ofp-actions.lo: lib/ofp-actions.inc1 lib/ofp-actions.inc2
474 CLEANFILES += lib/ofp-actions.inc1 lib/ofp-actions.inc2
475 EXTRA_DIST += build-aux/extract-ofp-actions
476
477 $(srcdir)/lib/ofp-errors.inc: \
478         lib/ofp-errors.h include/openflow/openflow-common.h \
479         $(srcdir)/build-aux/extract-ofp-errors
480         $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/extract-ofp-errors \
481                 $(srcdir)/lib/ofp-errors.h \
482                 $(srcdir)/include/openflow/openflow-common.h > $@.tmp && \
483         mv $@.tmp $@
484 $(srcdir)/lib/ofp-errors.c: $(srcdir)/lib/ofp-errors.inc
485 EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc
486
487 $(srcdir)/lib/ofp-msgs.inc: \
488         lib/ofp-msgs.h $(srcdir)/build-aux/extract-ofp-msgs
489         $(AM_V_GEN)$(run_python) $(srcdir)/build-aux/extract-ofp-msgs \
490                 $(srcdir)/lib/ofp-msgs.h $@ > $@.tmp && mv $@.tmp $@
491 $(srcdir)/lib/ofp-msgs.c: $(srcdir)/lib/ofp-msgs.inc
492 EXTRA_DIST += build-aux/extract-ofp-msgs lib/ofp-msgs.inc
493
494 INSTALL_DATA_LOCAL += lib-install-data-local
495 lib-install-data-local:
496         $(MKDIR_P) $(DESTDIR)$(RUNDIR)
497         $(MKDIR_P) $(DESTDIR)$(PKIDIR)
498         $(MKDIR_P) $(DESTDIR)$(LOGDIR)
499         $(MKDIR_P) $(DESTDIR)$(DBDIR)
500