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