]> git.proxmox.com Git - ovs.git/blame - ofproto/automake.mk
Implement IPFIX export
[ovs.git] / ofproto / automake.mk
CommitLineData
e0edde6f 1# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
8cd4882f
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
8noinst_LIBRARIES += ofproto/libofproto.a
9ofproto_libofproto_a_SOURCES = \
6bab3798
BP
10 ofproto/collectors.c \
11 ofproto/collectors.h \
19a87e36
BP
12 ofproto/connmgr.c \
13 ofproto/connmgr.h \
8cd4882f
BP
14 ofproto/fail-open.c \
15 ofproto/fail-open.h \
16 ofproto/in-band.c \
17 ofproto/in-band.h \
63d347ce 18 ofproto/names.c \
8cd4882f
BP
19 ofproto/netflow.c \
20 ofproto/netflow.h \
21 ofproto/ofproto.c \
22 ofproto/ofproto.h \
abe529af 23 ofproto/ofproto-dpif.c \
9d6ac44e
BP
24 ofproto/ofproto-dpif-governor.c \
25 ofproto/ofproto-dpif-governor.h \
29089a54
RL
26 ofproto/ofproto-dpif-ipfix.c \
27 ofproto/ofproto-dpif-ipfix.h \
bae473fe
JP
28 ofproto/ofproto-dpif-sflow.c \
29 ofproto/ofproto-dpif-sflow.h \
5bee6e26 30 ofproto/ofproto-provider.h \
8cd4882f
BP
31 ofproto/pktbuf.c \
32 ofproto/pktbuf.h \
33 ofproto/pinsched.c \
7d1a8e7a
JG
34 ofproto/pinsched.h \
35 ofproto/tunnel.c \
36 ofproto/tunnel.h
7aa697dd 37
29089a54
RL
38# Distribute this generated file in order not to require Python at
39# build time if ofproto/ipfix.xml is not modified.
40ofproto_libofproto_a_SOURCES += ofproto/ipfix-entities.def
41
42BUILT_SOURCES += ofproto/ipfix-entities.def
43
44CLEANFILES += ofproto/ipfix-entities.def
45
27022416 46MAN_FRAGMENTS += ofproto/ofproto-unixctl.man ofproto/ofproto-dpif-unixctl.man
29089a54
RL
47
48# IPFIX entity definition macros generation from IANA's XML definition.
49EXTRA_DIST += ofproto/ipfix.xml
50dist_noinst_SCRIPTS = ofproto/ipfix-gen-entities
51ofproto/ipfix-entities.def: ofproto/ipfix.xml ofproto/ipfix-gen-entities
52 $(run_python) $(srcdir)/ofproto/ipfix-gen-entities $< > $@