]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdbsupport/Makefile.am
Move unrelocated_addr to common-types.h
[thirdparty/binutils-gdb.git] / gdbsupport / Makefile.am
CommitLineData
01027315
TT
1## Process this file with automake to generate Makefile.in
2#
213516ef 3# Copyright (C) 2020-2023 Free Software Foundation, Inc.
01027315
TT
4#
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.
9#
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.
14#
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/>.
18#
19
20AUTOMAKE_OPTIONS = no-dist foreign
21ACLOCAL_AMFLAGS = -I . -I ../config
22
23AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir)/../gdb \
24 -I../gnulib/import -I$(srcdir)/../gnulib/import \
c8693053
RO
25 -I.. -I$(srcdir)/.. $(INCINTL) -I../bfd -I$(srcdir)/../bfd \
26 @LARGEFILE_CPPFLAGS@
01027315 27
67b10306
PA
28override CXX += $(CXX_DIALECT)
29
06b3c5bd 30AM_CXXFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
629c2962 31
01027315
TT
32noinst_LIBRARIES = libgdbsupport.a
33
34if SELFTEST
06b3c5bd 35selftest = selftest.cc
01027315
TT
36endif
37
ea3e7446
JB
38if HAVE_PIPE_OR_PIPE2
39eventpipe = event-pipe.cc
40endif
41
01027315 42libgdbsupport_a_SOURCES = \
06b3c5bd
SM
43 agent.cc \
44 btrace-common.cc \
06b3c5bd
SM
45 cleanups.cc \
46 common-debug.cc \
47 common-exceptions.cc \
48 common-inferior.cc \
49 common-regcache.cc \
50 common-utils.cc \
51 environ.cc \
52 errors.cc \
400b5eca 53 event-loop.cc \
06b3c5bd
SM
54 fileio.cc \
55 filestuff.cc \
56 format.cc \
57 gdb-dlfcn.cc \
0589ca4e 58 gdb-hashtab.cc \
bf31fd38 59 gdb_obstack.cc \
d322d6d6 60 gdb_regex.cc \
06b3c5bd
SM
61 gdb_tilde_expand.cc \
62 gdb_wait.cc \
63 gdb_vecs.cc \
64 job-control.cc \
65 netstuff.cc \
66 new-op.cc \
67 pathstuff.cc \
68 print-utils.cc \
69 ptid.cc \
70 rsp-low.cc \
71 run-time-clock.cc \
72 safe-strerror.cc \
73 scoped_mmap.cc \
4a72de73 74 search.cc \
06b3c5bd
SM
75 signals.cc \
76 signals-state-save-restore.cc \
77 tdesc.cc \
78 thread-pool.cc \
79 xml-utils.cc \
ea3e7446 80 ${eventpipe} \
01027315 81 $(selftest)
0454ef42
TT
82
83# Double-check that no defines are missing from our configury.
84check-defines:
85 cd $(srcdir) && emacs --script check-defines.el