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.
157 LIBCTF
= ..
/libctf
/.libs
/libctf.a
159 # Where is the BFD library? Typically in ../bfd.
161 BFD
= $(BFD_DIR
)/libbfd.a
162 BFD_SRC
= $(srcdir)/$(BFD_DIR
)
163 BFD_CFLAGS
= -I
$(BFD_DIR
) -I
$(BFD_SRC
)
165 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
166 # -I../zlib, unless we were configured with --with-system-zlib, in which
167 # case both are empty.
171 # Where is the decnumber library? Typically in ../libdecnumber.
172 LIBDECNUMBER_DIR
= ..
/libdecnumber
173 LIBDECNUMBER
= $(LIBDECNUMBER_DIR
)/libdecnumber.a
174 LIBDECNUMBER_SRC
= $(srcdir)/$(LIBDECNUMBER_DIR
)
175 LIBDECNUMBER_CFLAGS
= -I
$(LIBDECNUMBER_DIR
) -I
$(LIBDECNUMBER_SRC
)
177 # Where is the READLINE library? Typically in ../readline/readline.
178 READLINE_DIR
= ..
/readline
/readline
179 READLINE_SRC
= $(srcdir)/$(READLINE_DIR
)
180 READLINE
= @READLINE@
181 READLINE_DEPS
= @READLINE_DEPS@
182 READLINE_CFLAGS
= @READLINE_CFLAGS@
184 # Where is expat? This will be empty if expat was not available.
185 LIBEXPAT
= @LIBEXPAT@
187 # Where is lzma? This will be empty if lzma was not available.
190 # Where is libbabeltrace? This will be empty if libbabeltrace was not
192 LIBBABELTRACE
= @LIBBABELTRACE@
194 # Where is libxxhash? This will be empty if libxxhash was not
196 LIBXXHASH
= @LIBXXHASH@
198 # Where is libipt? This will be empty if libipt was not available.
201 # Where is libmpfr? This will be empty if libmpfr was not available.
204 # GNU source highlight library.
205 SRCHIGH_LIBS
= @SRCHIGH_LIBS@
206 SRCHIGH_CFLAGS
= @SRCHIGH_CFLAGS@
208 WARN_CFLAGS
= @WARN_CFLAGS@
209 WERROR_CFLAGS
= @WERROR_CFLAGS@
210 GDB_WARN_CFLAGS
= $(WARN_CFLAGS
)
211 GDB_WERROR_CFLAGS
= $(WERROR_CFLAGS
)
213 PTHREAD_CFLAGS
= @PTHREAD_CFLAGS@
214 PTHREAD_LIBS
= @PTHREAD_LIBS@
216 RDYNAMIC
= @RDYNAMIC@
218 # Where is the INTL library? Typically in ../intl.
220 INTL_DEPS
= @LIBINTL_DEP@
221 INTL_CFLAGS
= @INCINTL@
223 # Where is the ICONV library? This will be empty if in libc or not available.
224 LIBICONV
= @LIBICONV@
226 # Did the user give us a --with-gdb-datadir option?
227 GDB_DATADIR
= @GDB_DATADIR@
231 CODESIGN_CERT
= @CODESIGN_CERT@
233 # Flags to pass to gdb when invoked with "make run".
236 # Helper code from gnulib.
237 GNULIB_BUILDDIR
= ..
/gnulib
238 LIBGNU
= $(GNULIB_BUILDDIR
)/import
/libgnu.a
239 INCGNU
= -I
$(srcdir)/..
/gnulib
/import
-I
$(GNULIB_BUILDDIR
)/import
242 # CLI sub directory definitons
256 SUBDIR_CLI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_CLI_SRCS
))
259 # MI sub directory definitons
280 SUBDIR_MI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_MI_SRCS
))
287 # TUI sub directory definitions
304 tui
/tui-wingeneral.c \
307 SUBDIR_TUI_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_TUI_SRCS
))
311 SUBDIR_TUI_CFLAGS
= -DTUI
=1
314 # GCC Compile support sub-directory definitions
316 SUBDIR_GCC_COMPILE_SRCS
= \
318 compile
/compile-c-support.c \
319 compile
/compile-c-symbols.c \
320 compile
/compile-c-types.c \
321 compile
/compile-cplus-symbols.c \
322 compile
/compile-cplus-types.c \
323 compile
/compile-loc2c.c \
324 compile
/compile-object-load.c \
325 compile
/compile-object-run.c
327 SUBDIR_GCC_COMPILE_OBS
= $(patsubst %.c
,%.o
,$(filter %.c
,$(SUBDIR_GCC_COMPILE_SRCS
)))
330 # Guile sub directory definitons for guile support.
332 SUBDIR_GUILE_SRCS
= \
335 guile
/scm-auto-load.c \
337 guile
/scm-breakpoint.c \
340 guile
/scm-exception.c \
343 guile
/scm-iterator.c \
344 guile
/scm-lazy-string.c \
346 guile
/scm-objfile.c \
349 guile
/scm-pretty-print.c \
350 guile
/scm-progspace.c \
351 guile
/scm-safe-call.c \
359 SUBDIR_GUILE_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_GUILE_SRCS
))
362 SUBDIR_GUILE_LDFLAGS
=
363 SUBDIR_GUILE_CFLAGS
=
366 # python sub directory definitons
368 SUBDIR_PYTHON_SRCS
= \
370 python
/py-auto-load.c \
372 python
/py-bpevent.c \
373 python
/py-breakpoint.c \
375 python
/py-continueevent.c \
377 python
/py-evtregistry.c \
379 python
/py-exitedevent.c \
380 python
/py-finishbreakpoint.c \
382 python
/py-framefilter.c \
383 python
/py-function.c \
384 python
/py-gdb-readline.c \
385 python
/py-inferior.c \
386 python
/py-infevents.c \
387 python
/py-infthread.c \
388 python
/py-instruction.c \
389 python
/py-lazy-string.c \
390 python
/py-linetable.c \
391 python
/py-newobjfileevent.c \
392 python
/py-objfile.c \
394 python
/py-prettyprint.c \
395 python
/py-progspace.c \
397 python
/py-record-btrace.c \
398 python
/py-record-full.c \
399 python
/py-signalevent.c \
400 python
/py-stopevent.c \
403 python
/py-threadevent.c \
409 python
/py-xmethods.c \
412 SUBDIR_PYTHON_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_PYTHON_SRCS
))
415 SUBDIR_PYTHON_LDFLAGS
=
416 SUBDIR_PYTHON_CFLAGS
=
418 SUBDIR_UNITTESTS_SRCS
= \
419 unittests
/array-view-selftests.c \
420 unittests
/child-path-selftests.c \
421 unittests
/cli-utils-selftests.c \
422 unittests
/common-utils-selftests.c \
423 unittests
/copy_bitwise-selftests.c \
424 unittests
/environ-selftests.c \
425 unittests
/filtered_iterator-selftests.c \
426 unittests
/format_pieces-selftests.c \
427 unittests
/function-view-selftests.c \
428 unittests
/help-doc-selftests.c \
429 unittests
/lookup_name_info-selftests.c \
430 unittests
/memory-map-selftests.c \
431 unittests
/memrange-selftests.c \
432 unittests
/offset-type-selftests.c \
433 unittests
/observable-selftests.c \
434 unittests
/optional-selftests.c \
435 unittests
/parse-connection-spec-selftests.c \
436 unittests
/ptid-selftests.c \
437 unittests
/main-thread-selftests.c \
438 unittests
/mkdir-recursive-selftests.c \
439 unittests
/rsp-low-selftests.c \
440 unittests
/scoped_fd-selftests.c \
441 unittests
/scoped_mmap-selftests.c \
442 unittests
/scoped_restore-selftests.c \
443 unittests
/string_view-selftests.c \
444 unittests
/style-selftests.c \
445 unittests
/tracepoint-selftests.c \
446 unittests
/tui-selftests.c \
447 unittests
/unpack-selftests.c \
448 unittests
/utils-selftests.c \
449 unittests
/vec-utils-selftests.c \
450 unittests
/xml-utils-selftests.c
452 SUBDIR_UNITTESTS_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_UNITTESTS_SRCS
))
454 SUBDIR_TARGET_SRCS
= target
/waitstatus.c
455 SUBDIR_TARGET_OBS
= $(patsubst %.c
,%.o
,$(SUBDIR_TARGET_SRCS
))
458 # Opcodes currently live in one of two places. Either they are in the
459 # opcode library, typically ../opcodes, or they are in a header file
461 # Where is the "-lopcodes" library, with (some of) the opcode tables and
463 OPCODES_DIR
= ..
/opcodes
464 OPCODES_SRC
= $(srcdir)/$(OPCODES_DIR
)
465 OPCODES
= $(OPCODES_DIR
)/libopcodes.a
466 # Where are the other opcode tables which only have header file
468 OP_INCLUDE
= $(INCLUDE_DIR
)/opcode
469 # See TOP_CFLAGS as well.
470 OPCODES_CFLAGS
= -I
$(OP_INCLUDE
)
472 # Allow includes like "opcodes/mumble.h".
473 TOP_CFLAGS
= -I
$(top_srcdir
)/..
475 # The simulator is usually nonexistent; targets that include one
476 # should set this to list all the .o or .a files to be linked in.
479 WIN32LIBS
= @WIN32LIBS@
481 # Tcl et al cflags and libraries
483 TCL_CFLAGS
= @TCL_INCLUDE@
484 GDBTKLIBS
= @GDBTKLIBS@
485 # Extra flags that the GDBTK files need:
486 GDBTK_CFLAGS
= @GDBTK_CFLAGS@
489 TK_CFLAGS
= @TK_INCLUDE@
491 X11_CFLAGS
= @TK_XINCLUDES@
495 WIN32LDAPP
= @WIN32LDAPP@
498 GUI_CFLAGS_X
= @GUI_CFLAGS_X@
499 IDE_CFLAGS
= $(GUI_CFLAGS_X
) $(IDE_CFLAGS_X
)
501 ALL_TCL_CFLAGS
= $(TCL_CFLAGS
) $(TK_CFLAGS
)
503 # The version of gdbtk we're building. This should be kept
504 # in sync with GDBTK_VERSION and friends in gdbtk.h.
506 GDBTK_LIBRARY
= $(datadir)/insight
$(GDBTK_VERSION
)
508 # Gdbtk requires an absolute path to the source directory or
509 # the testsuite won't run properly.
510 GDBTK_SRC_DIR
= @GDBTK_SRC_DIR@
523 SUBDIR_GDBTK_SRCS
= \
524 gdbtk
/generic
/gdbtk.c \
525 gdbtk
/generic
/gdbtk-bp.c \
526 gdbtk
/generic
/gdbtk-cmds.c \
527 gdbtk
/generic
/gdbtk-hooks.c \
528 gdbtk
/generic
/gdbtk-interp.c \
529 gdbtk
/generic
/gdbtk-main.c \
530 gdbtk
/generic
/gdbtk-register.c \
531 gdbtk
/generic
/gdbtk-stack.c \
532 gdbtk
/generic
/gdbtk-varobj.c \
533 gdbtk
/generic
/gdbtk-wrapper.c
535 SUBDIR_GDBTK_DEPS
= $(LIBGUI
) $(TCL_DEPS
) $(TK_DEPS
)
536 SUBDIR_GDBTK_LDFLAGS
=
537 SUBDIR_GDBTK_CFLAGS
= -DGDBTK
539 CONFIG_OBS
= @CONFIG_OBS@
540 CONFIG_SRCS
= @CONFIG_SRCS@
541 CONFIG_DEPS
= @CONFIG_DEPS@
542 CONFIG_LDFLAGS
= @CONFIG_LDFLAGS@
543 ENABLE_CFLAGS
= @ENABLE_CFLAGS@
544 CONFIG_ALL
= @CONFIG_ALL@
545 CONFIG_CLEAN
= @CONFIG_CLEAN@
546 CONFIG_INSTALL
= @CONFIG_INSTALL@
547 CONFIG_UNINSTALL
= @CONFIG_UNINSTALL@
548 HAVE_NATIVE_GCORE_TARGET
= @HAVE_NATIVE_GCORE_TARGET@
550 CONFIG_SRC_SUBDIR
= arch cli mi gdbsupport compile tui unittests guile python \
552 CONFIG_DEP_SUBDIR
= $(addsuffix /$(DEPDIR
),$(CONFIG_SRC_SUBDIR
))
554 # -I. for config files.
555 # -I$(srcdir) for gdb internal headers.
556 # -I$(srcdir)/config for more generic config files.
558 # It is also possible that you will need to add -I/usr/include/sys if
559 # your system doesn't have fcntl.h in /usr/include (which is where it
560 # should be according to Posix).
562 GDB_CFLAGS
= -I.
-I
$(srcdir) -I
$(srcdir)/config \
563 -DLOCALEDIR
="\"$(localedir)\"" $(DEFS
)
565 # MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
566 GLOBAL_CFLAGS
= $(MH_CFLAGS
)
568 PROFILE_CFLAGS
= @PROFILE_CFLAGS@
570 # These are specifically reserved for setting from the command line
571 # when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
573 CXXFLAGS
= @CXXFLAGS@
574 CPPFLAGS
= @CPPFLAGS@
576 # Set by configure, for e.g. expat. Python installations are such that
577 # C headers are included using their basename (for example, we #include
578 # <Python.h> rather than, say, <python/Python.h>). Since the file names
579 # are sometimes a little generic, we think that the risk of collision
580 # with other header files is high. If that happens, we try to mitigate
581 # a bit the consequences by putting the Python includes last in the list.
582 INTERNAL_CPPFLAGS
= $(CPPFLAGS
) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@
584 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
585 INTERNAL_CFLAGS_BASE
= \
586 $(CXXFLAGS
) $(GLOBAL_CFLAGS
) $(PROFILE_CFLAGS
) \
587 $(GDB_CFLAGS
) $(OPCODES_CFLAGS
) $(READLINE_CFLAGS
) $(ZLIBINC
) \
588 $(BFD_CFLAGS
) $(INCLUDE_CFLAGS
) $(LIBDECNUMBER_CFLAGS
) \
589 $(INTL_CFLAGS
) $(INCGNU
) $(ENABLE_CFLAGS
) $(INTERNAL_CPPFLAGS
) \
590 $(SRCHIGH_CFLAGS
) $(TOP_CFLAGS
) $(PTHREAD_CFLAGS
)
591 INTERNAL_WARN_CFLAGS
= $(INTERNAL_CFLAGS_BASE
) $(GDB_WARN_CFLAGS
)
592 INTERNAL_CFLAGS
= $(INTERNAL_WARN_CFLAGS
) $(GDB_WERROR_CFLAGS
)
594 # LDFLAGS is specifically reserved for setting from the command line
598 # Profiling options need to go here to work.
599 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
600 # and have it work; that's why CFLAGS is here.
601 # PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
603 $(CXXFLAGS
) $(GLOBAL_CFLAGS
) $(MH_LDFLAGS
) \
604 $(LDFLAGS
) $(CONFIG_LDFLAGS
) $(PTHREAD_CFLAGS
)
606 # Libraries and corresponding dependencies for compiling gdb.
607 # XM_CLIBS, defined in *config files, have host-dependent libs.
608 # LIBIBERTY appears twice on purpose.
609 CLIBS
= $(SIM
) $(READLINE
) $(OPCODES
) $(BFD
) $(LIBCTF
) $(ZLIB
) \
610 $(INTL
) $(LIBIBERTY
) $(LIBDECNUMBER
) \
611 $(XM_CLIBS
) $(GDBTKLIBS
) \
612 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
613 $(LIBEXPAT
) $(LIBLZMA
) $(LIBBABELTRACE
) $(LIBIPT
) \
614 $(LIBIBERTY
) $(WIN32LIBS
) $(LIBGNU
) $(LIBICONV
) $(LIBMPFR
) \
615 $(SRCHIGH_LIBS
) $(LIBXXHASH
) $(PTHREAD_LIBS
)
616 CDEPS
= $(NAT_CDEPS
) $(SIM
) $(BFD
) $(READLINE_DEPS
) $(LIBCTF
) \
617 $(OPCODES
) $(INTL_DEPS
) $(LIBIBERTY
) $(CONFIG_DEPS
) $(LIBGNU
)
624 # XML files to build in to GDB.
626 $(srcdir)/features
/btrace.dtd \
627 $(srcdir)/features
/btrace-conf.dtd \
628 $(srcdir)/features
/gdb-target.dtd \
629 $(srcdir)/features
/library-list.dtd \
630 $(srcdir)/features
/library-list-aix.dtd \
631 $(srcdir)/features
/library-list-svr4.dtd \
632 $(srcdir)/features
/osdata.dtd \
633 $(srcdir)/features
/threads.dtd \
634 $(srcdir)/features
/traceframe-info.dtd \
635 $(srcdir)/features
/xinclude.dtd
637 # Build the ser-*.o files the host supports. This includes ser-unix.o
638 # for any system that supports a POSIX interface to the serial port.
640 SER_HARDWIRE
= @SER_HARDWIRE@
642 # This is remote-sim.o if a simulator is to be linked in.
645 # Target-dependent object files.
646 TARGET_OBS
= @TARGET_OBS@
648 # All target-dependent objects files that require 64-bit CORE_ADDR
649 # (used with --enable-targets=all --enable-64-bit-bfd).
650 ALL_64_TARGET_OBS
= \
651 aarch64-fbsd-tdep.o \
652 aarch64-linux-tdep.o \
653 aarch64-newlib-tdep.o \
654 aarch64-ravenscar-thread.o \
658 alpha-mdebug-tdep.o \
662 amd64-darwin-tdep.o \
670 amd64-windows-tdep.o \
672 arch
/aarch64-insn.o \
678 sparc64-fbsd-tdep.o \
679 sparc64-linux-tdep.o \
680 sparc64-nbsd-tdep.o \
681 sparc64-obsd-tdep.o \
682 sparc64-sol2-tdep.o \
685 # All other target-dependent objects files (used with --enable-targets=all).
691 arch
/arm-get-next-pcs.o \
694 arch
/ppc-linux-common.o \
751 microblaze-linux-tdep.o \
758 mn10300-linux-tdep.o \
774 ppc-ravenscar-thread.o \
780 riscv-ravenscar-thread.o \
784 rs6000-lynx178-tdep.o \
803 sparc-ravenscar-thread.o \
809 tilegx-linux-tdep.o \
819 xtensa-linux-tdep.o \
822 # The following native-target dependent variables are defined on
824 NAT_FILE
= @NAT_FILE@
825 NATDEPFILES
= @NATDEPFILES@
826 NAT_CDEPS
= @NAT_CDEPS@
827 LOADLIBES
= @LOADLIBES@
828 MH_CFLAGS
= @MH_CFLAGS@
829 XM_CLIBS
= @XM_CLIBS@
830 NAT_GENERATED_FILES
= @NAT_GENERATED_FILES@
832 HAVE_NATIVE_GCORE_HOST
= @HAVE_NATIVE_GCORE_HOST@
834 # Native-target dependent makefile fragment comes in here.
837 # End of native-target dependent variables.
841 "exec_prefix=$(exec_prefix)" \
842 "infodir=$(infodir)" \
843 "datarootdir=$(datarootdir)" \
845 "htmldir=$(htmldir)" \
849 "datadir=$(datadir)" \
850 "includedir=$(includedir)" \
851 "against=$(against)" \
852 "DESTDIR=$(DESTDIR)" \
854 "AR_FLAGS=$(AR_FLAGS)" \
858 "CXX_DIALECT=$(CXX_DIALECT)" \
859 "CXXFLAGS=$(CXXFLAGS)" \
860 "DLLTOOL=$(DLLTOOL)" \
861 "LDFLAGS=$(LDFLAGS)" \
863 "MAKEINFO=$(MAKEINFO)" \
864 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
865 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
866 "MAKEHTML=$(MAKEHTML)" \
867 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
868 "INSTALL=$(INSTALL)" \
869 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
870 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
871 "INSTALL_DATA=$(INSTALL_DATA)" \
872 "RUNTEST=$(RUNTEST)" \
873 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
875 # Flags that we pass when building the testsuite.
877 # empty for native, $(target_alias)/ for cross
878 target_subdir
= @target_subdir@
881 if [ -f $${rootme}/../gcc/xgcc ] ; then \
882 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
883 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/; \
885 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
888 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
891 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
896 if [ -f $${rootme}/../gcc/xg++ ] ; then \
897 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
898 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/; \
900 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
903 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
906 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
910 # The use of $$(x_FOR_TARGET) reduces the command line length by not
911 # duplicating the lengthy definition.
912 TARGET_FLAGS_TO_PASS
= \
914 "exec_prefix=$(exec_prefix)" \
915 "against=$(against)" \
916 'CC=$$(CC_FOR_TARGET)' \
917 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
919 'CXX=$$(CXX_FOR_TARGET)' \
920 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
921 "CXXFLAGS=$(CXXFLAGS)" \
922 "INSTALL=$(INSTALL)" \
923 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
924 "INSTALL_DATA=$(INSTALL_DATA)" \
925 "MAKEINFO=$(MAKEINFO)" \
926 "MAKEHTML=$(MAKEHTML)" \
927 "RUNTEST=$(RUNTEST)" \
928 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
929 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
932 # All source files that go into linking GDB.
934 # Files that should wind up in SFILES and whose corresponding .o
935 # should be in COMMON_OBS.
956 break-catch-syscall.c \
957 break-catch-throw.c \
972 gdbsupport
/btrace-common.c \
973 gdbsupport
/buffer.c \
974 gdbsupport
/cleanups.c \
975 gdbsupport
/common-debug.c \
976 gdbsupport
/common-exceptions.c \
977 gdbsupport
/common-inferior.c \
978 gdbsupport
/common-regcache.c \
979 gdbsupport
/common-utils.c \
980 gdbsupport
/errors.c \
981 gdbsupport
/environ.c \
982 gdbsupport
/fileio.c \
983 gdbsupport
/filestuff.c \
984 gdbsupport
/format.c \
985 gdbsupport
/job-control.c \
986 gdbsupport
/gdb-dlfcn.c \
987 gdbsupport
/gdb_tilde_expand.c \
988 gdbsupport
/gdb_vecs.c \
989 gdbsupport
/gdb_wait.c \
990 gdbsupport
/netstuff.c \
991 gdbsupport
/new-op.c \
992 gdbsupport
/pathstuff.c \
993 gdbsupport
/print-utils.c \
995 gdbsupport
/rsp-low.c \
996 gdbsupport
/run-time-clock.c \
997 gdbsupport
/safe-strerror.c \
998 gdbsupport
/scoped_mmap.c \
999 gdbsupport
/signals.c \
1000 gdbsupport
/signals-state-save-restore.c \
1001 gdbsupport
/tdesc.c \
1002 gdbsupport
/thread-pool.c \
1003 gdbsupport
/xml-utils.c \
1023 disasm-selftests.c \
1025 dwarf-index-cache.c \
1026 dwarf-index-common.c \
1027 dwarf-index-write.c \
1029 dwarf2-frame-tailcall.c \
1043 filename-seen-cache.c \
1056 gdbarch-selftests.c \
1085 maint-test-options.c \
1086 maint-test-settings.c \
1108 process-stratum-target.c \
1111 progspace-and-thread.c \
1125 run-on-main-thread.c \
1144 target-descriptions.c \
1174 # Links made at configuration time should not be specified here, since
1175 # SFILES is used in building the distribution archive.
1199 $(SUBDIR_CLI_SRCS
) \
1200 $(SUBDIR_TARGET_SRCS
) \
1202 $(SUBDIR_GCC_COMPILE_SRCS
)
1204 # Header files that need to have srcdir added. Note that in the cases
1205 # where we use a macro like $(gdbcmd_h), things are carefully arranged
1206 # so that each .h file is listed exactly once (M-x tags-search works
1207 # wrong if TAGS has files twice). Because this is tricky to get
1208 # right, it is probably easiest just to list .h files here directly.
1210 HFILES_NO_SRCDIR
= \
1212 aarch64-ravenscar-thread.h \
1218 amd64-darwin-tdep.h \
1219 amd64-linux-tdep.h \
1260 dwarf-index-cache.h \
1261 dwarf-index-common.h \
1263 dwarf2-frame-tailcall.h \
1288 gdb_proc_service.h \
1304 hppa-linux-offsets.h \
1307 i386-darwin-tdep.h \
1312 ia64-libunwind-tdep.h \
1364 ppc-ravenscar-thread.h \
1371 progspace-and-thread.h \
1375 ravenscar-thread.h \
1385 riscv-ravenscar-thread.h \
1389 run-on-main-thread.h \
1413 sparc-ravenscar-thread.h \
1423 target-descriptions.h \
1458 arch
/aarch64-insn.h \
1461 arch
/ppc-linux-common.h \
1462 arch
/ppc-linux-tdesc.h \
1470 gdbsupport
/buffer.h \
1471 gdbsupport
/cleanups.h \
1472 gdbsupport
/common-debug.h \
1473 gdbsupport
/common-defs.h \
1474 gdbsupport
/common-exceptions.h \
1475 gdbsupport
/common-gdbthread.h \
1476 gdbsupport
/common-regcache.h \
1477 gdbsupport
/common-types.h \
1478 gdbsupport
/common-utils.h \
1479 gdbsupport
/job-control.h \
1480 gdbsupport
/errors.h \
1481 gdbsupport
/environ.h \
1482 gdbsupport
/fileio.h \
1483 gdbsupport
/format.h \
1484 gdbsupport
/gdb-dlfcn.h \
1485 gdbsupport
/gdb-sigmask.h \
1486 gdbsupport
/gdb_assert.h \
1487 gdbsupport
/gdb_binary_search.h \
1488 gdbsupport
/gdb_tilde_expand.h \
1489 gdbsupport
/gdb_locale.h \
1490 gdbsupport
/gdb_proc_service.h \
1491 gdbsupport
/gdb_setjmp.h \
1492 gdbsupport
/gdb_signals.h \
1493 gdbsupport
/gdb_sys_time.h \
1494 gdbsupport
/gdb_vecs.h \
1495 gdbsupport
/gdb_wait.h \
1496 gdbsupport
/common-inferior.h \
1497 gdbsupport
/netstuff.h \
1498 gdbsupport
/host-defs.h \
1499 gdbsupport
/parallel-for.h \
1500 gdbsupport
/pathstuff.h \
1501 gdbsupport
/print-utils.h \
1503 gdbsupport
/queue.h \
1504 gdbsupport
/rsp-low.h \
1505 gdbsupport
/run-time-clock.h \
1506 gdbsupport
/signals-state-save-restore.h \
1507 gdbsupport
/symbol.h \
1508 gdbsupport
/tdesc.h \
1509 gdbsupport
/thread-pool.h \
1510 gdbsupport
/version.h \
1511 gdbsupport
/x86-xstate.h \
1512 gdbsupport
/xml-utils.h \
1514 compile
/compile-c.h \
1515 compile
/compile-cplus.h \
1516 compile
/compile-internal.h \
1517 compile
/compile-object-load.h \
1518 compile
/compile-object-run.h \
1519 compile
/gcc-c-plugin.h \
1520 compile
/gcc-cp-plugin.h \
1523 config
/djgpp
/langinfo.h \
1524 config
/djgpp
/nl_types.h \
1525 config
/i386
/nm-i386gnu.h \
1526 config
/sparc
/nm-sol2.h \
1534 nat
/aarch64-linux.h \
1535 nat
/aarch64-linux-hw-point.h \
1536 nat
/aarch64-sve-linux-ptrace.h \
1537 nat
/amd64-linux-siginfo.h \
1539 nat
/gdb_thread_db.h \
1540 nat
/fork-inferior.h \
1541 nat
/linux-btrace.h \
1542 nat
/linux-namespaces.h \
1544 nat
/linux-osdata.h \
1545 nat
/linux-personality.h \
1546 nat
/linux-ptrace.h \
1547 nat
/linux-waitpid.h \
1548 nat
/mips-linux-watch.h \
1552 nat
/x86-gcc-cpuid.h \
1554 nat
/x86-linux-dregs.h \
1556 python
/py-events.h \
1557 python
/py-stopevent.h \
1559 python
/python-internal.h \
1560 regformats
/regdef.h \
1564 target
/waitstatus.h \
1578 tui
/tui-wingeneral.h \
1579 tui
/tui-winsource.h \
1582 # Header files that already have srcdir in them, or which are in objdir.
1584 HFILES_WITH_SRCDIR
= \
1588 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1589 # default their values the way we do for SER_HARDWIRE; in the future
1590 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1591 # variables analogous to SER_HARDWIRE which get defaulted in this
1594 DEPFILES
= $(TARGET_OBS
) $(SER_HARDWIRE
) $(NATDEPFILES
) $(SIM_OBS
)
1596 SOURCES
= $(SFILES
) $(ALLDEPFILES
) $(YYFILES
) $(CONFIG_SRCS
)
1597 # Don't include YYFILES (*.c) because we already include *.y in SFILES,
1598 # and it's more useful to see it in the .y file.
1599 TAGFILES_NO_SRCDIR
= $(SFILES
) $(HFILES_NO_SRCDIR
) $(ALLDEPFILES
) \
1601 TAGFILES_WITH_SRCDIR
= $(HFILES_WITH_SRCDIR
)
1603 COMMON_OBS
= $(DEPFILES
) $(CONFIG_OBS
) $(YYOBJ
) \
1607 $(patsubst %.c
,%.o
,$(COMMON_SFILES
)) \
1609 $(SUBDIR_TARGET_OBS
) \
1610 $(SUBDIR_GCC_COMPILE_OBS
)
1612 SUBDIRS
= doc @subdirs@ data-directory
1613 CLEANDIRS
= $(SUBDIRS
)
1615 # List of subdirectories in the build tree that must exist.
1616 # This is used to force build failures in existing trees when
1617 # a new directory is added.
1618 # The format here is for the `case' shell command.
1619 REQUIRED_SUBDIRS
= doc | testsuite | data-directory
1621 # Parser intermediate files.
1634 # ada-lex.c is included by another file, so it shouldn't wind up as a
1636 YYOBJ
= $(filter-out ada-lex.o
,$(patsubst %.c
,%.o
,$(YYFILES
)))
1638 # Things which need to be built when making a distribution.
1640 DISTSTUFF
= $(YYFILES
)
1643 # All generated files which can be included by another file.
1648 $(NAT_GENERATED_FILES
) \
1651 # Flags needed to compile Python code
1652 PYTHON_CFLAGS
= @PYTHON_CFLAGS@
1654 all: gdb
$(EXEEXT
) $(CONFIG_ALL
) gdb-gdb.py gdb-gdb.gdb
1655 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1657 # Rule for compiling .c files in the top-level gdb directory.
1658 # The order-only dependencies ensure that we create the build subdirectories.
1659 %.o
: %.c |
$(CONFIG_DEP_SUBDIR
)
1663 $(CONFIG_DEP_SUBDIR
):
1664 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$@
1666 # Python files need special flags.
1667 python
/%.o
: INTERNAL_CFLAGS
+= $(PYTHON_CFLAGS
)
1669 # Rules for compiling .c files in the various source subdirectories.
1670 %.o
: $(srcdir)/gdbtk
/generic
/%.c
1671 $(COMPILE
) $(all_gdbtk_cflags
) $<
1676 # The check target can not use subdir_do, because subdir_do does not
1677 # use TARGET_FLAGS_TO_PASS.
1679 @if
[ -f testsuite
/Makefile
]; then \
1680 rootme
=`pwd`; export rootme
; \
1681 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1683 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check; \
1687 @if
[ -f testsuite
/Makefile
]; then \
1688 rootme
=`pwd`; export rootme
; \
1689 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1691 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-perf
; \
1695 @if
[ -f testsuite
/Makefile
]; then \
1696 rootme
=`pwd`; export rootme
; \
1697 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1699 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-read1
; \
1702 check-parallel
: force
1703 @if
[ -f testsuite
/Makefile
]; then \
1704 rootme
=`pwd`; export rootme
; \
1705 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1707 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) check-parallel
; \
1710 # The idea is to parallelize testing of multilibs, for example:
1711 # make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
1712 # will run 3 concurrent sessions of check, eventually testing all 10
1713 # combinations. GNU make is required for the % pattern to work, as is
1714 # a shell that expands alternations within braces. If GNU make is not
1715 # used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
1716 # prevent serialized checking due to the passed RUNTESTFLAGS.
1717 # FIXME: use config.status --config not --version, when available.
1719 @if
[ -f testsuite
/config.status
]; then \
1720 rootme
=`pwd`; export rootme
; \
1721 rootsrc
=`cd $(srcdir); pwd`; export rootsrc
; \
1722 target
=`echo "$@" | sed 's,//.*,,'`; \
1723 variant
=`echo "$@" | sed 's,^[^/]*//,,'`; \
1724 vardots
=`echo "$$variant" | sed 's,/,.,g'`; \
1725 testdir
=testsuite.
$$vardots; \
1726 if
[ ! -f
$$testdir/Makefile
] && [ -f testsuite
/config.status
]; then \
1727 configargs
=`cd testsuite && ./config.status --version | \
1728 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
1729 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$$testdir && \
1731 eval
$(SHELL
) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
1732 "\"--srcdir=\$$rootsrc/testsuite\"" \
1734 else :; fi
&& cd
$$testdir && \
1735 $(MAKE
) $(TARGET_FLAGS_TO_PASS
) \
1736 RUNTESTFLAGS
="--target_board=$$variant $(RUNTESTFLAGS)" \
1737 FORCE_PARALLEL
=$(if
$(FORCE_PARALLEL
),1,$(if
$(RUNTESTFLAGS
),,1)) \
1741 # The set of headers checked by 'check-headers' by default.
1742 CHECK_HEADERS
= $(HFILES_NO_SRCDIR
)
1744 # Try to compile each header in isolation, thus ensuring headers are
1747 # Defaults to checking all $HFILES_NO_SRCDIR headers.
1751 # make check-headers CHECK_HEADERS="header.h list.h"
1753 # to check specific headers.
1756 @echo Checking headers.
1757 for i in
$(CHECK_HEADERS
) ; do \
1758 $(CXX
) $(CXX_DIALECT
) -x c
++-header
-c
-fsyntax-only \
1759 $(INTERNAL_CFLAGS
) -include defs.h
$(srcdir)/$$i ; \
1761 .PHONY
: check-headers
1763 info install-info clean-info
dvi pdf install-pdf html install-html
: force
1764 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=$@
"DODIRS=$(SUBDIRS)" subdir_do
1766 # Traditionally "install" depends on "all". But it may be useful
1767 # not to; for example, if the user has made some trivial change to a
1768 # source file and doesn't care about rebuilding or just wants to save the
1769 # time it takes for make to check that all is up to date.
1770 # install-only is intended to address that need.
1772 @
$(MAKE
) $(FLAGS_TO_PASS
) install-only
1774 install-only
: $(CONFIG_INSTALL
)
1775 transformed_name
=`t='$(program_transform_name)'; \
1776 echo gdb | sed -e "$$t"` ; \
1777 if
test "x$$transformed_name" = x
; then \
1778 transformed_name
=gdb
; \
1782 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir) ; \
1783 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) gdb
$(EXEEXT
) \
1784 $(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
1785 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(includedir)/gdb
; \
1786 $(INSTALL_DATA
) jit-reader.h
$(DESTDIR
)$(includedir)/gdb
/jit-reader.h
1787 if
test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x
; \
1789 transformed_name
=`t='$(program_transform_name)'; \
1790 echo gcore | sed -e "$$t"` ; \
1791 if
test "x$$transformed_name" = x
; then \
1792 transformed_name
=gcore
; \
1796 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir) ; \
1797 $(INSTALL_SCRIPT
) gcore \
1798 $(DESTDIR
)$(bindir)/$$transformed_name; \
1800 transformed_name
=`t='$(program_transform_name)'; \
1801 echo gdb-add-index | sed -e "$$t"` ; \
1802 if
test "x$$transformed_name" = x
; then \
1803 transformed_name
=gdb-add-index
; \
1807 $(INSTALL_SCRIPT
) $(srcdir)/contrib
/gdb-add-index.sh \
1808 $(DESTDIR
)$(bindir)/$$transformed_name
1809 @
$(MAKE
) DO
=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
) subdir_do
1812 $(MAKE
) $(FLAGS_TO_PASS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
1813 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
1814 `test -z '$(STRIP)' || \
1815 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
1818 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(GDB_DATADIR
)/guile
/gdb
1821 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(GDB_DATADIR
)/python
/gdb
1823 uninstall: force $(CONFIG_UNINSTALL
)
1824 transformed_name
=`t='$(program_transform_name)'; \
1825 echo gdb | sed -e $$t` ; \
1826 if
test "x$$transformed_name" = x
; then \
1827 transformed_name
=gdb
; \
1831 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) \
1832 $(DESTDIR
)$(man1dir)/$$transformed_name.1
1833 if
test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x
; \
1835 transformed_name
=`t='$(program_transform_name)'; \
1836 echo gcore | sed -e "$$t"` ; \
1837 if
test "x$$transformed_name" = x
; then \
1838 transformed_name
=gcore
; \
1842 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name; \
1844 @
$(MAKE
) DO
=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS
) subdir_do
1846 # The C++ name parser can be built standalone for testing.
1847 test-cp-name-parser.o
: cp-name-parser.c
1848 $(COMPILE
) -DTEST_CPNAMES cp-name-parser.c
1851 test-cp-name-parser
$(EXEEXT
): test-cp-name-parser.o
$(LIBIBERTY
)
1852 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) \
1853 -o test-cp-name-parser
$(EXEEXT
) test-cp-name-parser.o \
1856 # We do this by grepping through sources. If that turns out to be too slow,
1857 # maybe we could just require every .o file to have an initialization routine
1858 # of a given name (top.o -> _initialize_top, etc.).
1860 # Formatting conventions: The name of the _initialize_* routines must start
1861 # in column zero, and must not be inside #if.
1863 # Note that the set of files with init functions might change, or the names
1864 # of the functions might change, so this files needs to depend on all the
1865 # source files that will be linked into gdb. However, due to the way
1866 # this Makefile has generally been written, we do this indirectly, by
1867 # computing the list of source files from the list of object files.
1870 $(patsubst %.o
,%.c
, \
1871 $(patsubst %-exp.o
,%-exp.y
, \
1872 $(filter-out init.o version.o
%_S.o
%_U.o
,\
1875 init.c
: stamp-init
; @true
1876 stamp-init
: $(INIT_FILES
)
1877 @
$(ECHO_INIT_C
) echo
"Making init.c"
1878 @
rm -f init.c-tmp init.l-tmp
1880 @
-for f in
$(INIT_FILES
); do \
1881 sed
-n
-e
's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' \
1882 $(srcdir)/$$f 2>/dev
/null
; \
1884 @echo
'/* Do not modify this file. */' >>init.c-tmp
1885 @echo
'/* It is created automatically by the Makefile. */'>>init.c-tmp
1886 @echo
'#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
1887 @echo
'extern void initialize_all_files(void);' >>init.c-tmp
1888 @sed
-e
's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp
>>init.c-tmp
1889 @echo
'void' >>init.c-tmp
1890 @echo
'initialize_all_files (void)' >>init.c-tmp
1891 @echo
'{' >>init.c-tmp
1892 @sed
-e
's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp
>>init.c-tmp
1893 @echo
'}' >>init.c-tmp
1894 @
$(SHELL
) $(srcdir)/..
/move-if-change init.c-tmp init.c
1895 @echo stamp
> stamp-init
1899 # Create a library of the gdb object files and build GDB by linking
1902 # init.o is very important. It pulls in the rest of GDB.
1903 LIBGDB_OBS
= $(sort $(COMMON_OBS
)) init.o
1904 libgdb.a
: $(LIBGDB_OBS
)
1906 $(AR
) q libgdb.a
$(LIBGDB_OBS
)
1909 # Removing the old gdb first works better if it is running, at least on SunOS.
1910 gdb
$(EXEEXT
): gdb.o
$(LIBGDB_OBS
) $(CDEPS
) $(TDEPLIBS
)
1911 $(SILENCE
) rm -f gdb
$(EXEEXT
)
1912 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) $(WIN32LDAPP
) \
1913 -o gdb
$(EXEEXT
) gdb.o
$(LIBGDB_OBS
) \
1914 $(TDEPLIBS
) $(TUI_LIBRARY
) $(CLIBS
) $(LOADLIBES
)
1915 ifneq ($(CODESIGN_CERT
),)
1916 $(ECHO_SIGN
) $(CODESIGN
) -s
$(CODESIGN_CERT
) gdb
$(EXEEXT
)
1919 # Convenience rule to handle recursion.
1920 .PHONY
: all-data-directory
1921 all-data-directory
: data-directory
/Makefile
1922 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=all DODIRS
=data-directory subdir_do
1924 # This is useful when debugging GDB, because some Unix's don't let you run GDB
1925 # on itself without copying the executable. So "make gdb1" will make
1926 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
1927 # Removing gdb1 before the copy is the right thing if gdb1 is open
1928 # in another process.
1929 gdb1
$(EXEEXT
): gdb
$(EXEEXT
)
1931 cp gdb
$(EXEEXT
) gdb1
$(EXEEXT
)
1933 # Put the proper machine-specific files first, so M-. on a machine
1934 # specific routine gets the one for the correct machine. (FIXME: those
1935 # files go in twice; we should be removing them from the main list).
1937 # TAGS depends on all the files that go into it so you can rebuild TAGS
1938 # with `make TAGS' and not have to say `rm TAGS' first.
1940 GDB_NM_FILE
= @GDB_NM_FILE@
1941 TAGS
: $(TAGFILES_NO_SRCDIR
) $(TAGFILES_WITH_SRCDIR
)
1943 etags
`(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
1944 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
1945 echo $(srcdir)/$$i ; \
1946 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
1948 done) | sed -e 's/\.o$$/\.c/'` \
1949 `find $(srcdir)/config -name '*.h' -print`
1953 clean mostlyclean: $(CONFIG_CLEAN
)
1954 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=clean "DODIRS=$(CLEANDIRS)" subdir_do
1955 rm -f
*.o
*.a
*~ init.c-tmp init.l-tmp version.c-tmp
1956 rm -f init.c stamp-init version.c stamp-version
1957 rm -f gdb
$(EXEEXT
) core make.log
1958 rm -f gdb
[0-9]$(EXEEXT
)
1959 rm -f test-cp-name-parser
$(EXEEXT
)
1960 rm -f xml-builtin.c stamp-xml
1962 for i in
$(CONFIG_SRC_SUBDIR
); do \
1964 rm -f
$$i/$(DEPDIR
)/*; \
1967 # This used to depend on c-exp.c m2-exp.c TAGS
1968 # I believe this is wrong; the makefile standards for distclean just
1969 # describe removing files; the only sort of "re-create a distribution"
1970 # functionality described is if the distributed files are unmodified.
1971 # NB: While GDBSERVER might be configured on native systems, it isn't
1972 # always included in SUBDIRS. Remove the gdbserver files explicitly.
1974 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=distclean "DODIRS=$(CLEANDIRS)" subdir_do
1975 rm -f gdbserver
/config.status gdbserver
/config.log
1976 rm -f gdbserver
/tm.h gdbserver
/xm.h gdbserver
/nm.h
1977 rm -f gdbserver
/Makefile gdbserver
/config.cache
1978 rm -f nm.h config.status config.h stamp-h b jit-reader.h
1979 rm -f gdb-gdb.py gdb-gdb.gdb
1980 rm -f y.output
yacc.acts
yacc.tmp y.tab.h
1981 rm -f config.log config.cache
1984 for i in
$(CONFIG_SRC_SUBDIR
); do \
1985 if
test -d
$$i/$(DEPDIR
); then rmdir
$$i/$(DEPDIR
); fi \
1988 maintainer-clean
: local-maintainer-clean do-maintainer-clean
distclean
1989 realclean: maintainer-clean
1991 local-maintainer-clean
:
1992 @echo
"This command is intended for maintainers to use;"
1993 @echo
"it deletes files that may require special tools to rebuild."
1996 ada-lex.c ada-exp.c \
1997 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
2000 rm -f nm.h config.status
2002 do-maintainer-clean
:
2003 @
$(MAKE
) $(FLAGS_TO_PASS
) DO
=maintainer-clean
"DODIRS=$(CLEANDIRS)" \
2006 diststuff
: $(DISTSTUFF
) $(PACKAGE
).pot
$(CATALOGS
)
2007 cd doc
; $(MAKE
) $(MFLAGS
) diststuff
2010 @for i in
$(DODIRS
); do \
2012 $(REQUIRED_SUBDIRS
)) \
2013 if
[ ! -f .
/$$i/Makefile
] ; then \
2014 echo
"Missing $$i/Makefile" >&2 ; \
2018 if
[ -f .
/$$i/Makefile
] ; then \
2020 $(MAKE
) $(FLAGS_TO_PASS
) $(DO
)) ; then true
; \
2021 else exit
1 ; fi
; \
2025 Makefile
: Makefile.in config.status
2026 $(SHELL
) config.status
$@
2028 data-directory
/Makefile
: data-directory
/Makefile.in config.status
2029 $(SHELL
) config.status
$@
2033 .
/gdb
$(EXEEXT
) --data-directory
=`pwd`/data-directory
$(GDBFLAGS
)
2035 jit-reader.h
: $(srcdir)/jit-reader.in
2036 $(SHELL
) config.status
$@
2038 gcore
: $(srcdir)/gcore.in
2039 $(SHELL
) config.status
$@
2041 gdb-gdb.py
: $(srcdir)/gdb-gdb.py.in
2042 $(SHELL
) config.status
$@
2044 gdb-gdb.gdb
: $(srcdir)/gdb-gdb.gdb.in
2045 $(SHELL
) config.status
$@
2047 config.h
: stamp-h
; @true
2048 stamp-h
: $(srcdir)/config.in config.status
2049 $(SHELL
) config.status config.h
2051 nm.h
: stamp-nmh
; @true
2052 stamp-nmh
: config.status
2053 $(SHELL
) config.status nm.h
2055 config.status
: $(srcdir)/configure configure.nat configure.tgt configure.host ..
/bfd
/development.sh
2056 $(SHELL
) config.status
--recheck
2059 ACLOCAL_AMFLAGS
= -I ..
/config
2061 # Keep these in sync with the includes in acinclude.m4.
2064 acx_configure_dir.m4 \
2067 ..
/config
/acinclude.m4 \
2068 ..
/config
/plugins.m4 \
2069 ..
/config
/lead-dot.m4 \
2070 ..
/config
/override.m4 \
2071 ..
/config
/largefile.m4 \
2072 ..
/config
/gettext-sister.m4 \
2073 ..
/config
/lib-ld.m4 \
2074 ..
/config
/lib-prefix.m4 \
2075 ..
/config
/lib-link.m4 \
2078 ..
/config
/depstand.m4 \
2079 ..
/config
/lcmessage.m4 \
2080 ..
/config
/codeset.m4 \
2082 ..
/config
/ax_pthread.m4
2084 $(srcdir)/aclocal.m4
: @MAINTAINER_MODE_TRUE@
$(aclocal_m4_deps
)
2085 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
2088 configure_deps
= $(srcdir)/configure.ac
$(srcdir)/aclocal.m4
2089 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(configure_deps
)
2090 cd
$(srcdir) && $(AUTOCONF
)
2092 AUTOHEADER
= autoheader
2093 $(srcdir)/config.in
: @MAINTAINER_MODE_TRUE@
$(configure_deps
)
2094 cd
$(srcdir) && $(AUTOHEADER
)
2098 # automatic rebuilding in automake-generated Makefiles requires
2099 # this rule in the toplevel Makefile, which, with GNU make, causes
2100 # the desired updates through the implicit regeneration of the Makefile
2101 # and all of its prerequisites.
2108 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2110 cd doc
; $(MAKE
) refcard.
dvi $(FLAGS_TO_PASS
)
2112 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
2114 cd doc
; $(MAKE
) refcard.ps
$(FLAGS_TO_PASS
)
2116 # GDB MANUAL: TeX dvi file
2118 cd doc
; $(MAKE
) gdb.
dvi $(FLAGS_TO_PASS
)
2120 # GDB MANUAL: info file
2122 cd doc
; $(MAKE
) gdb.
info $(FLAGS_TO_PASS
)
2124 # Make copying.c from COPYING
2125 $(srcdir)/copying.c
: @MAINTAINER_MODE_TRUE@
$(srcdir)/..
/COPYING3
$(srcdir)/copying.awk
2126 awk
-f
$(srcdir)/copying.awk \
2127 < $(srcdir)/..
/COPYING3
> $(srcdir)/copying.tmp
2128 mv
$(srcdir)/copying.tmp
$(srcdir)/copying.c
2130 version.c
: stamp-version
; @true
2131 # Note that the obvious names for the temp file are taken by
2132 # create-version.sh.
2133 stamp-version
: Makefile version.in
$(srcdir)/..
/bfd
/version.h
$(srcdir)/gdbsupport
/create-version.sh
2134 $(ECHO_GEN
) $(SHELL
) $(srcdir)/gdbsupport
/create-version.sh
$(srcdir) \
2135 $(host_alias
) $(target_alias
) version-t.t
2136 @
$(SHELL
) $(srcdir)/..
/move-if-change version-t.t version.c
2137 @echo stamp
> stamp-version
2140 gdb.cxref
: $(SFILES
)
2141 cxref
-I.
$(SFILES
) >gdb.cxref
2145 # GNU Make has an annoying habit of putting *all* the Makefile variables
2146 # into the environment, unless you include this target as a circumvention.
2147 # Rumor is that this will be fixed (and this target can be removed)
2151 # GNU Make 3.63 has a different problem: it keeps tacking command line
2152 # overrides onto the definition of $(MAKE). This variable setting
2158 aarch64-fbsd-nat.c \
2159 aarch64-fbsd-tdep.c \
2160 aarch64-linux-nat.c \
2161 aarch64-linux-tdep.c \
2162 aarch64-newlib-tdep.c \
2163 aarch64-ravenscar-thread.c \
2169 alpha-linux-tdep.c \
2170 alpha-mdebug-tdep.c \
2175 amd64-darwin-tdep.c \
2176 amd64-dicos-tdep.c \
2180 amd64-linux-tdep.c \
2193 arm-get-next-pcs.c \
2200 arm-symbian-tdep.c \
2228 i386-cygwin-tdep.c \
2230 i386-darwin-tdep.c \
2246 ia64-libunwind-tdep.c \
2265 microblaze-linux-tdep.c \
2277 mips64-obsd-tdep.c \
2282 nios2-linux-tdep.c \
2295 ppc-ravenscar-thread.c \
2299 ravenscar-thread.c \
2304 riscv-linux-tdep.c \
2305 riscv-ravenscar-thread.c \
2308 rs6000-lynx178-tdep.c \
2328 sparc-linux-tdep.c \
2333 sparc-ravenscar-thread.c \
2337 sparc64-fbsd-nat.c \
2338 sparc64-fbsd-tdep.c \
2339 sparc64-linux-nat.c \
2340 sparc64-linux-tdep.c \
2342 sparc64-nbsd-nat.c \
2343 sparc64-nbsd-tdep.c \
2344 sparc64-obsd-nat.c \
2345 sparc64-obsd-tdep.c \
2346 sparc64-sol2-tdep.c \
2348 tilegx-linux-nat.c \
2349 tilegx-linux-tdep.c \
2362 xtensa-linux-nat.c \
2363 xtensa-linux-tdep.c \
2367 # Some files need explicit build rules (due to -Werror problems) or due
2368 # to sub-directory fun 'n' games.
2370 # ada-exp.c can appear in srcdir, for releases; or in ., for
2371 # development builds.
2372 ADA_EXP_C
= `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2374 ada-exp.o
: ada-exp.c
2375 $(COMPILE
) $(ADA_EXP_C
)
2378 # Message files. Based on code in gcc/Makefile.in.
2380 # Rules for generating translated message descriptions. Disabled by
2381 # autoconf if the tools are not available.
2383 .PHONY
: all-po install-po uninstall-po clean-po update-po
$(PACKAGE
).pot
2387 # This notation should be acceptable to all Make implementations used
2388 # by people who are interested in updating .po files.
2389 update-po
: $(CATALOGS
:.gmo
=.pox
)
2391 # N.B. We do not attempt to copy these into $(srcdir). The snapshot
2394 -test -d po || mkdir po
2395 $(GMSGFMT
) --statistics
-o
$@
$<
2397 # The new .po has to be gone over by hand, so we deposit it into
2398 # build/po with a different extension. If build/po/$(PACKAGE).pot
2399 # exists, use it (it was just created), else use the one in srcdir.
2401 -test -d po || mkdir po
2402 $(MSGMERGE
) $< `if test -f po/$(PACKAGE).pot; \
2403 then echo po/$(PACKAGE).pot; \
2404 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o
$@
2406 # This rule has to look for .gmo modules in both srcdir and the cwd,
2407 # and has to check that we actually have a catalog for each language,
2408 # in case they weren't built or included with the distribution.
2410 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(datadir)
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 echo
$(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$$dir; \
2419 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$$dir || exit
1; \
2420 echo
$(INSTALL_DATA
) $$cat $(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2421 $(INSTALL_DATA
) $$cat $(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2424 cats
="$(CATALOGS)"; for cat in
$$cats; do \
2425 lang
=`basename $$cat | sed 's/\.gmo$$//'`; \
2426 if
[ -f
$$cat ]; then
:; \
2427 elif
[ -f
$(srcdir)/$$cat ]; then cat
=$(srcdir)/$$cat; \
2430 dir=$(localedir
)/$$lang/LC_MESSAGES
; \
2431 rm -f
$(DESTDIR
)$$dir/$(PACKAGE
).mo
; \
2433 # Delete po/*.gmo only if we are not building in the source directory.
2435 -if
[ ! -f Makefile.in
]; then
rm -f po
/*.gmo
; fi
2437 # Rule for regenerating the message template (gdb.pot). Instead of
2438 # forcing everyone to edit POTFILES.in, which proved impractical, this
2439 # rule has no dependencies and always regenerates gdb.pot. This is
2440 # relatively harmless since the .po files do not directly depend on
2441 # it. The .pot file is left in the build directory. Since GDB's
2442 # Makefile lacks a cannonical list of sources (missing xm, tm and nm
2443 # files) force this rule.
2444 $(PACKAGE
).pot
: po
/$(PACKAGE
).pot
2445 po
/$(PACKAGE
).pot
: force
2446 -test -d po || mkdir po
2447 sh
-e
$(srcdir)/po
/gdbtext
$(XGETTEXT
) $(PACKAGE
) .
$(srcdir)
2451 # YACC/LEX dependencies
2453 # LANG-exp.c is generated in objdir from LANG-exp.y if it doesn't
2454 # exist in srcdir, then compiled in objdir to LANG-exp.o. If we
2455 # said LANG-exp.c rather than ./c-exp.c some makes would
2456 # sometimes re-write it into $(srcdir)/c-exp.c. Remove bogus
2457 # decls for malloc/realloc/free which conflict with everything else.
2458 # Strictly speaking c-exp.c should therefore depend on
2459 # Makefile.in, but that was a pretty big annoyance.
2462 $(ECHO_YACC
) $(SHELL
) $(YLWRAP
) $< y.tab.c
$@.tmp
-- \
2463 $(YACC
) $(YFLAGS
) ||
(rm -f
$@.tmp
; false
)
2464 @sed
-e
'/extern.*malloc/d' \
2465 -e
'/extern.*realloc/d' \
2466 -e
'/extern.*free/d' \
2467 -e
'/include.*malloc.h/d' \
2468 -e
's/\([^x]\)malloc/\1xmalloc/g' \
2469 -e
's/\([^x]\)realloc/\1xrealloc/g' \
2470 -e
's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2471 -e
's/\([ \t;,(]\)free$$/\1xfree/g' \
2472 -e
'/^#line.*y.tab.c/d' \
2473 -e
's/YY_NULL/YY_NULLPTR/g' \
2474 < $@.tmp
> $@.new
&& \
2478 $(ECHO_LEX
) $(FLEX
) -t
$< \
2479 | sed
-e
'/extern.*malloc/d' \
2480 -e
'/extern.*realloc/d' \
2481 -e
'/extern.*free/d' \
2482 -e
'/include.*malloc.h/d' \
2483 -e
's/\([^x]\)malloc/\1xmalloc/g' \
2484 -e
's/\([^x]\)realloc/\1xrealloc/g' \
2485 -e
's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2486 -e
's/\([ \t;,(]\)free$$/\1xfree/g' \
2487 -e
's/yy_flex_xrealloc/yyxrealloc/g' \
2491 .PRECIOUS
: ada-lex.c
2495 xml-builtin.c
: stamp-xml
; @true
2496 stamp-xml
: $(srcdir)/features
/feature_to_c.sh Makefile
$(XMLFILES
)
2497 $(SILENCE
) rm -f xml-builtin.tmp
2498 $(ECHO_GEN_XML_BUILTIN
) AWK
="$(AWK)" \
2499 $(SHELL
) $(srcdir)/features
/feature_to_c.sh \
2500 xml-builtin.tmp
$(XMLFILES
)
2501 $(SILENCE
) $(SHELL
) $(srcdir)/..
/move-if-change xml-builtin.tmp xml-builtin.c
2502 $(SILENCE
) echo stamp
> stamp-xml
2504 .PRECIOUS
: xml-builtin.c
2507 # GDBTK sub-directory
2510 all-gdbtk
: insight
$(EXEEXT
)
2513 transformed_name
=`t='$(program_transform_name)'; \
2514 echo insight | sed -e $$t` ; \
2515 if
test "x$$transformed_name" = x
; then \
2516 transformed_name
=insight
; \
2520 $(SHELL
) $(srcdir)/..
/mkinstalldirs
$(DESTDIR
)$(bindir); \
2521 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) insight
$(EXEEXT
) \
2522 $(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
2523 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2524 $(DESTDIR
)$(GDBTK_LIBRARY
) ; \
2525 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2526 $(DESTDIR
)$(libdir)/insight
$(GDBTK_VERSION
) ; \
2527 $(INSTALL_DATA
) $(srcdir)/gdbtk
/plugins
/plugins.tcl \
2528 $(DESTDIR
)$(libdir)/insight
$(GDBTK_VERSION
)/plugins.tcl
; \
2529 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2530 $(DESTDIR
)$(GDBTK_LIBRARY
)/images \
2531 $(DESTDIR
)$(GDBTK_LIBRARY
)/images2
; \
2532 $(SHELL
) $(srcdir)/..
/mkinstalldirs \
2533 $(DESTDIR
)$(GDBTK_LIBRARY
)/help \
2534 $(DESTDIR
)$(GDBTK_LIBRARY
)/help
/images \
2535 $(DESTDIR
)$(GDBTK_LIBRARY
)/help
/trace
; \
2536 cd
$(srcdir)/gdbtk
/library
; \
2537 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
; \
2539 $(INSTALL_DATA
) $$i $(DESTDIR
)$(GDBTK_LIBRARY
)/$$i ; \
2543 transformed_name
=`t='$(program_transform_name)'; \
2544 echo insight | sed -e $$t` ; \
2545 if
test "x$$transformed_name" = x
; then \
2546 transformed_name
=insight
; \
2550 rm -f
$(DESTDIR
)$(bindir)/$$transformed_name$(EXEEXT
) ; \
2551 rm -rf
$(DESTDIR
)$(GDBTK_LIBRARY
)
2554 rm -f insight
$(EXEEXT
)
2556 # Removing the old gdb first works better if it is running, at least on SunOS.
2557 insight
$(EXEEXT
): gdbtk-main.o libgdb.a
$(CDEPS
) $(TDEPLIBS
)
2558 rm -f insight
$(EXEEXT
)
2559 $(ECHO_CXXLD
) $(CC_LD
) $(INTERNAL_LDFLAGS
) $(WIN32LDAPP
) \
2560 -o insight
$(EXEEXT
) gdbtk-main.o libgdb.a \
2561 $(TDEPLIBS
) $(TUI_LIBRARY
) $(CLIBS
) $(LOADLIBES
)
2563 gdbres.o
: $(srcdir)/gdbtk
/gdb.rc
$(srcdir)/gdbtk
/gdbtool.ico
2564 $(WINDRES
) --include $(srcdir)/gdbtk
$(srcdir)/gdbtk
/gdb.rc gdbres.o
2566 all_gdbtk_cflags
= $(IDE_CFLAGS
) $(ITCL_CFLAGS
) \
2567 $(ITK_CFLAGS
) $(TCL_CFLAGS
) $(TK_CFLAGS
) $(X11_CFLAGS
) \
2569 -DGDBTK_LIBRARY
=\"$(GDBTK_LIBRARY
)\" \
2570 -DSRC_DIR
=\"$(GDBTK_SRC_DIR
)\"
2573 # Dependency tracking.
2576 ifeq ($(DEPMODE
),depmode
=gcc3
)
2577 # Note that we put the dependencies into a .Tpo file, then move them
2578 # into place if the compile succeeds. We need this because gcc does
2579 # not atomically write the dependency output file.
2580 override COMPILE.post
= -c
-o
$@
-MT
$@
-MMD
-MP \
2581 -MF
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo
2582 override POSTCOMPILE
= @mv
$(@D
)/$(DEPDIR
)/$(basename $(@F
)).Tpo \
2583 $(@D
)/$(DEPDIR
)/$(basename $(@F
)).Po
2585 override COMPILE.pre
= source
='$<' object
='$@' libtool
=no \
2586 DEPDIR
=$(DEPDIR
) $(DEPMODE
) $(depcomp
) \
2587 $(CXX
) -x c
++ $(CXX_DIALECT
)
2588 # depcomp handles atomicity for us, so we don't need a postcompile
2590 override POSTCOMPILE
=
2593 # A list of all the objects we might care about in this build, for
2594 # dependency tracking.
2595 all_object_files
= gdb.o
$(LIBGDB_OBS
) gdbtk-main.o \
2596 test-cp-name-parser.o
2598 # All the .deps files to include.
2599 all_deps_files
= $(foreach dep
,$(patsubst %.o
,%.Po
,$(all_object_files
)),\
2600 $(dir $(dep
))/$(DEPDIR
)/$(notdir $(dep
)))
2602 # Ensure that generated files are created early. Use order-only
2603 # dependencies if available. They require GNU make 3.80 or newer,
2604 # and the .VARIABLES variable was introduced at the same time.
2606 $(all_object_files
): |
$(generated_files
)
2608 $(all_object_files
) : $(generated_files
)
2612 -include $(all_deps_files
)
2614 # Disable implicit make rules.
2615 include $(srcdir)/disable-implicit-rules.mk
2617 ### end of the gdb Makefile.in.