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