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