1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = subdir-objects 1.12
4 ACLOCAL_AMFLAGS = -I m4 -Wall,no-override
20 # CPPFLAGS_BASE does not contain the include path for overriding assert.h,
21 # therefore should be used in tools that do *not* link libfrr or do not want
24 -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
29 -I$(top_srcdir)/lib/assert \
33 # AM_LDFLAGS is used for executables (daemons). LDFLAGS can be left alone,
34 # but if it is changed it should include $(AM_LDFLAGS)
42 # libraries need to use libxxx_LDFLAGS = $(LIB_LDFLAGS) -version-info X:Y:Z
49 # modules need to use xxx_LDFLAGS = $(MODULE_LDFLAGS)
59 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
65 # these two targets are provided to easily grab autoconf/Makefile variables
67 # eval `make VARFD=3 shvar-CFLAGS 3>&1 1>&2`
68 # CFLAGS="`make VARFD=3 var-CFLAGS 3>&1 1>&2`"
69 # where the former can be used to set several variables at once. Note the
70 # fd redirections -- this is to prevent garbage from make rebuilding other
71 # targets from causing issues.
75 @echo "$*=\"$($*)\"" >&$(VARFD)
77 @echo "$($*)" >&$(VARFD)
80 .DEFAULT_GOAL := clippy-only
82 clippy-only: Makefile lib/clippy config.h
85 # overwriting these vars breaks cross-compilation. let's be helpful and warn.
87 # note: "#AUTODERP# " will be removed from Makefile by configure. These are
88 # GNU make directives & automake will f*ck them up by trying to process them
89 # as automake directives.
92 #AUTODERP# SPACE=$(null) $(null)
93 #AUTODERP# mkcheck_CC = $(findstring $(SPACE)CC=, $(SPACE)$(MAKEOVERRIDES))
94 #AUTODERP# mkcheck_CFLAGS = $(findstring $(SPACE)CFLAGS=, $(SPACE)$(MAKEOVERRIDES))
95 #AUTODERP# mkcheck_CPPFLAGS = $(findstring $(SPACE)CPPFLAGS=,$(SPACE)$(MAKEOVERRIDES))
96 #AUTODERP# mkcheck_CCLD = $(findstring $(SPACE)CCLD=, $(SPACE)$(MAKEOVERRIDES))
97 #AUTODERP# mkcheck_LD = $(findstring $(SPACE)LD=, $(SPACE)$(MAKEOVERRIDES))
98 #AUTODERP# mkcheck_LDFLAGS = $(findstring $(SPACE)LDFLAGS=, $(SPACE)$(MAKEOVERRIDES))
100 #AUTODERP# ifneq ($(mkcheck_CC),)
101 #AUTODERP# $(warning WARNING: you have overwritten the "CC" variable on the make command line.)
103 #AUTODERP# ifneq ($(mkcheck_CFLAGS),)
104 #AUTODERP# $(warning WARNING: you have overwritten the "CFLAGS" variable on the make command line.)
106 #AUTODERP# ifneq ($(mkcheck_CPPFLAGS),)
107 #AUTODERP# $(warning WARNING: you have overwritten the "CPPFLAGS" variable on the make command line.)
109 #AUTODERP# ifneq ($(mkcheck_CCLD),)
110 #AUTODERP# $(warning WARNING: you have overwritten the "CCLD" variable on the make command line.)
112 #AUTODERP# ifneq ($(mkcheck_LD),)
113 #AUTODERP# $(warning WARNING: you have overwritten the "LD" variable on the make command line.)
115 #AUTODERP# ifneq ($(mkcheck_LDFLAGS),)
116 #AUTODERP# $(warning WARNING: you have overwritten the "LDFLAGS" variable on the make command line.)
119 #AUTODERP# ifneq ($(mkcheck_CC)$(mkcheck_CFLAGS)$(mkcheck_CPPFLAGS)$(mkcheck_CCLD)$(mkcheck_LD)$(mkcheck_LDFLAGS),)
120 #AUTODERP# $(warning ------)
121 #AUTODERP# $(warning While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.)
122 #AUTODERP# $(warning This is especially problematic when cross-compiling, since tools that run on the build system during the build process will not be compiled correctly.)
123 #AUTODERP# $(warning All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.)
124 #AUTODERP# $(warning ------)
144 nodist_pkginclude_HEADERS =
145 dist_yangmodels_DATA =
151 ## libtool, the self-made GNU scourge
152 ## ... this should fix relinking
153 ## ... and AUTOMAKE_DUMMY is needed to prevent automake from treating this
154 ## as overriding the normal targets...
155 $(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES
156 $(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES
157 $(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES
159 include doc/subdir.am
160 include doc/user/subdir.am
161 include doc/manpages/subdir.am
162 include doc/developer/subdir.am
163 include include/subdir.am
164 include lib/subdir.am
165 include mlag/subdir.am
166 include zebra/subdir.am
167 include watchfrr/subdir.am
168 include qpb/subdir.am
169 include fpm/subdir.am
170 include grpc/subdir.am
171 include tools/subdir.am
173 include bgpd/subdir.am
174 include bgpd/rfp-example/librfp/subdir.am
175 include bgpd/rfp-example/rfptest/subdir.am
176 include ripd/subdir.am
177 include ripngd/subdir.am
178 include ospfd/subdir.am
179 include ospf6d/subdir.am
180 include ospfclient/subdir.am
181 include isisd/subdir.am
182 include nhrpd/subdir.am
183 include ldpd/subdir.am
184 include babeld/subdir.am
185 include eigrpd/subdir.am
186 include sharpd/subdir.am
187 include pimd/subdir.am
188 include pbrd/subdir.am
189 include staticd/subdir.am
190 include bfdd/subdir.am
191 include yang/subdir.am
192 include yang/libyang_plugins/subdir.am
193 include vrrpd/subdir.am
194 include pceplib/subdir.am
195 include pceplib/test/subdir.am
196 include pathd/subdir.am
198 include vtysh/subdir.am
199 include tests/subdir.am
200 include tests/topotests/subdir.am
218 m4/libtool-whole-archive.patch \
222 python/clippy/__init__.py \
223 python/clippy/elf.py \
224 python/clippy/uidhash.py \
227 python/tiabwarfo.py \
229 python/test_xrelfo.py \
232 python/xrefstructs.json \
234 redhat/frr.logrotate \
238 snapcraft/snapcraft.yaml \
239 snapcraft/README.snap_build.md \
240 snapcraft/README.usage.md \
241 snapcraft/extra_version_info.txt \
248 bgpd/rfp-example/librfp/Makefile \
249 bgpd/rfp-example/rfptest/Makefile \
251 doc/developer/Makefile \
252 doc/manpages/Makefile \
262 ospfclient/Makefile \
278 AM_V_LLVM_BC = $(am__v_LLVM_BC_$(V))
279 am__v_LLVM_BC_ = $(am__v_LLVM_BC_$(AM_DEFAULT_VERBOSITY))
280 am__v_LLVM_BC_0 = @echo " LLVM.BC " $@;
283 AM_V_LLVM_LD = $(am__v_LLVM_LD_$(V))
284 am__v_LLVM_LD_ = $(am__v_LLVM_LD_$(AM_DEFAULT_VERBOSITY))
285 am__v_LLVM_LD_0 = @echo " LLVM.LD " $@;
288 SUFFIXES += .lo.bc .o.bc
291 $(AM_V_LLVM_BC)$(COMPILE) -emit-llvm -c -o $@ $(patsubst %.o,%.c,$<)
293 $(AM_V_LLVM_BC)$(COMPILE) -emit-llvm -c -o $@ $(patsubst %.lo,%.c,$<)
295 %.cg.json: %.bc tools/frr-llvm-cg
296 tools/frr-llvm-cg -o $@ $<
298 $(PYTHON) $(top_srcdir)/python/callgraph-dot.py $< $@
300 @echo if the following command fails, you need to install graphviz.
301 @echo also, the output is nondeterministic. run it multiple times and use the nicest output.
302 @echo tuning parameters may yield nicer looking graphs as well.
303 fdp -GK=0.7 -Gstart=42231337 -Gmaxiter=2000 -Elen=2 -Gnodesep=1.5 -Tsvg -o$@ $<
304 # don't delete intermediaries
305 .PRECIOUS: %.cg.json %.cg.dot
307 # <lib>.la.bc, <lib>.a.bc and <daemon>.bc targets are generated by
309 LLVM_LINK = llvm-link-$(llvm_version)
311 clean-local: clean-python clean-llvm-bitcode
312 .PHONY: clean-python clean-llvm-bitcode
314 find . -name __pycache__ -o -name .pytest_cache | xargs rm -rf
315 find . -name "*.pyc" -o -name "*_clippy.c" | xargs rm -f
318 find . -name "*.bc" -o -name "*.cg.json" -o -name "*.cg.dot" -o -name "*.cg.svg" | xargs rm -f
321 $(MAKE) distclean CONFIG_CLEAN_FILES="$(filter-out $(EXTRA_DIST), $(CONFIG_CLEAN_FILES))"
324 tools/indent.py `find sharpd bgpd eigrpd include isisd lib nhrpd ospf6d ospfd pimd qpb ripd vtysh zebra -name '*.[ch]' | grep -v include/linux`
329 @ find . -name '*.o' -exec gcov {} \;
332 @ echo "OK to upload coverage to https://coverage.io [y/N]:"
333 @ read yn; test "$$yn" = "y"
335 upload-check-coverage:
336 @ if [ "x${COMMIT}" = "x" ]; then echo "COMMIT required"; exit 1; fi
337 @ if [ "x${TOKEN}" = "x" ]; then echo "TOKEN required"; exit 1; fi
338 curl -s https://codecov.io/bash | bash -s - -C ${COMMIT} -t ${TOKEN}
340 force-check-coverage: coverage upload-check-coverage
342 check-coverage: coverage yorn upload-check-coverage