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