[gdb/testsuite] Fix end_sequence addresses
[binutils-gdb.git] / gdbsupport / Makefile.am
blob2b0f987125c184e7acc1e91d4ff420544f04842d
1 ## Process this file with automake to generate Makefile.in
3 #   Copyright (C) 2020-2024 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3.  If not see
17 # <http://www.gnu.org/licenses/>.
20 AUTOMAKE_OPTIONS = no-dist foreign
21 ACLOCAL_AMFLAGS = -I . -I ../config
23 # Suppress 'configure.ac: error: AM_GNU_GETTEXT used but SUBDIRS not defined'
24 # from Automake, as gdbsupport uses AM_GNU_GETTEXT through
25 # ZW_GNU_GETTEXT_SISTER_DIR, but doesn't have any translations (currently).
26 SUBDIRS =
28 AM_CPPFLAGS = \
29         -I$(srcdir)/../include \
30         -I$(srcdir)/../gdb \
31         -I../gnulib/import \
32         -I$(srcdir)/../gnulib/import \
33         -I.. \
34         -I$(srcdir)/.. \
35         $(INCINTL) \
36         -I../bfd \
37         -I$(srcdir)/../bfd \
38         -include $(srcdir)/common-defs.h \
39         @LARGEFILE_CPPFLAGS@
41 override CXX += $(CXX_DIALECT)
43 AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
45 noinst_LIBRARIES = libgdbsupport.a
47 if SELFTEST
48 selftest = selftest.cc
49 endif
51 if HAVE_PIPE_OR_PIPE2
52 eventpipe = event-pipe.cc
53 endif
55 libgdbsupport_a_SOURCES = \
56     agent.cc \
57     btrace-common.cc \
58     cleanups.cc \
59     common-debug.cc \
60     common-exceptions.cc \
61     common-inferior.cc \
62     common-regcache.cc \
63     common-utils.cc \
64     environ.cc \
65     errors.cc \
66     event-loop.cc \
67     fileio.cc \
68     filestuff.cc \
69     format.cc \
70     gdb-dlfcn.cc \
71     gdb-hashtab.cc \
72     gdb_obstack.cc \
73     gdb_regex.cc \
74     gdb_tilde_expand.cc \
75     gdb_wait.cc \
76     gdb_vecs.cc \
77     job-control.cc \
78     netstuff.cc \
79     new-op.cc \
80     pathstuff.cc \
81     print-utils.cc \
82     ptid.cc \
83     rsp-low.cc \
84     run-time-clock.cc \
85     safe-strerror.cc \
86     scoped_mmap.cc \
87     search.cc \
88     signals.cc \
89     signals-state-save-restore.cc \
90     task-group.cc \
91     tdesc.cc \
92     thread-pool.cc \
93     xml-utils.cc \
94     ${eventpipe} \
95     $(selftest)
97 # Double-check that no defines are missing from our configury.
98 check-defines:
99         cd $(srcdir) && emacs --script check-defines.el