]> git.proxmox.com Git - mirror_frr.git/blame - lib/subdir.am
Merge pull request #4794 from opensourcerouting/isis_nexthop_v4v6
[mirror_frr.git] / lib / subdir.am
CommitLineData
4a121f99
DL
1#
2# libfrr
3#
4lib_LTLIBRARIES += lib/libfrr.la
42efb0d4 5lib_libfrr_la_LDFLAGS = -version-info 0:0:0 -Xlinker -e_libfrr_version
2655e41f 6lib_libfrr_la_LIBADD = $(LIBCAP) $(UNWIND_LIBS) $(LIBYANG_LIBS) $(LUA_LIB) $(LIBM)
4a121f99
DL
7
8lib_libfrr_la_SOURCES = \
8e1f6512 9 lib/agg_table.c \
bcea0c0f 10 lib/atomlist.c \
4a121f99
DL
11 lib/bfd.c \
12 lib/buffer.c \
13 lib/checksum.c \
14 lib/command.c \
15 lib/command_graph.c \
16 lib/command_lex.l \
17 lib/command_match.c \
18 lib/command_parse.y \
19 lib/csv.c \
aea03ad6 20 lib/debug.c \
4a121f99 21 lib/distribute.c \
3155489a 22 lib/ferr.c \
4a121f99 23 lib/filter.c \
3e41733f 24 lib/frrcu.c \
5dbb0a7b 25 lib/frrlua.c \
4a121f99 26 lib/frr_pthread.c \
fe011935 27 lib/frrstr.c \
4a121f99
DL
28 lib/getopt.c \
29 lib/getopt1.c \
30 lib/grammar_sandbox.c \
31 lib/graph.c \
32 lib/hash.c \
33 lib/hook.c \
a94eca09 34 lib/id_alloc.c \
4a121f99
DL
35 lib/if.c \
36 lib/if_rmap.c \
37 lib/imsg-buffer.c \
38 lib/imsg.c \
39 lib/jhash.c \
40 lib/json.c \
41 lib/keychain.c \
b66d022e 42 lib/lib_errors.c \
4a121f99
DL
43 lib/libfrr.c \
44 lib/linklist.c \
45 lib/log.c \
f73126c3 46 lib/log_vty.c \
4a121f99
DL
47 lib/md5.c \
48 lib/memory.c \
49 lib/memory_vty.c \
6edbb8b2 50 lib/mlag.c \
4a121f99 51 lib/module.c \
036fdaad 52 lib/mpls.c \
4a121f99
DL
53 lib/network.c \
54 lib/nexthop.c \
e26aedbe
PG
55 lib/netns_linux.c \
56 lib/netns_other.c \
7ee30f28 57 lib/nexthop_group.c \
1c2facd1
RW
58 lib/northbound.c \
59 lib/northbound_cli.c \
60 lib/northbound_db.c \
e128c002 61 lib/ntop.c \
4a121f99
DL
62 lib/openbsd-tree.c \
63 lib/pid_output.c \
64 lib/plist.c \
4a121f99
DL
65 lib/prefix.c \
66 lib/privs.c \
67 lib/ptm_lib.c \
68 lib/qobj.c \
5318d896 69 lib/ringbuf.c \
4a121f99 70 lib/routemap.c \
31bfa062 71 lib/sbuf.c \
440d5faa 72 lib/seqlock.c \
4a121f99
DL
73 lib/sha256.c \
74 lib/sigevent.c \
75 lib/skiplist.c \
76 lib/sockopt.c \
77 lib/sockunion.c \
78 lib/spf_backoff.c \
79 lib/srcdest_table.c \
80 lib/stream.c \
81 lib/strlcat.c \
82 lib/strlcpy.c \
83 lib/systemd.c \
84 lib/table.c \
85 lib/termtable.c \
86 lib/thread.c \
80911bc2 87 lib/typerb.c \
abd71baa 88 lib/typesafe.c \
4a121f99
DL
89 lib/vector.c \
90 lib/vrf.c \
91 lib/vty.c \
92 lib/wheel.c \
93 lib/workqueue.c \
1c2facd1
RW
94 lib/yang.c \
95 lib/yang_translator.c \
96 lib/yang_wrappers.c \
4a121f99 97 lib/zclient.c \
5c25bd87
DL
98 lib/printf/printf-pos.c \
99 lib/printf/vfprintf.c \
100 lib/printf/glue.c \
4a121f99
DL
101 # end
102
3a11599c
DL
103nodist_lib_libfrr_la_SOURCES = \
104 yang/frr-interface.yang.c \
105 yang/frr-route-types.yang.c \
106 yang/frr-module-translator.yang.c \
107 # end
108
74dc19a2
DL
109vtysh_scan += \
110 $(top_srcdir)/lib/distribute.c \
111 $(top_srcdir)/lib/filter.c \
112 $(top_srcdir)/lib/if.c \
113 $(top_srcdir)/lib/if_rmap.c \
114 $(top_srcdir)/lib/keychain.c \
74dc19a2
DL
115 $(top_srcdir)/lib/nexthop_group.c \
116 $(top_srcdir)/lib/plist.c \
117 $(top_srcdir)/lib/routemap.c \
118 $(top_srcdir)/lib/vrf.c \
119 $(top_srcdir)/lib/vty.c \
120 # end
121# can be loaded as DSO - always include for vtysh
122vtysh_scan += $(top_srcdir)/lib/agentx.c
123
1c2facd1 124if SQLITE3
fdbd8086 125lib_libfrr_la_LIBADD += $(SQLITE3_LIBS)
1c2facd1
RW
126lib_libfrr_la_SOURCES += lib/db.c
127endif
128
8f90d89b
RW
129lib/if_clippy.c: $(CLIPPY_DEPS)
130lib/if.lo: lib/if_clippy.c
f1b32b2e 131lib/plist_clippy.c: $(CLIPPY_DEPS)
4a121f99 132lib/plist.lo: lib/plist_clippy.c
dba32923
DS
133lib/nexthop_group_clippy.c: $(CLIPPY_DEPS)
134lib/nexthop_group.lo: lib/nexthop_group_clippy.c
1c2facd1
RW
135lib/northbound_cli_clippy.c: $(CLIPPY_DEPS)
136lib/northbound_cli.lo: lib/northbound_cli_clippy.c
2950f5da
DS
137lib/vty_clippy.c: $(CLIPPY_DEPS)
138lib/vty.lo: lib/vty_clippy.c
f73126c3
SW
139lib/log_vty_clippy.c: $(CLIPPY_DEPS)
140lib/log_vty.lo: lib/log_vty_clippy.c
4a121f99
DL
141
142pkginclude_HEADERS += \
8e1f6512 143 lib/agg_table.h \
bcea0c0f 144 lib/atomlist.h \
4a121f99
DL
145 lib/bfd.h \
146 lib/bitfield.h \
147 lib/buffer.h \
148 lib/checksum.h \
14beb548 149 lib/mlag.h \
4a121f99
DL
150 lib/command.h \
151 lib/command_graph.h \
152 lib/command_match.h \
de1a880c 153 lib/compiler.h \
4a121f99 154 lib/csv.h \
1c2facd1 155 lib/db.h \
aea03ad6 156 lib/debug.h \
4a121f99 157 lib/distribute.h \
3155489a 158 lib/ferr.h \
4a121f99 159 lib/filter.h \
cd85bc2e 160 lib/freebsd-queue.h \
5dbb0a7b 161 lib/frrlua.h \
4a121f99
DL
162 lib/frr_pthread.h \
163 lib/frratomic.h \
3e41733f 164 lib/frrcu.h \
fe011935 165 lib/frrstr.h \
4a121f99
DL
166 lib/getopt.h \
167 lib/graph.h \
168 lib/hash.h \
169 lib/hook.h \
17136bf2 170 lib/iana_afi.h \
a94eca09 171 lib/id_alloc.h \
4a121f99
DL
172 lib/if.h \
173 lib/if_rmap.h \
174 lib/imsg.h \
175 lib/ipaddr.h \
176 lib/jhash.h \
177 lib/json.h \
178 lib/keychain.h \
b66d022e 179 lib/lib_errors.h \
4a121f99
DL
180 lib/libfrr.h \
181 lib/libospf.h \
182 lib/linklist.h \
183 lib/log.h \
f73126c3 184 lib/log_vty.h \
4a121f99
DL
185 lib/md5.h \
186 lib/memory.h \
187 lib/memory_vty.h \
188 lib/module.h \
189 lib/monotime.h \
190 lib/mpls.h \
191 lib/network.h \
192 lib/nexthop.h \
7ee30f28 193 lib/nexthop_group.h \
50d89650 194 lib/nexthop_group_private.h \
1c2facd1
RW
195 lib/northbound.h \
196 lib/northbound_cli.h \
197 lib/northbound_db.h \
4a121f99
DL
198 lib/ns.h \
199 lib/openbsd-queue.h \
200 lib/openbsd-tree.h \
201 lib/plist.h \
4a121f99 202 lib/prefix.h \
5c25bd87 203 lib/printfrr.h \
4a121f99
DL
204 lib/privs.h \
205 lib/ptm_lib.h \
6833ae01 206 lib/pw.h \
4a121f99 207 lib/qobj.h \
cd85bc2e 208 lib/queue.h \
5318d896 209 lib/ringbuf.h \
4a121f99 210 lib/routemap.h \
31bfa062 211 lib/sbuf.h \
440d5faa 212 lib/seqlock.h \
4a121f99
DL
213 lib/sha256.h \
214 lib/sigevent.h \
215 lib/skiplist.h \
98ea5be8 216 lib/smux.h \
4a121f99
DL
217 lib/sockopt.h \
218 lib/sockunion.h \
219 lib/spf_backoff.h \
220 lib/srcdest_table.h \
221 lib/stream.h \
222 lib/systemd.h \
223 lib/table.h \
224 lib/termtable.h \
225 lib/thread.h \
80911bc2 226 lib/typerb.h \
abd71baa 227 lib/typesafe.h \
4a121f99 228 lib/vector.h \
4a121f99
DL
229 lib/vlan.h \
230 lib/vrf.h \
231 lib/vrf_int.h \
232 lib/vty.h \
233 lib/vxlan.h \
234 lib/wheel.h \
235 lib/workqueue.h \
1c2facd1
RW
236 lib/yang.h \
237 lib/yang_translator.h \
238 lib/yang_wrappers.h \
4a121f99
DL
239 lib/zassert.h \
240 lib/zclient.h \
241 lib/zebra.h \
0031a6bb 242 lib/pbr.h \
4a121f99
DL
243 # end
244
58f8a9ec 245
70d27c5b
DL
246nodist_pkginclude_HEADERS += \
247 lib/route_types.h \
248 lib/version.h \
249 # end
250
4a121f99
DL
251noinst_HEADERS += \
252 lib/clippy.h \
253 lib/log_int.h \
254 lib/plist_int.h \
5c25bd87
DL
255 lib/printf/printfcommon.h \
256 lib/printf/printflocal.h \
4a121f99
DL
257 #end
258
d6e76257
DL
259# General note about module and module helper library (libfrrsnmp, libfrrzmq)
260# linking: If we're linking libfrr statically into daemons, we *must* remove
261# libfrr from modules because modules will always link it in dynamically and
262# thus 2 copies of libfrr will be loaded... hilarity ensues.
263#
264# Not linking libfrr into modules should generally work fine because the
265# executable refers to libfrr either way and the dynamic linker should make
266# libfrr available to modules. If some OS platform has a dynamic linker that
267# doesn't do that, libfrr needs to be readded to modules, but _only_ _if_
268# it's not linked into daemons statically.
269
4a121f99
DL
270#
271# SNMP support
272#
273if SNMP
274lib_LTLIBRARIES += lib/libfrrsnmp.la
275endif
276
7aad1594 277lib_libfrrsnmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99
4a121f99 278lib_libfrrsnmp_la_LDFLAGS = -version-info 0:0:0
d6e76257 279lib_libfrrsnmp_la_LIBADD = $(SNMP_LIBS)
4a121f99
DL
280lib_libfrrsnmp_la_SOURCES = \
281 lib/agentx.c \
4a121f99
DL
282 lib/snmp.c \
283 # end
284
fe9e7b71
DL
285#
286# c-ares support
287#
288if CARES
289lib_LTLIBRARIES += lib/libfrrcares.la
290pkginclude_HEADERS += lib/resolver.h
291endif
292
293lib_libfrrcares_la_CFLAGS = $(WERROR) $(CARES_CFLAGS)
294lib_libfrrcares_la_LDFLAGS = -version-info 0:0:0
295lib_libfrrcares_la_LIBADD = $(CARES_LIBS)
296lib_libfrrcares_la_SOURCES = \
297 lib/resolver.c \
298 #end
299
b6116506
DL
300#
301# ZeroMQ support
302#
303if ZEROMQ
304lib_LTLIBRARIES += lib/libfrrzmq.la
305pkginclude_HEADERS += lib/frr_zmq.h
306endif
307
308lib_libfrrzmq_la_CFLAGS = $(WERROR) $(ZEROMQ_CFLAGS)
309lib_libfrrzmq_la_LDFLAGS = -version-info 0:0:0
d6e76257 310lib_libfrrzmq_la_LIBADD = $(ZEROMQ_LIBS)
b6116506
DL
311lib_libfrrzmq_la_SOURCES = \
312 lib/frr_zmq.c \
313 #end
314
5bce33b3
RW
315#
316# Tail-f's ConfD support
317#
318if CONFD
319module_LTLIBRARIES += lib/confd.la
320endif
321
322lib_confd_la_CFLAGS = $(WERROR) $(CONFD_CFLAGS)
323lib_confd_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
fdbd8086 324lib_confd_la_LIBADD = lib/libfrr.la $(CONFD_LIBS)
5bce33b3
RW
325lib_confd_la_SOURCES = lib/northbound_confd.c
326
a7ca2199
RW
327#
328# Sysrepo support
329#
330if SYSREPO
331module_LTLIBRARIES += lib/sysrepo.la
332endif
333
fdbd8086 334lib_sysrepo_la_CFLAGS = $(WERROR) $(SYSREPO_CFLAGS)
a7ca2199 335lib_sysrepo_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
fdbd8086 336lib_sysrepo_la_LIBADD = lib/libfrr.la $(SYSREPO_LIBS)
a7ca2199
RW
337lib_sysrepo_la_SOURCES = lib/northbound_sysrepo.c
338
ec2ac5f2
RW
339#
340# gRPC northbound plugin
341#
342if GRPC
343module_LTLIBRARIES += lib/grpc.la
344endif
345
346lib_grpc_la_CXXFLAGS = $(WERROR) $(GRPC_CFLAGS)
347lib_grpc_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
348lib_grpc_la_LIBADD = lib/libfrr.la grpc/libfrrgrpc_pb.la $(GRPC_LIBS)
349lib_grpc_la_SOURCES = lib/northbound_grpc.cpp
350
4a121f99
DL
351#
352# CLI utilities
353#
354noinst_PROGRAMS += \
4a121f99
DL
355 lib/grammar_sandbox \
356 # end
357
89727c8d
DL
358if BUILD_CLIPPY
359noinst_PROGRAMS += lib/clippy
360else
a71c5039
DL
361if HOSTTOOLS_CLIPPY
362$(CLIPPY):
363 @$(MAKE) -C $(top_builddir)/hosttools lib/route_types.h lib/clippy
364endif
89727c8d
DL
365endif
366
4a121f99
DL
367lib_grammar_sandbox_SOURCES = \
368 lib/grammar_sandbox_main.c
369lib_grammar_sandbox_LDADD = \
370 lib/libfrr.la
371
dbac691d
DL
372lib_clippy_CPPFLAGS = $(AM_CPPFLAGS) -D_GNU_SOURCE -DBUILDING_CLIPPY
373lib_clippy_CFLAGS = $(PYTHON_CFLAGS)
4a121f99 374lib_clippy_LDADD = $(PYTHON_LIBS)
dbac691d 375lib_clippy_LDFLAGS = -export-dynamic
4a121f99
DL
376lib_clippy_SOURCES = \
377 lib/clippy.c \
378 lib/command_graph.c \
379 lib/command_lex.l \
380 lib/command_parse.y \
381 lib/command_py.c \
382 lib/defun_lex.l \
383 lib/graph.c \
384 lib/memory.c \
385 lib/vector.c \
386 # end
387
aad24c5b
DL
388# (global) clippy rules for all directories
389
390AM_V_CLIPPY = $(am__v_CLIPPY_$(V))
391am__v_CLIPPY_ = $(am__v_CLIPPY_$(AM_DEFAULT_VERBOSITY))
392am__v_CLIPPY_0 = @echo " CLIPPY " $@;
393am__v_CLIPPY_1 =
394
a71c5039 395CLIPPY_DEPS = $(CLIPPY) $(top_srcdir)/python/clidef.py
aad24c5b 396
ec2ac5f2 397SUFFIXES = _clippy.c .proto .pb-c.c .pb-c.h .pb.h .pb.cc .grpc.pb.cc
aad24c5b 398.c_clippy.c:
a71c5039 399 $(AM_V_CLIPPY) $(CLIPPY) $(top_srcdir)/python/clidef.py -o $@ $<
aad24c5b
DL
400
401## automake's "ylwrap" is a great piece of GNU software... not.
402.l.c:
403 $(AM_V_LEX)$(am__skiplex) $(LEXCOMPILE) $<
404.y.c:
405 $(AM_V_YACC)$(am__skipyacc) $(YACCCOMPILE) $<
4a121f99
DL
406
407#
408# generated sources & extra foo
409#
410EXTRA_DIST += \
411 lib/command_lex.h \
70d27c5b 412 lib/command_parse.h \
4a121f99 413 lib/gitversion.pl \
4a121f99
DL
414 lib/route_types.pl \
415 lib/route_types.txt \
416 # end
417
418BUILT_SOURCES += \
4a121f99
DL
419 lib/gitversion.h \
420 lib/route_types.h \
421 # end
422
f1b32b2e
DL
423## force route_types.h
424$(lib_clippy_OBJECTS): lib/route_types.h
425$(lib_libfrr_la_OBJECTS): lib/route_types.h
426
4a121f99
DL
427AM_YFLAGS = -d -Dapi.prefix=@BISON_OPENBRACE@cmd_yy@BISON_CLOSEBRACE@ @BISON_VERBOSE@
428
429lib/command_lex.h: lib/command_lex.c
430 @if test ! -f $@; then rm -f "lib/command_lex.c"; else :; fi
431 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) "lib/command_lex.c"; else :; fi
f1b32b2e 432lib/command_lex.lo: lib/command_parse.h
4a121f99 433lib/command_parse.lo: lib/command_lex.h
fdbd8086
DL
434lib/clippy-command_lex.$(OBJEXT): lib/command_parse.h
435lib/clippy-command_parse.$(OBJEXT): lib/command_lex.h
f1b32b2e 436lib/lib_clippy-command_lex.$(OBJEXT): lib/command_parse.h
4a121f99
DL
437lib/lib_clippy-command_parse.$(OBJEXT): lib/command_lex.h
438
439lib/route_types.h: $(top_srcdir)/lib/route_types.txt $(top_srcdir)/lib/route_types.pl
fdbd8086 440 $(PERL) $(top_srcdir)/lib/route_types.pl < $(top_srcdir)/lib/route_types.txt > $@
67cf020d 441DISTCLEANFILES += lib/route_types.h
4a121f99
DL
442
443if GIT_VERSION
444# bit of a trick here to always have up-to-date git stamps without triggering
445# unneccessary rebuilds. .PHONY causes the .tmp file to be rebuilt always,
446# but if we use that on gitversion.h it'll ripple through the .c file deps.
447# (even if gitversion.h's file timestamp doesn't change, make will think it
448# did, because of .PHONY...)
449
9e53b315 450PHONY_GITVERSION=lib/gitversion.h.tmp
4a121f99
DL
451.SILENT: lib/gitversion.h lib/gitversion.h.tmp
452GITH=lib/gitversion.h
453lib/gitversion.h.tmp: $(top_srcdir)/.git
fdbd8086 454 $(PERL) $(top_srcdir)/lib/gitversion.pl $(top_srcdir) > ${GITH}.tmp
4a121f99 455lib/gitversion.h: lib/gitversion.h.tmp
bd402424 456 { test -f ${GITH} && diff -s -q ${GITH}.tmp ${GITH}; } || cp ${GITH}.tmp ${GITH}
4a121f99
DL
457
458else
9e53b315 459PHONY_GITVERSION=lib/gitversion.h
4a121f99
DL
460lib/gitversion.h:
461 true
462endif
9e53b315 463.PHONY: $(PHONY_GITVERSION)