aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-03-26 15:06:43 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-03-26 21:09:19 -0400
commit2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2 (patch)
treed07589445b6be9a30f611b82778f725a6670edcf /gdbsupport
parentf61e97cc86a4003e4c731e356985fdd291d7cb69 (diff)
downloadgdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.zip
gdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.tar.gz
gdb-2f3dfa7f90806fe1bbaeb16d22d0740a5cde69a2.tar.bz2
gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line
Reformat some variables definitions. I think it makes them easier to read, and it also makes diffs clearer. Change-Id: I82f63ba0e6d0fe268eb1f1ad5ab22c3cd016ab02 Approved-By: Pedro Alves <pedro@palves.net>
Diffstat (limited to 'gdbsupport')
-rw-r--r--gdbsupport/Makefile.am15
-rw-r--r--gdbsupport/Makefile.in15
2 files changed, 22 insertions, 8 deletions
diff --git a/gdbsupport/Makefile.am b/gdbsupport/Makefile.am
index 88414b4..7c360aa 100644
--- a/gdbsupport/Makefile.am
+++ b/gdbsupport/Makefile.am
@@ -25,10 +25,17 @@ ACLOCAL_AMFLAGS = -I . -I ../config
# ZW_GNU_GETTEXT_SISTER_DIR, but doesn't have any translations (currently).
SUBDIRS =
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
- -I../gnulib/import -I$(srcdir)/../gnulib/import \
- -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
- @LARGEFILE_CPPFLAGS@
+AM_CPPFLAGS = \
+ -I$(srcdir)/../include \
+ -I$(srcdir)/../gdb \
+ -I../gnulib/import \
+ -I$(srcdir)/../gnulib/import \
+ -I.. \
+ -I$(srcdir)/.. \
+ $(INCINTL) \
+ -I../bfd \
+ -I$(srcdir)/../bfd \
+ @LARGEFILE_CPPFLAGS@
override CXX += $(CXX_DIALECT)
diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in
index 6f8dacc..ab35b91 100644
--- a/gdbsupport/Makefile.in
+++ b/gdbsupport/Makefile.in
@@ -393,10 +393,17 @@ ACLOCAL_AMFLAGS = -I . -I ../config
# from Automake, as gdbsupport uses AM_GNU_GETTEXT through
# ZW_GNU_GETTEXT_SISTER_DIR, but doesn't have any translations (currently).
SUBDIRS =
-AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
- -I../gnulib/import -I$(srcdir)/../gnulib/import \
- -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
- @LARGEFILE_CPPFLAGS@
+AM_CPPFLAGS = \
+ -I$(srcdir)/../include \
+ -I$(srcdir)/../gdb \
+ -I../gnulib/import \
+ -I$(srcdir)/../gnulib/import \
+ -I.. \
+ -I$(srcdir)/.. \
+ $(INCINTL) \
+ -I../bfd \
+ -I$(srcdir)/../bfd \
+ @LARGEFILE_CPPFLAGS@
AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
noinst_LIBRARIES = libgdbsupport.a