620db5d3bea0e81caaf60ce61031e029608737ee
[sliver-openvswitch.git] / switch / Makefile.am
1 include ../Make.vars
2
3 bin_PROGRAMS = switch
4 man_MANS = switch.8
5
6 switch_SOURCES = \
7         chain.c \
8         chain.h \
9         crc32.c \
10         crc32.h \
11         datapath.c \
12         datapath.h \
13         dp_act.c \
14         dp_act.h \
15         nx_act.c \
16         nx_act.h \
17         switch.c \
18         switch-flow.c \
19         switch-flow.h \
20         table.h \
21         table-hash.c \
22         table-linear.c
23
24 switch_LDADD = ../lib/libopenflow.a $(FAULT_LIBS) $(SSL_LIBS)
25
26 EXTRA_DIST = switch.8.in
27 DISTCLEANFILES = switch.8
28 switch.8: switch.8.in Makefile
29         ($(do_subst) && $(ro_man)) < $(srcdir)/switch.8.in > switch.8