2009-07-08 13:19:16 -07:00
|
|
|
sbin_PROGRAMS += vswitchd/ovs-vswitchd vswitchd/ovs-brcompatd
|
|
|
|
man_MANS += \
|
|
|
|
vswitchd/ovs-vswitchd.8 \
|
|
|
|
vswitchd/ovs-brcompatd.8
|
|
|
|
DISTCLEANFILES += \
|
|
|
|
vswitchd/ovs-vswitchd.8 \
|
|
|
|
vswitchd/ovs-brcompatd.8
|
|
|
|
|
|
|
|
vswitchd_ovs_vswitchd_SOURCES = \
|
|
|
|
vswitchd/bridge.c \
|
|
|
|
vswitchd/bridge.h \
|
|
|
|
vswitchd/proc-net-compat.c \
|
|
|
|
vswitchd/proc-net-compat.h \
|
|
|
|
vswitchd/ovs-vswitchd.c \
|
2009-12-02 11:26:15 -08:00
|
|
|
vswitchd/vswitch-idl.c \
|
2009-11-23 16:07:36 -08:00
|
|
|
vswitchd/vswitch-idl.h \
|
2009-07-08 13:19:16 -07:00
|
|
|
vswitchd/xenserver.c \
|
|
|
|
vswitchd/xenserver.h
|
|
|
|
vswitchd_ovs_vswitchd_LDADD = \
|
2009-07-08 10:30:42 -07:00
|
|
|
ofproto/libofproto.a \
|
2009-07-08 13:19:16 -07:00
|
|
|
lib/libopenvswitch.a \
|
|
|
|
$(FAULT_LIBS) \
|
|
|
|
$(SSL_LIBS)
|
|
|
|
|
|
|
|
vswitchd_ovs_brcompatd_SOURCES = \
|
2009-12-10 00:08:39 -08:00
|
|
|
vswitchd/ovs-brcompatd.c \
|
|
|
|
vswitchd/vswitch-idl.c \
|
|
|
|
vswitchd/vswitch-idl.h
|
2009-07-08 13:19:16 -07:00
|
|
|
|
|
|
|
vswitchd_ovs_brcompatd_LDADD = \
|
|
|
|
lib/libopenvswitch.a \
|
|
|
|
$(FAULT_LIBS)
|
|
|
|
|
|
|
|
EXTRA_DIST += \
|
|
|
|
vswitchd/ovs-vswitchd.8.in \
|
|
|
|
vswitchd/ovs-brcompatd.8.in
|
2009-11-23 16:07:36 -08:00
|
|
|
|
2009-12-02 11:26:15 -08:00
|
|
|
EXTRA_DIST += vswitchd/vswitch-idl.ovsidl
|
|
|
|
BUILT_SOURCES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h
|
|
|
|
DISTCLEANFILES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h
|
|
|
|
noinst_DATA += vswitchd/vswitch-idl.ovsschema
|
|
|
|
DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema
|
2009-12-03 10:53:58 -08:00
|
|
|
vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema: \
|
|
|
|
ovsdb/ovsdb-idlc.in
|
2009-12-07 17:00:14 -08:00
|
|
|
vswitchd/vswitch-idl.c: vswitchd/vswitch-idl.h
|
2009-12-03 17:06:29 -08:00
|
|
|
EXTRA_DIST += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema
|