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