]> git.proxmox.com Git - mirror_ovs.git/blame - ofproto/automake.mk
ovs-ofctl: Handle any number of buckets in group statistics
[mirror_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 \
9583bc14 24 ofproto/ofproto-dpif.h \
9d6ac44e
BP
25 ofproto/ofproto-dpif-governor.c \
26 ofproto/ofproto-dpif-governor.h \
29089a54
RL
27 ofproto/ofproto-dpif-ipfix.c \
28 ofproto/ofproto-dpif-ipfix.h \
ec7ceaed
EJ
29 ofproto/ofproto-dpif-mirror.c \
30 ofproto/ofproto-dpif-mirror.h \
bae473fe
JP
31 ofproto/ofproto-dpif-sflow.c \
32 ofproto/ofproto-dpif-sflow.h \
e1ec7dd4
EJ
33 ofproto/ofproto-dpif-upcall.c \
34 ofproto/ofproto-dpif-upcall.h \
9583bc14
EJ
35 ofproto/ofproto-dpif-xlate.c \
36 ofproto/ofproto-dpif-xlate.h \
5bee6e26 37 ofproto/ofproto-provider.h \
8cd4882f
BP
38 ofproto/pktbuf.c \
39 ofproto/pktbuf.h \
40 ofproto/pinsched.c \
7d1a8e7a
JG
41 ofproto/pinsched.h \
42 ofproto/tunnel.c \
43 ofproto/tunnel.h
7aa697dd 44
29089a54
RL
45# Distribute this generated file in order not to require Python at
46# build time if ofproto/ipfix.xml is not modified.
47ofproto_libofproto_a_SOURCES += ofproto/ipfix-entities.def
48
49BUILT_SOURCES += ofproto/ipfix-entities.def
50
51CLEANFILES += ofproto/ipfix-entities.def
52
27022416 53MAN_FRAGMENTS += ofproto/ofproto-unixctl.man ofproto/ofproto-dpif-unixctl.man
29089a54
RL
54
55# IPFIX entity definition macros generation from IANA's XML definition.
56EXTRA_DIST += ofproto/ipfix.xml
57dist_noinst_SCRIPTS = ofproto/ipfix-gen-entities
58ofproto/ipfix-entities.def: ofproto/ipfix.xml ofproto/ipfix-gen-entities
59 $(run_python) $(srcdir)/ofproto/ipfix-gen-entities $< > $@