1 # Copyright (C) 1989-2020 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 CTF library? Typically in ../libctf.
158 CTF_DEPS
= @CTF_DEPS@
160 # Where is the BFD library? Typically in ../bfd.
162 BFD
= $(BFD_DIR
)/libbfd.a
163 BFD_SRC
= $(srcdir)/$(BFD_DIR
)
164 BFD_CFLAGS
= -I
$(BFD_DIR
) -I
$(BFD_SRC
)
166 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
167 # -I../zlib, unless we were configured with --with-system-zlib, in which
168 # case both are empty.
172 # Where is the decnumber library? Typically in ../libdecnumber.
173 LIBDECNUMBER_DIR
= ..
/libdecnumber
174 LIBDECNUMBER
= $(LIBDECNUMBER_DIR
)/libdecnumber.a
175 LIBDECNUMBER_SRC
= $(srcdir)/$(LIBDECNUMBER_DIR
)
176 LIBDECNUMBER_CFLAGS
= -I
$(LIBDECNUMBER_DIR
) -I
$(LIBDECNUMBER_SRC
)
178 # Where is the READLINE library? Typically in ../readline/readline.
179 READLINE_DIR
= ..
/readline
/readline
180 READLINE_SRC
= $(srcdir)/$(READLINE_DIR
)
181 READLINE
= @READLINE@
182 READLINE_DEPS
= @READLINE_DEPS@
183 READLINE_CFLAGS
= @READLINE_CFLAGS@
185 # Where is expat? This will be empty if expat was not available.
186 LIBEXPAT
= @LIBEXPAT@
188 # Where is lzma? This will be empty if lzma was not available.
191 # Where is libbabeltrace? This will be empty if libbabeltrace was not
193 LIBBABELTRACE
= @LIBBABELTRACE@
195 # Where is libxxhash? This will be empty if libxxhash was not
197 LIBXXHASH
= @LIBXXHASH@
199 # Where is libipt? This will be empty if libipt was not available.
202 # Where is libmpfr? This will be empty if libmpfr was not available.
205 # GNU source highlight library.
206 SRCHIGH_LIBS
= @SRCHIGH_LIBS@
207 SRCHIGH_CFLAGS
= @SRCHIGH_CFLAGS@
209 WARN_CFLAGS
= @WARN_CFLAGS@
210 WERROR_CFLAGS
= @WERROR_CFLAGS@
211 GDB_WARN_CFLAGS
= $(WARN_CFLAGS
)
212 GDB_WERROR_CFLAGS
= $(WERROR_CFLAGS
)
214 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
215 PTHREAD_LIBS
= @PTHREAD_LIBS@
217 DEBUGINFOD_CFLAGS
= @DEBUGINFOD_CFLAGS@
218 DEBUGINFOD_LIBS
= @DEBUGINFOD_LIBS@
220 RDYNAMIC
= @RDYNAMIC@
222 # Where is the INTL library? Typically in ../intl.
224 INTL_DEPS
= @LIBINTL_DEP@
225 INTL_CFLAGS
= @INCINTL@
227 # Where is the ICONV library? This will be empty if in libc or not available.
228 LIBICONV
= @LIBICONV@
230 # Did the user give us a --with-gdb-datadir option?
231 GDB_DATADIR
= @GDB_DATADIR@
235 CODESIGN_CERT
= @CODESIGN_CERT@
237 # Flags to pass to gdb when invoked with "make run".
240 # Helper code from gnulib.
241 GNULIB_BUILDDIR
= ..
/gnulib
242 LIBGNU
= $(GNULIB_BUILDDIR
)/import
/libgnu.a
243 INCGNU
= -I
$(srcdir)/..
/gnulib
/import
-I
$(GNULIB_BUILDDIR
)/import
245 SUPPORT
= ..
/gdbsupport
246 LIBSUPPORT
= $(SUPPORT
)/libgdbsupport.a
247 INCSUPPORT
= -I
$(srcdir)/..
-I..
250 # CLI sub directory definitons
264 SUBDIR_CLI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_CLI_SRCS
))
267 # MI sub directory definitons
288 SUBDIR_MI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_MI_SRCS
))
295 # TUI sub directory definitions
312 tui
/tui-wingeneral.c \
315 SUBDIR_TUI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_TUI_SRCS
))
319 SUBDIR_TUI_CFLAGS
= -DTUI
=1
322 # GCC Compile support sub-directory definitions
324 SUBDIR_GCC_COMPILE_SRCS
= \
326 compile
/compile-c-support.c \
327 compile
/compile-c-symbols.c \
328 compile
/compile-c-types.c \
329 compile
/compile-cplus-symbols.c \
330 compile
/compile-cplus-types.c \
331 compile
/compile-loc2c.c \
332 compile
/compile-object-load.c \
333 compile
/compile-object-run.c
335 SUBDIR_GCC_COMPILE_OBS
= $(patsubst %.c
,%.o
,$(filter %.c
,$(SUBDIR_GCC_COMPILE_SRCS
)))
338 # Guile sub directory definitons for guile support.
340 SUBDIR_GUILE_SRCS
= \
343 guile
/scm-auto-load.c \
345 guile
/scm-breakpoint.c \
348 guile
/scm-exception.c \
351 guile
/scm-iterator.c \
352 guile
/scm-lazy-string.c \
354 guile
/scm-objfile.c \
357 guile
/scm-pretty-print.c \
358 guile
/scm-progspace.c \
359 guile
/scm-safe-call.c \
367 SUBDIR_GUILE_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_GUILE_SRCS
))
370 SUBDIR_GUILE_LDFLAGS
=
371 SUBDIR_GUILE_CFLAGS
=
374 # python sub directory definitons
376 SUBDIR_PYTHON_SRCS
= \
378 python
/py-auto-load.c \
380 python
/py-bpevent.c \
381 python
/py-breakpoint.c \
383 python
/py-continueevent.c \
385 python
/py-evtregistry.c \
387 python
/py-exitedevent.c \
388 python
/py-finishbreakpoint.c \
390 python
/py-framefilter.c \
391 python
/py-function.c \
392 python
/py-gdb-readline.c \
393 python
/py-inferior.c \
394 python
/py-infevents.c \
395 python
/py-infthread.c \
396 python
/py-instruction.c \
397 python
/py-lazy-string.c \
398 python
/py-linetable.c \
399 python
/py-newobjfileevent.c \
400 python
/py-objfile.c \
402 python
/py-prettyprint.c \
403 python
/py-progspace.c \
405 python
/py-record-btrace.c \
406 python
/py-record-full.c \
407 python
/py-registers.c \
408 python
/py-signalevent.c \
409 python
/py-stopevent.c \
412 python
/py-threadevent.c \
419 python
/py-xmethods.c \
422 SUBDIR_PYTHON_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_PYTHON_SRCS
))
425 SUBDIR_PYTHON_LDFLAGS
=
426 SUBDIR_PYTHON_CFLAGS
=
430 gdbarch-selftests.c \
432 unittests
/array-view-selftests.c \
433 unittests
/child-path-selftests.c \
434 unittests
/cli-utils-selftests.c \
435 unittests
/command-def-selftests.c \
436 unittests
/common-utils-selftests.c \
437 unittests
/copy_bitwise-selftests.c \
438 unittests
/environ-selftests.c \
439 unittests
/filtered_iterator-selftests.c \
440 unittests
/format_pieces-selftests.c \
441 unittests
/function-view-selftests.c \
442 unittests
/lookup_name_info-selftests.c \
443 unittests
/memory-map-selftests.c \
444 unittests
/memrange-selftests.c \
445 unittests
/offset-type-selftests.c \
446 unittests
/observable-selftests.c \
447 unittests
/optional-selftests.c \
448 unittests
/parse-connection-spec-selftests.c \
449 unittests
/ptid-selftests.c \
450 unittests
/main-thread-selftests.c \
451 unittests
/mkdir-recursive-selftests.c \
452 unittests
/rsp-low-selftests.c \
453 unittests
/scoped_fd-selftests.c \
454 unittests
/scoped_mmap-selftests.c \
455 unittests
/scoped_restore-selftests.c \
456 unittests
/string_view-selftests.c \
457 unittests
/style-selftests.c \
458 unittests
/tracepoint-selftests.c \
459 unittests
/tui-selftests.c \
460 unittests
/unpack-selftests.c \
461 unittests
/utils-selftests.c \
462 unittests
/vec-utils-selftests.c \
463 unittests
/xml-utils-selftests.c
465 SELFTESTS_OBS
= $(patsubst %.c
,%.o
,$(SELFTESTS_SRCS
))
467 SUBDIR_TARGET_SRCS
= target
/waitstatus.c
468 SUBDIR_TARGET_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_TARGET_SRCS
))
471 # Opcodes currently live in one of two places. Either they are in the
472 # opcode library, typically ../opcodes, or they are in a header file
474 # Where is the "-lopcodes" library, with (some of) the opcode tables and
476 OPCODES_DIR
= ..
/opcodes
477 OPCODES_SRC
= $(srcdir)/$(OPCODES_DIR
)
478 OPCODES
= $(OPCODES_DIR
)/libopcodes.a
479 # Where are the other opcode tables which only have header file
481 OP_INCLUDE
= $(INCLUDE_DIR
)/opcode
482 # See TOP_CFLAGS as well.
483 OPCODES_CFLAGS
= -I
$(OP_INCLUDE
)
485 # Allow includes like "opcodes/mumble.h".
486 TOP_CFLAGS
= -I
$(top_srcdir
)/..
488 # The simulator is usually nonexistent; targets that include one
489 # should set this to list all the .o or .a files to be linked in.
492 WIN32LIBS
= @WIN32LIBS@
494 # Tcl et al cflags and libraries
496 TCL_CFLAGS
= @TCL_INCLUDE@
497 GDBTKLIBS
= @GDBTKLIBS@
498 # Extra flags that the GDBTK files need:
499 GDBTK_CFLAGS
= @GDBTK_CFLAGS@
502 TK_CFLAGS
= @TK_INCLUDE@
504 X11_CFLAGS
= @TK_XINCLUDES@
508 WIN32LDAPP
= @WIN32LDAPP@
511 GUI_CFLAGS_X
= @GUI_CFLAGS_X@
512 IDE_CFLAGS
= $(GUI_CFLAGS_X
) $(IDE_CFLAGS_X
)
514 ALL_TCL_CFLAGS
= $(TCL_CFLAGS
) $(TK_CFLAGS
)
516 # The version of gdbtk we're building. This should be kept
517 # in sync with GDBTK_VERSION and friends in gdbtk.h.
519 GDBTK_LIBRARY
= $(datadir)/insight
$(GDBTK_VERSION
)
521 # Gdbtk requires an absolute path to the source directory or
522 # the testsuite won't run properly.
523 GDBTK_SRC_DIR
= @GDBTK_SRC_DIR@
536 SUBDIR_GDBTK_SRCS
= \
537 gdbtk
/generic
/gdbtk.c \
538 gdbtk
/generic
/gdbtk-bp.c \
539 gdbtk
/generic
/gdbtk-cmds.c \
540 gdbtk
/generic
/gdbtk-hooks.c \
541 gdbtk
/generic
/gdbtk-interp.c \
542 gdbtk
/generic
/gdbtk-main.c \
543 gdbtk
/generic
/gdbtk-register.c \
544 gdbtk
/generic
/gdbtk-stack.c \
545 gdbtk
/generic
/gdbtk-varobj.c \
546 gdbtk
/generic
/gdbtk-wrapper.c
548 SUBDIR_GDBTK_DEPS
= $(LIBGUI
) $(TCL_DEPS
) $(TK_DEPS
)
549 SUBDIR_GDBTK_LDFLAGS
=
550 SUBDIR_GDBTK_CFLAGS
= -DGDBTK
552 CONFIG_OBS
= @CONFIG_OBS@
553 CONFIG_SRCS
= @CONFIG_SRCS@
554 CONFIG_DEPS
= @CONFIG_DEPS@
555 CONFIG_LDFLAGS
= @CONFIG_LDFLAGS@
556 ENABLE_CFLAGS
= @ENABLE_CFLAGS@
557 CONFIG_ALL
= @CONFIG_ALL@
558 CONFIG_CLEAN
= @CONFIG_CLEAN@
559 CONFIG_INSTALL
= @CONFIG_INSTALL@
560 CONFIG_UNINSTALL
= @CONFIG_UNINSTALL@
561 HAVE_NATIVE_GCORE_TARGET
= @HAVE_NATIVE_GCORE_TARGET@
563 CONFIG_SRC_SUBDIR
= arch cli dwarf2 mi compile tui unittests guile python \
565 CONFIG_DEP_SUBDIR
= $(addsuffix /$(DEPDIR
),$(CONFIG_SRC_SUBDIR
))
567 # -I. for config files.
568 # -I$(srcdir) for gdb internal headers.
569 # -I$(srcdir)/config for more generic config files.
571 # It is also possible that you will need to add -I/usr/include/sys if
572 # your system doesn't have fcntl.h in /usr/include (which is where it
573 # should be according to Posix).
575 GDB_CFLAGS
= -I.
-I
$(srcdir) -I
$(srcdir)/config \
576 -DLOCALEDIR
="\"$(localedir)\"" $(DEFS
)
578 # MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
579 GLOBAL_CFLAGS
= $(MH_CFLAGS
)
581 PROFILE_CFLAGS
= @PROFILE_CFLAGS@
583 # These are specifically reserved for setting from the command line
584 # when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
586 CXXFLAGS
= @CXXFLAGS@
587 CPPFLAGS
= @CPPFLAGS@
589 # Set by configure, for e.g. expat. Python installations are such that
590 # C headers are included using their basename (for example, we #include
591 # <Python.h> rather than, say, <python/Python.h>). Since the file names
592 # are sometimes a little generic, we think that the risk of collision
593 # with other header files is high. If that happens, we try to mitigate
594 # a bit the consequences by putting the Python includes last in the list.
595 INTERNAL_CPPFLAGS
= $(CPPFLAGS
) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@ \
598 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
599 INTERNAL_CFLAGS_BASE
= \
600 $(CXXFLAGS
) $(GLOBAL_CFLAGS
) $(PROFILE_CFLAGS
) \
601 $(GDB_CFLAGS
) $(OPCODES_CFLAGS
) $(READLINE_CFLAGS
) $(ZLIBINC
) \
602 $(BFD_CFLAGS
) $(INCLUDE_CFLAGS
) $(LIBDECNUMBER_CFLAGS
) \
603 $(INTL_CFLAGS
) $(INCGNU
) $(INCSUPPORT
) $(ENABLE_CFLAGS
) \
604 $(INTERNAL_CPPFLAGS
) $(SRCHIGH_CFLAGS
) $(TOP_CFLAGS
) $(PTHREAD_CFLAGS
) \
606 INTERNAL_WARN_CFLAGS
= $(INTERNAL_CFLAGS_BASE
) $(GDB_WARN_CFLAGS
)
607 INTERNAL_CFLAGS
= $(INTERNAL_WARN_CFLAGS
) $(GDB_WERROR_CFLAGS
)
609 # LDFLAGS is specifically reserved for setting from the command line
613 # Profiling options need to go here to work.
614 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
615 # and have it work; that's why CFLAGS is here.
616 # PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
618 $(CXXFLAGS
) $(GLOBAL_CFLAGS
) $(MH_LDFLAGS
) \
619 $(LDFLAGS
) $(CONFIG_LDFLAGS
) $(PTHREAD_CFLAGS
)
621 # Libraries and corresponding dependencies for compiling gdb.
622 # XM_CLIBS, defined in *config files, have host-dependent libs.
623 # LIBIBERTY appears twice on purpose.
624 CLIBS
= $(SIM
) $(READLINE
) $(OPCODES
) $(LIBCTF
) $(BFD
) $(ZLIB
) \
625 $(LIBSUPPORT
) $(INTL
) $(LIBIBERTY
) $(LIBDECNUMBER
) \
626 $(XM_CLIBS
) $(GDBTKLIBS
) \
627 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
628 $(LIBEXPAT
) $(LIBLZMA
) $(LIBBABELTRACE
) $(LIBIPT
) \
629 $(WIN32LIBS
) $(LIBGNU
) $(LIBICONV
) \
630 $(LIBMPFR
) $(SRCHIGH_LIBS
) $(LIBXXHASH
) $(PTHREAD_LIBS
) \
632 CDEPS
= $(NAT_CDEPS
) $(SIM
) $(BFD
) $(READLINE_DEPS
) $(CTF_DEPS
) \
633 $(OPCODES
) $(INTL_DEPS
) $(LIBIBERTY
) $(CONFIG_DEPS
) $(LIBGNU
) \
641 # XML files to build in to GDB.
643 $(srcdir)/features
/btrace.dtd \
644 $(srcdir)/features
/btrace-conf.dtd \
645 $(srcdir)/features
/gdb-target.dtd \
646 $(srcdir)/features
/library-list.dtd \
647 $(srcdir)/features
/library-list-aix.dtd \
648 $(srcdir)/features
/library-list-svr4.dtd \
649 $(srcdir)/features
/osdata.dtd \
650 $(srcdir)/features
/threads.dtd \
651 $(srcdir)/features
/traceframe-info.dtd \
652 $(srcdir)/features
/xinclude.dtd
654 # Build the ser-*.o files the host supports. This includes ser-unix.o
655 # for any system that supports a POSIX interface to the serial port.
657 SER_HARDWIRE
= @SER_HARDWIRE@
659 # This is remote-sim.o if a simulator is to be linked in.
662 # Target-dependent object files.
663 TARGET_OBS
= @TARGET_OBS@
665 # All target-dependent objects files that require 64-bit CORE_ADDR
666 # (used with --enable-targets=all --enable-64-bit-bfd).
667 ALL_64_TARGET_OBS
= \
668 aarch64-fbsd-tdep.o \
669 aarch64-linux-tdep.o \
670 aarch64-newlib-tdep.o \
671 aarch64-ravenscar-thread.o \
675 alpha-mdebug-tdep.o \
679 amd64-darwin-tdep.o \
687 amd64-windows-tdep.o \
689 arch
/aarch64-insn.o \
695 sparc64-fbsd-tdep.o \
696 sparc64-linux-tdep.o \
697 sparc64-nbsd-tdep.o \
698 sparc64-obsd-tdep.o \
699 sparc64-sol2-tdep.o \
702 # All other target-dependent objects files (used with --enable-targets=all).
710 arch
/arm-get-next-pcs.o \
713 arch
/ppc-linux-common.o \
757 i386-windows-tdep.o \
771 microblaze-linux-tdep.o \
778 mn10300-linux-tdep.o \
794 ppc-ravenscar-thread.o \
800 riscv-ravenscar-thread.o \
804 rs6000-lynx178-tdep.o \
823 sparc-ravenscar-thread.o \
829 tilegx-linux-tdep.o \
839 xtensa-linux-tdep.o \
842 # The following native-target dependent variables are defined on
844 NAT_FILE
= @NAT_FILE@
845 NATDEPFILES
= @NATDEPFILES@
846 NAT_CDEPS
= @NAT_CDEPS@
847 LOADLIBES
= @LOADLIBES@
848 MH_CFLAGS
= @MH_CFLAGS@
849 XM_CLIBS
= @XM_CLIBS@
850 NAT_GENERATED_FILES
= @NAT_GENERATED_FILES@
852 HAVE_NATIVE_GCORE_HOST
= @HAVE_NATIVE_GCORE_HOST@
854 # Native-target dependent makefile fragment comes in here.
857 # End of native-target dependent variables.
861 "exec_prefix=$(exec_prefix)" \
862 "infodir=$(infodir)" \
863 "datarootdir=$(datarootdir)" \
865 "htmldir=$(htmldir)" \
869 "datadir=$(datadir)" \
870 "includedir=$(includedir)" \
871 "against=$(against)" \
872 "DESTDIR=$(DESTDIR)" \
874 "AR_FLAGS=$(AR_FLAGS)" \
878 "CXX_DIALECT=$(CXX_DIALECT)" \
879 "CXXFLAGS=$(CXXFLAGS)" \
880 "DLLTOOL=$(DLLTOOL)" \
881 "LDFLAGS=$(LDFLAGS)" \
883 "MAKEINFO=$(MAKEINFO)" \
884 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
885 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
886 "MAKEHTML=$(MAKEHTML)" \
887 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
888 "INSTALL=$(INSTALL)" \
889 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
890 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
891 "INSTALL_DATA=$(INSTALL_DATA)" \
892 "RUNTEST=$(RUNTEST)" \
893 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
895 # Flags that we pass when building the testsuite.
897 # empty for native, $(target_alias)/ for cross
898 target_subdir
= @target_subdir@
901 if [ -f $${rootme}/../gcc/xgcc ] ; then \
902 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
903 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/ -idirafter $${rootme}/$(target_subdir)newlib/targ-include -idirafter $${rootsrc}/../$(target_subdir)newlib/libc/include -nostdinc -B$${rootme}/../$(target_subdir)newlib/; \
905 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
908 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
911 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
916 if [ -f $${rootme}/../gcc/xg++ ] ; then \
917 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
918 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/; \
920 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
923 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
926 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
930 # The use of $$(x_FOR_TARGET) reduces the command line length by not
931 # duplicating the lengthy definition.
932 TARGET_FLAGS_TO_PASS
= \
934 "exec_prefix=$(exec_prefix)" \
935 "against=$(against)" \
936 'CC=$$(CC_FOR_TARGET)' \
937 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
939 'CXX=$$(CXX_FOR_TARGET)' \
940 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
941 "CXXFLAGS=$(CXXFLAGS)" \
942 "INSTALL=$(INSTALL)" \
943 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
944 "INSTALL_DATA=$(INSTALL_DATA)" \
945 "MAKEINFO=$(MAKEINFO)" \
946 "MAKEHTML=$(MAKEHTML)" \
947 "RUNTEST=$(RUNTEST)" \
948 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
949 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
952 # All source files that go into linking GDB.
954 # Files that should wind up in SFILES and whose corresponding .o
955 # should be in COMMON_OBS.
977 break-catch-syscall.c \
978 break-catch-throw.c \
1009 debuginfod-support.c \
1014 dwarf2
/attribute.c \
1015 dwarf2
/comp-unit.c \
1018 dwarf2
/frame-tailcall.c \
1020 dwarf2
/index-cache.c \
1021 dwarf2
/index-common.c \
1022 dwarf2
/index-write.c \
1024 dwarf2
/line-header.c \
1029 dwarf2
/stringify.c \
1039 filename-seen-cache.c \
1080 maint-test-options.c \
1081 maint-test-settings.c \
1103 process-stratum-target.c \
1106 progspace-and-thread.c \
1120 run-on-main-thread.c \
1138 target-connection.c \
1140 target-descriptions.c \
1170 # Links made at configuration time should not be specified here, since
1171 # SFILES is used in building the distribution archive.
1195 $(SUBDIR_CLI_SRCS
) \
1196 $(SUBDIR_TARGET_SRCS
) \
1198 $(SUBDIR_GCC_COMPILE_SRCS
)
1200 # Header files that need to have srcdir added. Note that in the cases
1201 # where we use a macro like $(gdbcmd_h), things are carefully arranged
1202 # so that each .h file is listed exactly once (M-x tags-search works
1203 # wrong if TAGS has files twice). Because this is tricky to get
1204 # right, it is probably easiest just to list .h files here directly.
1206 HFILES_NO_SRCDIR
= \
1208 aarch64-ravenscar-thread.h \
1214 amd64-darwin-tdep.h \
1215 amd64-linux-tdep.h \
1258 dwarf2
/frame-tailcall.h \
1261 dwarf2
/index-cache.h \
1262 dwarf2
/index-common.h \
1285 gdb_proc_service.h \
1301 hppa-linux-offsets.h \
1304 i386-darwin-tdep.h \
1309 ia64-libunwind-tdep.h \
1361 ppc-ravenscar-thread.h \
1368 progspace-and-thread.h \
1372 ravenscar-thread.h \
1382 riscv-ravenscar-thread.h \
1386 run-on-main-thread.h \
1410 sparc-ravenscar-thread.h \
1420 target-descriptions.h \
1455 arch
/aarch64-insn.h \
1459 arch
/ppc-linux-common.h \
1460 arch
/ppc-linux-tdesc.h \
1469 compile
/compile-c.h \
1470 compile
/compile-cplus.h \
1471 compile
/compile-internal.h \
1472 compile
/compile-object-load.h \
1473 compile
/compile-object-run.h \
1474 compile
/gcc-c-plugin.h \
1475 compile
/gcc-cp-plugin.h \
1478 config
/djgpp
/langinfo.h \
1479 config
/djgpp
/nl_types.h \
1480 config
/i386
/nm-i386gnu.h \
1481 config
/sparc
/nm-sol2.h \
1489 nat
/aarch64-linux.h \
1490 nat
/aarch64-linux-hw-point.h \
1491 nat
/aarch64-sve-linux-ptrace.h \
1492 nat
/amd64-linux-siginfo.h \
1494 nat
/gdb_thread_db.h \
1495 nat
/fork-inferior.h \
1496 nat
/linux-btrace.h \
1497 nat
/linux-namespaces.h \
1499 nat
/linux-osdata.h \
1500 nat
/linux-personality.h \
1501 nat
/linux-ptrace.h \
1502 nat
/linux-waitpid.h \
1503 nat
/mips-linux-watch.h \
1507 nat
/x86-gcc-cpuid.h \
1509 nat
/x86-linux-dregs.h \
1511 python
/py-events.h \
1512 python
/py-stopevent.h \
1514 python
/python-internal.h \
1515 regformats
/regdef.h \
1519 target
/waitstatus.h \
1533 tui
/tui-wingeneral.h \
1534 tui
/tui-winsource.h \
1537 # Header files that already have srcdir in them, or which are in objdir.
1539 HFILES_WITH_SRCDIR
= \
1543 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1544 # default their values the way we do for SER_HARDWIRE; in the future
1545 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1546 # variables analogous to SER_HARDWIRE which get defaulted in this
1549 DEPFILES
= $(TARGET_OBS
) $(SER_HARDWIRE
) $(NATDEPFILES
) $(SIM_OBS
)
1551 SOURCES
= $(SFILES
) $(ALLDEPFILES
) $(YYFILES
) $(CONFIG_SRCS
)
1552 # Don't include YYFILES (*.c) because we already include *.y in SFILES,
1553 # and it's more useful to see it in the .y file.
1554 TAGFILES_NO_SRCDIR
= $(SFILES
) $(HFILES_NO_SRCDIR
) $(ALLDEPFILES
) \
1556 TAGFILES_WITH_SRCDIR
= $(HFILES_WITH_SRCDIR
)
1558 COMMON_OBS
= $(DEPFILES
) $(CONFIG_OBS
) $(YYOBJ
) \
1562 $(patsubst %.c
,%.o
,$(COMMON_SFILES
)) \
1564 $(SUBDIR_TARGET_OBS
) \
1565 $(SUBDIR_GCC_COMPILE_OBS
)
1567 SUBDIRS
= doc @subdirs@ data-directory
1568 CLEANDIRS
= $(SUBDIRS
)
1570 # List of subdirectories in the build tree that must exist.
1571 # This is used to force build failures in existing trees when
1572 # a new directory is added.
1573 # The format here is for the `case' shell command.
1574 REQUIRED_SUBDIRS
= doc | testsuite | data-directory
1576 # Parser intermediate files.
1589 # ada-lex.c is included by another file, so it shouldn't wind up as a
1591 YYOBJ
= $(filter-out ada-lex.o
,$(patsubst %.c
,%.o
,$(YYFILES
)))
1593 # Things which need to be built when making a distribution.
1595 DISTSTUFF
= $(YYFILES
)
1598 # All generated files which can be included by another file.
1603 $(NAT_GENERATED_FILES
) \
1606 # Flags needed to compile Python code
1607 PYTHON_CFLAGS
= @PYTHON_CFLAGS@
1609 all: gdb
$(EXEEXT
) $(CONFIG_ALL
) gdb-gdb.py gdb-gdb.gdb
1610 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1612 # Rule for compiling .c files in the top-level gdb directory.
1613 # The order-only dependencies ensure that we create the build subdirectories.
1614 %.o
: %.c |
$(CONFIG_DEP_SUBDIR
)
1618 $(CONFIG_DEP_SUBDIR
):
1619 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$@
1621 # Python files need special flags.
1622 python
/%.o
: INTERNAL_CFLAGS
+= $(PYTHON_CFLAGS
)
1624 # Rules for compiling .c files in the various source subdirectories.
1625 %.o
: $(srcdir)/gdbtk
/generic
/%.c
1626 $(COMPILE
) $(all_gdbtk_cflags
) $<
1631 # The check target can not use subdir_do, because subdir_do does not
1632 # use TARGET_FLAGS_TO_PASS.
1634 @if
[ -f testsuite
/Makefile
]; then \
1635 rootme
=`pwd`; export rootme
; \
1636 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1638 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check; \
1642 @if
[ -f testsuite
/Makefile
]; then \
1643 rootme
=`pwd`; export rootme
; \
1644 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1646 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-perf
; \
1650 @if
[ -f testsuite
/Makefile
]; then \
1651 rootme
=`pwd`; export rootme
; \
1652 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1654 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-read1
; \
1657 check-parallel
: force
1658 @if
[ -f testsuite
/Makefile
]; then \
1659 rootme
=`pwd`; export rootme
; \
1660 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1662 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-parallel
; \
1665 # The idea is to parallelize testing of multilibs, for example:
1666 # make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
1667 # will run 3 concurrent sessions of check, eventually testing all 10
1668 # combinations. GNU make is required for the % pattern to work, as is
1669 # a shell that expands alternations within braces. If GNU make is not
1670 # used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
1671 # prevent serialized checking due to the passed RUNTESTFLAGS.
1672 # FIXME: use config.status --config not --version, when available.
1674 @if
[ -f testsuite
/config.status
]; then \
1675 rootme
=`pwd`; export rootme
; \
1676 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1677 target
=`echo "$@" | sed 's,//.*,,'`; \
1678 variant
=`echo "$@" | sed 's,^[^/]*//,,'`; \
1679 vardots
=`echo "$$variant" | sed 's,/,.,g'`; \
1680 testdir
=testsuite.
$$vardots; \
1681 if
[ ! -f
$$testdir/Makefile
] && [ -f testsuite
/config.status
]; then \
1682 configargs
=`cd testsuite && ./config.status --version | \
1683 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
1684 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$$testdir && \
1686 eval
$(SHELL
) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
1687 "\"--srcdir=\$$rootsrc/testsuite\"" \
1689 else :; fi
&& cd
$$testdir && \
1690 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) \
1691 RUNTESTFLAGS
="--target_board=$$variant $(RUNTESTFLAGS)" \
1692 FORCE_PARALLEL
=$(if
$(FORCE_PARALLEL
),1,$(if
$(RUNTESTFLAGS
),,1)) \
1696 # The set of headers checked by 'check-headers' by default.
1697 CHECK_HEADERS
= $(HFILES_NO_SRCDIR
)
1699 # Try to compile each header in isolation, thus ensuring headers are
1702 # Defaults to checking all $HFILES_NO_SRCDIR headers.
1706 # make check-headers CHECK_HEADERS="header.h list.h"
1708 # to check specific headers.
1711 @echo Checking headers.
1712 for i in
$(CHECK_HEADERS
) ; do \
1713 $(CXX
) $(CXX_DIALECT
) -x c
++-header
-c
-fsyntax-only \
1714 $(INTERNAL_CFLAGS
) -include defs.h
$(srcdir)/$$i ; \
1716 .PHONY
: check-headers
1718 info install-info clean-info
dvi pdf install-pdf html install-html
: force
1719 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=$@
"DODIRS=$(SUBDIRS)" subdir_do
1721 # Traditionally "install" depends on "all". But it may be useful
1722 # not to; for example, if the user has made some trivial change to a
1723 # source file and doesn't care about rebuilding or just wants to save the
1724 # time it takes for make to check that all is up to date.
1725 # install-only is intended to address that need.
1727 @
$(MAKE
) $(FLAGS_TO_PASS
) install-only
1729 install-only
: $(CONFIG_INSTALL
)
1730 transformed_name
=`t='$(program_transform_name)'; \
1731 echo gdb | sed -e "$$t"` ; \
1732 if
test "x$$transformed_name" = x
; then \
1733 transformed_name
=gdb
; \
1737 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir) ; \
1738 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) gdb
$(EXEEXT
) \
1739 $(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
1740 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(includedir)/gdb
; \
1741 $(INSTALL_DATA
) jit-reader.h
$(DESTDIR
)$(includedir)/gdb
/jit-reader.h
1742 if
test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x
; \
1744 transformed_name
=`t='$(program_transform_name)'; \
1745 echo gcore | sed -e "$$t"` ; \
1746 if
test "x$$transformed_name" = x
; then \
1747 transformed_name
=gcore
; \
1751 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir) ; \
1752 $(INSTALL_SCRIPT
) gcore \
1753 $(DESTDIR
)$(bindir)/$$transformed_name; \
1755 transformed_name
=`t='$(program_transform_name)'; \
1756 echo gdb-add-index | sed -e "$$t"` ; \
1757 if
test "x$$transformed_name" = x
; then \
1758 transformed_name
=gdb-add-index
; \
1762 $(INSTALL_SCRIPT
) $(srcdir)/contrib
/gdb-add-index.sh \
1763 $(DESTDIR
)$(bindir)/$$transformed_name
1764 @
$(MAKE
) DO
=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
) subdir_do
1767 $(MAKE
) $(FLAGS_TO_PASS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1768 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1769 `test -z '$(STRIP)' || \
1770 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
1773 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(GDB_DATADIR
)/guile
/gdb
1776 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(GDB_DATADIR
)/python
/gdb
1778 uninstall: force $(CONFIG_UNINSTALL
)
1779 transformed_name
=`t='$(program_transform_name)'; \
1780 echo gdb | sed -e $$t` ; \
1781 if
test "x$$transformed_name" = x
; then \
1782 transformed_name
=gdb
; \
1786 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) \
1787 $(DESTDIR
)$(man1dir)/$$transformed_name.1
1788 if
test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x
; \
1790 transformed_name
=`t='$(program_transform_name)'; \
1791 echo gcore | sed -e "$$t"` ; \
1792 if
test "x$$transformed_name" = x
; then \
1793 transformed_name
=gcore
; \
1797 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name; \
1799 @
$(MAKE
) DO
=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
) subdir_do
1801 # The C++ name parser can be built standalone for testing.
1802 test-cp-name-parser.o
: cp-name-parser.c
1803 $(COMPILE
) -DTEST_CPNAMES cp-name-parser.c
1806 test-cp-name-parser
$(EXEEXT
): test-cp-name-parser.o
$(LIBIBERTY
)
1807 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) \
1808 -o test-cp-name-parser
$(EXEEXT
) test-cp-name-parser.o \
1811 # We do this by grepping through sources. If that turns out to be too slow,
1812 # maybe we could just require every .o file to have an initialization routine
1813 # of a given name (top.o -> _initialize_top, etc.).
1815 # Formatting conventions: The name of the _initialize_* routines must start
1816 # in column zero, and must not be inside #if.
1818 # Note that the set of files with init functions might change, or the names
1819 # of the functions might change, so this files needs to depend on all the
1820 # source files that will be linked into gdb. However, due to the way
1821 # this Makefile has generally been written, we do this indirectly, by
1822 # computing the list of source files from the list of object files.
1825 $(patsubst %.o
,%.c
, \
1826 $(patsubst %-exp.o
,%-exp.y
, \
1827 $(filter-out init.o version.o
%_S.o
%_U.o
,\
1830 init.c
: stamp-init
; @true
1831 stamp-init
: $(INIT_FILES
)
1832 @
$(ECHO_INIT_C
) echo
"Making init.c"
1833 @
rm -f init.c-tmp init.l-tmp
1835 @
-for f in
$(INIT_FILES
); do \
1836 sed
-n
-e
's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' \
1837 $(srcdir)/$$f 2>/dev
/null
; \
1839 @echo
'/* Do not modify this file. */' >>init.c-tmp
1840 @echo
'/* It is created automatically by the Makefile. */'>>init.c-tmp
1841 @echo
'#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
1842 @echo
'extern void initialize_all_files(void);' >>init.c-tmp
1843 @sed
-e
's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp
>>init.c-tmp
1844 @echo
'void' >>init.c-tmp
1845 @echo
'initialize_all_files (void)' >>init.c-tmp
1846 @echo
'{' >>init.c-tmp
1847 @sed
-e
's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp
>>init.c-tmp
1848 @echo
'}' >>init.c-tmp
1849 @
$(SHELL
) $(srcdir)/..
/move-if-change init.c-tmp init.c
1850 @echo stamp
> stamp-init
1854 # Create a library of the gdb object files and build GDB by linking
1857 # init.o is very important. It pulls in the rest of GDB.
1858 LIBGDB_OBS
= $(sort $(COMMON_OBS
)) init.o
1859 libgdb.a
: $(LIBGDB_OBS
)
1861 $(AR
) q libgdb.a
$(LIBGDB_OBS
)
1864 # Removing the old gdb first works better if it is running, at least on SunOS.
1865 gdb
$(EXEEXT
): gdb.o
$(LIBGDB_OBS
) $(CDEPS
) $(TDEPLIBS
)
1866 $(SILENCE
) rm -f gdb
$(EXEEXT
)
1867 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) $(WIN32LDAPP
) \
1868 -o gdb
$(EXEEXT
) gdb.o
$(LIBGDB_OBS
) \
1869 $(TDEPLIBS
) $(TUI_LIBRARY
) $(CLIBS
) $(LOADLIBES
)
1870 ifneq ($(CODESIGN_CERT
),)
1871 $(ECHO_SIGN
) $(CODESIGN
) -s
$(CODESIGN_CERT
) gdb
$(EXEEXT
)
1874 # Convenience rule to handle recursion.
1875 .PHONY
: all-data-directory
1876 all-data-directory
: data-directory
/Makefile
1877 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=all DODIRS
=data-directory subdir_do
1879 # This is useful when debugging GDB, because some Unix's don't let you run GDB
1880 # on itself without copying the executable. So "make gdb1" will make
1881 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
1882 # Removing gdb1 before the copy is the right thing if gdb1 is open
1883 # in another process.
1884 gdb1
$(EXEEXT
): gdb
$(EXEEXT
)
1886 cp gdb
$(EXEEXT
) gdb1
$(EXEEXT
)
1888 # Put the proper machine-specific files first, so M-. on a machine
1889 # specific routine gets the one for the correct machine. (FIXME: those
1890 # files go in twice; we should be removing them from the main list).
1892 # TAGS depends on all the files that go into it so you can rebuild TAGS
1893 # with `make TAGS' and not have to say `rm TAGS' first.
1895 GDB_NM_FILE
= @GDB_NM_FILE@
1896 TAGS
: $(TAGFILES_NO_SRCDIR
) $(TAGFILES_WITH_SRCDIR
)
1898 etags
`(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
1899 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
1900 echo $(srcdir)/$$i ; \
1901 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
1903 done) | sed -e 's/\.o$$/\.c/'` \
1904 `find $(srcdir)/config -name '*.h' -print`
1908 clean mostlyclean: $(CONFIG_CLEAN
)
1909 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=clean "DODIRS=$(CLEANDIRS)" subdir_do
1910 rm -f
*.o
*.a
*~ init.c-tmp init.l-tmp version.c-tmp
1911 rm -f init.c stamp-init version.c stamp-version
1912 rm -f gdb
$(EXEEXT
) core make.log
1913 rm -f gdb
[0-9]$(EXEEXT
)
1914 rm -f test-cp-name-parser
$(EXEEXT
)
1915 rm -f xml-builtin.c stamp-xml
1917 for i in
$(CONFIG_SRC_SUBDIR
); do \
1919 rm -f
$$i/$(DEPDIR
)/*; \
1922 # This used to depend on c-exp.c m2-exp.c TAGS
1923 # I believe this is wrong; the makefile standards for distclean just
1924 # describe removing files; the only sort of "re-create a distribution"
1925 # functionality described is if the distributed files are unmodified.
1927 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=distclean "DODIRS=$(CLEANDIRS)" subdir_do
1928 rm -f nm.h config.status config.h stamp-h b jit-reader.h
1929 rm -f gdb-gdb.py gdb-gdb.gdb
1930 rm -f y.output
yacc.acts
yacc.tmp y.tab.h
1931 rm -f config.log config.cache
1934 for i in
$(CONFIG_SRC_SUBDIR
); do \
1935 if
test -d
$$i/$(DEPDIR
); then rmdir
$$i/$(DEPDIR
); fi \
1938 maintainer-clean
: local-maintainer-clean do-maintainer-clean
distclean
1939 realclean: maintainer-clean
1941 local-maintainer-clean
:
1942 @echo
"This command is intended for maintainers to use;"
1943 @echo
"it deletes files that may require special tools to rebuild."
1946 ada-lex.c ada-exp.c \
1947 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
1950 rm -f nm.h config.status
1952 do-maintainer-clean
:
1953 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=maintainer-clean
"DODIRS=$(CLEANDIRS)" \
1956 diststuff
: $(DISTSTUFF
) $(PACKAGE
).pot
$(CATALOGS
)
1957 cd doc
; $(MAKE
) $(MFLAGS
) diststuff
1960 @for i in
$(DODIRS
); do \
1962 $(REQUIRED_SUBDIRS
)) \
1963 if
[ ! -f .
/$$i/Makefile
] ; then \
1964 echo
"Missing $$i/Makefile" >&2 ; \
1968 if
[ -f .
/$$i/Makefile
] ; then \
1970 $(MAKE
) $(FLAGS_TO_PASS
) $(DO
)) ; then true
; \
1971 else exit
1 ; fi
; \
1975 Makefile
: Makefile.in config.status
1976 $(SHELL
) config.status
$@
1978 data-directory
/Makefile
: data-directory
/Makefile.in config.status
1979 $(SHELL
) config.status
$@
1983 .
/gdb
$(EXEEXT
) --data-directory
=`pwd`/data-directory
$(GDBFLAGS
)
1985 jit-reader.h
: $(srcdir)/jit-reader.in
1986 $(SHELL
) config.status
$@
1988 gcore
: $(srcdir)/gcore.in
1989 $(SHELL
) config.status
$@
1991 gdb-gdb.py
: $(srcdir)/gdb-gdb.py.in
1992 $(SHELL
) config.status
$@
1994 gdb-gdb.gdb
: $(srcdir)/gdb-gdb.gdb.in
1995 $(SHELL
) config.status
$@
1997 config.h
: stamp-h
; @true
1998 stamp-h
: $(srcdir)/config.in config.status
1999 $(SHELL
) config.status config.h
2001 nm.h
: stamp-nmh
; @true
2002 stamp-nmh
: config.status
2003 $(SHELL
) config.status nm.h
2005 config.status
: $(srcdir)/configure configure.nat configure.tgt configure.host ..
/bfd
/development.sh
2006 $(SHELL
) config.status
--recheck
2009 ACLOCAL_AMFLAGS
= -I ..
/config
2011 # Keep these in sync with the includes in acinclude.m4.
2014 acx_configure_dir.m4 \
2017 ..
/config
/acinclude.m4 \
2018 ..
/config
/enable.m4 \
2019 ..
/config
/plugins.m4 \
2020 ..
/config
/lead-dot.m4 \
2021 ..
/config
/override.m4 \
2022 ..
/config
/largefile.m4 \
2023 ..
/config
/gettext-sister.m4 \
2024 ..
/config
/lib-ld.m4 \
2025 ..
/config
/lib-prefix.m4 \
2026 ..
/config
/lib-link.m4 \
2029 ..
/config
/depstand.m4 \
2030 ..
/config
/lcmessage.m4 \
2031 ..
/config
/codeset.m4 \
2033 ..
/config
/ax_pthread.m4
2035 $(srcdir)/aclocal.m4
: @MAINTAINER_MODE_TRUE@
$(aclocal_m4_deps
)
2036 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
2039 configure_deps
= $(srcdir)/configure.ac
$(srcdir)/aclocal.m4
2040 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(configure_deps
)
2041 cd
$(srcdir) && $(AUTOCONF
)
2043 AUTOHEADER
= autoheader
2044 $(srcdir)/config.in
: @MAINTAINER_MODE_TRUE@
$(configure_deps
)
2045 cd
$(srcdir) && $(AUTOHEADER
)
2049 # automatic rebuilding in automake-generated Makefiles requires
2050 # this rule in the toplevel Makefile, which, with GNU make, causes
2051 # the desired updates through the implicit regeneration of the Makefile
2052 # and all of its prerequisites.
2059 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2061 cd doc
; $(MAKE
) refcard.
dvi $(FLAGS_TO_PASS
)
2063 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
2065 cd doc
; $(MAKE
) refcard.ps
$(FLAGS_TO_PASS
)
2067 # GDB MANUAL: TeX dvi file
2069 cd doc
; $(MAKE
) gdb.
dvi $(FLAGS_TO_PASS
)
2071 # GDB MANUAL: info file
2073 cd doc
; $(MAKE
) gdb.
info $(FLAGS_TO_PASS
)
2075 # Make copying.c from COPYING
2076 $(srcdir)/copying.c
: @MAINTAINER_MODE_TRUE@
$(srcdir)/..
/COPYING3
$(srcdir)/copying.awk
2077 awk
-f
$(srcdir)/copying.awk \
2078 < $(srcdir)/..
/COPYING3
> $(srcdir)/copying.tmp
2079 mv
$(srcdir)/copying.tmp
$(srcdir)/copying.c
2081 version.c
: stamp-version
; @true
2082 # Note that the obvious names for the temp file are taken by
2083 # create-version.sh.
2084 stamp-version
: Makefile version.in
$(srcdir)/..
/bfd
/version.h
$(srcdir)/..
/gdbsupport
/create-version.sh
2085 $(ECHO_GEN
) $(SHELL
) $(srcdir)/..
/gdbsupport
/create-version.sh
$(srcdir) \
2086 $(host_alias
) $(target_alias
) version-t.t
2087 @
$(SHELL
) $(srcdir)/..
/move-if-change version-t.t version.c
2088 @echo stamp
> stamp-version
2091 gdb.cxref
: $(SFILES
)
2092 cxref
-I.
$(SFILES
) >gdb.cxref
2096 # GNU Make has an annoying habit of putting *all* the Makefile variables
2097 # into the environment, unless you include this target as a circumvention.
2098 # Rumor is that this will be fixed (and this target can be removed)
2102 # GNU Make 3.63 has a different problem: it keeps tacking command line
2103 # overrides onto the definition of $(MAKE). This variable setting
2109 aarch64-fbsd-nat.c \
2110 aarch64-fbsd-tdep.c \
2111 aarch64-linux-nat.c \
2112 aarch64-linux-tdep.c \
2113 aarch64-newlib-tdep.c \
2114 aarch64-ravenscar-thread.c \
2120 alpha-linux-tdep.c \
2121 alpha-mdebug-tdep.c \
2126 amd64-darwin-tdep.c \
2127 amd64-dicos-tdep.c \
2131 amd64-linux-tdep.c \
2144 arm-get-next-pcs.c \
2151 arm-symbian-tdep.c \
2181 i386-darwin-tdep.c \
2196 i386-windows-tdep.c \
2198 ia64-libunwind-tdep.c \
2217 microblaze-linux-tdep.c \
2229 mips64-obsd-tdep.c \
2234 nios2-linux-tdep.c \
2247 ppc-ravenscar-thread.c \
2251 ravenscar-thread.c \
2256 riscv-linux-tdep.c \
2257 riscv-ravenscar-thread.c \
2260 rs6000-lynx178-tdep.c \
2280 sparc-linux-tdep.c \
2285 sparc-ravenscar-thread.c \
2289 sparc64-fbsd-nat.c \
2290 sparc64-fbsd-tdep.c \
2291 sparc64-linux-nat.c \
2292 sparc64-linux-tdep.c \
2294 sparc64-nbsd-nat.c \
2295 sparc64-nbsd-tdep.c \
2296 sparc64-obsd-nat.c \
2297 sparc64-obsd-tdep.c \
2298 sparc64-sol2-tdep.c \
2300 tilegx-linux-nat.c \
2301 tilegx-linux-tdep.c \
2314 xtensa-linux-nat.c \
2315 xtensa-linux-tdep.c \
2319 # Some files need explicit build rules (due to -Werror problems) or due
2320 # to sub-directory fun 'n' games.
2322 # ada-exp.c can appear in srcdir, for releases; or in ., for
2323 # development builds.
2324 ADA_EXP_C
= `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2326 ada-exp.o
: ada-exp.c
2327 $(COMPILE
) $(ADA_EXP_C
)
2330 # Message files. Based on code in gcc/Makefile.in.
2332 # Rules for generating translated message descriptions. Disabled by
2333 # autoconf if the tools are not available.
2335 .PHONY
: all-po install-po uninstall-po clean-po update-po
$(PACKAGE
).pot
2339 # This notation should be acceptable to all Make implementations used
2340 # by people who are interested in updating .po files.
2341 update-po
: $(CATALOGS
:.gmo
=.pox
)
2343 # N.B. We do not attempt to copy these into $(srcdir). The snapshot
2346 -test -d po || mkdir po
2347 $(GMSGFMT
) --statistics
-o
$@
$<
2349 # The new .po has to be gone over by hand, so we deposit it into
2350 # build/po with a different extension. If build/po/$(PACKAGE).pot
2351 # exists, use it (it was just created), else use the one in srcdir.
2353 -test -d po || mkdir po
2354 $(MSGMERGE
) $< `if test -f po/$(PACKAGE).pot; \
2355 then echo po/$(PACKAGE).pot; \
2356 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o
$@
2358 # This rule has to look for .gmo modules in both srcdir and the cwd,
2359 # and has to check that we actually have a catalog for each language,
2360 # in case they weren't built or included with the distribution.
2362 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(datadir)
2363 cats
="$(CATALOGS)"; for cat in
$$cats; do \
2364 lang
=`basename $$cat | sed 's/\.gmo$$//'`; \
2365 if
[ -f
$$cat ]; then
:; \
2366 elif
[ -f
$(srcdir)/$$cat ]; then cat
=$(srcdir)/$$cat; \
2369 dir=$(localedir
)/$$lang/LC_MESSAGES
; \
2370 echo
$(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$$dir; \
2371 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$$dir || exit
1; \
2372 echo
$(INSTALL_DATA
) $$cat $(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2373 $(INSTALL_DATA
) $$cat $(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2376 cats
="$(CATALOGS)"; for cat in
$$cats; do \
2377 lang
=`basename $$cat | sed 's/\.gmo$$//'`; \
2378 if
[ -f
$$cat ]; then
:; \
2379 elif
[ -f
$(srcdir)/$$cat ]; then cat
=$(srcdir)/$$cat; \
2382 dir=$(localedir
)/$$lang/LC_MESSAGES
; \
2383 rm -f
$(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2385 # Delete po/*.gmo only if we are not building in the source directory.
2387 -if
[ ! -f Makefile.in
]; then
rm -f po
/*.gmo
; fi
2389 # Rule for regenerating the message template (gdb.pot). Instead of
2390 # forcing everyone to edit POTFILES.in, which proved impractical, this
2391 # rule has no dependencies and always regenerates gdb.pot. This is
2392 # relatively harmless since the .po files do not directly depend on
2393 # it. The .pot file is left in the build directory. Since GDB's
2394 # Makefile lacks a cannonical list of sources (missing xm, tm and nm
2395 # files) force this rule.
2396 $(PACKAGE
).pot
: po
/$(PACKAGE
).pot
2397 po
/$(PACKAGE
).pot
: force
2398 -test -d po || mkdir po
2399 sh
-e
$(srcdir)/po
/gdbtext
$(XGETTEXT
) $(PACKAGE
) .
$(srcdir)
2403 # YACC/LEX dependencies
2405 # LANG-exp.c is generated in objdir from LANG-exp.y if it doesn't
2406 # exist in srcdir, then compiled in objdir to LANG-exp.o. If we
2407 # said LANG-exp.c rather than ./c-exp.c some makes would
2408 # sometimes re-write it into $(srcdir)/c-exp.c. Remove bogus
2409 # decls for malloc/realloc/free which conflict with everything else.
2410 # Strictly speaking c-exp.c should therefore depend on
2411 # Makefile.in, but that was a pretty big annoyance.
2414 $(ECHO_YACC
) $(SHELL
) $(YLWRAP
) $< y.tab.c
$@.tmp
-- \
2415 $(YACC
) $(YFLAGS
) ||
(rm -f
$@.tmp
; false
)
2416 @sed
-e
'/extern.*malloc/d' \
2417 -e
'/extern.*realloc/d' \
2418 -e
'/extern.*free/d' \
2419 -e
'/include.*malloc.h/d' \
2420 -e
's/\([^x]\)malloc/\1xmalloc/g' \
2421 -e
's/\([^x]\)realloc/\1xrealloc/g' \
2422 -e
's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2423 -e
's/\([ \t;,(]\)free$$/\1xfree/g' \
2424 -e
'/^#line.*y.tab.c/d' \
2425 -e
's/YY_NULL/YY_NULLPTR/g' \
2426 < $@.tmp
> $@.new
&& \
2430 $(ECHO_LEX
) $(FLEX
) -t
$< \
2431 | sed
-e
'/extern.*malloc/d' \
2432 -e
'/extern.*realloc/d' \
2433 -e
'/extern.*free/d' \
2434 -e
'/include.*malloc.h/d' \
2435 -e
's/\([^x]\)malloc/\1xmalloc/g' \
2436 -e
's/\([^x]\)realloc/\1xrealloc/g' \
2437 -e
's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2438 -e
's/\([ \t;,(]\)free$$/\1xfree/g' \
2439 -e
's/yy_flex_xrealloc/yyxrealloc/g' \
2443 .PRECIOUS
: ada-lex.c
2447 xml-builtin.c
: stamp-xml
; @true
2448 stamp-xml
: $(srcdir)/features
/feature_to_c.sh Makefile
$(XMLFILES
)
2449 $(SILENCE
) rm -f xml-builtin.tmp
2450 $(ECHO_GEN_XML_BUILTIN
) AWK
="$(AWK)" \
2451 $(SHELL
) $(srcdir)/features
/feature_to_c.sh \
2452 xml-builtin.tmp
$(XMLFILES
)
2453 $(SILENCE
) $(SHELL
) $(srcdir)/..
/move-if-change xml-builtin.tmp xml-builtin.c
2454 $(SILENCE
) echo stamp
> stamp-xml
2456 .PRECIOUS
: xml-builtin.c
2459 # GDBTK sub-directory
2462 all-gdbtk
: insight
$(EXEEXT
)
2465 transformed_name
=`t='$(program_transform_name)'; \
2466 echo insight | sed -e $$t` ; \
2467 if
test "x$$transformed_name" = x
; then \
2468 transformed_name
=insight
; \
2472 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir); \
2473 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) insight
$(EXEEXT
) \
2474 $(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
2475 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2476 $(DESTDIR
)$(GDBTK_LIBRARY
) ; \
2477 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2478 $(DESTDIR
)$(libdir)/insight
$(GDBTK_VERSION
) ; \
2479 $(INSTALL_DATA
) $(srcdir)/gdbtk
/plugins
/plugins.tcl \
2480 $(DESTDIR
)$(libdir)/insight
$(GDBTK_VERSION
)/plugins.tcl
; \
2481 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2482 $(DESTDIR
)$(GDBTK_LIBRARY
)/images \
2483 $(DESTDIR
)$(GDBTK_LIBRARY
)/images2
; \
2484 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2485 $(DESTDIR
)$(GDBTK_LIBRARY
)/help \
2486 $(DESTDIR
)$(GDBTK_LIBRARY
)/help
/images \
2487 $(DESTDIR
)$(GDBTK_LIBRARY
)/help
/trace
; \
2488 cd
$(srcdir)/gdbtk
/library
; \
2489 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
; \
2491 $(INSTALL_DATA
) $$i $(DESTDIR
)$(GDBTK_LIBRARY
)/$$i ; \
2495 transformed_name
=`t='$(program_transform_name)'; \
2496 echo insight | sed -e $$t` ; \
2497 if
test "x$$transformed_name" = x
; then \
2498 transformed_name
=insight
; \
2502 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
2503 rm -rf
$(DESTDIR
)$(GDBTK_LIBRARY
)
2506 rm -f insight
$(EXEEXT
)
2508 # Removing the old gdb first works better if it is running, at least on SunOS.
2509 insight
$(EXEEXT
): gdbtk-main.o libgdb.a
$(CDEPS
) $(TDEPLIBS
)
2510 rm -f insight
$(EXEEXT
)
2511 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) $(WIN32LDAPP
) \
2512 -o insight
$(EXEEXT
) gdbtk-main.o libgdb.a \
2513 $(TDEPLIBS
) $(TUI_LIBRARY
) $(CLIBS
) $(LOADLIBES
)
2515 gdbres.o
: $(srcdir)/gdbtk
/gdb.rc
$(srcdir)/gdbtk
/gdbtool.ico
2516 $(WINDRES
) --include $(srcdir)/gdbtk
$(srcdir)/gdbtk
/gdb.rc gdbres.o
2518 all_gdbtk_cflags
= $(IDE_CFLAGS
) $(ITCL_CFLAGS
) \
2519 $(ITK_CFLAGS
) $(TCL_CFLAGS
) $(TK_CFLAGS
) $(X11_CFLAGS
) \
2521 -DGDBTK_LIBRARY
=\"$(GDBTK_LIBRARY
)\" \
2522 -DSRC_DIR
=\"$(GDBTK_SRC_DIR
)\"
2525 # Dependency tracking.
2528 ifeq ($(DEPMODE
),depmode
=gcc3
)
2529 # Note that we put the dependencies into a .Tpo file, then move them
2530 # into place if the compile succeeds. We need this because gcc does
2531 # not atomically write the dependency output file.
2532 override COMPILE.post
= -c
-o
$@
-MT
$@
-MMD
-MP \
2533 -MF
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo
2534 override POSTCOMPILE
= @mv
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo \
2535 $(@D
)/$(DEPDIR
)/$(basename $(@F
)).Po
2537 override COMPILE.pre
= source
='$<' object
='$@' libtool
=no \
2538 DEPDIR
=$(DEPDIR
) $(DEPMODE
) $(depcomp
) \
2539 $(CXX
) -x c
++ $(CXX_DIALECT
)
2540 # depcomp handles atomicity for us, so we don't need a postcompile
2542 override POSTCOMPILE
=
2545 # A list of all the objects we might care about in this build, for
2546 # dependency tracking.
2547 all_object_files
= gdb.o
$(LIBGDB_OBS
) gdbtk-main.o \
2548 test-cp-name-parser.o
2550 # All the .deps files to include.
2551 all_deps_files
= $(foreach dep
,$(patsubst %.o
,%.Po
,$(all_object_files
)),\
2552 $(dir $(dep
))/$(DEPDIR
)/$(notdir $(dep
)))
2554 # Ensure that generated files are created early. Use order-only
2555 # dependencies if available. They require GNU make 3.80 or newer,
2556 # and the .VARIABLES variable was introduced at the same time.
2558 $(all_object_files
): |
$(generated_files
)
2560 $(all_object_files
) : $(generated_files
)
2564 -include $(all_deps_files
)
2566 # Disable implicit make rules.
2567 include $(srcdir)/disable-implicit-rules.mk
2569 ### end of the gdb Makefile.in.