]> git.proxmox.com Git - mirror_frr.git/blame - Makefile.am
build: fix some escapes in configure.ac
[mirror_frr.git] / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
4a121f99 3AUTOMAKE_OPTIONS = subdir-objects 1.12
aad24c5b 4ACLOCAL_AMFLAGS = -I m4
4a121f99 5
aad24c5b 6AM_CFLAGS = \
68b8a15f 7 $(UNWIND_CFLAGS) \
dbac691d
DL
8 $(SAN_FLAGS) \
9 $(WERROR) \
10 # end
aad24c5b 11AM_CPPFLAGS = \
aad24c5b
DL
12 -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/lib \
13 -I$(top_builddir) -I$(top_builddir)/include -I$(top_builddir)/lib
4007e3ad 14AM_LDFLAGS = \
dbac691d 15 -export-dynamic \
d6e76257 16 $(AC_LDFLAGS) \
dbac691d
DL
17 $(SAN_FLAGS) \
18 # end
62d21cc6 19DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -DCONFDATE=$(CONFDATE)
64d44794 20LIBCAP = @LIBCAP@
4a121f99 21
b8dd5f9d
DL
22# these two targets are provided to easily grab autoconf/Makefile variables
23# you can use either:
24# eval `make VARFD=3 shvar-CFLAGS 3>&1 1>&2`
25# CFLAGS="`make VARFD=3 var-CFLAGS 3>&1 1>&2`"
26# where the former can be used to set several variables at once. Note the
27# fd redirections -- this is to prevent garbage from make rebuilding other
28# targets from causing issues.
29.PHONY: shvar-% var-%
30VARFD ?= 1
31shvar-%:
32 @echo "$*=\"$($*)\"" >&$(VARFD)
33var-%:
34 @echo "$($*)" >&$(VARFD)
35
892d21b1
DL
36# overwriting these vars breaks cross-compilation. let's be helpful and warn.
37#
38# note: "#AUTODERP# " will be removed from Makefile by configure. These are
39# GNU make directives & automake will f*ck them up by trying to process them
40# as automake directives.
41#
42#AUTODERP# null=
43#AUTODERP# SPACE=$(null) $(null)
44#AUTODERP# mkcheck_CC = $(findstring $(SPACE)CC=, $(SPACE)$(MAKEOVERRIDES))
45#AUTODERP# mkcheck_CFLAGS = $(findstring $(SPACE)CFLAGS=, $(SPACE)$(MAKEOVERRIDES))
46#AUTODERP# mkcheck_CPPFLAGS = $(findstring $(SPACE)CPPFLAGS=,$(SPACE)$(MAKEOVERRIDES))
47#AUTODERP# mkcheck_CCLD = $(findstring $(SPACE)CCLD=, $(SPACE)$(MAKEOVERRIDES))
48#AUTODERP# mkcheck_LD = $(findstring $(SPACE)LD=, $(SPACE)$(MAKEOVERRIDES))
49#AUTODERP# mkcheck_LDFLAGS = $(findstring $(SPACE)LDFLAGS=, $(SPACE)$(MAKEOVERRIDES))
50#AUTODERP# #
51#AUTODERP# ifneq ($(mkcheck_CC),)
52#AUTODERP# $(warning WARNING: you have overwritten the "CC" variable on the make command line.)
53#AUTODERP# endif
54#AUTODERP# ifneq ($(mkcheck_CFLAGS),)
55#AUTODERP# $(warning WARNING: you have overwritten the "CFLAGS" variable on the make command line.)
56#AUTODERP# endif
57#AUTODERP# ifneq ($(mkcheck_CPPFLAGS),)
58#AUTODERP# $(warning WARNING: you have overwritten the "CPPFLAGS" variable on the make command line.)
59#AUTODERP# endif
60#AUTODERP# ifneq ($(mkcheck_CCLD),)
61#AUTODERP# $(warning WARNING: you have overwritten the "CCLD" variable on the make command line.)
62#AUTODERP# endif
63#AUTODERP# ifneq ($(mkcheck_LD),)
64#AUTODERP# $(warning WARNING: you have overwritten the "LD" variable on the make command line.)
65#AUTODERP# endif
66#AUTODERP# ifneq ($(mkcheck_LDFLAGS),)
67#AUTODERP# $(warning WARNING: you have overwritten the "LDFLAGS" variable on the make command line.)
68#AUTODERP# endif
69#AUTODERP# #
70#AUTODERP# ifneq ($(mkcheck_CC)$(mkcheck_CFLAGS)$(mkcheck_CPPFLAGS)$(mkcheck_CCLD)$(mkcheck_LD)$(mkcheck_LDFLAGS),)
71#AUTODERP# $(warning ------)
72#AUTODERP# $(warning While overwriting these variables works most of the time, it is not recommended and can cause confusing build errors.)
73#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.)
74#AUTODERP# $(warning All of these variables should be supplied to 'configure', and they will be remembered and correctly applied during 'make'.)
75#AUTODERP# $(warning ------)
76#AUTODERP# endif
77
4a121f99
DL
78EXTRA_DIST =
79BUILT_SOURCES =
0f8b5fd5 80CLEANFILES =
4a121f99 81
64d44794
DL
82examplesdir = $(exampledir)
83
4a121f99
DL
84bin_PROGRAMS =
85sbin_PROGRAMS =
bd354725 86sbin_SCRIPTS =
4a121f99
DL
87noinst_PROGRAMS =
88noinst_HEADERS =
89noinst_LIBRARIES =
9e53b315 90nodist_noinst_DATA =
4a121f99 91lib_LTLIBRARIES =
64d44794 92module_LTLIBRARIES =
4a121f99 93pkginclude_HEADERS =
70d27c5b 94nodist_pkginclude_HEADERS =
64d44794 95dist_examples_DATA =
9e53b315 96man_MANS =
74dc19a2 97vtysh_scan =
4a121f99 98
6a35bfba
DL
99## libtool, the self-made GNU scourge
100## ... this should fix relinking
101## ... and AUTOMAKE_DUMMY is needed to prevent automake from treating this
102## as overriding the normal targets...
103$(AUTOMAKE_DUMMY)install-moduleLTLIBRARIES: install-libLTLIBRARIES
104$(AUTOMAKE_DUMMY)install-binPROGRAMS: install-libLTLIBRARIES
105$(AUTOMAKE_DUMMY)install-sbinPROGRAMS: install-libLTLIBRARIES
106
9e53b315
DL
107include doc/subdir.am
108include doc/user/subdir.am
109include doc/manpages/subdir.am
110include doc/developer/subdir.am
ba777396 111include include/subdir.am
4a121f99 112include lib/subdir.am
64d44794 113include zebra/subdir.am
bd354725 114include watchfrr/subdir.am
0f8b5fd5
DL
115include qpb/subdir.am
116include fpm/subdir.am
bd354725 117include tools/subdir.am
0d0812a4 118include debianpkg/subdir.am
e3863245 119include solaris/subdir.am
4a121f99 120
84d837b7
DL
121include bgpd/subdir.am
122include bgpd/rfp-example/librfp/subdir.am
123include bgpd/rfp-example/rfptest/subdir.am
7f269117
DL
124include ripd/subdir.am
125include ripngd/subdir.am
afca0690
DL
126include ospfd/subdir.am
127include ospf6d/subdir.am
128include ospfclient/subdir.am
86e463cf 129include isisd/subdir.am
cde8cd9d 130include nhrpd/subdir.am
30237d29 131include ldpd/subdir.am
b6f5781c
DL
132include babeld/subdir.am
133include eigrpd/subdir.am
8a71d93d 134include sharpd/subdir.am
35a3c3c1 135include pimd/subdir.am
e5c83d9b 136include pbrd/subdir.am
7e24fdf3 137include staticd/subdir.am
7134904b 138include bfdd/subdir.am
7f269117 139
8b7668ec 140include vtysh/subdir.am
a1286a32 141include tests/subdir.am
718e3744 142
53d93be1
DL
143if PKGSRC
144rcdir=@pkgsrcrcdir@
145rc_SCRIPTS = \
146 pkgsrc/bgpd.sh \
147 pkgsrc/ospf6d.sh \
148 pkgsrc/ospfd.sh \
149 pkgsrc/ripd.sh \
150 pkgsrc/ripngd.sh \
151 pkgsrc/zebra.sh \
152 # end
153endif
154
155EXTRA_DIST += \
53d93be1 156 aclocal.m4 \
d85cb6b6 157 README.md \
53d93be1 158 m4/README.txt \
d6e76257 159 m4/libtool-whole-archive.patch \
53d93be1
DL
160 \
161 python/clidef.py \
162 python/clippy/__init__.py \
163 \
164 redhat/frr.init \
165 redhat/frr.service \
166 redhat/daemons \
167 redhat/frr.logrotate \
168 redhat/frr.pam \
169 redhat/frr.spec \
170 redhat/README.rpm_build.md \
171 \
172 snapcraft/snapcraft.yaml \
173 snapcraft/README.snap_build.md \
174 snapcraft/README.usage.md \
175 snapcraft/extra_version_info.txt \
176 snapcraft/scripts \
177 snapcraft/defaults \
178 snapcraft/helpers \
179 snapcraft/snap \
180 \
f8948c1e
DL
181 babeld/Makefile \
182 bgpd/Makefile \
183 bgpd/rfp-example/librfp/Makefile \
184 bgpd/rfp-example/rfptest/Makefile \
9e53b315
DL
185 doc/Makefile \
186 doc/developer/Makefile \
187 doc/manpages/Makefile \
188 doc/user/Makefile \
f8948c1e
DL
189 eigrpd/Makefile \
190 fpm/Makefile \
191 isisd/Makefile \
192 ldpd/Makefile \
193 lib/Makefile \
194 nhrpd/Makefile \
195 ospf6d/Makefile \
196 ospfclient/Makefile \
197 ospfd/Makefile \
198 pbrd/Makefile \
199 pimd/Makefile \
200 ports/Makefile \
201 qpb/Makefile \
202 ripd/Makefile \
203 ripngd/Makefile \
204 staticd/Makefile \
205 tests/Makefile \
206 tools/Makefile \
207 vtysh/Makefile \
208 watchfrr/Makefile \
209 zebra/Makefile \
53d93be1 210 # end
0fc42949 211
4a121f99 212noinst_HEADERS += defaults.h
da5a0d00
LB
213
214indent:
215 tools/indent.py `find sharpd bgpd eigrpd include isisd lib nhrpd ospf6d ospfd pimd qpb ripd vtysh zebra -name '*.[ch]' | grep -v include/linux`
83284209
AJ
216
217if HAVE_GCOV
218
219coverage: check
220 @ find . -name '*.o' -exec gcov {} \;
221
222yorn:
223 @ echo "OK to upload coverage to https://coverage.io [y/N]:"
224 @ read yn; test "$$yn" = "y"
225
226upload-check-coverage:
227 @ if [ "x${COMMIT}" = "x" ]; then echo "COMMIT required"; exit 1; fi
228 @ if [ "x${TOKEN}" = "x" ]; then echo "TOKEN required"; exit 1; fi
229 curl -s https://codecov.io/bash | bash -s - -C ${COMMIT} -t ${TOKEN}
230
231force-check-coverage: coverage upload-check-coverage
232
233check-coverage: coverage yorn upload-check-coverage
234
235endif