1 # Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
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.
8 noinst_LIBRARIES += lib/libopenvswitch.a
10 lib_libopenvswitch_a_SOURCES = \
50 lib/dynamic-string.c \
51 lib/dynamic-string.h \
74 lib/learning-switch.c \
75 lib/learning-switch.h \
89 lib/netdev-provider.h \
118 lib/ovsdb-idl-provider.h \
160 lib/stream-provider.h \
193 lib/vconn-provider.h \
208 nodist_lib_libopenvswitch_a_SOURCES = \
210 CLEANFILES += $(nodist_lib_libopenvswitch_a_SOURCES)
212 noinst_LIBRARIES += lib/libsflow.a
213 lib_libsflow_a_SOURCES = \
217 lib/sflow_sampler.c \
220 lib_libsflow_a_CFLAGS = $(AM_CFLAGS)
222 lib_libsflow_a_CFLAGS += -Wno-unused
224 if HAVE_WNO_UNUSED_PARAMETER
225 lib_libsflow_a_CFLAGS += -Wno-unused-parameter
229 lib_libopenvswitch_a_SOURCES += \
236 lib/netlink-notifier.c \
237 lib/netlink-notifier.h \
238 lib/netlink-protocol.h \
239 lib/netlink-socket.c \
240 lib/netlink-socket.h \
241 lib/rtnetlink-link.c \
242 lib/rtnetlink-link.h \
248 lib_libopenvswitch_a_SOURCES += \
249 lib/route-table-bsd.c
253 lib_libopenvswitch_a_SOURCES += lib/stream-ssl.c
254 nodist_lib_libopenvswitch_a_SOURCES += lib/dhparams.c
255 lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
256 (echo '#include "lib/dhparams.h"' && \
257 openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout && \
258 openssl dhparam -C -in $(srcdir)/lib/dh2048.pem -noout && \
259 openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \
260 | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp
261 mv lib/dhparams.c.tmp lib/dhparams.c
263 lib_libopenvswitch_a_SOURCES += lib/stream-nossl.c
275 lib/coverage-unixctl.man \
278 lib/leak-checker.man \
279 lib/memory-unixctl.man \
281 lib/ssl-bootstrap.man \
282 lib/ssl-bootstrap-syn.man \
283 lib/ssl-peer-ca-cert.man \
286 lib/stress-unixctl.man \
289 lib/unixctl-syn.man \
290 lib/vconn-active.man \
291 lib/vconn-passive.man \
292 lib/vlog-unixctl.man \
300 lib/vswitch-idl.ovsidl
302 EXTRA_DIST += lib/vswitch-idl.ann
303 VSWITCH_IDL_FILES = vswitchd/vswitch.ovsschema lib/vswitch-idl.ann
304 lib/vswitch-idl.ovsidl: $(VSWITCH_IDL_FILES)
305 $(OVSDB_IDLC) -C $(srcdir) annotate $(VSWITCH_IDL_FILES) > $@.tmp
308 lib/dirs.c: lib/dirs.c.in Makefile
309 ($(ro_c) && sed < $(srcdir)/lib/dirs.c.in \
310 -e 's,[@]srcdir[@],$(srcdir),g' \
311 -e 's,[@]LOGDIR[@],"$(LOGDIR)",g' \
312 -e 's,[@]RUNDIR[@],"$(RUNDIR)",g' \
313 -e 's,[@]bindir[@],"$(bindir)",g' \
314 -e 's,[@]sysconfdir[@],"$(sysconfdir)",g' \
315 -e 's,[@]pkgdatadir[@],"$(pkgdatadir)",g') \
317 mv lib/dirs.c.tmp lib/dirs.c
319 $(srcdir)/lib/ofp-errors.inc: \
320 lib/ofp-errors.h $(srcdir)/build-aux/extract-ofp-errors
321 $(run_python) $(srcdir)/build-aux/extract-ofp-errors \
322 $(srcdir)/lib/ofp-errors.h > $@.tmp && mv $@.tmp $@
323 $(srcdir)/lib/ofp-errors.c: $(srcdir)/lib/ofp-errors.inc
324 EXTRA_DIST += build-aux/extract-ofp-errors lib/ofp-errors.inc
326 $(srcdir)/lib/ofp-msgs.inc: \
327 lib/ofp-msgs.h $(srcdir)/build-aux/extract-ofp-msgs
328 $(run_python) $(srcdir)/build-aux/extract-ofp-msgs \
329 $(srcdir)/lib/ofp-msgs.h $@ > $@.tmp && mv $@.tmp $@
330 $(srcdir)/lib/ofp-msgs.c: $(srcdir)/lib/ofp-msgs.inc
331 EXTRA_DIST += build-aux/extract-ofp-msgs lib/ofp-msgs.inc
333 INSTALL_DATA_LOCAL += lib-install-data-local
334 lib-install-data-local:
335 $(MKDIR_P) $(DESTDIR)$(RUNDIR)
336 $(MKDIR_P) $(DESTDIR)$(PKIDIR)
337 $(MKDIR_P) $(DESTDIR)$(LOGDIR)
339 if !USE_LINKER_SECTIONS
340 # All distributed sources, with names adjust properly for referencing
343 `for file in $(DIST_SOURCES); do \
344 if test -f $$file; then \
347 echo $(VPATH)/$$file; \
351 lib/coverage.$(OBJEXT): lib/coverage.def
352 lib/coverage.def: $(DIST_SOURCES)
353 sed -n 's|^COVERAGE_DEFINE(\([_a-zA-Z0-9]\{1,\}\)).*$$|COVERAGE_COUNTER(\1)|p' $(all_sources) | LC_ALL=C sort -u > $@
354 CLEANFILES += lib/coverage.def
356 lib/stress.$(OBJEXT): lib/stress.def
357 lib/stress.def: $(DIST_SOURCES)
358 sed -n '/^STRESS_OPTION(/,/);$$/{s/);$$/)/;p}' $(all_sources) > $@
359 CLEANFILES += lib/stress.def
361 lib/vlog.$(OBJEXT): lib/vlog-modules.def
362 lib/vlog-modules.def: $(DIST_SOURCES)
363 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 > $@
364 CLEANFILES += lib/vlog-modules.def