1 # Copyright (C) 1989-2019 Free Software Foundation, Inc.
3 # This file is part of GDB.
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.
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.
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/>.
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:
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
38 exec_prefix = @exec_prefix@
40 host_alias = @host_alias@
41 target_alias = @target_alias@
42 program_transform_name = @program_transform_name@
45 tooldir = $(libdir)/$(target_alias)
48 localedir = @localedir@
50 man1dir = $(mandir)/man1
51 man2dir = $(mandir)/man2
52 man3dir = $(mandir)/man3
53 man4dir = $(mandir)/man4
54 man5dir = $(mandir)/man5
55 man6dir = $(mandir)/man6
56 man7dir = $(mandir)/man7
57 man8dir = $(mandir)/man8
58 man9dir = $(mandir)/man9
60 datarootdir = @datarootdir@
64 includedir = @includedir@
66 install_sh = @install_sh@
68 # This can be referenced by `LIBINTL' as computed by
69 # ZW_GNU_GETTEXT_SISTER_DIR.
79 INSTALL_PROGRAM = @INSTALL_PROGRAM@
80 INSTALL_SCRIPT = @INSTALL_SCRIPT@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTALL_DATA = @INSTALL_DATA@
103 CXX_DIALECT = @CXX_DIALECT@
105 # Dependency tracking information.
106 DEPMODE = @CCDEPMODE@
108 depcomp = $(SHELL) $(srcdir)/../depcomp
110 # Directory containing source files.
113 top_srcdir = @top_srcdir@
115 include $(srcdir)/silent-rules.mk
117 # Note that these are overridden by GNU make-specific code below if
118 # GNU make is used. The overrides implement dependency tracking.
119 COMPILE.pre = $(CXX) -x c++ $(CXX_DIALECT)
120 COMPILE.post = -c -o $@
121 COMPILE = $(ECHO_CXX) $(COMPILE.pre) $(INTERNAL_CFLAGS) $(COMPILE.post)
126 # This is used to rebuild ada-lex.c from ada-lex.l. If the program is
127 # not defined, but ada-lex.c is present, compilation will continue,
128 # possibly with a warning.
131 YLWRAP = $(srcdir)/../ylwrap
133 # where to find makeinfo, preferably one designed for texinfo-2
134 MAKEINFO = @MAKEINFO@
135 MAKEINFOFLAGS = @MAKEINFOFLAGS@
136 MAKEINFO_EXTRA_FLAGS = @MAKEINFO_EXTRA_FLAGS@
137 MAKEINFO_CMD = $(MAKEINFO) $(MAKEINFOFLAGS) $(MAKEINFO_EXTRA_FLAGS)
139 MAKEHTML = $(MAKEINFO_CMD) --html
142 # Set this up with gcc if you have gnu ld and the loader will print out
143 # line numbers for undefined references.
145 CC_LD = $(CXX) $(CXX_DIALECT)
147 # Where is our "include" directory? Typically $(srcdir)/../include.
148 # This is essentially the header file directory for the library
149 # routines in libiberty.
150 INCLUDE_DIR = $(srcdir)/../include
151 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
153 # Where is the "-liberty" library? Typically in ../libiberty.
154 LIBIBERTY = ../libiberty/libiberty.a
156 # Where is the BFD library? Typically in ../bfd.
158 BFD = $(BFD_DIR)/libbfd.a
159 BFD_SRC = $(srcdir)/$(BFD_DIR)
160 BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
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.
168 # Where is the decnumber library? Typically in ../libdecnumber.
169 LIBDECNUMBER_DIR = ../libdecnumber
170 LIBDECNUMBER = $(LIBDECNUMBER_DIR)/libdecnumber.a
171 LIBDECNUMBER_SRC = $(srcdir)/$(LIBDECNUMBER_DIR)
172 LIBDECNUMBER_CFLAGS = -I$(LIBDECNUMBER_DIR) -I$(LIBDECNUMBER_SRC)
174 # Where is the READLINE library? Typically in ../readline.
175 READLINE_DIR = ../readline
176 READLINE_SRC = $(srcdir)/$(READLINE_DIR)
177 READLINE = @READLINE@
178 READLINE_DEPS = @READLINE_DEPS@
179 READLINE_CFLAGS = @READLINE_CFLAGS@
181 # Where is expat? This will be empty if expat was not available.
182 LIBEXPAT = @LIBEXPAT@
184 # Where is lzma? This will be empty if lzma was not available.
187 # Where is libbabeltrace? This will be empty if lbabeltrace was not
189 LIBBABELTRACE = @LIBBABELTRACE@
191 # Where is libipt? This will be empty if libipt was not available.
194 # Where is libmpfr? This will be empty if libmpfr was not available.
197 # GNU source highlight library.
198 SRCHIGH_LIBS = @SRCHIGH_LIBS@
199 SRCHIGH_CFLAGS = @SRCHIGH_CFLAGS@
201 WARN_CFLAGS = @WARN_CFLAGS@
202 WERROR_CFLAGS = @WERROR_CFLAGS@
203 GDB_WARN_CFLAGS = $(WARN_CFLAGS)
204 GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
206 RDYNAMIC = @RDYNAMIC@
208 # Where is the INTL library? Typically in ../intl.
210 INTL_DEPS = @LIBINTL_DEP@
211 INTL_CFLAGS = @INCINTL@
213 # Where is the ICONV library? This will be empty if in libc or not available.
214 LIBICONV = @LIBICONV@
216 # Did the user give us a --with-gdb-datadir option?
217 GDB_DATADIR = @GDB_DATADIR@
221 CODESIGN_CERT = @CODESIGN_CERT@
223 # Flags to pass to gdb when invoked with "make run".
226 # Helper code from gnulib.
227 GNULIB_BUILDDIR = ../gnulib
228 LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
229 INCGNU = -I$(srcdir)/../gnulib/import -I$(GNULIB_BUILDDIR)/import
232 # CLI sub directory definitons
246 SUBDIR_CLI_OBS = $(patsubst %.c,%.o,$(SUBDIR_CLI_SRCS))
249 # MI sub directory definitons
270 SUBDIR_MI_OBS = $(patsubst %.c,%.o,$(SUBDIR_MI_SRCS))
277 # TUI sub directory definitions
294 tui/tui-wingeneral.c \
297 SUBDIR_TUI_OBS = $(patsubst %.c,%.o,$(SUBDIR_TUI_SRCS))
301 SUBDIR_TUI_CFLAGS = -DTUI=1
304 # GCC Compile support sub-directory definitions
306 SUBDIR_GCC_COMPILE_SRCS = \
308 compile/compile-c-support.c \
309 compile/compile-c-symbols.c \
310 compile/compile-c-types.c \
311 compile/compile-cplus-symbols.c \
312 compile/compile-cplus-types.c \
313 compile/compile-loc2c.c \
314 compile/compile-object-load.c \
315 compile/compile-object-run.c
317 SUBDIR_GCC_COMPILE_OBS = $(patsubst %.c,%.o,$(filter %.c,$(SUBDIR_GCC_COMPILE_SRCS)))
320 # Guile sub directory definitons for guile support.
322 SUBDIR_GUILE_SRCS = \
325 guile/scm-auto-load.c \
327 guile/scm-breakpoint.c \
330 guile/scm-exception.c \
333 guile/scm-iterator.c \
334 guile/scm-lazy-string.c \
336 guile/scm-objfile.c \
339 guile/scm-pretty-print.c \
340 guile/scm-progspace.c \
341 guile/scm-safe-call.c \
349 SUBDIR_GUILE_OBS = $(patsubst %.c,%.o,$(SUBDIR_GUILE_SRCS))
352 SUBDIR_GUILE_LDFLAGS =
353 SUBDIR_GUILE_CFLAGS =
356 # python sub directory definitons
358 SUBDIR_PYTHON_SRCS = \
360 python/py-auto-load.c \
362 python/py-bpevent.c \
363 python/py-breakpoint.c \
365 python/py-continueevent.c \
367 python/py-evtregistry.c \
369 python/py-exitedevent.c \
370 python/py-finishbreakpoint.c \
372 python/py-framefilter.c \
373 python/py-function.c \
374 python/py-gdb-readline.c \
375 python/py-inferior.c \
376 python/py-infevents.c \
377 python/py-infthread.c \
378 python/py-instruction.c \
379 python/py-lazy-string.c \
380 python/py-linetable.c \
381 python/py-newobjfileevent.c \
382 python/py-objfile.c \
384 python/py-prettyprint.c \
385 python/py-progspace.c \
387 python/py-record-btrace.c \
388 python/py-record-full.c \
389 python/py-signalevent.c \
390 python/py-stopevent.c \
393 python/py-threadevent.c \
399 python/py-xmethods.c \
402 SUBDIR_PYTHON_OBS = $(patsubst %.c,%.o,$(SUBDIR_PYTHON_SRCS))
405 SUBDIR_PYTHON_LDFLAGS =
406 SUBDIR_PYTHON_CFLAGS =
408 SUBDIR_UNITTESTS_SRCS = \
409 unittests/array-view-selftests.c \
410 unittests/child-path-selftests.c \
411 unittests/cli-utils-selftests.c \
412 unittests/common-utils-selftests.c \
413 unittests/copy_bitwise-selftests.c \
414 unittests/environ-selftests.c \
415 unittests/format_pieces-selftests.c \
416 unittests/function-view-selftests.c \
417 unittests/help-doc-selftests.c \
418 unittests/lookup_name_info-selftests.c \
419 unittests/memory-map-selftests.c \
420 unittests/memrange-selftests.c \
421 unittests/offset-type-selftests.c \
422 unittests/observable-selftests.c \
423 unittests/optional-selftests.c \
424 unittests/parse-connection-spec-selftests.c \
425 unittests/ptid-selftests.c \
426 unittests/mkdir-recursive-selftests.c \
427 unittests/rsp-low-selftests.c \
428 unittests/scoped_fd-selftests.c \
429 unittests/scoped_mmap-selftests.c \
430 unittests/scoped_restore-selftests.c \
431 unittests/string_view-selftests.c \
432 unittests/style-selftests.c \
433 unittests/tracepoint-selftests.c \
434 unittests/unpack-selftests.c \
435 unittests/utils-selftests.c \
436 unittests/xml-utils-selftests.c
438 SUBDIR_UNITTESTS_OBS = $(patsubst %.c,%.o,$(SUBDIR_UNITTESTS_SRCS))
440 SUBDIR_TARGET_SRCS = target/waitstatus.c
441 SUBDIR_TARGET_OBS = $(patsubst %.c,%.o,$(SUBDIR_TARGET_SRCS))
444 # Opcodes currently live in one of two places. Either they are in the
445 # opcode library, typically ../opcodes, or they are in a header file
447 # Where is the "-lopcodes" library, with (some of) the opcode tables and
449 OPCODES_DIR = ../opcodes
450 OPCODES_SRC = $(srcdir)/$(OPCODES_DIR)
451 OPCODES = $(OPCODES_DIR)/libopcodes.a
452 # Where are the other opcode tables which only have header file
454 OP_INCLUDE = $(INCLUDE_DIR)/opcode
455 OPCODES_CFLAGS = -I$(OP_INCLUDE)
457 # The simulator is usually nonexistent; targets that include one
458 # should set this to list all the .o or .a files to be linked in.
461 WIN32LIBS = @WIN32LIBS@
463 # Tcl et al cflags and libraries
465 TCL_CFLAGS = @TCL_INCLUDE@
466 GDBTKLIBS = @GDBTKLIBS@
467 # Extra flags that the GDBTK files need:
468 GDBTK_CFLAGS = @GDBTK_CFLAGS@
471 TK_CFLAGS = @TK_INCLUDE@
473 X11_CFLAGS = @TK_XINCLUDES@
477 WIN32LDAPP = @WIN32LDAPP@
480 GUI_CFLAGS_X = @GUI_CFLAGS_X@
481 IDE_CFLAGS = $(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
483 ALL_TCL_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
485 # The version of gdbtk we're building. This should be kept
486 # in sync with GDBTK_VERSION and friends in gdbtk.h.
488 GDBTK_LIBRARY = $(datadir)/insight$(GDBTK_VERSION)
490 # Gdbtk requires an absolute path to the source directory or
491 # the testsuite won't run properly.
492 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
505 SUBDIR_GDBTK_SRCS = \
506 gdbtk/generic/gdbtk.c \
507 gdbtk/generic/gdbtk-bp.c \
508 gdbtk/generic/gdbtk-cmds.c \
509 gdbtk/generic/gdbtk-hooks.c \
510 gdbtk/generic/gdbtk-interp.c \
511 gdbtk/generic/gdbtk-main.c \
512 gdbtk/generic/gdbtk-register.c \
513 gdbtk/generic/gdbtk-stack.c \
514 gdbtk/generic/gdbtk-varobj.c \
515 gdbtk/generic/gdbtk-wrapper.c
517 SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
518 SUBDIR_GDBTK_LDFLAGS =
519 SUBDIR_GDBTK_CFLAGS = -DGDBTK
521 CONFIG_OBS = @CONFIG_OBS@
522 CONFIG_SRCS = @CONFIG_SRCS@
523 CONFIG_DEPS = @CONFIG_DEPS@
524 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
525 ENABLE_CFLAGS = @ENABLE_CFLAGS@
526 CONFIG_ALL = @CONFIG_ALL@
527 CONFIG_CLEAN = @CONFIG_CLEAN@
528 CONFIG_INSTALL = @CONFIG_INSTALL@
529 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
530 HAVE_NATIVE_GCORE_TARGET = @HAVE_NATIVE_GCORE_TARGET@
532 CONFIG_SRC_SUBDIR = arch cli mi gdbsupport compile tui unittests guile python \
534 CONFIG_DEP_SUBDIR = $(addsuffix /$(DEPDIR),$(CONFIG_SRC_SUBDIR))
536 # -I. for config files.
537 # -I$(srcdir) for gdb internal headers.
538 # -I$(srcdir)/config for more generic config files.
540 # It is also possible that you will need to add -I/usr/include/sys if
541 # your system doesn't have fcntl.h in /usr/include (which is where it
542 # should be according to Posix).
544 GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/config \
545 -DLOCALEDIR="\"$(localedir)\"" $(DEFS)
547 # MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
548 GLOBAL_CFLAGS = $(MH_CFLAGS)
550 PROFILE_CFLAGS = @PROFILE_CFLAGS@
552 # These are specifically reserved for setting from the command line
553 # when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
555 CXXFLAGS = @CXXFLAGS@
556 CPPFLAGS = @CPPFLAGS@
558 # Set by configure, for e.g. expat. Python installations are such that
559 # C headers are included using their basename (for example, we #include
560 # <Python.h> rather than, say, <python/Python.h>). Since the file names
561 # are sometimes a little generic, we think that the risk of collision
562 # with other header files is high. If that happens, we try to mitigate
563 # a bit the consequences by putting the Python includes last in the list.
564 INTERNAL_CPPFLAGS = $(CPPFLAGS) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@
566 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
567 INTERNAL_CFLAGS_BASE = \
568 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
569 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \
570 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
571 $(INTL_CFLAGS) $(INCGNU) $(ENABLE_CFLAGS) $(INTERNAL_CPPFLAGS) \
573 INTERNAL_WARN_CFLAGS = $(INTERNAL_CFLAGS_BASE) $(GDB_WARN_CFLAGS)
574 INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
576 # LDFLAGS is specifically reserved for setting from the command line
580 # Profiling options need to go here to work.
581 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
582 # and have it work; that's why CFLAGS is here.
583 # PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
585 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) \
586 $(LDFLAGS) $(CONFIG_LDFLAGS)
588 # Libraries and corresponding dependencies for compiling gdb.
589 # XM_CLIBS, defined in *config files, have host-dependent libs.
590 # LIBIBERTY appears twice on purpose.
591 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(ZLIB) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
592 $(XM_CLIBS) $(GDBTKLIBS) \
593 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
594 $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
595 $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV) $(LIBMPFR) \
597 CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
598 $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
605 # XML files to build in to GDB.
607 $(srcdir)/features/btrace.dtd \
608 $(srcdir)/features/btrace-conf.dtd \
609 $(srcdir)/features/gdb-target.dtd \
610 $(srcdir)/features/library-list.dtd \
611 $(srcdir)/features/library-list-aix.dtd \
612 $(srcdir)/features/library-list-svr4.dtd \
613 $(srcdir)/features/osdata.dtd \
614 $(srcdir)/features/threads.dtd \
615 $(srcdir)/features/traceframe-info.dtd \
616 $(srcdir)/features/xinclude.dtd
618 # Build the ser-*.o files the host supports. This includes ser-unix.o
619 # for any system that supports a POSIX interface to the serial port.
621 SER_HARDWIRE = @SER_HARDWIRE@
623 # This is remote-sim.o if a simulator is to be linked in.
626 # Target-dependent object files.
627 TARGET_OBS = @TARGET_OBS@
629 # All target-dependent objects files that require 64-bit CORE_ADDR
630 # (used with --enable-targets=all --enable-64-bit-bfd).
631 ALL_64_TARGET_OBS = \
632 aarch64-fbsd-tdep.o \
633 aarch64-linux-tdep.o \
634 aarch64-newlib-tdep.o \
635 aarch64-ravenscar-thread.o \
639 alpha-mdebug-tdep.o \
643 amd64-darwin-tdep.o \
651 amd64-windows-tdep.o \
653 arch/aarch64-insn.o \
659 sparc64-fbsd-tdep.o \
660 sparc64-linux-tdep.o \
661 sparc64-nbsd-tdep.o \
662 sparc64-obsd-tdep.o \
663 sparc64-sol2-tdep.o \
666 # All other target-dependent objects files (used with --enable-targets=all).
672 arch/arm-get-next-pcs.o \
675 arch/ppc-linux-common.o \
732 microblaze-linux-tdep.o \
739 mn10300-linux-tdep.o \
755 ppc-ravenscar-thread.o \
764 rs6000-lynx178-tdep.o \
784 sparc-ravenscar-thread.o \
792 tilegx-linux-tdep.o \
802 xtensa-linux-tdep.o \
805 # The following native-target dependent variables are defined on
807 NAT_FILE = @NAT_FILE@
808 NATDEPFILES = @NATDEPFILES@
809 NAT_CDEPS = @NAT_CDEPS@
810 LOADLIBES = @LOADLIBES@
811 MH_CFLAGS = @MH_CFLAGS@
812 XM_CLIBS = @XM_CLIBS@
813 NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
814 HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
816 # Native-target dependent makefile fragment comes in here.
819 # End of native-target dependent variables.
823 "exec_prefix=$(exec_prefix)" \
824 "infodir=$(infodir)" \
825 "datarootdir=$(datarootdir)" \
827 "htmldir=$(htmldir)" \
831 "datadir=$(datadir)" \
832 "includedir=$(includedir)" \
833 "against=$(against)" \
834 "DESTDIR=$(DESTDIR)" \
836 "AR_FLAGS=$(AR_FLAGS)" \
840 "CXX_DIALECT=$(CXX_DIALECT)" \
841 "CXXFLAGS=$(CXXFLAGS)" \
842 "DLLTOOL=$(DLLTOOL)" \
843 "LDFLAGS=$(LDFLAGS)" \
845 "MAKEINFO=$(MAKEINFO)" \
846 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
847 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
848 "MAKEHTML=$(MAKEHTML)" \
849 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
850 "INSTALL=$(INSTALL)" \
851 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
852 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
853 "INSTALL_DATA=$(INSTALL_DATA)" \
854 "RUNTEST=$(RUNTEST)" \
855 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
857 # Flags that we pass when building the testsuite.
859 # empty for native, $(target_alias)/ for cross
860 target_subdir = @target_subdir@
863 if [ -f $${rootme}/../gcc/xgcc ] ; then \
864 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
865 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/; \
867 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
870 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
873 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
878 if [ -f $${rootme}/../gcc/xg++ ] ; then \
879 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
880 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/; \
882 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
885 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
888 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
892 # The use of $$(x_FOR_TARGET) reduces the command line length by not
893 # duplicating the lengthy definition.
894 TARGET_FLAGS_TO_PASS = \
896 "exec_prefix=$(exec_prefix)" \
897 "against=$(against)" \
898 'CC=$$(CC_FOR_TARGET)' \
899 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
901 'CXX=$$(CXX_FOR_TARGET)' \
902 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
903 "CXXFLAGS=$(CXXFLAGS)" \
904 "INSTALL=$(INSTALL)" \
905 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
906 "INSTALL_DATA=$(INSTALL_DATA)" \
907 "MAKEINFO=$(MAKEINFO)" \
908 "MAKEHTML=$(MAKEHTML)" \
909 "RUNTEST=$(RUNTEST)" \
910 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
911 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
914 # All source files that go into linking GDB.
916 # Files that should wind up in SFILES and whose corresponding .o
917 # should be in COMMON_OBS.
938 break-catch-syscall.c \
939 break-catch-throw.c \
954 gdbsupport/btrace-common.c \
955 gdbsupport/buffer.c \
956 gdbsupport/cleanups.c \
957 gdbsupport/common-debug.c \
958 gdbsupport/common-exceptions.c \
959 gdbsupport/common-regcache.c \
960 gdbsupport/common-utils.c \
961 gdbsupport/errors.c \
962 gdbsupport/environ.c \
963 gdbsupport/fileio.c \
964 gdbsupport/filestuff.c \
965 gdbsupport/format.c \
966 gdbsupport/job-control.c \
967 gdbsupport/gdb-dlfcn.c \
968 gdbsupport/gdb_tilde_expand.c \
969 gdbsupport/gdb_vecs.c \
970 gdbsupport/netstuff.c \
971 gdbsupport/new-op.c \
972 gdbsupport/pathstuff.c \
973 gdbsupport/print-utils.c \
975 gdbsupport/rsp-low.c \
976 gdbsupport/run-time-clock.c \
977 gdbsupport/scoped_mmap.c \
978 gdbsupport/signals.c \
979 gdbsupport/signals-state-save-restore.c \
982 gdbsupport/xml-utils.c \
1003 disasm-selftests.c \
1005 dwarf-index-cache.c \
1006 dwarf-index-common.c \
1007 dwarf-index-write.c \
1009 dwarf2-frame-tailcall.c \
1023 filename-seen-cache.c \
1036 gdbarch-selftests.c \
1065 maint-test-options.c \
1066 maint-test-settings.c \
1088 process-stratum-target.c \
1091 progspace-and-thread.c \
1123 target-descriptions.c \
1152 # Links made at configuration time should not be specified here, since
1153 # SFILES is used in building the distribution archive.
1177 $(SUBDIR_CLI_SRCS) \
1178 $(SUBDIR_TARGET_SRCS) \
1180 $(SUBDIR_GCC_COMPILE_SRCS)
1182 # Header files that need to have srcdir added. Note that in the cases
1183 # where we use a macro like $(gdbcmd_h), things are carefully arranged
1184 # so that each .h file is listed exactly once (M-x tags-search works
1185 # wrong if TAGS has files twice). Because this is tricky to get
1186 # right, it is probably easiest just to list .h files here directly.
1188 HFILES_NO_SRCDIR = \
1190 aarch64-ravenscar-thread.h \
1196 amd64-darwin-tdep.h \
1197 amd64-linux-tdep.h \
1239 dwarf-index-cache.h \
1240 dwarf-index-common.h \
1242 dwarf2-frame-tailcall.h \
1267 gdb_proc_service.h \
1284 hppa-linux-offsets.h \
1287 i386-darwin-tdep.h \
1292 ia64-libunwind-tdep.h \
1344 ppc-ravenscar-thread.h \
1351 progspace-and-thread.h \
1355 ravenscar-thread.h \
1392 sparc-ravenscar-thread.h \
1403 target-descriptions.h \
1436 arch/aarch64-insn.h \
1439 arch/ppc-linux-common.h \
1440 arch/ppc-linux-tdesc.h \
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-dlfcn.h \
1463 gdbsupport/gdb_assert.h \
1464 gdbsupport/gdb_tilde_expand.h \
1465 gdbsupport/gdb_locale.h \
1466 gdbsupport/gdb_proc_service.h \
1467 gdbsupport/gdb_setjmp.h \
1468 gdbsupport/gdb_signals.h \
1469 gdbsupport/gdb_sys_time.h \
1470 gdbsupport/gdb_vecs.h \
1471 gdbsupport/gdb_wait.h \
1472 gdbsupport/common-inferior.h \
1473 gdbsupport/netstuff.h \
1474 gdbsupport/host-defs.h \
1475 gdbsupport/pathstuff.h \
1476 gdbsupport/print-utils.h \
1478 gdbsupport/queue.h \
1479 gdbsupport/rsp-low.h \
1480 gdbsupport/run-time-clock.h \
1481 gdbsupport/signals-state-save-restore.h \
1482 gdbsupport/symbol.h \
1483 gdbsupport/tdesc.h \
1485 gdbsupport/version.h \
1486 gdbsupport/x86-xstate.h \
1487 gdbsupport/xml-utils.h \
1489 compile/compile-c.h \
1490 compile/compile-cplus.h \
1491 compile/compile-internal.h \
1492 compile/compile-object-load.h \
1493 compile/compile-object-run.h \
1494 compile/gcc-c-plugin.h \
1495 compile/gcc-cp-plugin.h \
1498 config/djgpp/langinfo.h \
1499 config/djgpp/nl_types.h \
1500 config/i386/nm-i386gnu.h \
1501 config/sparc/nm-sol2.h \
1509 nat/aarch64-linux.h \
1510 nat/aarch64-linux-hw-point.h \
1511 nat/aarch64-sve-linux-ptrace.h \
1512 nat/amd64-linux-siginfo.h \
1514 nat/gdb_thread_db.h \
1515 nat/fork-inferior.h \
1516 nat/linux-btrace.h \
1517 nat/linux-namespaces.h \
1519 nat/linux-osdata.h \
1520 nat/linux-personality.h \
1521 nat/linux-ptrace.h \
1522 nat/linux-waitpid.h \
1523 nat/mips-linux-watch.h \
1527 nat/x86-gcc-cpuid.h \
1529 nat/x86-linux-dregs.h \
1531 python/py-events.h \
1532 python/py-stopevent.h \
1534 python/python-internal.h \
1535 regformats/regdef.h \
1539 target/waitstatus.h \
1553 tui/tui-wingeneral.h \
1554 tui/tui-winsource.h \
1557 # Header files that already have srcdir in them, or which are in objdir.
1559 HFILES_WITH_SRCDIR = \
1563 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1564 # default their values the way we do for SER_HARDWIRE; in the future
1565 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1566 # variables analogous to SER_HARDWIRE which get defaulted in this
1569 DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) $(SIM_OBS)
1571 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
1572 # Don't include YYFILES (*.c) because we already include *.y in SFILES,
1573 # and it's more useful to see it in the .y file.
1574 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
1576 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
1578 COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
1582 $(patsubst %.c,%.o,$(COMMON_SFILES)) \
1584 $(SUBDIR_TARGET_OBS) \
1585 $(SUBDIR_GCC_COMPILE_OBS)
1587 SUBDIRS = doc @subdirs@ data-directory
1588 CLEANDIRS = $(SUBDIRS)
1590 # List of subdirectories in the build tree that must exist.
1591 # This is used to force build failures in existing trees when
1592 # a new directory is added.
1593 # The format here is for the `case' shell command.
1594 REQUIRED_SUBDIRS = doc | testsuite | data-directory
1596 # Parser intermediate files.
1609 # ada-lex.c is included by another file, so it shouldn't wind up as a
1611 YYOBJ = $(filter-out ada-lex.o,$(patsubst %.c,%.o,$(YYFILES)))
1613 # Things which need to be built when making a distribution.
1615 DISTSTUFF = $(YYFILES)
1618 # All generated files which can be included by another file.
1624 $(NAT_GENERATED_FILES)
1626 # Flags needed to compile Python code
1627 PYTHON_CFLAGS = @PYTHON_CFLAGS@
1629 all: gdb$(EXEEXT) $(CONFIG_ALL) gdb-gdb.py gdb-gdb.gdb
1630 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1632 # Rule for compiling .c files in the top-level gdb directory.
1633 # The order-only dependencies ensure that we create the build subdirectories.
1634 %.o: %.c | $(CONFIG_DEP_SUBDIR)
1638 $(CONFIG_DEP_SUBDIR):
1639 $(SHELL) $(srcdir)/../mkinstalldirs $@
1641 # Python files need special flags.
1642 python/%.o: INTERNAL_CFLAGS += $(PYTHON_CFLAGS)
1644 # Rules for compiling .c files in the various source subdirectories.
1645 %.o: $(srcdir)/gdbtk/generic/%.c
1646 $(COMPILE) $(all_gdbtk_cflags) $<
1651 # The check target can not use subdir_do, because subdir_do does not
1652 # use TARGET_FLAGS_TO_PASS.
1654 @if [ -f testsuite/Makefile ]; then \
1655 rootme=`pwd`; export rootme; \
1656 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1658 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
1662 @if [ -f testsuite/Makefile ]; then \
1663 rootme=`pwd`; export rootme; \
1664 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1666 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-perf; \
1670 @if [ -f testsuite/Makefile ]; then \
1671 rootme=`pwd`; export rootme; \
1672 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1674 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-read1; \
1677 check-parallel: force
1678 @if [ -f testsuite/Makefile ]; then \
1679 rootme=`pwd`; export rootme; \
1680 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1682 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-parallel; \
1685 # The idea is to parallelize testing of multilibs, for example:
1686 # make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
1687 # will run 3 concurrent sessions of check, eventually testing all 10
1688 # combinations. GNU make is required for the % pattern to work, as is
1689 # a shell that expands alternations within braces. If GNU make is not
1690 # used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
1691 # prevent serialized checking due to the passed RUNTESTFLAGS.
1692 # FIXME: use config.status --config not --version, when available.
1694 @if [ -f testsuite/config.status ]; then \
1695 rootme=`pwd`; export rootme; \
1696 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1697 target=`echo "$@" | sed 's,//.*,,'`; \
1698 variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
1699 vardots=`echo "$$variant" | sed 's,/,.,g'`; \
1700 testdir=testsuite.$$vardots; \
1701 if [ ! -f $$testdir/Makefile ] && [ -f testsuite/config.status ]; then \
1702 configargs=`cd testsuite && ./config.status --version | \
1703 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
1704 $(SHELL) $(srcdir)/../mkinstalldirs $$testdir && \
1706 eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
1707 "\"--srcdir=\$$rootsrc/testsuite\"" \
1709 else :; fi && cd $$testdir && \
1710 $(MAKE) $(TARGET_FLAGS_TO_PASS) \
1711 RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
1712 FORCE_PARALLEL=$(if $(FORCE_PARALLEL),1,$(if $(RUNTESTFLAGS),,1)) \
1716 # The set of headers checked by 'check-headers' by default.
1717 CHECK_HEADERS = $(HFILES_NO_SRCDIR)
1719 # Try to compile each header in isolation, thus ensuring headers are
1722 # Defaults to checking all $HFILES_NO_SRCDIR headers.
1726 # make check-headers CHECK_HEADERS="header.h list.h"
1728 # to check specific headers.
1731 @echo Checking headers.
1732 for i in $(CHECK_HEADERS) ; do \
1733 $(CXX) $(CXX_DIALECT) -x c++-header -c -fsyntax-only \
1734 $(INTERNAL_CFLAGS) -include defs.h $(srcdir)/$$i ; \
1736 .PHONY: check-headers
1738 info install-info clean-info dvi pdf install-pdf html install-html: force
1739 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
1741 # Traditionally "install" depends on "all". But it may be useful
1742 # not to; for example, if the user has made some trivial change to a
1743 # source file and doesn't care about rebuilding or just wants to save the
1744 # time it takes for make to check that all is up to date.
1745 # install-only is intended to address that need.
1747 @$(MAKE) $(FLAGS_TO_PASS) install-only
1749 install-only: $(CONFIG_INSTALL)
1750 transformed_name=`t='$(program_transform_name)'; \
1751 echo gdb | sed -e "$$t"` ; \
1752 if test "x$$transformed_name" = x; then \
1753 transformed_name=gdb ; \
1757 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
1758 $(INSTALL_PROGRAM) gdb$(EXEEXT) \
1759 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
1760 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
1761 $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
1762 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
1764 transformed_name=`t='$(program_transform_name)'; \
1765 echo gcore | sed -e "$$t"` ; \
1766 if test "x$$transformed_name" = x; then \
1767 transformed_name=gcore ; \
1771 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
1772 $(INSTALL_SCRIPT) gcore \
1773 $(DESTDIR)$(bindir)/$$transformed_name; \
1775 transformed_name=`t='$(program_transform_name)'; \
1776 echo gdb-add-index | sed -e "$$t"` ; \
1777 if test "x$$transformed_name" = x; then \
1778 transformed_name=gdb-add-index ; \
1782 $(INSTALL_SCRIPT) $(srcdir)/contrib/gdb-add-index.sh \
1783 $(DESTDIR)$(bindir)/$$transformed_name
1784 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
1787 $(MAKE) $(FLAGS_TO_PASS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1789 `test -z '$(STRIP)' || \
1790 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
1793 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/guile/gdb
1796 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
1798 uninstall: force $(CONFIG_UNINSTALL)
1799 transformed_name=`t='$(program_transform_name)'; \
1800 echo gdb | sed -e $$t` ; \
1801 if test "x$$transformed_name" = x; then \
1802 transformed_name=gdb ; \
1806 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
1807 $(DESTDIR)$(man1dir)/$$transformed_name.1
1808 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
1810 transformed_name=`t='$(program_transform_name)'; \
1811 echo gcore | sed -e "$$t"` ; \
1812 if test "x$$transformed_name" = x; then \
1813 transformed_name=gcore ; \
1817 rm -f $(DESTDIR)$(bindir)/$$transformed_name; \
1819 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
1821 # The C++ name parser can be built standalone for testing.
1822 test-cp-name-parser.o: cp-name-parser.c
1823 $(COMPILE) -DTEST_CPNAMES cp-name-parser.c
1826 test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY)
1827 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) \
1828 -o test-cp-name-parser$(EXEEXT) test-cp-name-parser.o \
1831 # We do this by grepping through sources. If that turns out to be too slow,
1832 # maybe we could just require every .o file to have an initialization routine
1833 # of a given name (top.o -> _initialize_top, etc.).
1835 # Formatting conventions: The name of the _initialize_* routines must start
1836 # in column zero, and must not be inside #if.
1838 # Note that the set of files with init functions might change, or the names
1839 # of the functions might change, so this files needs to depend on all the
1840 # source files that will be linked into gdb. However, due to the way
1841 # this Makefile has generally been written, we do this indirectly, by
1842 # computing the list of source files from the list of object files.
1845 $(patsubst %.o,%.c, \
1846 $(patsubst %-exp.o,%-exp.y, \
1847 $(filter-out init.o version.o %_S.o %_U.o,\
1850 init.c: stamp-init; @true
1851 stamp-init: $(INIT_FILES)
1852 @$(ECHO_INIT_C) echo "Making init.c"
1853 @rm -f init.c-tmp init.l-tmp
1855 @-for f in $(INIT_FILES); do \
1856 sed -n -e 's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' \
1857 $(srcdir)/$$f 2>/dev/null; \
1859 @echo '/* Do not modify this file. */' >>init.c-tmp
1860 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
1861 @echo '#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
1862 @echo 'extern void initialize_all_files(void);' >>init.c-tmp
1863 @sed -e 's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp >>init.c-tmp
1864 @echo 'void' >>init.c-tmp
1865 @echo 'initialize_all_files (void)' >>init.c-tmp
1866 @echo '{' >>init.c-tmp
1867 @sed -e 's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp >>init.c-tmp
1868 @echo '}' >>init.c-tmp
1869 @$(SHELL) $(srcdir)/../move-if-change init.c-tmp init.c
1870 @echo stamp > stamp-init
1874 # Create a library of the gdb object files and build GDB by linking
1877 # init.o is very important. It pulls in the rest of GDB.
1878 LIBGDB_OBS = $(sort $(COMMON_OBS)) init.o
1879 libgdb.a: $(LIBGDB_OBS)
1881 $(AR) q libgdb.a $(LIBGDB_OBS)
1884 # Removing the old gdb first works better if it is running, at least on SunOS.
1885 gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(CDEPS) $(TDEPLIBS)
1886 $(SILENCE) rm -f gdb$(EXEEXT)
1887 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
1888 -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \
1889 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
1890 ifneq ($(CODESIGN_CERT),)
1891 $(ECHO_SIGN) $(CODESIGN) -s $(CODESIGN_CERT) gdb$(EXEEXT)
1894 # Convenience rule to handle recursion.
1895 .PHONY: all-data-directory
1896 all-data-directory: data-directory/Makefile
1897 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=data-directory subdir_do
1899 # This is useful when debugging GDB, because some Unix's don't let you run GDB
1900 # on itself without copying the executable. So "make gdb1" will make
1901 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
1902 # Removing gdb1 before the copy is the right thing if gdb1 is open
1903 # in another process.
1904 gdb1$(EXEEXT): gdb$(EXEEXT)
1906 cp gdb$(EXEEXT) gdb1$(EXEEXT)
1908 # Put the proper machine-specific files first, so M-. on a machine
1909 # specific routine gets the one for the correct machine. (FIXME: those
1910 # files go in twice; we should be removing them from the main list).
1912 # TAGS depends on all the files that go into it so you can rebuild TAGS
1913 # with `make TAGS' and not have to say `rm TAGS' first.
1915 GDB_NM_FILE = @GDB_NM_FILE@
1916 TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
1918 etags `(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
1919 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
1920 echo $(srcdir)/$$i ; \
1921 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
1923 done) | sed -e 's/\.o$$/\.c/'` \
1924 `find $(srcdir)/config -name '*.h' -print`
1928 clean mostlyclean: $(CONFIG_CLEAN)
1929 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do
1930 rm -f *.o *.a *~ init.c-tmp init.l-tmp version.c-tmp
1931 rm -f init.c stamp-init version.c stamp-version
1932 rm -f gdb$(EXEEXT) core make.log
1933 rm -f gdb[0-9]$(EXEEXT)
1934 rm -f test-cp-name-parser$(EXEEXT)
1935 rm -f xml-builtin.c stamp-xml
1937 for i in $(CONFIG_SRC_SUBDIR); do \
1939 rm -f $$i/$(DEPDIR)/*; \
1942 # This used to depend on c-exp.c m2-exp.c TAGS
1943 # I believe this is wrong; the makefile standards for distclean just
1944 # describe removing files; the only sort of "re-create a distribution"
1945 # functionality described is if the distributed files are unmodified.
1946 # NB: While GDBSERVER might be configured on native systems, it isn't
1947 # always included in SUBDIRS. Remove the gdbserver files explicitly.
1949 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do
1950 rm -f gdbserver/config.status gdbserver/config.log
1951 rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
1952 rm -f gdbserver/Makefile gdbserver/config.cache
1953 rm -f nm.h config.status config.h stamp-h b jit-reader.h
1954 rm -f gdb-gdb.py gdb-gdb.gdb
1955 rm -f y.output yacc.acts yacc.tmp y.tab.h
1956 rm -f config.log config.cache
1959 for i in $(CONFIG_SRC_SUBDIR); do \
1960 if test -d $$i/$(DEPDIR); then rmdir $$i/$(DEPDIR); fi \
1963 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
1964 realclean: maintainer-clean
1966 local-maintainer-clean:
1967 @echo "This command is intended for maintainers to use;"
1968 @echo "it deletes files that may require special tools to rebuild."
1971 ada-lex.c ada-exp.c \
1972 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
1975 rm -f nm.h config.status
1977 do-maintainer-clean:
1978 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(CLEANDIRS)" \
1981 diststuff: $(DISTSTUFF) $(PACKAGE).pot $(CATALOGS)
1982 cd doc; $(MAKE) $(MFLAGS) diststuff
1985 @for i in $(DODIRS); do \
1987 $(REQUIRED_SUBDIRS)) \
1988 if [ ! -f ./$$i/Makefile ] ; then \
1989 echo "Missing $$i/Makefile" >&2 ; \
1993 if [ -f ./$$i/Makefile ] ; then \
1995 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
1996 else exit 1 ; fi ; \
2000 Makefile: Makefile.in config.status
2001 # Regenerate the Makefile and the tm.h / nm.h links.
2002 CONFIG_FILES="Makefile" \
2005 $(SHELL) config.status
2007 data-directory/Makefile: data-directory/Makefile.in config.status
2008 CONFIG_FILES="data-directory/Makefile" \
2009 CONFIG_COMMANDS="depfiles" \
2012 $(SHELL) config.status
2016 ./gdb$(EXEEXT) --data-directory=`pwd`/data-directory $(GDBFLAGS)
2018 jit-reader.h: $(srcdir)/jit-reader.in
2019 $(SHELL) config.status $@
2021 gcore: $(srcdir)/gcore.in
2022 $(SHELL) config.status $@
2024 gdb-gdb.py: $(srcdir)/gdb-gdb.py.in
2025 $(SHELL) config.status $@
2027 gdb-gdb.gdb: $(srcdir)/gdb-gdb.gdb.in
2028 $(SHELL) config.status $@
2030 config.h: stamp-h ; @true
2031 stamp-h: $(srcdir)/config.in config.status
2032 CONFIG_HEADERS=config.h:config.in \
2033 CONFIG_COMMANDS="default depdir" \
2036 $(SHELL) config.status
2038 config.status: $(srcdir)/configure configure.nat configure.tgt configure.host ../bfd/development.sh
2039 $(SHELL) config.status --recheck
2042 ACLOCAL_AMFLAGS = -I ../config
2044 # Keep these in sync with the includes in acinclude.m4.
2047 acx_configure_dir.m4 \
2050 ../config/acinclude.m4 \
2051 ../config/plugins.m4 \
2052 ../config/lead-dot.m4 \
2053 ../config/override.m4 \
2054 ../config/largefile.m4 \
2055 ../config/gettext-sister.m4 \
2056 ../config/lib-ld.m4 \
2057 ../config/lib-prefix.m4 \
2058 ../config/lib-link.m4 \
2061 ../config/depstand.m4 \
2062 ../config/lcmessage.m4 \
2063 ../config/codeset.m4 \
2066 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
2067 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2070 configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
2071 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2072 cd $(srcdir) && $(AUTOCONF)
2074 AUTOHEADER = autoheader
2075 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2076 cd $(srcdir) && $(AUTOHEADER)
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.
2090 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2092 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
2094 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
2096 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
2098 # GDB MANUAL: TeX dvi file
2100 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
2102 # GDB MANUAL: info file
2104 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
2106 # Make copying.c from COPYING
2107 $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ $(srcdir)/../COPYING3 $(srcdir)/copying.awk
2108 awk -f $(srcdir)/copying.awk \
2109 < $(srcdir)/../COPYING3 > $(srcdir)/copying.tmp
2110 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
2112 version.c: stamp-version; @true
2113 # Note that the obvious names for the temp file are taken by
2114 # create-version.sh.
2115 stamp-version: Makefile version.in $(srcdir)/../bfd/version.h $(srcdir)/gdbsupport/create-version.sh
2116 $(ECHO_GEN) $(SHELL) $(srcdir)/gdbsupport/create-version.sh $(srcdir) \
2117 $(host_alias) $(target_alias) version-t.t
2118 @$(SHELL) $(srcdir)/../move-if-change version-t.t version.c
2119 @echo stamp > stamp-version
2122 gdb.cxref: $(SFILES)
2123 cxref -I. $(SFILES) >gdb.cxref
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)
2133 # GNU Make 3.63 has a different problem: it keeps tacking command line
2134 # overrides onto the definition of $(MAKE). This variable setting
2140 aarch64-fbsd-nat.c \
2141 aarch64-fbsd-tdep.c \
2142 aarch64-linux-nat.c \
2143 aarch64-linux-tdep.c \
2144 aarch64-newlib-tdep.c \
2145 aarch64-ravenscar-thread.c \
2151 alpha-linux-tdep.c \
2152 alpha-mdebug-tdep.c \
2157 amd64-darwin-tdep.c \
2158 amd64-dicos-tdep.c \
2162 amd64-linux-tdep.c \
2175 arm-get-next-pcs.c \
2182 arm-symbian-tdep.c \
2210 i386-cygwin-tdep.c \
2212 i386-darwin-tdep.c \
2228 ia64-libunwind-tdep.c \
2247 microblaze-linux-tdep.c \
2259 mips64-obsd-tdep.c \
2264 nios2-linux-tdep.c \
2277 ppc-ravenscar-thread.c \
2281 ravenscar-thread.c \
2286 riscv-linux-tdep.c \
2289 rs6000-lynx178-tdep.c \
2310 sparc-linux-tdep.c \
2315 sparc-ravenscar-thread.c \
2319 sparc64-fbsd-nat.c \
2320 sparc64-fbsd-tdep.c \
2321 sparc64-linux-nat.c \
2322 sparc64-linux-tdep.c \
2324 sparc64-nbsd-nat.c \
2325 sparc64-nbsd-tdep.c \
2326 sparc64-obsd-nat.c \
2327 sparc64-obsd-tdep.c \
2328 sparc64-sol2-tdep.c \
2333 tilegx-linux-nat.c \
2334 tilegx-linux-tdep.c \
2347 xtensa-linux-nat.c \
2348 xtensa-linux-tdep.c \
2351 gdbsupport/mingw-strerror.c \
2352 gdbsupport/posix-strerror.c
2354 # Some files need explicit build rules (due to -Werror problems) or due
2355 # to sub-directory fun 'n' games.
2357 # ada-exp.c can appear in srcdir, for releases; or in ., for
2358 # development builds.
2359 ADA_EXP_C = `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2361 ada-exp.o: ada-exp.c
2362 $(COMPILE) $(ADA_EXP_C)
2365 # Message files. Based on code in gcc/Makefile.in.
2367 # Rules for generating translated message descriptions. Disabled by
2368 # autoconf if the tools are not available.
2370 .PHONY: all-po install-po uninstall-po clean-po update-po $(PACKAGE).pot
2374 # This notation should be acceptable to all Make implementations used
2375 # by people who are interested in updating .po files.
2376 update-po: $(CATALOGS:.gmo=.pox)
2378 # N.B. We do not attempt to copy these into $(srcdir). The snapshot
2381 -test -d po || mkdir po
2382 $(GMSGFMT) --statistics -o $@ $<
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.
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 $@
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.
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; \
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; \
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; \
2417 dir=$(localedir)/$$lang/LC_MESSAGES; \
2418 rm -f $(DESTDIR)$$dir/$(PACKAGE).mo; \
2420 # Delete po/*.gmo only if we are not building in the source directory.
2422 -if [ ! -f Makefile.in ]; then rm -f po/*.gmo; fi
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
2432 po/$(PACKAGE).pot: force
2433 -test -d po || mkdir po
2434 sh -e $(srcdir)/po/gdbtext $(XGETTEXT) $(PACKAGE) . $(srcdir)
2438 # YACC/LEX dependencies
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
2444 # decls for malloc/realloc/free which conflict with everything else.
2445 # Strictly speaking c-exp.c should therefore depend on
2446 # Makefile.in, but that was a pretty big annoyance.
2449 $(ECHO_YACC) $(SHELL) $(YLWRAP) $< y.tab.c $@.tmp -- \
2450 $(YACC) $(YFLAGS) || (rm -f $@.tmp; false)
2451 @sed -e '/extern.*malloc/d' \
2452 -e '/extern.*realloc/d' \
2453 -e '/extern.*free/d' \
2454 -e '/include.*malloc.h/d' \
2455 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2456 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2457 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2458 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2459 -e '/^#line.*y.tab.c/d' \
2460 -e 's/YY_NULL/YY_NULLPTR/g' \
2461 < $@.tmp > $@.new && \
2465 $(ECHO_LEX) $(FLEX) -t $< \
2466 | sed -e '/extern.*malloc/d' \
2467 -e '/extern.*realloc/d' \
2468 -e '/extern.*free/d' \
2469 -e '/include.*malloc.h/d' \
2470 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2471 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2472 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2473 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2474 -e 's/yy_flex_xrealloc/yyxrealloc/g' \
2478 .PRECIOUS: ada-lex.c
2482 xml-builtin.c: stamp-xml; @true
2483 stamp-xml: $(srcdir)/features/feature_to_c.sh Makefile $(XMLFILES)
2484 $(SILENCE) rm -f xml-builtin.tmp
2485 $(ECHO_GEN_XML_BUILTIN) AWK="$(AWK)" \
2486 $(SHELL) $(srcdir)/features/feature_to_c.sh \
2487 xml-builtin.tmp $(XMLFILES)
2488 $(SILENCE) $(SHELL) $(srcdir)/../move-if-change xml-builtin.tmp xml-builtin.c
2489 $(SILENCE) echo stamp > stamp-xml
2491 .PRECIOUS: xml-builtin.c
2494 # GDBTK sub-directory
2497 all-gdbtk: insight$(EXEEXT)
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 ; \
2507 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir); \
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 ; \
2519 $(SHELL) $(srcdir)/../mkinstalldirs \
2520 $(DESTDIR)$(GDBTK_LIBRARY)/help \
2521 $(DESTDIR)$(GDBTK_LIBRARY)/help/images \
2522 $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \
2523 cd $(srcdir)/gdbtk/library ; \
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; \
2526 $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \
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 ; \
2537 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2538 rm -rf $(DESTDIR)$(GDBTK_LIBRARY)
2541 rm -f insight$(EXEEXT)
2543 # Removing the old gdb first works better if it is running, at least on SunOS.
2544 insight$(EXEEXT): gdbtk-main.o libgdb.a $(CDEPS) $(TDEPLIBS)
2545 rm -f insight$(EXEEXT)
2546 $(ECHO_CXXLD) $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
2547 -o insight$(EXEEXT) gdbtk-main.o libgdb.a \
2548 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2550 gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
2551 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
2553 all_gdbtk_cflags = $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2554 $(ITK_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2556 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" \
2557 -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
2560 # Dependency tracking.
2563 ifeq ($(DEPMODE),depmode=gcc3)
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.
2567 override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
2568 -MF $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo
2569 override POSTCOMPILE = @mv $(@D)/$(DEPDIR)/$(basename $(@F)).Tpo \
2570 $(@D)/$(DEPDIR)/$(basename $(@F)).Po
2572 override COMPILE.pre = source='$<' object='$@' libtool=no \
2573 DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) \
2574 $(CXX) -x c++ $(CXX_DIALECT)
2575 # depcomp handles atomicity for us, so we don't need a postcompile
2577 override POSTCOMPILE =
2580 # A list of all the objects we might care about in this build, for
2581 # dependency tracking.
2582 all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
2583 test-cp-name-parser.o
2585 # All the .deps files to include.
2586 all_deps_files = $(foreach dep,$(patsubst %.o,%.Po,$(all_object_files)),\
2587 $(dir $(dep))/$(DEPDIR)/$(notdir $(dep)))
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.
2593 $(all_object_files): | $(generated_files)
2595 $(all_object_files) : $(generated_files)
2599 -include $(all_deps_files)
2601 # Disable implicit make rules.
2602 include $(srcdir)/disable-implicit-rules.mk
2604 ### end of the gdb Makefile.in.