1 ## Process this file with automake to produce Makefile.in.
3 AUTOMAKE_OPTIONS = subdir-objects 1.12
4 ACLOCAL_AMFLAGS = -I m4
14 -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
15 -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib \
23 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
29 # these two targets are provided to easily grab autoconf/Makefile variables
31 # eval `make VARFD=3 shvar-CFLAGS 3>&1 1>&2`
32 # CFLAGS="`make VARFD=3 var-CFLAGS 3>&1 1>&2`"
33 # where the former can be used to set several variables at once. Note the
34 # fd redirections -- this is to prevent garbage from make rebuilding other
35 # targets from causing issues.
39 @echo "$*=\"$($*)\"" >&$(VARFD)
41 @echo "$($*)" >&$(VARFD)
44 .DEFAULT_GOAL := clippy-only
46 clippy-only: Makefile lib/clippy config.h
49 # overwriting these vars breaks cross-compilation. let's be helpful and warn.
51 # note: "#AUTODERP# " will be removed from Makefile by configure. These are
52 # GNU make directives & automake will f*ck them up by trying to process them
53 # as automake directives.
56 #AUTODERP# SPACE=$(null) $(null)
57 #AUTODERP# mkcheck_CC = $(findstring $(SPACE)CC=, $(SPACE)$(MAKEOVERRIDES))
58 #AUTODERP# mkcheck_CFLAGS = $(findstring $(SPACE)CFLAGS=, $(SPACE)$(MAKEOVERRIDES))
59 #AUTODERP# mkcheck_CPPFLAGS = $(findstring $(SPACE)CPPFLAGS=,$(SPACE)$(MAKEOVERRIDES))
60 #AUTODERP# mkcheck_CCLD = $(findstring $(SPACE)CCLD=, $(SPACE)$(MAKEOVERRIDES))
61 #AUTODERP# mkcheck_LD = $(findstring $(SPACE)LD=, $(SPACE)$(MAKEOVERRIDES))
62 #AUTODERP# mkcheck_LDFLAGS = $(findstring $(SPACE)LDFLAGS=, $(SPACE)$(MAKEOVERRIDES))
64 #AUTODERP# ifneq ($(mkcheck_CC),)
65 #AUTODERP# $(warning WARNING: you have overwritten the "CC" variable on the make command line.)
67 #AUTODERP# ifneq ($(mkcheck_CFLAGS),)
68 #AUTODERP# $(warning WARNING: you have overwritten the "CFLAGS" variable on the make command line.)
70 #AUTODERP# ifneq ($(mkcheck_CPPFLAGS),)
71 #AUTODERP# $(warning WARNING: you have overwritten the "CPPFLAGS" variable on the make command line.)
73 #AUTODERP# ifneq ($(mkcheck_CCLD),)
74 #AUTODERP# $(warning WARNING: you have overwritten the "CCLD" variable on the make command line.)
76 #AUTODERP# ifneq ($(mkcheck_LD),)
77 #AUTODERP# $(warning WARNING: you have overwritten the "LD" variable on the make command line.)
79 #AUTODERP# ifneq ($(mkcheck_LDFLAGS),)
80 #AUTODERP# $(warning WARNING: you have overwritten the "LDFLAGS" variable on the make command line.)
83 #AUTODERP# ifneq ($(mkcheck_CC)$(mkcheck_CFLAGS)$(mkcheck_CPPFLAGS)$(mkcheck_CCLD)$(mkcheck_LD)$(mkcheck_LDFLAGS),)
84 #AUTODERP# $(warning ------)
85 #AUTODERP# $(warning While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.)
86 #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.)
87 #AUTODERP# $(warning All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.)
88 #AUTODERP# $(warning ------)
96 examplesdir = $(exampledir)
108 nodist_pkginclude_HEADERS =
110 dist_yangmodels_DATA =
114 ## libtool, the self-made GNU scourge
115 ## ... this should fix relinking
116 ## ... and AUTOMAKE_DUMMY is needed to prevent automake from treating this
117 ## as overriding the normal targets...
118 $(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES
119 $(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES
120 $(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES
122 include doc/subdir.am
123 include doc/user/subdir.am
124 include doc/manpages/subdir.am
125 include doc/developer/subdir.am
126 include include/subdir.am
127 include lib/subdir.am
128 include mlag/subdir.am
129 include zebra/subdir.am
130 include watchfrr/subdir.am
131 include qpb/subdir.am
132 include fpm/subdir.am
133 include grpc/subdir.am
134 include tools/subdir.am
135 include solaris/subdir.am
137 include bgpd/subdir.am
138 include bgpd/rfp-example/librfp/subdir.am
139 include bgpd/rfp-example/rfptest/subdir.am
140 include ripd/subdir.am
141 include ripngd/subdir.am
142 include ospfd/subdir.am
143 include ospf6d/subdir.am
144 include ospfclient/subdir.am
145 include isisd/subdir.am
146 include nhrpd/subdir.am
147 include ldpd/subdir.am
148 include babeld/subdir.am
149 include eigrpd/subdir.am
150 include sharpd/subdir.am
151 include pimd/subdir.am
152 include pbrd/subdir.am
153 include staticd/subdir.am
154 include bfdd/subdir.am
155 include yang/subdir.am
156 include yang/libyang_plugins/subdir.am
157 include vrrpd/subdir.am
159 include vtysh/subdir.am
160 include tests/subdir.am
161 include tests/topotests/subdir.am
179 m4/libtool-whole-archive.patch \
185 python/clippy/__init__.py \
187 redhat/frr.logrotate \
191 snapcraft/snapcraft.yaml \
192 snapcraft/README.snap_build.md \
193 snapcraft/README.usage.md \
194 snapcraft/extra_version_info.txt \
201 bgpd/rfp-example/librfp/Makefile \
202 bgpd/rfp-example/rfptest/Makefile \
204 doc/developer/Makefile \
205 doc/manpages/Makefile \
215 ospfclient/Makefile \
231 clean-local: clean-python
234 find . -name __pycache__ -o -name .pytest_cache | xargs rm -rf
235 find . -name "*.pyc" -o -name "*_clippy.c" | xargs rm -f
238 $(MAKE) distclean CONFIG_CLEAN_FILES="$(filter-out $(EXTRA_DIST), $(CONFIG_CLEAN_FILES))"
241 tools/indent.py `find sharpd bgpd eigrpd include isisd lib nhrpd ospf6d ospfd pimd qpb ripd vtysh zebra -name '*.[ch]' | grep -v include/linux`
246 @ find . -name '*.o' -exec gcov {} \;
249 @ echo "OK to upload coverage to https://coverage.io [y/N]:"
250 @ read yn; test "$$yn" = "y"
252 upload-check-coverage:
253 @ if [ "x${COMMIT}" = "x" ]; then echo "COMMIT required"; exit 1; fi
254 @ if [ "x${TOKEN}" = "x" ]; then echo "TOKEN required"; exit 1; fi
255 curl -s https://codecov.io/bash | bash -s - -C ${COMMIT} -t ${TOKEN}
257 force-check-coverage: coverage upload-check-coverage
259 check-coverage: coverage yorn upload-check-coverage