]> git.proxmox.com Git - mirror_frr.git/blob - ripd/subdir.am
Merge pull request #5725 from ton31337/feature/doc_for_set_metric_increment_decrement
[mirror_frr.git] / ripd / subdir.am
1 #
2 # ripd
3 #
4
5 if RIPD
6 noinst_LIBRARIES += ripd/librip.a
7 sbin_PROGRAMS += ripd/ripd
8 dist_examples_DATA += ripd/ripd.conf.sample
9 vtysh_scan += \
10 $(top_srcdir)/ripd/rip_cli.c \
11 $(top_srcdir)/ripd/rip_debug.c \
12 $(top_srcdir)/ripd/ripd.c \
13 # end
14
15 if SNMP
16 module_LTLIBRARIES += ripd/ripd_snmp.la
17 endif
18 man8 += $(MANBUILD)/frr-ripd.8
19 endif
20
21 ripd_librip_a_SOURCES = \
22 ripd/rip_cli.c \
23 ripd/rip_debug.c \
24 ripd/rip_errors.c \
25 ripd/rip_interface.c \
26 ripd/rip_offset.c \
27 ripd/rip_nb.c \
28 ripd/rip_nb_config.c \
29 ripd/rip_nb_rpcs.c \
30 ripd/rip_nb_notifications.c \
31 ripd/rip_nb_state.c \
32 ripd/rip_peer.c \
33 ripd/rip_routemap.c \
34 ripd/rip_zebra.c \
35 ripd/ripd.c \
36 # end
37
38 ripd/rip_cli_clippy.c: $(CLIPPY_DEPS)
39 ripd/rip_cli.$(OBJEXT): ripd/rip_cli_clippy.c
40
41 noinst_HEADERS += \
42 ripd/rip_debug.h \
43 ripd/rip_errors.h \
44 ripd/rip_interface.h \
45 ripd/rip_nb.h \
46 ripd/ripd.h \
47 # end
48
49 ripd_ripd_LDADD = ripd/librip.a lib/libfrr.la $(LIBCAP)
50 ripd_ripd_SOURCES = \
51 ripd/rip_main.c \
52 # end
53 nodist_ripd_ripd_SOURCES = \
54 yang/frr-ripd.yang.c \
55 # end
56
57 ripd_ripd_snmp_la_SOURCES = ripd/rip_snmp.c
58 ripd_ripd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
59 ripd_ripd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
60 ripd_ripd_snmp_la_LIBADD = lib/libfrrsnmp.la