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