Add a new overload of gdb_bfd_sections
[deliverable/binutils-gdb.git] / gdb / Makefile.in
CommitLineData
b811d2c2 1# Copyright (C) 1989-2020 Free Software Foundation, Inc.
c906108c
SS
2
3# This file is part of GDB.
4
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
5b1ba0e5 7# the Free Software Foundation; either version 3 of the License, or
c906108c 8# (at your option) any later version.
3cf93817 9#
c906108c
SS
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.
3cf93817 14#
c906108c 15# You should have received a copy of the GNU General Public License
5b1ba0e5 16# along with this program. If not, see <http://www.gnu.org/licenses/>.
c906108c 17
b593ecca
SM
18# Please keep lists in this file sorted alphabetically, with one item per line.
19# Here are the general guidelines for ordering files and directories:
20#
21# - Files come before directories.
22# - The extensions are not taken into account when comparing filenames, except
23# if the filenames are otherwise equal.
24# - A filename that is a prefix of another one comes before.
25# - Underscores and dashes are treated equally, and come before alphanumeric
26# characters.
27#
28# For example:
29#
30# SOME_FILES = \
31# foo.c \
32# foo.h \
33# foo-bar.c \
34# foobar.c \
35# foo/bar.c
36
c906108c
SS
37prefix = @prefix@
38exec_prefix = @exec_prefix@
39
40host_alias = @host_alias@
41target_alias = @target_alias@
42program_transform_name = @program_transform_name@
43bindir = @bindir@
44libdir = @libdir@
45tooldir = $(libdir)/$(target_alias)
46
47datadir = @datadir@
ddc9cd0f 48localedir = @localedir@
c906108c
SS
49mandir = @mandir@
50man1dir = $(mandir)/man1
51man2dir = $(mandir)/man2
52man3dir = $(mandir)/man3
53man4dir = $(mandir)/man4
54man5dir = $(mandir)/man5
55man6dir = $(mandir)/man6
56man7dir = $(mandir)/man7
57man8dir = $(mandir)/man8
58man9dir = $(mandir)/man9
59infodir = @infodir@
89a34d1b
JM
60datarootdir = @datarootdir@
61docdir = @docdir@
62htmldir = @htmldir@
63pdfdir = @pdfdir@
c906108c
SS
64includedir = @includedir@
65
4869db5e
RM
66install_sh = @install_sh@
67
20e95c23
DJ
68# This can be referenced by `LIBINTL' as computed by
69# ZW_GNU_GETTEXT_SISTER_DIR.
c906108c
SS
70top_builddir = .
71
72SHELL = @SHELL@
73EXEEXT = @EXEEXT@
74
7a292a7a 75AWK = @AWK@
b3a90332 76LN_S = @LN_S@
7a292a7a 77
c906108c
SS
78INSTALL = @INSTALL@
79INSTALL_PROGRAM = @INSTALL_PROGRAM@
4869db5e
RM
80INSTALL_SCRIPT = @INSTALL_SCRIPT@
81INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
c906108c
SS
82INSTALL_DATA = @INSTALL_DATA@
83
72bdd927
AC
84DESTDIR =
85
c906108c
SS
86AR = @AR@
87AR_FLAGS = qv
88RANLIB = @RANLIB@
89DLLTOOL = @DLLTOOL@
90WINDRES = @WINDRES@
b9f21955 91MIG = @MIG@
4869db5e 92STRIP = @STRIP@
c906108c 93
ddc9cd0f
AC
94XGETTEXT = @XGETTEXT@
95GMSGFMT = @GMSGFMT@
96MSGMERGE = msgmerge
97
98PACKAGE = @PACKAGE@
99CATALOGS = @CATALOGS@
100
8629c02c
SM
101CC = @CC@
102CXX = @CXX@
103CXX_DIALECT = @CXX_DIALECT@
c906108c 104
a417dc56
RW
105# Dependency tracking information.
106DEPMODE = @CCDEPMODE@
107DEPDIR = @DEPDIR@
108depcomp = $(SHELL) $(srcdir)/../depcomp
109
39be3c7e
SM
110# Directory containing source files.
111srcdir = @srcdir@
112VPATH = @srcdir@
113top_srcdir = @top_srcdir@
114
115include $(srcdir)/silent-rules.mk
116
a417dc56
RW
117# Note that these are overridden by GNU make-specific code below if
118# GNU make is used. The overrides implement dependency tracking.
cf0dd6f0 119COMPILE.pre = $(CXX) -x c++ $(CXX_DIALECT)
a417dc56 120COMPILE.post = -c -o $@
39be3c7e 121COMPILE = $(ECHO_CXX) $(COMPILE.pre) $(INTERNAL_CFLAGS) $(COMPILE.post)
a417dc56
RW
122POSTCOMPILE = @true
123
8629c02c 124YACC = @YACC@
c906108c 125
3cf93817 126# This is used to rebuild ada-lex.c from ada-lex.l. If the program is
6d3e79c6
AS
127# not defined, but ada-lex.c is present, compilation will continue,
128# possibly with a warning.
129FLEX = flex
130
c906108c
SS
131YLWRAP = $(srcdir)/../ylwrap
132
133# where to find makeinfo, preferably one designed for texinfo-2
5048e516
JK
134MAKEINFO = @MAKEINFO@
135MAKEINFOFLAGS = @MAKEINFOFLAGS@
136MAKEINFO_EXTRA_FLAGS = @MAKEINFO_EXTRA_FLAGS@
137MAKEINFO_CMD = $(MAKEINFO) $(MAKEINFOFLAGS) $(MAKEINFO_EXTRA_FLAGS)
c906108c 138
5048e516 139MAKEHTML = $(MAKEINFO_CMD) --html
2b831889 140MAKEHTMLFLAGS =
085dd6e6 141
c906108c
SS
142# Set this up with gcc if you have gnu ld and the loader will print out
143# line numbers for undefined references.
8629c02c
SM
144#CC_LD = g++ -static
145CC_LD = $(CXX) $(CXX_DIALECT)
c906108c
SS
146
147# Where is our "include" directory? Typically $(srcdir)/../include.
148# This is essentially the header file directory for the library
149# routines in libiberty.
8629c02c 150INCLUDE_DIR = $(srcdir)/../include
c906108c
SS
151INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
152
153# Where is the "-liberty" library? Typically in ../libiberty.
154LIBIBERTY = ../libiberty/libiberty.a
155
30d1f018 156# Where is the CTF library? Typically in ../libctf.
1776e3e5
NA
157LIBCTF = @LIBCTF@
158CTF_DEPS = @CTF_DEPS@
30d1f018 159
c906108c
SS
160# Where is the BFD library? Typically in ../bfd.
161BFD_DIR = ../bfd
162BFD = $(BFD_DIR)/libbfd.a
163BFD_SRC = $(srcdir)/$(BFD_DIR)
164BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
165
711a72d3
L
166# This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
167# -I../zlib, unless we were configured with --with-system-zlib, in which
168# case both are empty.
169ZLIB = @zlibdir@ -lz
170ZLIBINC = @zlibinc@
171
9b913628
TJB
172# Where is the decnumber library? Typically in ../libdecnumber.
173LIBDECNUMBER_DIR = ../libdecnumber
174LIBDECNUMBER = $(LIBDECNUMBER_DIR)/libdecnumber.a
175LIBDECNUMBER_SRC = $(srcdir)/$(LIBDECNUMBER_DIR)
176LIBDECNUMBER_CFLAGS = -I$(LIBDECNUMBER_DIR) -I$(LIBDECNUMBER_SRC)
177
6999161a
TT
178# Where is the READLINE library? Typically in ../readline/readline.
179READLINE_DIR = ../readline/readline
c906108c 180READLINE_SRC = $(srcdir)/$(READLINE_DIR)
6a30b0a5
AS
181READLINE = @READLINE@
182READLINE_DEPS = @READLINE_DEPS@
183READLINE_CFLAGS = @READLINE_CFLAGS@
c906108c 184
7fa2210b
DJ
185# Where is expat? This will be empty if expat was not available.
186LIBEXPAT = @LIBEXPAT@
187
608e2dbb
TT
188# Where is lzma? This will be empty if lzma was not available.
189LIBLZMA = @LIBLZMA@
190
ccb1ba62 191# Where is libbabeltrace? This will be empty if libbabeltrace was not
393fd4c3
YQ
192# available.
193LIBBABELTRACE = @LIBBABELTRACE@
194
ccb1ba62
CB
195# Where is libxxhash? This will be empty if libxxhash was not
196# available.
197LIBXXHASH = @LIBXXHASH@
198
58bfce93
MM
199# Where is libipt? This will be empty if libipt was not available.
200LIBIPT = @LIBIPT@
201
2400729e
UW
202# Where is libmpfr? This will be empty if libmpfr was not available.
203LIBMPFR = @LIBMPFR@
204
62f29fda
TT
205# GNU source highlight library.
206SRCHIGH_LIBS = @SRCHIGH_LIBS@
207SRCHIGH_CFLAGS = @SRCHIGH_CFLAGS@
208
c906108c 209WARN_CFLAGS = @WARN_CFLAGS@
104c1213 210WERROR_CFLAGS = @WERROR_CFLAGS@
d4f3574e
SS
211GDB_WARN_CFLAGS = $(WARN_CFLAGS)
212GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
c906108c 213
5e030278
TT
214PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
215PTHREAD_LIBS = @PTHREAD_LIBS@
216
d138725a
AM
217DEBUGINFOD_CFLAGS = @DEBUGINFOD_CFLAGS@
218DEBUGINFOD_LIBS = @DEBUGINFOD_LIBS@
219
f6528abd
JK
220RDYNAMIC = @RDYNAMIC@
221
c906108c 222# Where is the INTL library? Typically in ../intl.
20e95c23
DJ
223INTL = @LIBINTL@
224INTL_DEPS = @LIBINTL_DEP@
225INTL_CFLAGS = @INCINTL@
c906108c 226
016a3251
DD
227# Where is the ICONV library? This will be empty if in libc or not available.
228LIBICONV = @LIBICONV@
229
a96d9b2e 230# Did the user give us a --with-gdb-datadir option?
11e6390e 231GDB_DATADIR = @GDB_DATADIR@
a96d9b2e 232
44cee4fd
TT
233# Code signing.
234CODESIGN = codesign
235CODESIGN_CERT = @CODESIGN_CERT@
236
9b557b58
DE
237# Flags to pass to gdb when invoked with "make run".
238GDBFLAGS =
239
e28b3332 240# Helper code from gnulib.
73cc7272 241GNULIB_BUILDDIR = ../gnulib
c971b7fa 242LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
73cc7272 243INCGNU = -I$(srcdir)/../gnulib/import -I$(GNULIB_BUILDDIR)/import
aa11fd3f 244
01027315
TT
245SUPPORT = ../gdbsupport
246LIBSUPPORT = $(SUPPORT)/libgdbsupport.a
247INCSUPPORT = -I$(srcdir)/.. -I..
248
d318976c
FN
249#
250# CLI sub directory definitons
251#
d318976c 252SUBDIR_CLI_SRCS = \
b593ecca
SM
253 cli/cli-cmds.c \
254 cli/cli-decode.c \
f02df580 255 cli/cli-dump.c \
b593ecca 256 cli/cli-interp.c \
0fac0b41 257 cli/cli-logging.c \
9d0faba9 258 cli/cli-option.c \
b593ecca
SM
259 cli/cli-script.c \
260 cli/cli-setshow.c \
cbe56571 261 cli/cli-style.c \
b593ecca
SM
262 cli/cli-utils.c
263
f06afa53
TT
264SUBDIR_CLI_OBS = $(patsubst %.c,%.o,$(SUBDIR_CLI_SRCS))
265
fb40c209
AC
266#
267# MI sub directory definitons
268#
fb40c209 269SUBDIR_MI_SRCS = \
b593ecca
SM
270 mi/mi-cmd-break.c \
271 mi/mi-cmd-catch.c \
272 mi/mi-cmd-disas.c \
273 mi/mi-cmd-env.c \
274 mi/mi-cmd-file.c \
275 mi/mi-cmd-info.c \
276 mi/mi-cmd-stack.c \
277 mi/mi-cmd-target.c \
278 mi/mi-cmd-var.c \
279 mi/mi-cmds.c \
280 mi/mi-console.c \
281 mi/mi-getopt.c \
282 mi/mi-interp.c \
283 mi/mi-main.c \
284 mi/mi-out.c \
285 mi/mi-parse.c \
286 mi/mi-symbol-cmds.c
287
6f3cdf9a
TT
288SUBDIR_MI_OBS = $(patsubst %.c,%.o,$(SUBDIR_MI_SRCS))
289
fb40c209 290SUBDIR_MI_DEPS =
8629c02c
SM
291SUBDIR_MI_LDFLAGS =
292SUBDIR_MI_CFLAGS =
fb40c209 293
ed952ac5
AC
294#
295# TUI sub directory definitions
296#
ed952ac5 297SUBDIR_TUI_SRCS = \
b593ecca 298 tui/tui.c \
d7b2e967
AC
299 tui/tui-command.c \
300 tui/tui-data.c \
301 tui/tui-disasm.c \
302 tui/tui-file.c \
303 tui/tui-hooks.c \
021e7609 304 tui/tui-interp.c \
d7b2e967
AC
305 tui/tui-io.c \
306 tui/tui-layout.c \
307 tui/tui-out.c \
308 tui/tui-regs.c \
309 tui/tui-source.c \
310 tui/tui-stack.c \
311 tui/tui-win.c \
d7b2e967 312 tui/tui-wingeneral.c \
b593ecca 313 tui/tui-winsource.c
311e6ab3 314
5c8a9431
TT
315SUBDIR_TUI_OBS = $(patsubst %.c,%.o,$(SUBDIR_TUI_SRCS))
316
ed952ac5 317SUBDIR_TUI_DEPS =
8629c02c
SM
318SUBDIR_TUI_LDFLAGS =
319SUBDIR_TUI_CFLAGS = -DTUI=1
ed952ac5 320
bb2ec1b3
TT
321#
322# GCC Compile support sub-directory definitions
323#
bb2ec1b3
TT
324SUBDIR_GCC_COMPILE_SRCS = \
325 compile/compile.c \
b593ecca 326 compile/compile-c-support.c \
bb2ec1b3
TT
327 compile/compile-c-symbols.c \
328 compile/compile-c-types.c \
078a0207
KS
329 compile/compile-cplus-symbols.c \
330 compile/compile-cplus-types.c \
b593ecca 331 compile/compile-loc2c.c \
bb2ec1b3 332 compile/compile-object-load.c \
b7dc48b4 333 compile/compile-object-run.c
bb2ec1b3 334
a26aa30c
TT
335SUBDIR_GCC_COMPILE_OBS = $(patsubst %.c,%.o,$(filter %.c,$(SUBDIR_GCC_COMPILE_SRCS)))
336
8629c02c 337#
ed3ef339 338# Guile sub directory definitons for guile support.
8629c02c 339#
ed3ef339
DE
340SUBDIR_GUILE_SRCS = \
341 guile/guile.c \
342 guile/scm-arch.c \
343 guile/scm-auto-load.c \
344 guile/scm-block.c \
345 guile/scm-breakpoint.c \
e698b8c4 346 guile/scm-cmd.c \
ed3ef339
DE
347 guile/scm-disasm.c \
348 guile/scm-exception.c \
349 guile/scm-frame.c \
f01c1940 350 guile/scm-gsmob.c \
ed3ef339
DE
351 guile/scm-iterator.c \
352 guile/scm-lazy-string.c \
ed3ef339 353 guile/scm-math.c \
b593ecca 354 guile/scm-objfile.c \
06eb1586 355 guile/scm-param.c \
ed3ef339
DE
356 guile/scm-ports.c \
357 guile/scm-pretty-print.c \
ded03782 358 guile/scm-progspace.c \
ed3ef339 359 guile/scm-safe-call.c \
ed3ef339
DE
360 guile/scm-string.c \
361 guile/scm-symbol.c \
362 guile/scm-symtab.c \
363 guile/scm-type.c \
364 guile/scm-utils.c \
365 guile/scm-value.c
b593ecca 366
bd810fff
TT
367SUBDIR_GUILE_OBS = $(patsubst %.c,%.o,$(SUBDIR_GUILE_SRCS))
368
ed3ef339 369SUBDIR_GUILE_DEPS =
8629c02c
SM
370SUBDIR_GUILE_LDFLAGS =
371SUBDIR_GUILE_CFLAGS =
ed3ef339 372
d57a3c85
TJB
373#
374# python sub directory definitons
375#
d57a3c85 376SUBDIR_PYTHON_SRCS = \
bea883fd 377 python/py-arch.c \
8a1ea21f 378 python/py-auto-load.c \
f3e9a817 379 python/py-block.c \
505500db 380 python/py-bpevent.c \
adc36818 381 python/py-breakpoint.c \
5172aecb 382 python/py-cmd.c \
505500db
SW
383 python/py-continueevent.c \
384 python/py-event.c \
385 python/py-evtregistry.c \
386 python/py-evts.c \
387 python/py-exitedevent.c \
cc72b2a2 388 python/py-finishbreakpoint.c \
5172aecb 389 python/py-frame.c \
1e611234 390 python/py-framefilter.c \
5172aecb 391 python/py-function.c \
037bbc8e 392 python/py-gdb-readline.c \
595939de 393 python/py-inferior.c \
162078c8 394 python/py-infevents.c \
595939de 395 python/py-infthread.c \
d050f7d7 396 python/py-instruction.c \
be759fcf 397 python/py-lazy-string.c \
bc79de95 398 python/py-linetable.c \
20c168b5 399 python/py-newobjfileevent.c \
5172aecb 400 python/py-objfile.c \
d7b32ed3 401 python/py-param.c \
5172aecb 402 python/py-prettyprint.c \
fa33c3cd 403 python/py-progspace.c \
4726b2d8 404 python/py-record.c \
75c0bdf4
TW
405 python/py-record-btrace.c \
406 python/py-record-full.c \
0f767f94 407 python/py-registers.c \
505500db
SW
408 python/py-signalevent.c \
409 python/py-stopevent.c \
f3e9a817
PM
410 python/py-symbol.c \
411 python/py-symtab.c \
505500db 412 python/py-threadevent.c \
01b1af32 413 python/py-tui.c \
5172aecb 414 python/py-type.c \
d11916aa 415 python/py-unwind.c \
5172aecb 416 python/py-utils.c \
e5250216 417 python/py-value.c \
b593ecca
SM
418 python/py-varobj.c \
419 python/py-xmethods.c \
420 python/python.c
421
8fd8d003
TT
422SUBDIR_PYTHON_OBS = $(patsubst %.c,%.o,$(SUBDIR_PYTHON_SRCS))
423
d57a3c85 424SUBDIR_PYTHON_DEPS =
8629c02c
SM
425SUBDIR_PYTHON_LDFLAGS =
426SUBDIR_PYTHON_CFLAGS =
d57a3c85 427
74cd3f9d
SM
428SELFTESTS_SRCS = \
429 disasm-selftests.c \
430 gdbarch-selftests.c \
431 selftest-arch.c \
7c44b49c 432 unittests/array-view-selftests.c \
efac4bfe 433 unittests/child-path-selftests.c \
bc7b042b 434 unittests/cli-utils-selftests.c \
58e6ac70 435 unittests/command-def-selftests.c \
b2f8eb7a 436 unittests/common-utils-selftests.c \
f9db0c4c 437 unittests/copy_bitwise-selftests.c \
04902b09 438 unittests/enum-flags-selftests.c \
9a6c7d9c 439 unittests/environ-selftests.c \
610cfd61 440 unittests/filtered_iterator-selftests.c \
b17992c1 441 unittests/format_pieces-selftests.c \
9c541725 442 unittests/function-view-selftests.c \
c62446b1 443 unittests/lookup_name_info-selftests.c \
07431908 444 unittests/memory-map-selftests.c \
a79b1bc6 445 unittests/memrange-selftests.c \
436252de 446 unittests/offset-type-selftests.c \
76727919 447 unittests/observable-selftests.c \
26fcd539 448 unittests/optional-selftests.c \
c7ab0aef 449 unittests/parse-connection-spec-selftests.c \
9bcb1f16 450 unittests/ptid-selftests.c \
9411c49e 451 unittests/main-thread-selftests.c \
e418a61a 452 unittests/mkdir-recursive-selftests.c \
21fe1c75 453 unittests/rsp-low-selftests.c \
ea4a0888 454 unittests/scoped_fd-selftests.c \
84696f37 455 unittests/scoped_mmap-selftests.c \
c3d7b541 456 unittests/scoped_restore-selftests.c \
c9638d26 457 unittests/string_view-selftests.c \
eedeedd2 458 unittests/style-selftests.c \
62c222b6 459 unittests/tracepoint-selftests.c \
517d261d 460 unittests/tui-selftests.c \
15ce8941 461 unittests/unpack-selftests.c \
03afa6ef 462 unittests/utils-selftests.c \
cf57ad6d 463 unittests/vec-utils-selftests.c \
c3d7b541 464 unittests/xml-utils-selftests.c
07e253aa 465
74cd3f9d 466SELFTESTS_OBS = $(patsubst %.c,%.o,$(SELFTESTS_SRCS))
07e253aa 467
66599a7d
TT
468SUBDIR_TARGET_SRCS = target/waitstatus.c
469SUBDIR_TARGET_OBS = $(patsubst %.c,%.o,$(SUBDIR_TARGET_SRCS))
470
471
c906108c
SS
472# Opcodes currently live in one of two places. Either they are in the
473# opcode library, typically ../opcodes, or they are in a header file
474# in INCLUDE_DIR.
475# Where is the "-lopcodes" library, with (some of) the opcode tables and
476# disassemblers?
460e6ec3
AC
477OPCODES_DIR = ../opcodes
478OPCODES_SRC = $(srcdir)/$(OPCODES_DIR)
479OPCODES = $(OPCODES_DIR)/libopcodes.a
c906108c
SS
480# Where are the other opcode tables which only have header file
481# versions?
482OP_INCLUDE = $(INCLUDE_DIR)/opcode
f16f7b7c 483# See TOP_CFLAGS as well.
a8a5dbca 484OPCODES_CFLAGS = -I$(OP_INCLUDE)
c906108c 485
f16f7b7c
TT
486# Allow includes like "opcodes/mumble.h".
487TOP_CFLAGS = -I$(top_srcdir)/..
488
c906108c
SS
489# The simulator is usually nonexistent; targets that include one
490# should set this to list all the .o or .a files to be linked in.
9b624dbe 491SIM = @SIM@
c906108c 492
cd0fc7c3
SS
493WIN32LIBS = @WIN32LIBS@
494
5062cc19
KS
495# Tcl et al cflags and libraries
496TCL = @TCL_LIBRARY@
497TCL_CFLAGS = @TCL_INCLUDE@
3fc11d3e
JM
498GDBTKLIBS = @GDBTKLIBS@
499# Extra flags that the GDBTK files need:
500GDBTK_CFLAGS = @GDBTK_CFLAGS@
501
5062cc19
KS
502TK = @TK_LIBRARY@
503TK_CFLAGS = @TK_INCLUDE@
3fc11d3e 504
3fc11d3e
JM
505X11_CFLAGS = @TK_XINCLUDES@
506X11_LDFLAGS =
507X11_LIBS =
508
509WIN32LDAPP = @WIN32LDAPP@
510
3fc11d3e
JM
511LIBGUI = @LIBGUI@
512GUI_CFLAGS_X = @GUI_CFLAGS_X@
50cc587f 513IDE_CFLAGS = $(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
4226a5a5 514
5062cc19
KS
515ALL_TCL_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
516
f0b743a9
KS
517# The version of gdbtk we're building. This should be kept
518# in sync with GDBTK_VERSION and friends in gdbtk.h.
519GDBTK_VERSION = 1.0
520GDBTK_LIBRARY = $(datadir)/insight$(GDBTK_VERSION)
521
d1c3b63a
KS
522# Gdbtk requires an absolute path to the source directory or
523# the testsuite won't run properly.
524GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
525
4226a5a5 526SUBDIR_GDBTK_OBS = \
b593ecca
SM
527 gdbtk.o \
528 gdbtk-bp.o \
529 gdbtk-cmds.o \
530 gdbtk-hooks.o \
531 gdbtk-interp.o \
532 gdbtk-register.o \
533 gdbtk-stack.o \
534 gdbtk-varobj.o \
535 gdbtk-wrapper.o
536
4226a5a5 537SUBDIR_GDBTK_SRCS = \
b593ecca
SM
538 gdbtk/generic/gdbtk.c \
539 gdbtk/generic/gdbtk-bp.c \
540 gdbtk/generic/gdbtk-cmds.c \
541 gdbtk/generic/gdbtk-hooks.c \
b9fb98bd 542 gdbtk/generic/gdbtk-interp.c \
b593ecca
SM
543 gdbtk/generic/gdbtk-main.c \
544 gdbtk/generic/gdbtk-register.c \
545 gdbtk/generic/gdbtk-stack.c \
546 gdbtk/generic/gdbtk-varobj.c \
547 gdbtk/generic/gdbtk-wrapper.c
548
5062cc19 549SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
8629c02c
SM
550SUBDIR_GDBTK_LDFLAGS =
551SUBDIR_GDBTK_CFLAGS = -DGDBTK
c906108c 552
8629c02c
SM
553CONFIG_OBS = @CONFIG_OBS@
554CONFIG_SRCS = @CONFIG_SRCS@
555CONFIG_DEPS = @CONFIG_DEPS@
fb40c209 556CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
8629c02c
SM
557ENABLE_CFLAGS = @ENABLE_CFLAGS@
558CONFIG_ALL = @CONFIG_ALL@
559CONFIG_CLEAN = @CONFIG_CLEAN@
e56ac5c3
AC
560CONFIG_INSTALL = @CONFIG_INSTALL@
561CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
b292c783 562HAVE_NATIVE_GCORE_TARGET = @HAVE_NATIVE_GCORE_TARGET@
c906108c 563
f4382c45 564CONFIG_SRC_SUBDIR = arch cli dwarf2 mi compile tui unittests guile python \
69872622 565 target nat
b22c88c2
TT
566CONFIG_DEP_SUBDIR = $(addsuffix /$(DEPDIR),$(CONFIG_SRC_SUBDIR))
567
c906108c 568# -I. for config files.
f77b92bf 569# -I$(srcdir) for gdb internal headers.
c906108c
SS
570# -I$(srcdir)/config for more generic config files.
571
572# It is also possible that you will need to add -I/usr/include/sys if
573# your system doesn't have fcntl.h in /usr/include (which is where it
574# should be according to Posix).
575DEFS = @DEFS@
a0707f3c 576GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config \
2aecd87f 577 -DLOCALEDIR="\"$(localedir)\"" $(DEFS)
c906108c 578
a4ce5b0d
UW
579# MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
580GLOBAL_CFLAGS = $(MH_CFLAGS)
d28f9cdf
DJ
581
582PROFILE_CFLAGS = @PROFILE_CFLAGS@
c906108c 583
a994041d
PA
584# These are specifically reserved for setting from the command line
585# when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
1decb323 586CFLAGS = @CFLAGS@
a994041d 587CXXFLAGS = @CXXFLAGS@
9c612964 588CPPFLAGS = @CPPFLAGS@
c906108c 589
ac534cba
JB
590# Set by configure, for e.g. expat. Python installations are such that
591# C headers are included using their basename (for example, we #include
592# <Python.h> rather than, say, <python/Python.h>). Since the file names
593# are sometimes a little generic, we think that the risk of collision
594# with other header files is high. If that happens, we try to mitigate
595# a bit the consequences by putting the Python includes last in the list.
c8693053
RO
596INTERNAL_CPPFLAGS = $(CPPFLAGS) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@ \
597 @LARGEFILE_CPPFLAGS@
d3f4f91a 598
c906108c 599# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
46e9880c 600INTERNAL_CFLAGS_BASE = \
cf6de44d 601 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
711a72d3 602 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \
9b913628 603 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
01027315 604 $(INTL_CFLAGS) $(INCGNU) $(INCSUPPORT) $(ENABLE_CFLAGS) \
d138725a
AM
605 $(INTERNAL_CPPFLAGS) $(SRCHIGH_CFLAGS) $(TOP_CFLAGS) $(PTHREAD_CFLAGS) \
606 $(DEBUGINFOD_CFLAGS)
46e9880c 607INTERNAL_WARN_CFLAGS = $(INTERNAL_CFLAGS_BASE) $(GDB_WARN_CFLAGS)
d4f3574e 608INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
c906108c
SS
609
610# LDFLAGS is specifically reserved for setting from the command line
611# when running make.
697f7479 612LDFLAGS = @LDFLAGS@
c906108c
SS
613
614# Profiling options need to go here to work.
615# I think it's perfectly reasonable for a user to set -pg in CFLAGS
616# and have it work; that's why CFLAGS is here.
d28f9cdf 617# PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
a994041d 618INTERNAL_LDFLAGS = \
cf6de44d 619 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) \
5e030278 620 $(LDFLAGS) $(CONFIG_LDFLAGS) $(PTHREAD_CFLAGS)
c906108c 621
c906108c 622# Libraries and corresponding dependencies for compiling gdb.
36238dbc 623# XM_CLIBS, defined in *config files, have host-dependent libs.
c906108c 624# LIBIBERTY appears twice on purpose.
1776e3e5 625CLIBS = $(SIM) $(READLINE) $(OPCODES) $(LIBCTF) $(BFD) $(ZLIB) \
01027315 626 $(LIBSUPPORT) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
8fd32c1c 627 $(XM_CLIBS) $(GDBTKLIBS) \
ed3ef339 628 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
58bfce93 629 $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
975f45b7 630 $(WIN32LIBS) $(LIBGNU) $(LIBICONV) \
0d79cdc4 631 $(LIBMPFR) $(SRCHIGH_LIBS) $(LIBXXHASH) $(PTHREAD_LIBS) \
d138725a 632 $(DEBUGINFOD_LIBS)
1776e3e5 633CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(CTF_DEPS) \
01027315
TT
634 $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \
635 $(LIBSUPPORT)
c906108c 636
8629c02c 637DIST = gdb
c906108c 638
eb2dec72 639RUNTEST = runtest
8629c02c 640RUNTESTFLAGS =
c906108c 641
108546a0 642# XML files to build in to GDB.
b593ecca
SM
643XMLFILES = \
644 $(srcdir)/features/btrace.dtd \
645 $(srcdir)/features/btrace-conf.dtd \
646 $(srcdir)/features/gdb-target.dtd \
2268b414 647 $(srcdir)/features/library-list.dtd \
4d1eb6b4 648 $(srcdir)/features/library-list-aix.dtd \
b593ecca
SM
649 $(srcdir)/features/library-list-svr4.dtd \
650 $(srcdir)/features/osdata.dtd \
651 $(srcdir)/features/threads.dtd \
652 $(srcdir)/features/traceframe-info.dtd \
653 $(srcdir)/features/xinclude.dtd
108546a0 654
726e1356
PA
655# Build the ser-*.o files the host supports. This includes ser-unix.o
656# for any system that supports a POSIX interface to the serial port.
657# See configure.ac.
6688f7e9 658SER_HARDWIRE = @SER_HARDWIRE@
c906108c 659
c906108c 660# This is remote-sim.o if a simulator is to be linked in.
9b624dbe 661SIM_OBS = @SIM_OBS@
c906108c 662
a4ce5b0d
UW
663# Target-dependent object files.
664TARGET_OBS = @TARGET_OBS@
665
c0993dbe
UW
666# All target-dependent objects files that require 64-bit CORE_ADDR
667# (used with --enable-targets=all --enable-64-bit-bfd).
668ALL_64_TARGET_OBS = \
c0f84956 669 aarch64-fbsd-tdep.o \
b593ecca
SM
670 aarch64-linux-tdep.o \
671 aarch64-newlib-tdep.o \
e8bf1ce4 672 aarch64-ravenscar-thread.o \
b593ecca 673 aarch64-tdep.o \
03b62bbb 674 alpha-bsd-tdep.o \
b593ecca
SM
675 alpha-linux-tdep.o \
676 alpha-mdebug-tdep.o \
03b62bbb
SM
677 alpha-nbsd-tdep.o \
678 alpha-obsd-tdep.o \
b593ecca 679 alpha-tdep.o \
b593ecca
SM
680 amd64-darwin-tdep.o \
681 amd64-dicos-tdep.o \
03b62bbb 682 amd64-fbsd-tdep.o \
b593ecca 683 amd64-linux-tdep.o \
03b62bbb
SM
684 amd64-nbsd-tdep.o \
685 amd64-obsd-tdep.o \
b593ecca
SM
686 amd64-sol2-tdep.o \
687 amd64-tdep.o \
688 amd64-windows-tdep.o \
da434ccb 689 arch/aarch64.o \
0d28b0a5 690 arch/aarch64-insn.o \
f38307f5 691 arch/amd64.o \
b593ecca
SM
692 ia64-linux-tdep.o \
693 ia64-tdep.o \
694 ia64-vms-tdep.o \
03b62bbb
SM
695 mips64-obsd-tdep.o \
696 sparc64-fbsd-tdep.o \
b593ecca 697 sparc64-linux-tdep.o \
03b62bbb
SM
698 sparc64-nbsd-tdep.o \
699 sparc64-obsd-tdep.o \
b593ecca 700 sparc64-sol2-tdep.o \
03b62bbb 701 sparc64-tdep.o
c0993dbe
UW
702
703# All other target-dependent objects files (used with --enable-targets=all).
704ALL_TARGET_OBS = \
d105cce5 705 aarch32-tdep.o \
8d7f0635 706 arc-linux-tdep.o \
ad0a504f 707 arc-tdep.o \
d105cce5 708 arch/aarch32.o \
817a7585 709 arch/arc.o \
71917808
YQ
710 arch/arm.o \
711 arch/arm-get-next-pcs.o \
712 arch/arm-linux.o \
2081b2b2 713 arch/i386.o \
bd64614e 714 arch/ppc-linux-common.o \
b5ffee31 715 arch/riscv.o \
03b62bbb 716 arm-bsd-tdep.o \
7176dfd2 717 arm-fbsd-tdep.o \
b593ecca 718 arm-linux-tdep.o \
03b62bbb
SM
719 arm-nbsd-tdep.o \
720 arm-obsd-tdep.o \
e1c3a373 721 arm-pikeos-tdep.o \
b593ecca
SM
722 arm-symbian-tdep.o \
723 arm-tdep.o \
724 arm-wince-tdep.o \
d0c678e6 725 avr-tdep.o \
b593ecca
SM
726 bfin-linux-tdep.o \
727 bfin-tdep.o \
39791af2 728 bpf-tdep.o \
b593ecca
SM
729 bsd-uthread.o \
730 cris-linux-tdep.o \
731 cris-tdep.o \
9d24df82
HAQ
732 csky-linux-tdep.o \
733 csky-tdep.o \
4c1d2973 734 dicos-tdep.o \
a904c024 735 fbsd-tdep.o \
b593ecca
SM
736 frv-linux-tdep.o \
737 frv-tdep.o \
49d45b20 738 ft32-tdep.o \
b593ecca 739 glibc-tdep.o \
d0c678e6 740 h8300-tdep.o \
03b62bbb 741 hppa-bsd-tdep.o \
b593ecca 742 hppa-linux-tdep.o \
03b62bbb
SM
743 hppa-nbsd-tdep.o \
744 hppa-obsd-tdep.o \
b593ecca 745 hppa-tdep.o \
03b62bbb 746 i386-bsd-tdep.o \
b593ecca
SM
747 i386-darwin-tdep.o \
748 i386-dicos-tdep.o \
03b62bbb
SM
749 i386-fbsd-tdep.o \
750 i386-gnu-tdep.o \
8f10c932 751 i386-go32-tdep.o \
b593ecca 752 i386-linux-tdep.o \
03b62bbb 753 i386-nbsd-tdep.o \
b593ecca 754 i386-nto-tdep.o \
03b62bbb 755 i386-obsd-tdep.o \
b593ecca
SM
756 i386-sol2-tdep.o \
757 i386-tdep.o \
7a1998df 758 i386-windows-tdep.o \
b593ecca 759 i387-tdep.o \
d0c678e6 760 iq2000-tdep.o \
b593ecca 761 linux-record.o \
4aa995e1 762 linux-tdep.o \
c28c63d8 763 lm32-tdep.o \
d0c678e6 764 m32c-tdep.o \
b593ecca
SM
765 m32r-linux-tdep.o \
766 m32r-tdep.o \
d0c678e6 767 m68hc11-tdep.o \
03b62bbb
SM
768 m68k-bsd-tdep.o \
769 m68k-linux-tdep.o \
b593ecca 770 m68k-tdep.o \
d0c678e6 771 mep-tdep.o \
b593ecca
SM
772 microblaze-linux-tdep.o \
773 microblaze-tdep.o \
387360da 774 mips-fbsd-tdep.o \
b593ecca 775 mips-linux-tdep.o \
03b62bbb 776 mips-nbsd-tdep.o \
b593ecca
SM
777 mips-sde-tdep.o \
778 mips-tdep.o \
b593ecca
SM
779 mn10300-linux-tdep.o \
780 mn10300-tdep.o \
6d10c194 781 moxie-tdep.o \
586cf749 782 msp430-tdep.o \
b593ecca 783 nbsd-tdep.o \
a28d8e50 784 nds32-tdep.o \
b593ecca
SM
785 nios2-linux-tdep.o \
786 nios2-tdep.o \
d0c678e6 787 nto-tdep.o \
b593ecca 788 obsd-tdep.o \
42e151bf 789 or1k-linux-tdep.o \
fdbe37e3 790 or1k-tdep.o \
03b62bbb 791 ppc-fbsd-tdep.o \
b593ecca 792 ppc-linux-tdep.o \
03b62bbb
SM
793 ppc-nbsd-tdep.o \
794 ppc-obsd-tdep.o \
b593ecca
SM
795 ppc-ravenscar-thread.o \
796 ppc-sysv-tdep.o \
797 ppc64-tdep.o \
b593ecca 798 ravenscar-thread.o \
ed65e20b 799 riscv-fbsd-tdep.o \
52a187f8 800 riscv-linux-tdep.o \
db3ad2f0 801 riscv-ravenscar-thread.o \
dbbb1059 802 riscv-tdep.o \
b593ecca
SM
803 rl78-tdep.o \
804 rs6000-aix-tdep.o \
d5367fe1 805 rs6000-lynx178-tdep.o \
b593ecca 806 rs6000-tdep.o \
e5586183 807 rx-tdep.o \
51d21d60 808 s12z-tdep.o \
0e5fae36 809 s390-linux-tdep.o \
d6e58945 810 s390-tdep.o \
d0c678e6 811 score-tdep.o \
b593ecca 812 sh-linux-tdep.o \
03b62bbb 813 sh-nbsd-tdep.o \
b593ecca 814 sh-tdep.o \
d0c678e6 815 sol2-tdep.o \
b593ecca
SM
816 solib-aix.o \
817 solib-darwin.o \
818 solib-dsbt.o \
819 solib-frv.o \
b593ecca
SM
820 solib-svr4.o \
821 sparc-linux-tdep.o \
03b62bbb
SM
822 sparc-nbsd-tdep.o \
823 sparc-obsd-tdep.o \
b593ecca
SM
824 sparc-ravenscar-thread.o \
825 sparc-sol2-tdep.o \
826 sparc-tdep.o \
d0c678e6 827 symfile-mem.o \
b593ecca
SM
828 tic6x-linux-tdep.o \
829 tic6x-tdep.o \
830 tilegx-linux-tdep.o \
831 tilegx-tdep.o \
832 v850-tdep.o \
03b62bbb 833 vax-nbsd-tdep.o \
b593ecca 834 vax-tdep.o \
b7f6bf22 835 windows-tdep.o \
1d509aa6 836 x86-tdep.o \
b593ecca
SM
837 xcoffread.o \
838 xstormy16-tdep.o \
839 xtensa-config.o \
840 xtensa-linux-tdep.o \
841 xtensa-tdep.o
d0c678e6 842
21ea5acd
SDJ
843# The following native-target dependent variables are defined on
844# configure.nat.
845NAT_FILE = @NAT_FILE@
846NATDEPFILES = @NATDEPFILES@
847NAT_CDEPS = @NAT_CDEPS@
848LOADLIBES = @LOADLIBES@
849MH_CFLAGS = @MH_CFLAGS@
850XM_CLIBS = @XM_CLIBS@
851NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
a0a461e5 852NM_H = @NM_H@
21ea5acd
SDJ
853HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
854
855# Native-target dependent makefile fragment comes in here.
2b351b19 856@nat_makefile_frag@
21ea5acd
SDJ
857
858# End of native-target dependent variables.
c906108c
SS
859
860FLAGS_TO_PASS = \
861 "prefix=$(prefix)" \
862 "exec_prefix=$(exec_prefix)" \
6688f7e9 863 "infodir=$(infodir)" \
89a34d1b
JM
864 "datarootdir=$(datarootdir)" \
865 "docdir=$(docdir)" \
866 "htmldir=$(htmldir)" \
9453113a 867 "pdfdir=$(pdfdir)" \
36af0b35
L
868 "libdir=$(libdir)" \
869 "mandir=$(mandir)" \
870 "datadir=$(datadir)" \
871 "includedir=$(includedir)" \
c906108c 872 "against=$(against)" \
c938e9b0 873 "DESTDIR=$(DESTDIR)" \
c906108c
SS
874 "AR=$(AR)" \
875 "AR_FLAGS=$(AR_FLAGS)" \
876 "CC=$(CC)" \
877 "CFLAGS=$(CFLAGS)" \
c906108c 878 "CXX=$(CXX)" \
0bcda685 879 "CXX_DIALECT=$(CXX_DIALECT)" \
c906108c
SS
880 "CXXFLAGS=$(CXXFLAGS)" \
881 "DLLTOOL=$(DLLTOOL)" \
ed363b1b 882 "LDFLAGS=$(LDFLAGS)" \
c906108c
SS
883 "RANLIB=$(RANLIB)" \
884 "MAKEINFO=$(MAKEINFO)" \
5048e516
JK
885 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
886 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
085dd6e6
JM
887 "MAKEHTML=$(MAKEHTML)" \
888 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
c906108c
SS
889 "INSTALL=$(INSTALL)" \
890 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
4869db5e 891 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
c906108c
SS
892 "INSTALL_DATA=$(INSTALL_DATA)" \
893 "RUNTEST=$(RUNTEST)" \
894 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
895
896# Flags that we pass when building the testsuite.
897
898# empty for native, $(target_alias)/ for cross
899target_subdir = @target_subdir@
900
901CC_FOR_TARGET = ` \
902 if [ -f $${rootme}/../gcc/xgcc ] ; then \
903 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
904 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
905 else \
906 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
907 fi; \
908 else \
909 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
910 echo $(CC); \
911 else \
912 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
913 fi; \
914 fi`
915
c906108c 916CXX_FOR_TARGET = ` \
3bc3d82a 917 if [ -f $${rootme}/../gcc/xg++ ] ; then \
c906108c 918 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
3bc3d82a 919 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
c906108c 920 else \
3bc3d82a 921 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
c906108c
SS
922 fi; \
923 else \
924 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
925 echo $(CXX); \
926 else \
3bc3d82a 927 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
c906108c
SS
928 fi; \
929 fi`
930
c906108c
SS
931# The use of $$(x_FOR_TARGET) reduces the command line length by not
932# duplicating the lengthy definition.
933TARGET_FLAGS_TO_PASS = \
934 "prefix=$(prefix)" \
935 "exec_prefix=$(exec_prefix)" \
936 "against=$(against)" \
937 'CC=$$(CC_FOR_TARGET)' \
938 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
939 "CFLAGS=$(CFLAGS)" \
c906108c
SS
940 'CXX=$$(CXX_FOR_TARGET)' \
941 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
942 "CXXFLAGS=$(CXXFLAGS)" \
943 "INSTALL=$(INSTALL)" \
944 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
945 "INSTALL_DATA=$(INSTALL_DATA)" \
946 "MAKEINFO=$(MAKEINFO)" \
085dd6e6 947 "MAKEHTML=$(MAKEHTML)" \
c906108c 948 "RUNTEST=$(RUNTEST)" \
59dd3af6 949 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
6d03af93
PA
950 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
951 "TESTS=$(TESTS)"
c906108c
SS
952
953# All source files that go into linking GDB.
c906108c 954
b5adff3b
TT
955# Files that should wind up in SFILES and whose corresponding .o
956# should be in COMMON_OBS.
957COMMON_SFILES = \
b593ecca
SM
958 ada-lang.c \
959 ada-tasks.c \
960 ada-typeprint.c \
961 ada-valprint.c \
181875a4 962 ada-varobj.c \
b593ecca 963 addrmap.c \
d1feda86 964 agent.c \
08f10e02 965 alloc.c \
b593ecca
SM
966 annotate.c \
967 arch-utils.c \
93b54c8e 968 async-event.c \
b593ecca
SM
969 auto-load.c \
970 auxv.c \
18ca7347
TT
971 ax-gdb.c \
972 ax-general.c \
bba2d28d
AC
973 bcache.c \
974 bfd-target.c \
b593ecca
SM
975 block.c \
976 blockframe.c \
977 break-catch-sig.c \
10304ef3 978 break-catch-syscall.c \
b593ecca
SM
979 break-catch-throw.c \
980 breakpoint.c \
981 btrace.c \
982 build-id.c \
0baae8db 983 buildsym-legacy.c \
b593ecca 984 buildsym.c \
b593ecca
SM
985 c-lang.c \
986 c-typeprint.c \
987 c-valprint.c \
988 c-varobj.c \
989 charset.c \
990 cli-out.c \
991 coff-pe-read.c \
992 coffread.c \
993 complaints.c \
994 completer.c \
995 continuations.c \
996 copying.c \
997 corefile.c \
998 corelow.c \
999 cp-abi.c \
b593ecca
SM
1000 cp-namespace.c \
1001 cp-support.c \
1002 cp-valprint.c \
30d1f018 1003 ctfread.c \
b593ecca
SM
1004 d-lang.c \
1005 d-namespace.c \
1006 d-valprint.c \
1007 dbxread.c \
18ca7347 1008 dcache.c \
4f04fba8 1009 debug.c \
0d79cdc4 1010 debuginfod-support.c \
b593ecca
SM
1011 dictionary.c \
1012 disasm.c \
b593ecca 1013 dummy-frame.c \
3054dd54 1014 dwarf2/abbrev.c \
162dce55 1015 dwarf2/attribute.c \
4057dfde 1016 dwarf2/comp-unit.c \
0314b390 1017 dwarf2/dwz.c \
82ca8957
TT
1018 dwarf2/expr.c \
1019 dwarf2/frame-tailcall.c \
1020 dwarf2/frame.c \
1021 dwarf2/index-cache.c \
1022 dwarf2/index-common.c \
1023 dwarf2/index-write.c \
f4382c45 1024 dwarf2/leb.c \
8fdd972c 1025 dwarf2/line-header.c \
82ca8957 1026 dwarf2/loc.c \
c90ec28a 1027 dwarf2/macro.c \
82ca8957 1028 dwarf2/read.c \
2c86cff9 1029 dwarf2/section.c \
2b2558bf 1030 dwarf2/stringify.c \
b593ecca 1031 eval.c \
b593ecca
SM
1032 event-top.c \
1033 exceptions.c \
981e0c0c 1034 exec.c \
b593ecca
SM
1035 expprint.c \
1036 extension.c \
b593ecca
SM
1037 f-lang.c \
1038 f-typeprint.c \
1039 f-valprint.c \
4f04fba8 1040 filename-seen-cache.c \
b593ecca
SM
1041 filesystem.c \
1042 findcmd.c \
1043 findvar.c \
1044 frame.c \
1045 frame-base.c \
1046 frame-unwind.c \
1047 gcore.c \
f10ffa41 1048 gdb-demangle.c \
b593ecca 1049 gdb_bfd.c \
b593ecca 1050 gdb_obstack.c \
2d7cc5c7 1051 gdb_regex.c \
b593ecca
SM
1052 gdbarch.c \
1053 gdbtypes.c \
1054 gnu-v2-abi.c \
1055 gnu-v3-abi.c \
b593ecca
SM
1056 go-lang.c \
1057 go-typeprint.c \
1058 go-valprint.c \
1059 inf-child.c \
04714b91
AC
1060 inf-loop.c \
1061 infcall.c \
b593ecca
SM
1062 infcmd.c \
1063 inferior.c \
97a34db9 1064 inflow.c \
b593ecca 1065 infrun.c \
edb3359d 1066 inline-frame.c \
4389a95a 1067 interps.c \
b593ecca
SM
1068 jit.c \
1069 language.c \
1070 linespec.c \
1071 location.c \
b593ecca
SM
1072 m2-lang.c \
1073 m2-typeprint.c \
1074 m2-valprint.c \
1075 macrocmd.c \
1076 macroexp.c \
1077 macroscope.c \
1078 macrotab.c \
1079 main.c \
1080 maint.c \
9d0faba9 1081 maint-test-options.c \
dca0f6c0 1082 maint-test-settings.c \
b593ecca
SM
1083 mdebugread.c \
1084 mem-break.c \
1085 memattr.c \
1086 memory-map.c \
1087 memrange.c \
1088 minidebug.c \
1089 minsyms.c \
1090 mipsread.c \
22cee43f 1091 namespace.c \
f2e8016f 1092 objc-lang.c \
b593ecca 1093 objfiles.c \
76727919 1094 observable.c \
f4b8a18d 1095 opencl-lang.c \
b593ecca
SM
1096 osabi.c \
1097 osdata.c \
b593ecca
SM
1098 p-lang.c \
1099 p-typeprint.c \
1100 p-valprint.c \
1101 parse.c \
1102 printcmd.c \
1103 probe.c \
3b3dac9b 1104 process-stratum-target.c \
b32b108a 1105 producer.c \
b593ecca 1106 progspace.c \
5ed8105e 1107 progspace-and-thread.c \
b593ecca
SM
1108 prologue-value.c \
1109 psymtab.c \
1110 record.c \
1111 record-btrace.c \
1112 record-full.c \
1113 regcache.c \
4c74fe6b 1114 regcache-dump.c \
b593ecca 1115 reggroups.c \
4f04fba8 1116 registry.c \
18ca7347
TT
1117 remote.c \
1118 remote-fileio.c \
1119 remote-notif.c \
b593ecca 1120 reverse.c \
9411c49e 1121 run-on-main-thread.c \
b593ecca 1122 rust-lang.c \
b593ecca 1123 sentinel-frame.c \
b593ecca 1124 ser-event.c \
b593ecca
SM
1125 serial.c \
1126 skip.c \
b593ecca
SM
1127 solib.c \
1128 solib-target.c \
1129 source.c \
62f29fda 1130 source-cache.c \
b593ecca
SM
1131 stabsread.c \
1132 stack.c \
b593ecca 1133 std-regs.c \
b593ecca
SM
1134 symfile.c \
1135 symfile-debug.c \
b593ecca
SM
1136 symmisc.c \
1137 symtab.c \
1138 target.c \
121b3efd 1139 target-connection.c \
b593ecca
SM
1140 target-dcache.c \
1141 target-descriptions.c \
1142 target-memory.c \
c180496d 1143 test-target.c \
b593ecca 1144 thread.c \
08036331 1145 thread-iter.c \
b593ecca
SM
1146 tid-parse.c \
1147 top.c \
518fe38c 1148 tracectf.c \
18ca7347
TT
1149 tracefile.c \
1150 tracefile-tfile.c \
1151 tracepoint.c \
a0f267c7 1152 trad-frame.c \
d2259dd3 1153 tramp-frame.c \
70100014 1154 target-float.c \
dac43e32 1155 type-stack.c \
a0f267c7 1156 typeprint.c \
b593ecca 1157 ui-file.c \
b593ecca 1158 ui-out.c \
eedeedd2 1159 ui-style.c \
eb8bc282 1160 user-regs.c \
b593ecca
SM
1161 utils.c \
1162 valarith.c \
1163 valops.c \
1164 valprint.c \
1165 value.c \
1166 varobj.c \
1167 xml-support.c \
a96d9b2e 1168 xml-syscall.c \
b5adff3b
TT
1169 xml-tdesc.c
1170
1171# Links made at configuration time should not be specified here, since
1172# SFILES is used in building the distribution archive.
1173SFILES = \
1174 ada-exp.y \
1175 arch/i386.c \
b5adff3b
TT
1176 c-exp.y \
1177 cp-name-parser.y \
b5adff3b
TT
1178 d-exp.y \
1179 dtrace-probe.c \
1180 elfread.c \
1181 f-exp.y \
1182 gdb.c \
1183 go-exp.y \
b5adff3b
TT
1184 m2-exp.y \
1185 p-exp.y \
1186 proc-service.list \
b5adff3b
TT
1187 rust-exp.y \
1188 ser-base.c \
1189 ser-unix.c \
1190 sol-thread.c \
1191 stap-probe.c \
1192 stub-termcap.c \
1193 symfile-mem.c \
b5adff3b 1194 ui-file.h \
b593ecca 1195 mi/mi-common.c \
056dec39 1196 $(SUBDIR_CLI_SRCS) \
66599a7d 1197 $(SUBDIR_TARGET_SRCS) \
b5adff3b 1198 $(COMMON_SFILES) \
bb2ec1b3 1199 $(SUBDIR_GCC_COMPILE_SRCS)
c906108c 1200
c906108c
SS
1201# Header files that need to have srcdir added. Note that in the cases
1202# where we use a macro like $(gdbcmd_h), things are carefully arranged
1203# so that each .h file is listed exactly once (M-x tags-search works
1204# wrong if TAGS has files twice). Because this is tricky to get
1205# right, it is probably easiest just to list .h files here directly.
1206
2cb50f9d 1207HFILES_NO_SRCDIR = \
d105cce5 1208 aarch32-tdep.h \
e8bf1ce4 1209 aarch64-ravenscar-thread.h \
b593ecca
SM
1210 aarch64-tdep.h \
1211 ada-lang.h \
1212 addrmap.h \
03b62bbb 1213 alpha-bsd-tdep.h \
b593ecca 1214 alpha-tdep.h \
b593ecca
SM
1215 amd64-darwin-tdep.h \
1216 amd64-linux-tdep.h \
1217 amd64-nat.h \
1218 amd64-tdep.h \
1219 annotate.h \
1220 arc-tdep.h \
1221 arch-utils.h \
1222 arm-linux-tdep.h \
8dd8e1c7 1223 arm-nbsd-tdep.h \
b593ecca 1224 arm-tdep.h \
93b54c8e 1225 async-event.h \
b593ecca
SM
1226 auto-load.h \
1227 auxv.h \
1228 ax.h \
1229 ax-gdb.h \
1230 bcache.h \
1231 bfd-target.h \
1232 bfin-tdep.h \
1233 block.h \
1234 breakpoint.h \
1235 bsd-kvm.h \
1236 bsd-uthread.h \
1237 build-id.h \
0baae8db 1238 buildsym-legacy.h \
b593ecca
SM
1239 buildsym.h \
1240 c-lang.h \
1241 charset.h \
1242 charset-list.h \
1243 cli-out.h \
1244 coff-pe-read.h \
1245 command.h \
1246 complaints.h \
1247 completer.h \
1248 cp-abi.h \
1249 cp-support.h \
9d24df82 1250 csky-tdep.h \
b593ecca
SM
1251 d-lang.h \
1252 darwin-nat.h \
1253 dcache.h \
1254 defs.h \
b593ecca
SM
1255 dicos-tdep.h \
1256 dictionary.h \
1257 disasm.h \
b593ecca 1258 dummy-frame.h \
82ca8957
TT
1259 dwarf2/frame-tailcall.h \
1260 dwarf2/frame.h \
1261 dwarf2/expr.h \
1262 dwarf2/index-cache.h \
1263 dwarf2/index-common.h \
1264 dwarf2/loc.h \
1265 dwarf2/read.h \
b593ecca
SM
1266 event-top.h \
1267 exceptions.h \
1268 exec.h \
1269 expression.h \
1270 extension.h \
1271 extension-priv.h \
1272 f-lang.h \
1273 fbsd-nat.h \
1274 fbsd-tdep.h \
1275 filesystem.h \
1276 frame.h \
1277 frame-base.h \
1278 frame-unwind.h \
1279 frv-tdep.h \
1280 ft32-tdep.h \
1281 gcore.h \
b593ecca
SM
1282 gdb_bfd.h \
1283 gdb_curses.h \
b593ecca
SM
1284 gdb_expat.h \
1285 gdb_obstack.h \
1286 gdb_proc_service.h \
b593ecca
SM
1287 gdb_regex.h \
1288 gdb_select.h \
1289 gdb-stabs.h \
b593ecca
SM
1290 gdb_vfork.h \
1291 gdb_wchar.h \
1292 gdbarch.h \
1293 gdbcmd.h \
1294 gdbcore.h \
1295 gdbthread.h \
1296 gdbtypes.h \
1297 glibc-tdep.h \
1298 gnu-nat.h \
1299 go-lang.h \
1300 gregset.h \
03b62bbb 1301 hppa-bsd-tdep.h \
b593ecca
SM
1302 hppa-linux-offsets.h \
1303 hppa-tdep.h \
03b62bbb 1304 i386-bsd-nat.h \
b593ecca
SM
1305 i386-darwin-tdep.h \
1306 i386-linux-nat.h \
1307 i386-linux-tdep.h \
1308 i386-tdep.h \
b593ecca
SM
1309 i387-tdep.h \
1310 ia64-libunwind-tdep.h \
1311 ia64-tdep.h \
1312 inf-child.h \
1313 inf-loop.h \
1314 inf-ptrace.h \
1315 infcall.h \
1316 inferior.h \
1317 inflow.h \
1318 inline-frame.h \
1319 interps.h \
1320 jit.h \
1321 language.h \
1322 linespec.h \
1323 linux-fork.h \
1324 linux-nat.h \
1325 linux-record.h \
1326 linux-tdep.h \
1327 location.h \
1328 m2-lang.h \
1329 m32r-tdep.h \
1330 m68k-tdep.h \
b593ecca
SM
1331 macroexp.h \
1332 macroscope.h \
1333 macrotab.h \
1334 main.h \
1335 mdebugread.h \
1336 memattr.h \
1337 memory-map.h \
1338 memrange.h \
1339 microblaze-tdep.h \
1340 mips-linux-tdep.h \
03b62bbb 1341 mips-nbsd-tdep.h \
b593ecca 1342 mips-tdep.h \
b593ecca
SM
1343 mn10300-tdep.h \
1344 moxie-tdep.h \
1345 nbsd-nat.h \
1346 nbsd-tdep.h \
1347 nds32-tdep.h \
1348 nios2-tdep.h \
1349 nto-tdep.h \
1350 objc-lang.h \
1351 objfiles.h \
1352 obsd-nat.h \
1353 obsd-tdep.h \
1354 osabi.h \
1355 osdata.h \
1356 p-lang.h \
1357 parser-defs.h \
03b62bbb 1358 ppc-fbsd-tdep.h \
b593ecca 1359 ppc-linux-tdep.h \
03b62bbb
SM
1360 ppc-nbsd-tdep.h \
1361 ppc-obsd-tdep.h \
b593ecca
SM
1362 ppc-ravenscar-thread.h \
1363 ppc-tdep.h \
1364 ppc64-tdep.h \
b593ecca
SM
1365 probe.h \
1366 proc-utils.h \
1367 procfs.h \
1368 progspace.h \
5ed8105e 1369 progspace-and-thread.h \
b593ecca
SM
1370 prologue-value.h \
1371 psympriv.h \
1372 psymtab.h \
1373 ravenscar-thread.h \
1374 record.h \
1375 record-full.h \
1376 regcache.h \
1377 reggroups.h \
1378 regset.h \
1379 remote.h \
1380 remote-fileio.h \
1381 remote-notif.h \
ed65e20b 1382 riscv-fbsd-tdep.h \
db3ad2f0 1383 riscv-ravenscar-thread.h \
dbbb1059 1384 riscv-tdep.h \
b593ecca
SM
1385 rs6000-aix-tdep.h \
1386 rs6000-tdep.h \
9411c49e 1387 run-on-main-thread.h \
b593ecca 1388 s390-linux-tdep.h \
d6e58945 1389 s390-tdep.h \
b593ecca 1390 score-tdep.h \
79843d45 1391 selftest-arch.h \
b593ecca
SM
1392 sentinel-frame.h \
1393 ser-base.h \
1394 ser-event.h \
1395 ser-tcp.h \
1396 ser-unix.h \
1397 serial.h \
1398 sh-tdep.h \
b593ecca
SM
1399 sim-regno.h \
1400 skip.h \
1401 sol2-tdep.h \
1402 solib.h \
1403 solib-aix.h \
1404 solib-darwin.h \
b593ecca
SM
1405 solib-svr4.h \
1406 solib-target.h \
1407 solist.h \
1408 source.h \
62f29fda 1409 source-cache.h \
b593ecca
SM
1410 sparc-nat.h \
1411 sparc-ravenscar-thread.h \
1412 sparc-tdep.h \
1413 sparc64-tdep.h \
b593ecca
SM
1414 stabsread.h \
1415 stack.h \
1416 stap-probe.h \
1417 symfile.h \
1418 symtab.h \
1419 target.h \
1420 target-dcache.h \
1421 target-descriptions.h \
1422 terminal.h \
1423 tid-parse.h \
1424 top.h \
518fe38c 1425 tracectf.h \
b593ecca
SM
1426 tracefile.h \
1427 tracepoint.h \
1428 trad-frame.h \
70100014 1429 target-float.h \
b593ecca 1430 tramp-frame.h \
dac43e32 1431 type-stack.h \
b593ecca
SM
1432 typeprint.h \
1433 ui-file.h \
1434 ui-out.h \
eedeedd2 1435 ui-style.h \
b593ecca
SM
1436 user-regs.h \
1437 utils.h \
1438 valprint.h \
1439 value.h \
1440 varobj.h \
1441 varobj-iter.h \
1442 vax-tdep.h \
1443 windows-nat.h \
1444 windows-tdep.h \
03b62bbb 1445 x86-bsd-nat.h \
b593ecca
SM
1446 x86-linux-nat.h \
1447 x86-nat.h \
b593ecca 1448 xcoffread.h \
fec4e896 1449 xml-builtin.h \
b593ecca
SM
1450 xml-support.h \
1451 xml-syscall.h \
1452 xml-tdesc.h \
1453 xtensa-tdep.h \
d105cce5 1454 arch/aarch32.h \
da434ccb 1455 arch/aarch64.h \
b593ecca 1456 arch/aarch64-insn.h \
817a7585 1457 arch/arc.h \
b593ecca 1458 arch/arm.h \
5f035c07 1459 arch/i386.h \
bd64614e
PFC
1460 arch/ppc-linux-common.h \
1461 arch/ppc-linux-tdesc.h \
b5ffee31 1462 arch/riscv.h \
b593ecca
SM
1463 cli/cli-cmds.h \
1464 cli/cli-decode.h \
1465 cli/cli-script.h \
1466 cli/cli-setshow.h \
cbe56571 1467 cli/cli-style.h \
b593ecca 1468 cli/cli-utils.h \
b593ecca 1469 compile/compile.h \
b7dc48b4 1470 compile/compile-c.h \
078a0207 1471 compile/compile-cplus.h \
b7dc48b4
KS
1472 compile/compile-internal.h \
1473 compile/compile-object-load.h \
1474 compile/compile-object-run.h \
18cdc6d8 1475 compile/gcc-c-plugin.h \
078a0207 1476 compile/gcc-cp-plugin.h \
b593ecca
SM
1477 config/nm-linux.h \
1478 config/nm-nto.h \
1479 config/djgpp/langinfo.h \
1480 config/djgpp/nl_types.h \
b593ecca
SM
1481 config/i386/nm-i386gnu.h \
1482 config/sparc/nm-sol2.h \
b593ecca
SM
1483 mi/mi-cmds.h \
1484 mi/mi-common.h \
1485 mi/mi-console.h \
1486 mi/mi-getopt.h \
1487 mi/mi-main.h \
1488 mi/mi-out.h \
1489 mi/mi-parse.h \
1490 nat/aarch64-linux.h \
1491 nat/aarch64-linux-hw-point.h \
122394f1 1492 nat/aarch64-sve-linux-ptrace.h \
b593ecca 1493 nat/amd64-linux-siginfo.h \
ad5cba2a 1494 nat/gdb_ptrace.h \
b593ecca 1495 nat/gdb_thread_db.h \
2090129c 1496 nat/fork-inferior.h \
b593ecca
SM
1497 nat/linux-btrace.h \
1498 nat/linux-namespaces.h \
1499 nat/linux-nat.h \
1500 nat/linux-osdata.h \
1501 nat/linux-personality.h \
1502 nat/linux-ptrace.h \
1503 nat/linux-waitpid.h \
1504 nat/mips-linux-watch.h \
1505 nat/ppc-linux.h \
1506 nat/x86-cpuid.h \
1507 nat/x86-dregs.h \
1508 nat/x86-gcc-cpuid.h \
1509 nat/x86-linux.h \
1510 nat/x86-linux-dregs.h \
1511 python/py-event.h \
1512 python/py-events.h \
1513 python/py-stopevent.h \
1514 python/python.h \
1515 python/python-internal.h \
1516 regformats/regdef.h \
1517 target/resume.h \
1518 target/target.h \
1519 target/wait.h \
1520 target/waitstatus.h \
1521 tui/tui.h \
1522 tui/tui-command.h \
1523 tui/tui-data.h \
1524 tui/tui-disasm.h \
1525 tui/tui-file.h \
1526 tui/tui-hooks.h \
1527 tui/tui-io.h \
1528 tui/tui-layout.h \
1529 tui/tui-regs.h \
1530 tui/tui-source.h \
1531 tui/tui-stack.h \
1532 tui/tui-win.h \
1533 tui/tui-windata.h \
1534 tui/tui-wingeneral.h \
1d509aa6
MM
1535 tui/tui-winsource.h \
1536 x86-tdep.h
c906108c
SS
1537
1538# Header files that already have srcdir in them, or which are in objdir.
1539
b593ecca
SM
1540HFILES_WITH_SRCDIR = \
1541 ../bfd/bfd.h \
1542 jit-reader.h
c906108c 1543
c906108c
SS
1544# {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1545# default their values the way we do for SER_HARDWIRE; in the future
1546# maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1547# variables analogous to SER_HARDWIRE which get defaulted in this
1548# Makefile.in
1549
b8283aea 1550DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) $(SIM_OBS)
c906108c 1551
fb40c209 1552SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
8132723e 1553# Don't include YYFILES (*.c) because we already include *.y in SFILES,
c906108c
SS
1554# and it's more useful to see it in the .y file.
1555TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
b9ff61f8 1556 $(CONFIG_SRCS)
c906108c
SS
1557TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
1558
b9ff61f8 1559COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
6f3cdf9a 1560 mi/mi-common.o \
b593ecca 1561 version.o \
b593ecca 1562 xml-builtin.o \
b5adff3b 1563 $(patsubst %.c,%.o,$(COMMON_SFILES)) \
056dec39 1564 $(SUBDIR_CLI_OBS) \
66599a7d 1565 $(SUBDIR_TARGET_OBS) \
bb2ec1b3 1566 $(SUBDIR_GCC_COMPILE_OBS)
c906108c 1567
73cc7272 1568SUBDIRS = doc @subdirs@ data-directory
c971b7fa 1569CLEANDIRS = $(SUBDIRS)
c906108c 1570
9c9606fb
DE
1571# List of subdirectories in the build tree that must exist.
1572# This is used to force build failures in existing trees when
1573# a new directory is added.
1574# The format here is for the `case' shell command.
73cc7272 1575REQUIRED_SUBDIRS = doc | testsuite | data-directory
9c9606fb 1576
afa0a411 1577# Parser intermediate files.
b593ecca 1578YYFILES = \
8132723e 1579 ada-exp.c \
b593ecca
SM
1580 ada-lex.c \
1581 c-exp.c \
1582 cp-name-parser.c \
1583 d-exp.c \
1584 f-exp.c \
1585 go-exp.c \
1586 m2-exp.c \
1587 p-exp.c \
1588 rust-exp.c
1589
afa0a411
TT
1590# ada-lex.c is included by another file, so it shouldn't wind up as a
1591# .o itself.
1592YYOBJ = $(filter-out ada-lex.o,$(patsubst %.c,%.o,$(YYFILES)))
c906108c
SS
1593
1594# Things which need to be built when making a distribution.
1595
1596DISTSTUFF = $(YYFILES)
1597
a417dc56
RW
1598
1599# All generated files which can be included by another file.
b593ecca
SM
1600generated_files = \
1601 ada-lex.c \
1602 config.h \
b593ecca 1603 jit-reader.h \
a0a461e5
TT
1604 $(NAT_GENERATED_FILES) \
1605 $(NM_H)
a417dc56 1606
470dd0a6 1607# Flags needed to compile Python code
8629c02c 1608PYTHON_CFLAGS = @PYTHON_CFLAGS@
470dd0a6 1609
141ec9f6 1610all: gdb$(EXEEXT) $(CONFIG_ALL) gdb-gdb.py gdb-gdb.gdb
470dd0a6
SM
1611 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1612
1613# Rule for compiling .c files in the top-level gdb directory.
b22c88c2
TT
1614# The order-only dependencies ensure that we create the build subdirectories.
1615%.o: %.c | $(CONFIG_DEP_SUBDIR)
a417dc56
RW
1616 $(COMPILE) $<
1617 $(POSTCOMPILE)
c906108c 1618
b22c88c2
TT
1619$(CONFIG_DEP_SUBDIR):
1620 $(SHELL) $(srcdir)/../mkinstalldirs $@
1621
8fd8d003
TT
1622# Python files need special flags.
1623python/%.o: INTERNAL_CFLAGS += $(PYTHON_CFLAGS)
1624
470dd0a6 1625# Rules for compiling .c files in the various source subdirectories.
470dd0a6 1626%.o: $(srcdir)/gdbtk/generic/%.c
ef787763 1627 $(COMPILE) $(all_gdbtk_cflags) $<
470dd0a6
SM
1628 $(POSTCOMPILE)
1629
c906108c
SS
1630installcheck:
1631
1632# The check target can not use subdir_do, because subdir_do does not
1633# use TARGET_FLAGS_TO_PASS.
1634check: force
1635 @if [ -f testsuite/Makefile ]; then \
1636 rootme=`pwd`; export rootme; \
1637 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1638 cd testsuite; \
1639 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
1640 else true; fi
1641
7636ccf9
YQ
1642check-perf: force
1643 @if [ -f testsuite/Makefile ]; then \
1644 rootme=`pwd`; export rootme; \
1645 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1646 cd testsuite; \
1647 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-perf; \
1648 else true; fi
1649
2a31c623
PA
1650check-read1: force
1651 @if [ -f testsuite/Makefile ]; then \
1652 rootme=`pwd`; export rootme; \
1653 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1654 cd testsuite; \
1655 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-read1; \
1656 else true; fi
1657
e352bf0a
PA
1658check-parallel: force
1659 @if [ -f testsuite/Makefile ]; then \
1660 rootme=`pwd`; export rootme; \
1661 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1662 cd testsuite; \
1663 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-parallel; \
1664 else true; fi
1665
e75d110c
AO
1666# The idea is to parallelize testing of multilibs, for example:
1667# make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
1668# will run 3 concurrent sessions of check, eventually testing all 10
1669# combinations. GNU make is required for the % pattern to work, as is
1670# a shell that expands alternations within braces. If GNU make is not
59dd3af6
JK
1671# used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
1672# prevent serialized checking due to the passed RUNTESTFLAGS.
a5bbabf3 1673# FIXME: use config.status --config not --version, when available.
e75d110c
AO
1674check//%: force
1675 @if [ -f testsuite/config.status ]; then \
1676 rootme=`pwd`; export rootme; \
1677 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1678 target=`echo "$@" | sed 's,//.*,,'`; \
1679 variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
1680 vardots=`echo "$$variant" | sed 's,/,.,g'`; \
1681 testdir=testsuite.$$vardots; \
a5bbabf3
RW
1682 if [ ! -f $$testdir/Makefile ] && [ -f testsuite/config.status ]; then \
1683 configargs=`cd testsuite && ./config.status --version | \
1684 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
1685 $(SHELL) $(srcdir)/../mkinstalldirs $$testdir && \
1686 (cd $$testdir && \
1687 eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
1688 "\"--srcdir=\$$rootsrc/testsuite\"" \
1689 ); \
e75d110c
AO
1690 else :; fi && cd $$testdir && \
1691 $(MAKE) $(TARGET_FLAGS_TO_PASS) \
1692 RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
59dd3af6 1693 FORCE_PARALLEL=$(if $(FORCE_PARALLEL),1,$(if $(RUNTESTFLAGS),,1)) \
e75d110c
AO
1694 "$$target"; \
1695 else true; fi
1696
f71e1a8d
PA
1697# The set of headers checked by 'check-headers' by default.
1698CHECK_HEADERS = $(HFILES_NO_SRCDIR)
1699
1700# Try to compile each header in isolation, thus ensuring headers are
1701# self-contained.
1702#
1703# Defaults to checking all $HFILES_NO_SRCDIR headers.
1704#
1705# Do:
1706#
1707# make check-headers CHECK_HEADERS="header.h list.h"
1708#
1709# to check specific headers.
1710#
1711check-headers:
1712 @echo Checking headers.
1713 for i in $(CHECK_HEADERS) ; do \
e4241ace
YQ
1714 $(CXX) $(CXX_DIALECT) -x c++-header -c -fsyntax-only \
1715 $(INTERNAL_CFLAGS) -include defs.h $(srcdir)/$$i ; \
f71e1a8d
PA
1716 done
1717.PHONY: check-headers
1718
9453113a 1719info install-info clean-info dvi pdf install-pdf html install-html: force
c906108c
SS
1720 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
1721
c906108c 1722# Traditionally "install" depends on "all". But it may be useful
3cf93817 1723# not to; for example, if the user has made some trivial change to a
c906108c
SS
1724# source file and doesn't care about rebuilding or just wants to save the
1725# time it takes for make to check that all is up to date.
1726# install-only is intended to address that need.
f474844c
JZ
1727install: all
1728 @$(MAKE) $(FLAGS_TO_PASS) install-only
a96d9b2e 1729
aa2e2d8d 1730install-only: $(CONFIG_INSTALL)
c906108c 1731 transformed_name=`t='$(program_transform_name)'; \
95303a68 1732 echo gdb | sed -e "$$t"` ; \
c906108c
SS
1733 if test "x$$transformed_name" = x; then \
1734 transformed_name=gdb ; \
1735 else \
1736 true ; \
1737 fi ; \
c938e9b0 1738 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
48189bec 1739 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) gdb$(EXEEXT) \
72bdd927 1740 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
f997c383
SD
1741 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
1742 $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
b292c783
JK
1743 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
1744 then \
1745 transformed_name=`t='$(program_transform_name)'; \
1746 echo gcore | sed -e "$$t"` ; \
1747 if test "x$$transformed_name" = x; then \
1748 transformed_name=gcore ; \
1749 else \
1750 true ; \
1751 fi ; \
1752 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
4869db5e 1753 $(INSTALL_SCRIPT) gcore \
b292c783
JK
1754 $(DESTDIR)$(bindir)/$$transformed_name; \
1755 fi
ba643918
SDJ
1756 transformed_name=`t='$(program_transform_name)'; \
1757 echo gdb-add-index | sed -e "$$t"` ; \
1758 if test "x$$transformed_name" = x; then \
1759 transformed_name=gdb-add-index ; \
1760 else \
1761 true ; \
1762 fi ; \
23c4651c
EZ
1763 $(INSTALL_SCRIPT) $(srcdir)/contrib/gdb-add-index.sh \
1764 $(DESTDIR)$(bindir)/$$transformed_name
3cf93817 1765 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
226361c4 1766
4869db5e
RM
1767install-strip:
1768 $(MAKE) $(FLAGS_TO_PASS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1769 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1770 `test -z '$(STRIP)' || \
1771 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
1772
ed3ef339
DE
1773install-guile:
1774 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/guile/gdb
1775
94f7449c 1776install-python:
4d2dc20a 1777 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
c906108c 1778
e56ac5c3 1779uninstall: force $(CONFIG_UNINSTALL)
c906108c
SS
1780 transformed_name=`t='$(program_transform_name)'; \
1781 echo gdb | sed -e $$t` ; \
1782 if test "x$$transformed_name" = x; then \
1783 transformed_name=gdb ; \
1784 else \
1785 true ; \
1786 fi ; \
c938e9b0
L
1787 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
1788 $(DESTDIR)$(man1dir)/$$transformed_name.1
b292c783
JK
1789 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
1790 then \
1791 transformed_name=`t='$(program_transform_name)'; \
1792 echo gcore | sed -e "$$t"` ; \
1793 if test "x$$transformed_name" = x; then \
1794 transformed_name=gcore ; \
1795 else \
1796 true ; \
1797 fi ; \
1798 rm -f $(DESTDIR)$(bindir)/$$transformed_name; \
1799 fi
3cf93817 1800 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
c906108c 1801
fb4c6eba 1802# The C++ name parser can be built standalone for testing.
a417dc56
RW
1803test-cp-name-parser.o: cp-name-parser.c
1804 $(COMPILE) -DTEST_CPNAMES cp-name-parser.c
1805 $(POSTCOMPILE)
fb4c6eba 1806
847f5ce8 1807test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY)
39be3c7e
SM
1808 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) \
1809 -o test-cp-name-parser$(EXEEXT) test-cp-name-parser.o \
1810 $(LIBIBERTY)
fb4c6eba 1811
c906108c
SS
1812# We do this by grepping through sources. If that turns out to be too slow,
1813# maybe we could just require every .o file to have an initialization routine
9b4ff276 1814# of a given name (top.o -> _initialize_top, etc.).
c906108c
SS
1815#
1816# Formatting conventions: The name of the _initialize_* routines must start
1817# in column zero, and must not be inside #if.
1818#
1819# Note that the set of files with init functions might change, or the names
1820# of the functions might change, so this files needs to depend on all the
b180d0a2
TT
1821# source files that will be linked into gdb. However, due to the way
1822# this Makefile has generally been written, we do this indirectly, by
1823# computing the list of source files from the list of object files.
defc864c 1824
b180d0a2
TT
1825INIT_FILES = \
1826 $(patsubst %.o,%.c, \
1827 $(patsubst %-exp.o,%-exp.y, \
69872622 1828 $(filter-out init.o version.o %_S.o %_U.o,\
b180d0a2 1829 $(COMMON_OBS))))
dd12a101 1830
1998086d
TT
1831init.c: stamp-init; @true
1832stamp-init: $(INIT_FILES)
39be3c7e 1833 @$(ECHO_INIT_C) echo "Making init.c"
6426a772 1834 @rm -f init.c-tmp init.l-tmp
defc864c 1835 @touch init.c-tmp
b180d0a2
TT
1836 @-for f in $(INIT_FILES); do \
1837 sed -n -e 's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' \
1838 $(srcdir)/$$f 2>/dev/null; \
c88c222e 1839 done > init.l-tmp
6426a772
JM
1840 @echo '/* Do not modify this file. */' >>init.c-tmp
1841 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
defc864c 1842 @echo '#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
ca7b0bbc 1843 @echo 'extern void initialize_all_files(void);' >>init.c-tmp
defc864c 1844 @sed -e 's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp >>init.c-tmp
6426a772
JM
1845 @echo 'void' >>init.c-tmp
1846 @echo 'initialize_all_files (void)' >>init.c-tmp
1847 @echo '{' >>init.c-tmp
defc864c 1848 @sed -e 's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp >>init.c-tmp
c906108c 1849 @echo '}' >>init.c-tmp
1998086d
TT
1850 @$(SHELL) $(srcdir)/../move-if-change init.c-tmp init.c
1851 @echo stamp > stamp-init
c906108c
SS
1852
1853.PRECIOUS: init.c
1854
8574e74b
JK
1855# Create a library of the gdb object files and build GDB by linking
1856# against that.
1857#
1858# init.o is very important. It pulls in the rest of GDB.
8ff03f0b 1859LIBGDB_OBS = $(sort $(COMMON_OBS)) init.o
8574e74b
JK
1860libgdb.a: $(LIBGDB_OBS)
1861 -rm -f libgdb.a
1862 $(AR) q libgdb.a $(LIBGDB_OBS)
1863 $(RANLIB) libgdb.a
1864
c906108c 1865# Removing the old gdb first works better if it is running, at least on SunOS.
31278b51 1866gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(CDEPS) $(TDEPLIBS)
39be3c7e
SM
1867 $(SILENCE) rm -f gdb$(EXEEXT)
1868 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
8574e74b 1869 -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \
f15ab4a7 1870 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
44cee4fd
TT
1871ifneq ($(CODESIGN_CERT),)
1872 $(ECHO_SIGN) $(CODESIGN) -s $(CODESIGN_CERT) gdb$(EXEEXT)
1873endif
c906108c 1874
aa2e2d8d
DE
1875# Convenience rule to handle recursion.
1876.PHONY: all-data-directory
1877all-data-directory: data-directory/Makefile
1878 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=data-directory subdir_do
1879
c906108c
SS
1880# This is useful when debugging GDB, because some Unix's don't let you run GDB
1881# on itself without copying the executable. So "make gdb1" will make
1882# gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
1883# Removing gdb1 before the copy is the right thing if gdb1 is open
1884# in another process.
1885gdb1$(EXEEXT): gdb$(EXEEXT)
1886 rm -f gdb1$(EXEEXT)
1887 cp gdb$(EXEEXT) gdb1$(EXEEXT)
1888
c906108c
SS
1889# Put the proper machine-specific files first, so M-. on a machine
1890# specific routine gets the one for the correct machine. (FIXME: those
1891# files go in twice; we should be removing them from the main list).
1892
1893# TAGS depends on all the files that go into it so you can rebuild TAGS
1894# with `make TAGS' and not have to say `rm TAGS' first.
1895
cfd53605 1896GDB_NM_FILE = @GDB_NM_FILE@
5998129b 1897TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
c906108c 1898 @echo Making TAGS
9025569e 1899 etags `(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
bd31016f 1900 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
c906108c
SS
1901 echo $(srcdir)/$$i ; \
1902 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
1903 echo $$i ; \
1904 done) | sed -e 's/\.o$$/\.c/'` \
1905 `find $(srcdir)/config -name '*.h' -print`
1906
1907tags: TAGS
1908
b3a90332 1909clean mostlyclean: $(CONFIG_CLEAN)
e28b3332 1910 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do
31278b51 1911 rm -f *.o *.a *~ init.c-tmp init.l-tmp version.c-tmp
5d3c3a68 1912 rm -f init.c stamp-init version.c stamp-version
104c1213 1913 rm -f gdb$(EXEEXT) core make.log
c906108c 1914 rm -f gdb[0-9]$(EXEEXT)
847f5ce8 1915 rm -f test-cp-name-parser$(EXEEXT)
05a4558a 1916 rm -f xml-builtin.c stamp-xml
3c54f140 1917 rm -f $(DEPDIR)/*
f38307f5
YQ
1918 for i in $(CONFIG_SRC_SUBDIR); do \
1919 rm -f $$i/*.o; \
1920 rm -f $$i/$(DEPDIR)/*; \
1921 done
fb4c6eba 1922
8132723e 1923# This used to depend on c-exp.c m2-exp.c TAGS
c906108c
SS
1924# I believe this is wrong; the makefile standards for distclean just
1925# describe removing files; the only sort of "re-create a distribution"
1926# functionality described is if the distributed files are unmodified.
1927distclean: clean
e28b3332 1928 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do
141ec9f6
SM
1929 rm -f nm.h config.status config.h stamp-h b jit-reader.h
1930 rm -f gdb-gdb.py gdb-gdb.gdb
c906108c
SS
1931 rm -f y.output yacc.acts yacc.tmp y.tab.h
1932 rm -f config.log config.cache
1933 rm -f Makefile
a417dc56 1934 rm -rf $(DEPDIR)
f38307f5 1935 for i in $(CONFIG_SRC_SUBDIR); do \
5dcf52c1 1936 if test -d $$i/$(DEPDIR); then rmdir $$i/$(DEPDIR); fi \
f38307f5 1937 done
c906108c
SS
1938
1939maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
1940realclean: maintainer-clean
1941
1942local-maintainer-clean:
1943 @echo "This command is intended for maintainers to use;"
1944 @echo "it deletes files that may require special tools to rebuild."
8132723e 1945 rm -f c-exp.c \
847f5ce8 1946 cp-name-parser.c \
8132723e 1947 ada-lex.c ada-exp.c \
edef7b8c 1948 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
7ff6138b 1949 rm -f TAGS
c906108c 1950 rm -f $(YYFILES)
db985757 1951 rm -f nm.h config.status
c906108c
SS
1952
1953do-maintainer-clean:
e28b3332 1954 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(CLEANDIRS)" \
c906108c
SS
1955 subdir_do
1956
ddc9cd0f 1957diststuff: $(DISTSTUFF) $(PACKAGE).pot $(CATALOGS)
1a645206 1958 cd doc; $(MAKE) $(MFLAGS) diststuff
c906108c
SS
1959
1960subdir_do: force
1961 @for i in $(DODIRS); do \
9c9606fb
DE
1962 case $$i in \
1963 $(REQUIRED_SUBDIRS)) \
1964 if [ ! -f ./$$i/Makefile ] ; then \
1965 echo "Missing $$i/Makefile" >&2 ; \
1966 exit 1 ; \
1967 fi ;; \
1968 esac ; \
c906108c
SS
1969 if [ -f ./$$i/Makefile ] ; then \
1970 if (cd ./$$i; \
1971 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
1972 else exit 1 ; fi ; \
1973 else true ; fi ; \
1974 done
1975
21ea5acd 1976Makefile: Makefile.in config.status
c5adaa19 1977 $(SHELL) config.status $@
aa11fd3f 1978
21ea5acd 1979data-directory/Makefile: data-directory/Makefile.in config.status
c5adaa19 1980 $(SHELL) config.status $@
aa2e2d8d 1981
9b557b58
DE
1982.PHONY: run
1983run: Makefile
1984 ./gdb$(EXEEXT) --data-directory=`pwd`/data-directory $(GDBFLAGS)
1985
f997c383
SD
1986jit-reader.h: $(srcdir)/jit-reader.in
1987 $(SHELL) config.status $@
1988
b292c783
JK
1989gcore: $(srcdir)/gcore.in
1990 $(SHELL) config.status $@
1991
141ec9f6
SM
1992gdb-gdb.py: $(srcdir)/gdb-gdb.py.in
1993 $(SHELL) config.status $@
1994
1995gdb-gdb.gdb: $(srcdir)/gdb-gdb.gdb.in
1996 $(SHELL) config.status $@
1997
c906108c 1998config.h: stamp-h ; @true
1983cb9a 1999stamp-h: $(srcdir)/config.in config.status
c5adaa19 2000 $(SHELL) config.status config.h
4e8d927d 2001
a0a461e5
TT
2002nm.h: stamp-nmh ; @true
2003stamp-nmh: config.status
2004 $(SHELL) config.status nm.h
2005
baf00c2d 2006config.status: $(srcdir)/configure configure.nat configure.tgt configure.host ../bfd/development.sh
c906108c
SS
2007 $(SHELL) config.status --recheck
2008
1983cb9a 2009ACLOCAL = aclocal
c971b7fa 2010ACLOCAL_AMFLAGS = -I ../config
7d928dac
PA
2011
2012# Keep these in sync with the includes in acinclude.m4.
1983cb9a
RW
2013aclocal_m4_deps = \
2014 configure.ac \
c971b7fa 2015 acx_configure_dir.m4 \
f6a88844 2016 transform.m4 \
1983cb9a
RW
2017 ../bfd/bfd.m4 \
2018 ../config/acinclude.m4 \
1776e3e5 2019 ../config/enable.m4 \
7d928dac
PA
2020 ../config/plugins.m4 \
2021 ../config/lead-dot.m4 \
1983cb9a 2022 ../config/override.m4 \
7d928dac 2023 ../config/largefile.m4 \
1983cb9a
RW
2024 ../config/gettext-sister.m4 \
2025 ../config/lib-ld.m4 \
2026 ../config/lib-prefix.m4 \
2027 ../config/lib-link.m4 \
2028 ../config/acx.m4 \
2029 ../config/tcl.m4 \
2030 ../config/depstand.m4 \
2031 ../config/lcmessage.m4 \
7d928dac 2032 ../config/codeset.m4 \
5e030278
TT
2033 ../config/zlib.m4 \
2034 ../config/ax_pthread.m4
1983cb9a
RW
2035
2036$(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
2037 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2038
2039AUTOCONF = autoconf
2040configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
2041$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2042 cd $(srcdir) && $(AUTOCONF)
2043
2044AUTOHEADER = autoheader
2045$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2046 cd $(srcdir) && $(AUTOHEADER)
2047 rm -f stamp-h
2048 touch $@
2049
2050# automatic rebuilding in automake-generated Makefiles requires
2051# this rule in the toplevel Makefile, which, with GNU make, causes
2052# the desired updates through the implicit regeneration of the Makefile
2053# and all of its prerequisites.
2054am--refresh:
2055 @:
2056
c906108c
SS
2057force:
2058
2059# Documentation!
2060# GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2061doc/refcard.dvi:
2062 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
2063
2064# GDB QUICK REFERENCE (PostScript output, common PS fonts)
2065doc/refcard.ps:
2066 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
2067
2068# GDB MANUAL: TeX dvi file
2069doc/gdb.dvi:
2070 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
2071
2072# GDB MANUAL: info file
2073doc/gdb.info:
2074 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
2075
2076# Make copying.c from COPYING
a417dc56 2077$(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ $(srcdir)/../COPYING3 $(srcdir)/copying.awk
413ccac7 2078 awk -f $(srcdir)/copying.awk \
4de6a07e 2079 < $(srcdir)/../COPYING3 > $(srcdir)/copying.tmp
413ccac7 2080 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
c906108c 2081
5d3c3a68
TT
2082version.c: stamp-version; @true
2083# Note that the obvious names for the temp file are taken by
2084# create-version.sh.
01027315
TT
2085stamp-version: Makefile version.in $(srcdir)/../bfd/version.h $(srcdir)/../gdbsupport/create-version.sh
2086 $(ECHO_GEN) $(SHELL) $(srcdir)/../gdbsupport/create-version.sh $(srcdir) \
5d3c3a68
TT
2087 $(host_alias) $(target_alias) version-t.t
2088 @$(SHELL) $(srcdir)/../move-if-change version-t.t version.c
2089 @echo stamp > stamp-version
2090
c906108c 2091
c906108c
SS
2092gdb.cxref: $(SFILES)
2093 cxref -I. $(SFILES) >gdb.cxref
2094
2095force_update:
2096
2097# GNU Make has an annoying habit of putting *all* the Makefile variables
2098# into the environment, unless you include this target as a circumvention.
2099# Rumor is that this will be fixed (and this target can be removed)
2100# in GNU Make 4.0.
2101.NOEXPORT:
2102
2103# GNU Make 3.63 has a different problem: it keeps tacking command line
2104# overrides onto the definition of $(MAKE). This variable setting
2105# will remove them.
8629c02c 2106MAKEOVERRIDES =
c906108c 2107
b1364885 2108ALLDEPFILES = \
d105cce5 2109 aarch32-tdep.c \
351787dd 2110 aarch64-fbsd-nat.c \
c0f84956 2111 aarch64-fbsd-tdep.c \
9d19df75 2112 aarch64-linux-nat.c \
b593ecca
SM
2113 aarch64-linux-tdep.c \
2114 aarch64-newlib-tdep.c \
e8bf1ce4 2115 aarch64-ravenscar-thread.c \
b593ecca 2116 aarch64-tdep.c \
c41669e0 2117 aix-thread.c \
03b62bbb
SM
2118 alpha-bsd-nat.c \
2119 alpha-bsd-tdep.c \
b593ecca 2120 alpha-linux-nat.c \
32a8097b 2121 alpha-linux-tdep.c \
b593ecca 2122 alpha-mdebug-tdep.c \
03b62bbb
SM
2123 alpha-nbsd-tdep.c \
2124 alpha-obsd-tdep.c \
b593ecca 2125 alpha-tdep.c \
03b62bbb 2126 amd64-bsd-nat.c \
5cd226f2 2127 amd64-darwin-tdep.c \
4c1d2973 2128 amd64-dicos-tdep.c \
03b62bbb
SM
2129 amd64-fbsd-nat.c \
2130 amd64-fbsd-tdep.c \
b593ecca
SM
2131 amd64-linux-nat.c \
2132 amd64-linux-tdep.c \
2133 amd64-nat.c \
03b62bbb
SM
2134 amd64-nbsd-nat.c \
2135 amd64-nbsd-tdep.c \
2136 amd64-obsd-nat.c \
2137 amd64-obsd-tdep.c \
0bbc026e 2138 amd64-sol2-tdep.c \
b593ecca 2139 amd64-tdep.c \
b593ecca
SM
2140 arc-tdep.c \
2141 arm.c \
03b62bbb 2142 arm-bsd-tdep.c \
4f9d9906 2143 arm-fbsd-nat.c \
7176dfd2 2144 arm-fbsd-tdep.c \
b593ecca
SM
2145 arm-get-next-pcs.c \
2146 arm-linux.c \
2147 arm-linux-nat.c \
2148 arm-linux-tdep.c \
03b62bbb
SM
2149 arm-nbsd-nat.c \
2150 arm-nbsd-tdep.c \
2151 arm-obsd-tdep.c \
b593ecca
SM
2152 arm-symbian-tdep.c \
2153 arm-tdep.c \
8818c391 2154 avr-tdep.c \
b593ecca
SM
2155 bfin-linux-tdep.c \
2156 bfin-tdep.c \
39791af2 2157 bpf-tdep.c \
b593ecca
SM
2158 bsd-kvm.c \
2159 bsd-uthread.c \
9d24df82
HAQ
2160 csky-linux-tdep.c \
2161 csky-tdep.c \
b593ecca 2162 darwin-nat.c \
b593ecca 2163 dicos-tdep.c \
578c1c03 2164 fbsd-nat.c \
a904c024 2165 fbsd-tdep.c \
578c1c03 2166 fork-child.c \
49d45b20 2167 ft32-tdep.c \
a3640c75 2168 glibc-tdep.c \
b593ecca
SM
2169 go32-nat.c \
2170 h8300-tdep.c \
03b62bbb 2171 hppa-bsd-tdep.c \
b593ecca
SM
2172 hppa-linux-nat.c \
2173 hppa-linux-tdep.c \
03b62bbb
SM
2174 hppa-nbsd-nat.c \
2175 hppa-nbsd-tdep.c \
2176 hppa-obsd-nat.c \
2177 hppa-obsd-tdep.c \
61a12cfa 2178 hppa-tdep.c \
03b62bbb
SM
2179 i386-bsd-nat.c \
2180 i386-bsd-tdep.c \
b593ecca
SM
2181 i386-darwin-nat.c \
2182 i386-darwin-tdep.c \
a15c5c83 2183 i386-dicos-tdep.c \
03b62bbb
SM
2184 i386-fbsd-nat.c \
2185 i386-fbsd-tdep.c \
2186 i386-gnu-nat.c \
2187 i386-gnu-tdep.c \
b593ecca
SM
2188 i386-linux-nat.c \
2189 i386-linux-tdep.c \
03b62bbb
SM
2190 i386-nbsd-nat.c \
2191 i386-nbsd-tdep.c \
2192 i386-obsd-nat.c \
2193 i386-obsd-tdep.c \
b593ecca
SM
2194 i386-sol2-nat.c \
2195 i386-sol2-tdep.c \
2196 i386-tdep.c \
7a1998df 2197 i386-windows-tdep.c \
b593ecca 2198 i387-tdep.c \
05e7c244 2199 ia64-libunwind-tdep.c \
b593ecca
SM
2200 ia64-linux-nat.c \
2201 ia64-linux-tdep.c \
2202 ia64-tdep.c \
2203 ia64-vms-tdep.c \
2204 inf-ptrace.c \
8a112c90 2205 linux-fork.c \
b7f6bf22 2206 linux-record.c \
b593ecca 2207 linux-tdep.c \
c28c63d8 2208 lm32-tdep.c \
b593ecca
SM
2209 m32r-linux-nat.c \
2210 m32r-linux-tdep.c \
9b32d526 2211 m32r-tdep.c \
b593ecca 2212 m68hc11-tdep.c \
03b62bbb
SM
2213 m68k-bsd-nat.c \
2214 m68k-bsd-tdep.c \
2215 m68k-linux-nat.c \
2216 m68k-linux-tdep.c \
c906108c 2217 m68k-tdep.c \
b593ecca
SM
2218 microblaze-linux-tdep.c \
2219 microblaze-tdep.c \
2220 mingw-hdep.c \
b268007c 2221 mips-fbsd-nat.c \
387360da 2222 mips-fbsd-tdep.c \
b593ecca
SM
2223 mips-linux-nat.c \
2224 mips-linux-tdep.c \
03b62bbb
SM
2225 mips-nbsd-nat.c \
2226 mips-nbsd-tdep.c \
bb7e3f4d 2227 mips-sde-tdep.c \
d0e5500c 2228 mips-tdep.c \
03b62bbb
SM
2229 mips64-obsd-nat.c \
2230 mips64-obsd-tdep.c \
586cf749 2231 msp430-tdep.c \
b593ecca
SM
2232 nbsd-nat.c \
2233 nbsd-tdep.c \
a28d8e50 2234 nds32-tdep.c \
b593ecca
SM
2235 nios2-linux-tdep.c \
2236 nios2-tdep.c \
2237 obsd-nat.c \
2238 obsd-tdep.c \
2239 posix-hdep.c \
03b62bbb
SM
2240 ppc-fbsd-nat.c \
2241 ppc-fbsd-tdep.c \
b593ecca
SM
2242 ppc-linux-nat.c \
2243 ppc-linux-tdep.c \
03b62bbb
SM
2244 ppc-nbsd-nat.c \
2245 ppc-nbsd-tdep.c \
2246 ppc-obsd-nat.c \
2247 ppc-obsd-tdep.c \
b593ecca
SM
2248 ppc-ravenscar-thread.c \
2249 ppc-sysv-tdep.c \
2250 ppc64-tdep.c \
c5bb1243 2251 procfs.c \
67c50e6e 2252 ravenscar-thread.c \
1f5befc1 2253 remote-sim.c \
74792ff7 2254 riscv-fbsd-nat.c \
ed65e20b 2255 riscv-fbsd-tdep.c \
52a187f8
JW
2256 riscv-linux-nat.c \
2257 riscv-linux-tdep.c \
db3ad2f0 2258 riscv-ravenscar-thread.c \
dbbb1059 2259 riscv-tdep.c \
a58b110a 2260 rl78-tdep.c \
d5367fe1 2261 rs6000-lynx178-tdep.c \
b593ecca
SM
2262 rs6000-nat.c \
2263 rs6000-tdep.c \
e5586183 2264 rx-tdep.c \
b593ecca
SM
2265 s390-linux-nat.c \
2266 s390-linux-tdep.c \
d6e58945 2267 s390-tdep.c \
27fd2f50 2268 score-tdep.c \
b593ecca
SM
2269 ser-go32.c \
2270 ser-mingw.c \
2271 ser-pipe.c \
2272 ser-tcp.c \
c1168a2f 2273 ser-uds.c \
03b62bbb
SM
2274 sh-nbsd-nat.c \
2275 sh-nbsd-tdep.c \
b593ecca 2276 sh-tdep.c \
081bf9da 2277 sol2-tdep.c \
b593ecca 2278 solib-aix.c \
3831839c 2279 solib-svr4.c \
b593ecca
SM
2280 sparc-linux-nat.c \
2281 sparc-linux-tdep.c \
2282 sparc-nat.c \
03b62bbb
SM
2283 sparc-nbsd-nat.c \
2284 sparc-nbsd-tdep.c \
2285 sparc-obsd-tdep.c \
e6f9c00b 2286 sparc-ravenscar-thread.c \
b593ecca
SM
2287 sparc-sol2-nat.c \
2288 sparc-sol2-tdep.c \
2289 sparc-tdep.c \
03b62bbb
SM
2290 sparc64-fbsd-nat.c \
2291 sparc64-fbsd-tdep.c \
b593ecca
SM
2292 sparc64-linux-nat.c \
2293 sparc64-linux-tdep.c \
2294 sparc64-nat.c \
03b62bbb
SM
2295 sparc64-nbsd-nat.c \
2296 sparc64-nbsd-tdep.c \
2297 sparc64-obsd-nat.c \
2298 sparc64-obsd-tdep.c \
b593ecca
SM
2299 sparc64-sol2-tdep.c \
2300 sparc64-tdep.c \
b593ecca
SM
2301 tilegx-linux-nat.c \
2302 tilegx-linux-tdep.c \
2303 tilegx-tdep.c \
181124bc 2304 v850-tdep.c \
03b62bbb
SM
2305 vax-bsd-nat.c \
2306 vax-nbsd-tdep.c \
b593ecca 2307 vax-tdep.c \
b593ecca
SM
2308 windows-nat.c \
2309 windows-tdep.c \
2310 x86-nat.c \
1d509aa6 2311 x86-tdep.c \
4d1eb6b4 2312 xcoffread.c \
ca3bf3bd 2313 xstormy16-tdep.c \
b593ecca
SM
2314 xtensa-config.c \
2315 xtensa-linux-nat.c \
2316 xtensa-linux-tdep.c \
2317 xtensa-tdep.c \
cd850b40 2318 xtensa-xtregs.c
c906108c 2319
a1f5b845 2320# Some files need explicit build rules (due to -Werror problems) or due
f92d4a7b
AC
2321# to sub-directory fun 'n' games.
2322
94e36acc
TT
2323# ada-exp.c can appear in srcdir, for releases; or in ., for
2324# development builds.
2325ADA_EXP_C = `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2326
94e36acc 2327ada-exp.o: ada-exp.c
8dc9fd87 2328 $(COMPILE) $(ADA_EXP_C)
94e36acc
TT
2329 $(POSTCOMPILE)
2330
ddc9cd0f
AC
2331# Message files. Based on code in gcc/Makefile.in.
2332
2333# Rules for generating translated message descriptions. Disabled by
2334# autoconf if the tools are not available.
2335
ddc9cd0f
AC
2336.PHONY: all-po install-po uninstall-po clean-po update-po $(PACKAGE).pot
2337
2338all-po: $(CATALOGS)
2339
2340# This notation should be acceptable to all Make implementations used
2341# by people who are interested in updating .po files.
2342update-po: $(CATALOGS:.gmo=.pox)
2343
2344# N.B. We do not attempt to copy these into $(srcdir). The snapshot
2345# script does that.
5443506e 2346%.gmo: %.po
ddc9cd0f
AC
2347 -test -d po || mkdir po
2348 $(GMSGFMT) --statistics -o $@ $<
2349
2350# The new .po has to be gone over by hand, so we deposit it into
2351# build/po with a different extension. If build/po/$(PACKAGE).pot
2352# exists, use it (it was just created), else use the one in srcdir.
5443506e 2353%.pox: %.po
ddc9cd0f
AC
2354 -test -d po || mkdir po
2355 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
2356 then echo po/$(PACKAGE).pot; \
2357 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
2358
2359# This rule has to look for .gmo modules in both srcdir and the cwd,
2360# and has to check that we actually have a catalog for each language,
2361# in case they weren't built or included with the distribution.
2362install-po:
2363 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(datadir)
2364 cats="$(CATALOGS)"; for cat in $$cats; do \
2365 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2366 if [ -f $$cat ]; then :; \
2367 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2368 else continue; \
2369 fi; \
2370 dir=$(localedir)/$$lang/LC_MESSAGES; \
2371 echo $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir; \
2372 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir || exit 1; \
2373 echo $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2374 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2375 done
2376uninstall-po:
2377 cats="$(CATALOGS)"; for cat in $$cats; do \
2378 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2379 if [ -f $$cat ]; then :; \
2380 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2381 else continue; \
2382 fi; \
2383 dir=$(localedir)/$$lang/LC_MESSAGES; \
2384 rm -f $(DESTDIR)$$dir/$(PACKAGE).mo; \
2385 done
2386# Delete po/*.gmo only if we are not building in the source directory.
2387clean-po:
2388 -if [ ! -f Makefile.in ]; then rm -f po/*.gmo; fi
2389
2390# Rule for regenerating the message template (gdb.pot). Instead of
2391# forcing everyone to edit POTFILES.in, which proved impractical, this
2392# rule has no dependencies and always regenerates gdb.pot. This is
2393# relatively harmless since the .po files do not directly depend on
2394# it. The .pot file is left in the build directory. Since GDB's
2395# Makefile lacks a cannonical list of sources (missing xm, tm and nm
2396# files) force this rule.
2397$(PACKAGE).pot: po/$(PACKAGE).pot
2398po/$(PACKAGE).pot: force
2399 -test -d po || mkdir po
2400 sh -e $(srcdir)/po/gdbtext $(XGETTEXT) $(PACKAGE) . $(srcdir)
2401
84367a3e 2402
0e0d15ca 2403#
1517c6d1 2404# YACC/LEX dependencies
0e0d15ca 2405#
8132723e
AC
2406# LANG-exp.c is generated in objdir from LANG-exp.y if it doesn't
2407# exist in srcdir, then compiled in objdir to LANG-exp.o. If we
2408# said LANG-exp.c rather than ./c-exp.c some makes would
2409# sometimes re-write it into $(srcdir)/c-exp.c. Remove bogus
1517c6d1 2410# decls for malloc/realloc/free which conflict with everything else.
8132723e 2411# Strictly speaking c-exp.c should therefore depend on
1517c6d1 2412# Makefile.in, but that was a pretty big annoyance.
0e0d15ca 2413
5443506e 2414%.c: %.y
e5fd1493
TT
2415 $(ECHO_YACC) $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- \
2416 $(YACC) $(YFLAGS) || (rm -f $@.tmp; false)
2417 @sed -e '/extern.*malloc/d' \
1517c6d1
AC
2418 -e '/extern.*realloc/d' \
2419 -e '/extern.*free/d' \
2420 -e '/include.*malloc.h/d' \
2941da8c
MC
2421 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2422 -e 's/\([^x]\)realloc/\1xrealloc/g' \
676e87b3
PA
2423 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2424 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
91092ee5 2425 -e '/^#line.*y.tab.c/d' \
722bcb33 2426 -e 's/YY_NULL/YY_NULLPTR/g' \
cd8c76e4
JR
2427 < $@.tmp > $@.new && \
2428 rm -f $@.tmp && \
2429 mv $@.new $@
5443506e 2430%.c: %.l
e5fd1493 2431 $(ECHO_LEX) $(FLEX) -t $< \
cd8c76e4 2432 | sed -e '/extern.*malloc/d' \
23485554
PH
2433 -e '/extern.*realloc/d' \
2434 -e '/extern.*free/d' \
2435 -e '/include.*malloc.h/d' \
2941da8c
MC
2436 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2437 -e 's/\([^x]\)realloc/\1xrealloc/g' \
676e87b3
PA
2438 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2439 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
23485554 2440 -e 's/yy_flex_xrealloc/yyxrealloc/g' \
cd8c76e4 2441 > $@.new && \
e5fd1493 2442 mv $@.new $@
8132723e 2443
7ba86c9e 2444.PRECIOUS: ada-lex.c
0e0d15ca 2445
108546a0
DJ
2446# XML rules
2447
2448xml-builtin.c: stamp-xml; @true
2449stamp-xml: $(srcdir)/features/feature_to_c.sh Makefile $(XMLFILES)
39be3c7e
SM
2450 $(SILENCE) rm -f xml-builtin.tmp
2451 $(ECHO_GEN_XML_BUILTIN) AWK="$(AWK)" \
108546a0
DJ
2452 $(SHELL) $(srcdir)/features/feature_to_c.sh \
2453 xml-builtin.tmp $(XMLFILES)
39be3c7e
SM
2454 $(SILENCE) $(SHELL) $(srcdir)/../move-if-change xml-builtin.tmp xml-builtin.c
2455 $(SILENCE) echo stamp > stamp-xml
108546a0
DJ
2456
2457.PRECIOUS: xml-builtin.c
2458
541a7aac
AC
2459#
2460# GDBTK sub-directory
2461#
2462
f15ab4a7
AC
2463all-gdbtk: insight$(EXEEXT)
2464
2465install-gdbtk:
2466 transformed_name=`t='$(program_transform_name)'; \
2467 echo insight | sed -e $$t` ; \
2468 if test "x$$transformed_name" = x; then \
2469 transformed_name=insight ; \
2470 else \
2471 true ; \
2472 fi ; \
c938e9b0 2473 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir); \
48189bec 2474 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) insight$(EXEEXT) \
72bdd927
AC
2475 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2476 $(SHELL) $(srcdir)/../mkinstalldirs \
2477 $(DESTDIR)$(GDBTK_LIBRARY) ; \
2478 $(SHELL) $(srcdir)/../mkinstalldirs \
2479 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION) ; \
2480 $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl \
2481 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
2482 $(SHELL) $(srcdir)/../mkinstalldirs \
2483 $(DESTDIR)$(GDBTK_LIBRARY)/images \
2484 $(DESTDIR)$(GDBTK_LIBRARY)/images2 ; \
f15ab4a7 2485 $(SHELL) $(srcdir)/../mkinstalldirs \
72bdd927
AC
2486 $(DESTDIR)$(GDBTK_LIBRARY)/help \
2487 $(DESTDIR)$(GDBTK_LIBRARY)/help/images \
2488 $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \
f15ab4a7 2489 cd $(srcdir)/gdbtk/library ; \
df21e465 2490 for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icons.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/index.toc help/images/*.gif help/images/*.png; \
f15ab4a7 2491 do \
72bdd927 2492 $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \
f15ab4a7
AC
2493 done ;
2494
2495uninstall-gdbtk:
2496 transformed_name=`t='$(program_transform_name)'; \
2497 echo insight | sed -e $$t` ; \
2498 if test "x$$transformed_name" = x; then \
2499 transformed_name=insight ; \
2500 else \
2501 true ; \
2502 fi ; \
72bdd927
AC
2503 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2504 rm -rf $(DESTDIR)$(GDBTK_LIBRARY)
f15ab4a7
AC
2505
2506clean-gdbtk:
2507 rm -f insight$(EXEEXT)
2508
2509# Removing the old gdb first works better if it is running, at least on SunOS.
31278b51 2510insight$(EXEEXT): gdbtk-main.o libgdb.a $(CDEPS) $(TDEPLIBS)
f15ab4a7 2511 rm -f insight$(EXEEXT)
39be3c7e 2512 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
d836ee13 2513 -o insight$(EXEEXT) gdbtk-main.o libgdb.a \
f15ab4a7
AC
2514 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2515
541a7aac
AC
2516gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
2517 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
2518
a417dc56
RW
2519all_gdbtk_cflags = $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2520 $(ITK_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2521 $(GDBTK_CFLAGS) \
2522 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" \
2523 -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
2524
a417dc56 2525#
3b165252 2526# Dependency tracking.
a417dc56
RW
2527#
2528
3b165252 2529ifeq ($(DEPMODE),depmode=gcc3)
a417dc56
RW
2530# Note that we put the dependencies into a .Tpo file, then move them
2531# into place if the compile succeeds. We need this because gcc does
2532# not atomically write the dependency output file.
3b165252 2533override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
890e9790
TT
2534 -MF $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo
2535override POSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo \
2536 $(@D)/$(DEPDIR)/$(basename $(@F)).Po
3b165252
SM
2537else
2538override COMPILE.pre = source='$<' object='$@' libtool=no \
890e9790
TT
2539 DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) \
2540 $(CXX) -x c++ $(CXX_DIALECT)
a417dc56
RW
2541# depcomp handles atomicity for us, so we don't need a postcompile
2542# step.
3b165252
SM
2543override POSTCOMPILE =
2544endif
a417dc56
RW
2545
2546# A list of all the objects we might care about in this build, for
2547# dependency tracking.
217bff3e 2548all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
a417dc56
RW
2549 test-cp-name-parser.o
2550
d0df06af
TT
2551# All the .deps files to include.
2552all_deps_files = $(foreach dep,$(patsubst %.o,%.Po,$(all_object_files)),\
2553 $(dir $(dep))/$(DEPDIR)/$(notdir $(dep)))
2554
a417dc56
RW
2555# Ensure that generated files are created early. Use order-only
2556# dependencies if available. They require GNU make 3.80 or newer,
2557# and the .VARIABLES variable was introduced at the same time.
3b165252
SM
2558ifdef .VARIABLES
2559$(all_object_files): | $(generated_files)
2560else
a417dc56 2561$(all_object_files) : $(generated_files)
3b165252 2562endif
a417dc56
RW
2563
2564# Dependencies.
d0df06af 2565-include $(all_deps_files)
ed952ac5 2566
ad02e4fe
SM
2567# Disable implicit make rules.
2568include $(srcdir)/disable-implicit-rules.mk
2569
c906108c 2570### end of the gdb Makefile.in.
This page took 1.803427 seconds and 4 git commands to generate.