1 # Copyright (C) 1989-2017 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@
101 # If you are compiling with GCC, make sure that either 1) You have the
102 # fixed include files where GCC can reach them, or 2) You use the
103 # -traditional flag. Otherwise the ioctl calls in inflow.c
104 # will be incorrectly compiled. The "fixincludes" script in the gcc
105 # distribution will fix your include files up.
108 CXX_DIALECT = @CXX_DIALECT@
110 # Dependency tracking information.
111 DEPMODE = @CCDEPMODE@
113 depcomp = $(SHELL) $(srcdir)/../depcomp
115 # Note that these are overridden by GNU make-specific code below if
116 # GNU make is used. The overrides implement dependency tracking.
117 COMPILE.pre = $(CXX) $(CXX_DIALECT)
118 COMPILE.post = -c -o $@
119 COMPILE = $(COMPILE.pre) $(INTERNAL_CFLAGS) $(COMPILE.post)
122 # Directory containing source files.
125 top_srcdir = @top_srcdir@
129 # This is used to rebuild ada-lex.c from ada-lex.l. If the program is
130 # not defined, but ada-lex.c is present, compilation will continue,
131 # possibly with a warning.
134 YLWRAP = $(srcdir)/../ylwrap
136 # where to find makeinfo, preferably one designed for texinfo-2
137 MAKEINFO = @MAKEINFO@
138 MAKEINFOFLAGS = @MAKEINFOFLAGS@
139 MAKEINFO_EXTRA_FLAGS = @MAKEINFO_EXTRA_FLAGS@
140 MAKEINFO_CMD = $(MAKEINFO) $(MAKEINFOFLAGS) $(MAKEINFO_EXTRA_FLAGS)
142 MAKEHTML = $(MAKEINFO_CMD) --html
145 # Set this up with gcc if you have gnu ld and the loader will print out
146 # line numbers for undefined references.
148 CC_LD = $(CXX) $(CXX_DIALECT)
150 # Where is our "include" directory? Typically $(srcdir)/../include.
151 # This is essentially the header file directory for the library
152 # routines in libiberty.
153 INCLUDE_DIR = $(srcdir)/../include
154 INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
156 # Where is the "-liberty" library? Typically in ../libiberty.
157 LIBIBERTY = ../libiberty/libiberty.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.
178 READLINE_DIR = ../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 lbabeltrace was not
192 LIBBABELTRACE = @LIBBABELTRACE@
194 # Where is libipt? This will be empty if libipt was not available.
197 WARN_CFLAGS = @WARN_CFLAGS@
198 WERROR_CFLAGS = @WERROR_CFLAGS@
199 GDB_WARN_CFLAGS = $(WARN_CFLAGS)
200 GDB_WERROR_CFLAGS = $(WERROR_CFLAGS)
202 GDB_WARN_CFLAGS_NO_FORMAT = `echo " $(GDB_WARN_CFLAGS) " \
203 | sed "s/ -Wformat-nonliteral / -Wno-format-nonliteral /g"`
204 GDB_WARN_CFLAGS_NO_DEFS = `echo " $(GDB_WARN_CFLAGS) " \
205 | sed "s/ -Wold-style-definition / -Wno-old-style-definition /g"`
207 RDYNAMIC = @RDYNAMIC@
209 # Where is the INTL library? Typically in ../intl.
211 INTL_DEPS = @LIBINTL_DEP@
212 INTL_CFLAGS = @INCINTL@
214 # Where is the ICONV library? This will be empty if in libc or not available.
215 LIBICONV = @LIBICONV@
217 # Did the user give us a --with-gdb-datadir option?
218 GDB_DATADIR = @GDB_DATADIR@
220 # Flags to pass to gdb when invoked with "make run".
223 # Helper code from gnulib.
224 GNULIB_BUILDDIR = build-gnulib
225 LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
226 INCGNU = -I$(srcdir)/gnulib/import -I$(GNULIB_BUILDDIR)/import
228 # Generated headers in the gnulib directory. These must be listed
229 # so that they are generated before other files are compiled.
230 GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@
233 # CLI sub directory definitons
260 # MI sub directory definitons
305 # TUI sub directory definitions
342 tui/tui-wingeneral.c \
347 SUBDIR_TUI_CFLAGS = -DTUI=1
350 # GCC Compile support sub-directory definitions
352 SUBDIR_GCC_COMPILE_OBS = \
354 compile-c-support.o \
355 compile-c-symbols.o \
358 compile-object-load.o \
361 SUBDIR_GCC_COMPILE_SRCS = \
363 compile/compile-c-support.c \
364 compile/compile-c-symbols.c \
365 compile/compile-c-types.c \
366 compile/compile-loc2c.c \
367 compile/compile-object-load.c \
368 compile/compile-object-load.h \
369 compile/compile-object-run.c \
370 compile/compile-object-run.h
373 # Guile sub directory definitons for guile support.
402 SUBDIR_GUILE_SRCS = \
405 guile/scm-auto-load.c \
407 guile/scm-breakpoint.c \
410 guile/scm-exception.c \
413 guile/scm-iterator.c \
414 guile/scm-lazy-string.c \
416 guile/scm-objfile.c \
419 guile/scm-pretty-print.c \
420 guile/scm-progspace.c \
421 guile/scm-safe-call.c \
430 SUBDIR_GUILE_LDFLAGS =
431 SUBDIR_GUILE_CFLAGS =
434 # python sub directory definitons
436 SUBDIR_PYTHON_OBS = \
448 py-finishbreakpoint.o \
459 py-newobjfileevent.o \
480 SUBDIR_PYTHON_SRCS = \
482 python/py-auto-load.c \
484 python/py-bpevent.c \
485 python/py-breakpoint.c \
487 python/py-continueevent.c \
489 python/py-evtregistry.c \
491 python/py-exitedevent.c \
492 python/py-finishbreakpoint.c \
494 python/py-framefilter.c \
495 python/py-function.c \
496 python/py-gdb-readline.c \
497 python/py-inferior.c \
498 python/py-infevents.c \
499 python/py-infthread.c \
500 python/py-instruction.c \
501 python/py-lazy-string.c \
502 python/py-linetable.c \
503 python/py-newobjfileevent.c \
504 python/py-objfile.c \
506 python/py-prettyprint.c \
507 python/py-progspace.c \
509 python/py-record-btrace.c \
510 python/py-record-full.c \
511 python/py-signalevent.c \
512 python/py-stopevent.c \
515 python/py-threadevent.c \
521 python/py-xmethods.c \
525 SUBDIR_PYTHON_LDFLAGS =
526 SUBDIR_PYTHON_CFLAGS =
528 SUBDIR_UNITTESTS_SRCS = \
529 unittests/function-view-selftests.c \
530 unittests/offset-type-selftests.c \
531 unittests/optional-selftests.c \
532 unittests/ptid-selftests.c \
533 unittests/scoped_restore-selftests.c
535 SUBDIR_UNITTESTS_OBS = \
536 function-view-selftests.o \
537 offset-type-selftests.o \
538 optional-selftests.o \
540 scoped_restore-selftests.o
542 # Opcodes currently live in one of two places. Either they are in the
543 # opcode library, typically ../opcodes, or they are in a header file
545 # Where is the "-lopcodes" library, with (some of) the opcode tables and
547 OPCODES_DIR = ../opcodes
548 OPCODES_SRC = $(srcdir)/$(OPCODES_DIR)
549 OPCODES = $(OPCODES_DIR)/libopcodes.a
550 # Where are the other opcode tables which only have header file
552 OP_INCLUDE = $(INCLUDE_DIR)/opcode
553 # Some source files like to use #include "opcodes/file.h"
554 OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
556 # The simulator is usually nonexistent; targets that include one
557 # should set this to list all the .o or .a files to be linked in.
560 WIN32LIBS = @WIN32LIBS@
562 # Tcl et al cflags and libraries
564 TCL_CFLAGS = @TCL_INCLUDE@
565 GDBTKLIBS = @GDBTKLIBS@
566 # Extra flags that the GDBTK files need:
567 GDBTK_CFLAGS = @GDBTK_CFLAGS@
570 TK_CFLAGS = @TK_INCLUDE@
572 X11_CFLAGS = @TK_XINCLUDES@
576 WIN32LDAPP = @WIN32LDAPP@
579 GUI_CFLAGS_X = @GUI_CFLAGS_X@
580 IDE_CFLAGS = $(GUI_CFLAGS_X) $(IDE_CFLAGS_X)
582 ALL_TCL_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
584 # The version of gdbtk we're building. This should be kept
585 # in sync with GDBTK_VERSION and friends in gdbtk.h.
587 GDBTK_LIBRARY = $(datadir)/insight$(GDBTK_VERSION)
589 # Gdbtk requires an absolute path to the source directory or
590 # the testsuite won't run properly.
591 GDBTK_SRC_DIR = @GDBTK_SRC_DIR@
604 SUBDIR_GDBTK_SRCS = \
605 gdbtk/generic/gdbtk.c \
606 gdbtk/generic/gdbtk-bp.c \
607 gdbtk/generic/gdbtk-cmds.c \
608 gdbtk/generic/gdbtk-hooks.c \
609 gdbtk/generic/gdbtk-interp.c \
610 gdbtk/generic/gdbtk-main.c \
611 gdbtk/generic/gdbtk-register.c \
612 gdbtk/generic/gdbtk-stack.c \
613 gdbtk/generic/gdbtk-varobj.c \
614 gdbtk/generic/gdbtk-wrapper.c
616 SUBDIR_GDBTK_DEPS = $(LIBGUI) $(TCL_DEPS) $(TK_DEPS)
617 SUBDIR_GDBTK_LDFLAGS =
618 SUBDIR_GDBTK_CFLAGS = -DGDBTK
620 CONFIG_OBS = @CONFIG_OBS@
621 CONFIG_SRCS = @CONFIG_SRCS@
622 CONFIG_DEPS = @CONFIG_DEPS@
623 CONFIG_LDFLAGS = @CONFIG_LDFLAGS@
624 ENABLE_CFLAGS = @ENABLE_CFLAGS@
625 CONFIG_ALL = @CONFIG_ALL@
626 CONFIG_CLEAN = @CONFIG_CLEAN@
627 CONFIG_INSTALL = @CONFIG_INSTALL@
628 CONFIG_UNINSTALL = @CONFIG_UNINSTALL@
629 HAVE_NATIVE_GCORE_TARGET = @HAVE_NATIVE_GCORE_TARGET@
631 # -I. for config files.
632 # -I$(srcdir) for gdb internal headers.
633 # -I$(srcdir)/config for more generic config files.
635 # It is also possible that you will need to add -I/usr/include/sys if
636 # your system doesn't have fcntl.h in /usr/include (which is where it
637 # should be according to Posix).
639 GDB_CFLAGS = -I. -I$(srcdir) -I$(srcdir)/common -I$(srcdir)/config \
640 -DLOCALEDIR="\"$(localedir)\"" $(DEFS)
642 # MH_CFLAGS, if defined, has host-dependent CFLAGS from the config directory.
643 GLOBAL_CFLAGS = $(MH_CFLAGS)
645 PROFILE_CFLAGS = @PROFILE_CFLAGS@
647 # These are specifically reserved for setting from the command line
648 # when running make. I.E.: "make CFLAGS=-Wmissing-prototypes".
650 CXXFLAGS = @CXXFLAGS@
652 # Set by configure, for e.g. expat. Python installations are such that
653 # C headers are included using their basename (for example, we #include
654 # <Python.h> rather than, say, <python/Python.h>). Since the file names
655 # are sometimes a little generic, we think that the risk of collision
656 # with other header files is high. If that happens, we try to mitigate
657 # a bit the consequences by putting the Python includes last in the list.
658 INTERNAL_CPPFLAGS = @CPPFLAGS@ @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@
660 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
661 INTERNAL_CFLAGS_BASE = \
662 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
663 $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \
664 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
665 $(INTL_CFLAGS) $(INCGNU) $(ENABLE_CFLAGS) $(INTERNAL_CPPFLAGS)
666 INTERNAL_WARN_CFLAGS = $(INTERNAL_CFLAGS_BASE) $(GDB_WARN_CFLAGS)
667 INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
669 # LDFLAGS is specifically reserved for setting from the command line
673 # Profiling options need to go here to work.
674 # I think it's perfectly reasonable for a user to set -pg in CFLAGS
675 # and have it work; that's why CFLAGS is here.
676 # PROFILE_CFLAGS is _not_ included, however, because we use monstartup.
678 $(CXXFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) \
679 $(LDFLAGS) $(CONFIG_LDFLAGS)
681 # If your system is missing alloca(), or, more likely, it's there but
682 # it doesn't work, then refer to libiberty.
684 # Libraries and corresponding dependencies for compiling gdb.
685 # XM_CLIBS, defined in *config files, have host-dependent libs.
686 # LIBIBERTY appears twice on purpose.
687 CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(ZLIB) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
688 $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) \
689 @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
690 $(LIBEXPAT) $(LIBLZMA) $(LIBBABELTRACE) $(LIBIPT) \
691 $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU) $(LIBICONV)
692 CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
693 $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
695 ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
696 ADD_DEPS = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
700 LINT = /usr/5bin/lint
701 LINTFLAGS = $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
702 $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
708 # XML files to build in to GDB.
710 $(srcdir)/features/btrace.dtd \
711 $(srcdir)/features/btrace-conf.dtd \
712 $(srcdir)/features/gdb-target.dtd \
713 $(srcdir)/features/library-list.dtd \
714 $(srcdir)/features/library-list-aix.dtd \
715 $(srcdir)/features/library-list-svr4.dtd \
716 $(srcdir)/features/osdata.dtd \
717 $(srcdir)/features/threads.dtd \
718 $(srcdir)/features/traceframe-info.dtd \
719 $(srcdir)/features/xinclude.dtd
721 # This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
722 # interface to the serial port. Hopefully if get ported to OS/2, VMS,
723 # etc., then there will be (as part of the C library or perhaps as
724 # part of libiberty) a POSIX interface. But at least for now the
725 # host-dependent makefile fragment might need to use something else
727 SER_HARDWIRE = @SER_HARDWIRE@
729 # The `remote' debugging target is supported for most architectures,
730 # but not all (e.g. 960)
743 # This is remote-sim.o if a simulator is to be linked in.
746 # Target-dependent object files.
747 TARGET_OBS = @TARGET_OBS@
749 # All target-dependent objects files that require 64-bit CORE_ADDR
750 # (used with --enable-targets=all --enable-64-bit-bfd).
751 ALL_64_TARGET_OBS = \
753 aarch64-linux-tdep.o \
754 aarch64-newlib-tdep.o \
758 alpha-mdebug-tdep.o \
762 amd64-darwin-tdep.o \
770 amd64-windows-tdep.o \
775 sparc64-fbsd-tdep.o \
776 sparc64-linux-tdep.o \
777 sparc64-nbsd-tdep.o \
778 sparc64-obsd-tdep.o \
779 sparc64-sol2-tdep.o \
782 # All other target-dependent objects files (used with --enable-targets=all).
840 microblaze-linux-tdep.o \
847 mn10300-linux-tdep.o \
862 ppc-ravenscar-thread.o \
868 rs6000-lynx178-tdep.o \
887 sparc-ravenscar-thread.o \
895 tilegx-linux-tdep.o \
904 xtensa-linux-tdep.o \
907 # The following native-target dependent variables are defined on
909 NAT_FILE = @NAT_FILE@
910 NATDEPFILES = @NATDEPFILES@
911 NAT_CDEPS = @NAT_CDEPS@
912 LOADLIBES = @LOADLIBES@
913 MH_CFLAGS = @MH_CFLAGS@
914 XM_CLIBS = @XM_CLIBS@
915 NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
916 HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
918 # Native-target dependent makefile fragment comes in here.
921 # End of native-target dependent variables.
925 "exec_prefix=$(exec_prefix)" \
926 "infodir=$(infodir)" \
927 "datarootdir=$(datarootdir)" \
929 "htmldir=$(htmldir)" \
933 "datadir=$(datadir)" \
934 "includedir=$(includedir)" \
935 "against=$(against)" \
936 "DESTDIR=$(DESTDIR)" \
938 "AR_FLAGS=$(AR_FLAGS)" \
942 "CXX_DIALECT=$(CXX_DIALECT)" \
943 "CXXFLAGS=$(CXXFLAGS)" \
944 "DLLTOOL=$(DLLTOOL)" \
945 "LDFLAGS=$(LDFLAGS)" \
947 "MAKEINFO=$(MAKEINFO)" \
948 "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
949 "MAKEINFO_EXTRA_FLAGS=$(MAKEINFO_EXTRA_FLAGS)" \
950 "MAKEHTML=$(MAKEHTML)" \
951 "MAKEHTMLFLAGS=$(MAKEHTMLFLAGS)" \
952 "INSTALL=$(INSTALL)" \
953 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
954 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
955 "INSTALL_DATA=$(INSTALL_DATA)" \
956 "RUNTEST=$(RUNTEST)" \
957 "RUNTESTFLAGS=$(RUNTESTFLAGS)"
959 # Flags that we pass when building the testsuite.
961 # empty for native, $(target_alias)/ for cross
962 target_subdir = @target_subdir@
965 if [ -f $${rootme}/../gcc/xgcc ] ; then \
966 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
967 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/; \
969 echo $${rootme}/../gcc/xgcc -B$${rootme}/../gcc/; \
972 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
975 t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
980 if [ -f $${rootme}/../gcc/xg++ ] ; then \
981 if [ -f $${rootme}/../$(target_subdir)newlib/Makefile ] ; then \
982 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/; \
984 echo $${rootme}/../gcc/xg++ -B$${rootme}/../gcc/; \
987 if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
990 t='$(program_transform_name)'; echo g++ | sed -e '' $$t; \
994 # The use of $$(x_FOR_TARGET) reduces the command line length by not
995 # duplicating the lengthy definition.
996 TARGET_FLAGS_TO_PASS = \
998 "exec_prefix=$(exec_prefix)" \
999 "against=$(against)" \
1000 'CC=$$(CC_FOR_TARGET)' \
1001 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
1002 "CFLAGS=$(CFLAGS)" \
1003 'CXX=$$(CXX_FOR_TARGET)' \
1004 "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
1005 "CXXFLAGS=$(CXXFLAGS)" \
1006 "INSTALL=$(INSTALL)" \
1007 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
1008 "INSTALL_DATA=$(INSTALL_DATA)" \
1009 "MAKEINFO=$(MAKEINFO)" \
1010 "MAKEHTML=$(MAKEHTML)" \
1011 "RUNTEST=$(RUNTEST)" \
1012 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
1013 "FORCE_PARALLEL=$(FORCE_PARALLEL)" \
1016 # All source files that go into linking GDB.
1017 # Links made at configuration time should not be specified here, since
1018 # SFILES is used in building the distribution archive.
1040 break-catch-syscall.c \
1041 break-catch-throw.c \
1076 disasm-selftests.c \
1081 dwarf2-frame-tailcall.c \
1110 gdbarch-selftests.c \
1165 progspace-and-thread.c \
1203 target-descriptions.c \
1226 common/btrace-common.c \
1229 common/common-debug.c \
1230 common/common-exceptions.c \
1231 common/common-regcache.c \
1232 common/common-utils.c \
1236 common/filestuff.c \
1238 common/job-control.c \
1241 common/print-utils.c \
1244 common/run-time-clock.c \
1246 common/signals-state-save-restore.c \
1248 common/xml-utils.c \
1250 target/waitstatus.c \
1251 $(SUBDIR_GCC_COMPILE_SRCS)
1253 LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
1255 # Header files that need to have srcdir added. Note that in the cases
1256 # where we use a macro like $(gdbcmd_h), things are carefully arranged
1257 # so that each .h file is listed exactly once (M-x tags-search works
1258 # wrong if TAGS has files twice). Because this is tricky to get
1259 # right, it is probably easiest just to list .h files here directly.
1261 HFILES_NO_SRCDIR = \
1267 amd64-darwin-tdep.h \
1268 amd64-linux-tdep.h \
1311 dwarf2-frame-tailcall.h \
1337 gdb_proc_service.h \
1354 hppa-linux-offsets.h \
1357 i386-darwin-tdep.h \
1362 ia64-libunwind-tdep.h \
1415 ppc-ravenscar-thread.h \
1422 progspace-and-thread.h \
1426 ravenscar-thread.h \
1460 sparc-ravenscar-thread.h \
1471 target-descriptions.h \
1499 arch/aarch64-insn.h \
1508 common/common-debug.h \
1509 common/common-defs.h \
1510 common/common-exceptions.h \
1511 common/common-gdbthread.h \
1512 common/common-regcache.h \
1513 common/common-types.h \
1514 common/common-utils.h \
1515 common/job-control.h \
1520 common/gdb_assert.h \
1521 common/gdb_locale.h \
1522 common/gdb_setjmp.h \
1523 common/gdb_signals.h \
1524 common/gdb_sys_time.h \
1525 common/gdb_termios.h \
1528 common/common-inferior.h \
1529 common/host-defs.h \
1530 common/print-utils.h \
1534 common/run-time-clock.h \
1535 common/signals-state-save-restore.h \
1539 common/x86-xstate.h \
1540 common/xml-utils.h \
1544 config/djgpp/langinfo.h \
1545 config/djgpp/nl_types.h \
1546 config/i386/nm-fbsd.h \
1547 config/i386/nm-i386gnu.h \
1548 config/sparc/nm-sol2.h \
1549 gnulib/import/inttypes.in.h \
1550 gnulib/import/stddef.in.h \
1551 gnulib/import/stdint.in.h \
1552 gnulib/import/str-two-way.h \
1553 gnulib/import/string.in.h \
1554 gnulib/import/extra/snippet/arg-nonnull.h \
1555 gnulib/import/extra/snippet/c++defs.h \
1556 gnulib/import/extra/snippet/warn-on-use.h \
1564 nat/aarch64-linux.h \
1565 nat/aarch64-linux-hw-point.h \
1566 nat/amd64-linux-siginfo.h \
1568 nat/gdb_thread_db.h \
1569 nat/fork-inferior.h \
1570 nat/linux-btrace.h \
1571 nat/linux-namespaces.h \
1573 nat/linux-osdata.h \
1574 nat/linux-personality.h \
1575 nat/linux-ptrace.h \
1576 nat/linux-waitpid.h \
1577 nat/mips-linux-watch.h \
1581 nat/x86-gcc-cpuid.h \
1583 nat/x86-linux-dregs.h \
1585 python/py-events.h \
1586 python/py-stopevent.h \
1588 python/python-internal.h \
1589 regformats/regdef.h \
1593 target/waitstatus.h \
1607 tui/tui-wingeneral.h \
1610 # Header files that already have srcdir in them, or which are in objdir.
1612 HFILES_WITH_SRCDIR = \
1616 # GDB "info" files, which should be included in their entirety
1617 INFOFILES = gdb.info*
1619 # {X,T,NAT}DEPFILES are something of a pain in that it's hard to
1620 # default their values the way we do for SER_HARDWIRE; in the future
1621 # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other
1622 # variables analogous to SER_HARDWIRE which get defaulted in this
1625 DEPFILES = $(TARGET_OBS) $(SER_HARDWIRE) $(NATDEPFILES) \
1626 $(REMOTE_OBS) $(SIM_OBS)
1628 SOURCES = $(SFILES) $(ALLDEPFILES) $(YYFILES) $(CONFIG_SRCS)
1629 # Don't include YYFILES (*.c) because we already include *.y in SFILES,
1630 # and it's more useful to see it in the .y file.
1631 TAGFILES_NO_SRCDIR = $(SFILES) $(HFILES_NO_SRCDIR) $(ALLDEPFILES) \
1633 TAGFILES_WITH_SRCDIR = $(HFILES_WITH_SRCDIR)
1635 COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
1652 break-catch-syscall.o \
1653 break-catch-throw.o \
1671 common-exceptions.o \
1694 disasm-selftests.o \
1698 dwarf2-frame-tailcall.o \
1731 gdbarch-selftests.o \
1784 progspace-and-thread.o \
1804 signals-state-save-restore.o \
1818 target-descriptions.o \
1845 $(SUBDIR_GCC_COMPILE_OBS)
1849 SUBDIRS = doc @subdirs@ data-directory $(GNULIB_BUILDDIR)
1850 CLEANDIRS = $(SUBDIRS)
1852 # List of subdirectories in the build tree that must exist.
1853 # This is used to force build failures in existing trees when
1854 # a new directory is added.
1855 # The format here is for the `case' shell command.
1856 REQUIRED_SUBDIRS = doc | testsuite | $(GNULIB_BUILDDIR) | data-directory
1858 # For now, shortcut the "configure GDB for fewer languages" stuff.
1882 # Things which need to be built when making a distribution.
1884 DISTSTUFF = $(YYFILES)
1887 # All generated files which can be included by another file.
1896 $(NAT_GENERATED_FILES)
1898 # Flags needed to compile Python code
1899 PYTHON_CFLAGS = @PYTHON_CFLAGS@
1901 all: gdb$(EXEEXT) $(CONFIG_ALL)
1902 @$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
1904 # Rule for compiling .c files in the top-level gdb directory.
1909 # Rules for compiling .c files in the various source subdirectories.
1910 %.o: ${srcdir}/arch/%.c
1914 %.o: $(srcdir)/cli/%.c
1918 %.o: ${srcdir}/common/%.c
1922 %.o: $(srcdir)/compile/%.c
1926 %.o: $(srcdir)/gdbtk/generic/%.c
1927 $(COMPILE) $(all_gdbtk_cflags) $<
1930 %.o: $(srcdir)/guile/%.c
1934 %.o: $(srcdir)/mi/%.c
1938 %.o: ${srcdir}/nat/%.c
1942 %.o: $(srcdir)/python/%.c
1943 $(COMPILE) $(PYTHON_CFLAGS) $<
1946 %.o: ${srcdir}/target/%.c
1950 %.o: $(srcdir)/tui/%.c
1954 %.o: ${srcdir}/unittests/%.c
1958 # Specify an explicit rule for gdb/common/agent.c, to avoid a clash with the
1959 # object file generate by gdb/agent.c.
1960 common-agent.o: $(srcdir)/common/agent.c
1961 $(COMPILE) $(srcdir)/common/agent.c
1966 # The check target can not use subdir_do, because subdir_do does not
1967 # use TARGET_FLAGS_TO_PASS.
1969 @if [ -f testsuite/Makefile ]; then \
1970 rootme=`pwd`; export rootme; \
1971 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1973 $(MAKE) $(TARGET_FLAGS_TO_PASS) check; \
1977 @if [ -f testsuite/Makefile ]; then \
1978 rootme=`pwd`; export rootme; \
1979 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1981 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-perf; \
1985 @if [ -f testsuite/Makefile ]; then \
1986 rootme=`pwd`; export rootme; \
1987 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1989 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-read1; \
1992 check-parallel: force
1993 @if [ -f testsuite/Makefile ]; then \
1994 rootme=`pwd`; export rootme; \
1995 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
1997 $(MAKE) $(TARGET_FLAGS_TO_PASS) check-parallel; \
2000 # The idea is to parallelize testing of multilibs, for example:
2001 # make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
2002 # will run 3 concurrent sessions of check, eventually testing all 10
2003 # combinations. GNU make is required for the % pattern to work, as is
2004 # a shell that expands alternations within braces. If GNU make is not
2005 # used, this rule will harmlessly fail to match. Used FORCE_PARALLEL to
2006 # prevent serialized checking due to the passed RUNTESTFLAGS.
2007 # FIXME: use config.status --config not --version, when available.
2009 @if [ -f testsuite/config.status ]; then \
2010 rootme=`pwd`; export rootme; \
2011 rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
2012 target=`echo "$@" | sed 's,//.*,,'`; \
2013 variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
2014 vardots=`echo "$$variant" | sed 's,/,.,g'`; \
2015 testdir=testsuite.$$vardots; \
2016 if [ ! -f $$testdir/Makefile ] && [ -f testsuite/config.status ]; then \
2017 configargs=`cd testsuite && ./config.status --version | \
2018 sed -n -e 's,"$$,,' -e 's,^ *with options ",,p'`; \
2019 $(SHELL) $(srcdir)/../mkinstalldirs $$testdir && \
2021 eval $(SHELL) "\"\$$rootsrc/testsuite/configure\" $$configargs" \
2022 "\"--srcdir=\$$rootsrc/testsuite\"" \
2024 else :; fi && cd $$testdir && \
2025 $(MAKE) $(TARGET_FLAGS_TO_PASS) \
2026 RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
2027 FORCE_PARALLEL=$(if $(FORCE_PARALLEL),1,$(if $(RUNTESTFLAGS),,1)) \
2031 # The set of headers checked by 'check-headers' by default.
2032 CHECK_HEADERS = $(HFILES_NO_SRCDIR)
2034 # Try to compile each header in isolation, thus ensuring headers are
2037 # Defaults to checking all $HFILES_NO_SRCDIR headers.
2041 # make check-headers CHECK_HEADERS="header.h list.h"
2043 # to check specific headers.
2046 @echo Checking headers.
2047 for i in $(CHECK_HEADERS) ; do \
2048 $(CXX) $(CXX_DIALECT) -x c++-header -c -fsyntax-only \
2049 $(INTERNAL_CFLAGS) -include defs.h $(srcdir)/$$i ; \
2051 .PHONY: check-headers
2053 info install-info clean-info dvi pdf install-pdf html install-html: force
2054 @$(MAKE) $(FLAGS_TO_PASS) DO=$@ "DODIRS=$(SUBDIRS)" subdir_do
2056 # Traditionally "install" depends on "all". But it may be useful
2057 # not to; for example, if the user has made some trivial change to a
2058 # source file and doesn't care about rebuilding or just wants to save the
2059 # time it takes for make to check that all is up to date.
2060 # install-only is intended to address that need.
2062 @$(MAKE) $(FLAGS_TO_PASS) install-only
2064 install-only: $(CONFIG_INSTALL)
2065 transformed_name=`t='$(program_transform_name)'; \
2066 echo gdb | sed -e "$$t"` ; \
2067 if test "x$$transformed_name" = x; then \
2068 transformed_name=gdb ; \
2072 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
2073 $(INSTALL_PROGRAM) gdb$(EXEEXT) \
2074 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2075 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(includedir)/gdb ; \
2076 $(INSTALL_DATA) jit-reader.h $(DESTDIR)$(includedir)/gdb/jit-reader.h
2077 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
2079 transformed_name=`t='$(program_transform_name)'; \
2080 echo gcore | sed -e "$$t"` ; \
2081 if test "x$$transformed_name" = x; then \
2082 transformed_name=gcore ; \
2086 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir) ; \
2087 $(INSTALL_SCRIPT) gcore \
2088 $(DESTDIR)$(bindir)/$$transformed_name; \
2090 @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
2093 $(MAKE) $(FLAGS_TO_PASS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2094 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2095 `test -z '$(STRIP)' || \
2096 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install-only
2099 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/guile/gdb
2102 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(GDB_DATADIR)/python/gdb
2104 uninstall: force $(CONFIG_UNINSTALL)
2105 transformed_name=`t='$(program_transform_name)'; \
2106 echo gdb | sed -e $$t` ; \
2107 if test "x$$transformed_name" = x; then \
2108 transformed_name=gdb ; \
2112 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) \
2113 $(DESTDIR)$(man1dir)/$$transformed_name.1
2114 if test "x$(HAVE_NATIVE_GCORE_TARGET)$(HAVE_NATIVE_GCORE_HOST)" != x; \
2116 transformed_name=`t='$(program_transform_name)'; \
2117 echo gcore | sed -e "$$t"` ; \
2118 if test "x$$transformed_name" = x; then \
2119 transformed_name=gcore ; \
2123 rm -f $(DESTDIR)$(bindir)/$$transformed_name; \
2125 @$(MAKE) DO=uninstall "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
2127 # The C++ name parser can be built standalone for testing.
2128 test-cp-name-parser.o: cp-name-parser.c
2129 $(COMPILE) -DTEST_CPNAMES cp-name-parser.c
2132 test-cp-name-parser$(EXEEXT): test-cp-name-parser.o $(LIBIBERTY)
2133 $(CC_LD) $(INTERNAL_LDFLAGS) -o test-cp-name-parser$(EXEEXT) \
2134 test-cp-name-parser.o $(LIBIBERTY)
2136 # We do this by grepping through sources. If that turns out to be too slow,
2137 # maybe we could just require every .o file to have an initialization routine
2138 # of a given name (top.o -> _initialize_top, etc.).
2140 # Formatting conventions: The name of the _initialize_* routines must start
2141 # in column zero, and must not be inside #if.
2143 # Note that the set of files with init functions might change, or the names
2144 # of the functions might change, so this files needs to depend on all the
2145 # object files that will be linked into gdb.
2147 # FIXME: There is a problem with this approach - init.c may force
2148 # unnecessary files to be linked in.
2150 # FIXME: cagney/2002-06-09: gdb/564: gdb/563: Force the order so that
2151 # the first call is to _initialize_gdbtypes (implemented by explicitly
2152 # putting that function's name first in the init.l-tmp file). This is
2153 # a hack to ensure that all the architecture dependant global
2154 # builtin_type_* variables are initialized before anything else
2155 # (per-architecture code is called in the same order that it is
2156 # registered). The ``correct fix'' is to have all the builtin types
2157 # made part of the architecture and initialize them on-demand (using
2158 # gdbarch_data) just like everything else. The catch is that other
2159 # modules still take the address of these builtin types forcing them
2160 # to be variables, sigh!
2162 # NOTE: cagney/2003-03-18: The sed pattern ``s|^\([^ /]...'' is
2163 # anchored on the first column and excludes the ``/'' character so
2164 # that it doesn't add the $(srcdir) prefix to any file that already
2165 # has an absolute path. It turns out that $(DEC)'s True64 make
2166 # automatically adds the $(srcdir) prefixes when it encounters files
2167 # in sub-directories such as cli/ and mi/.
2169 # NOTE: cagney/2004-02-08: The ``case "$$fs" in'' eliminates
2170 # duplicates. Files in the gdb/ directory can end up appearing in
2171 # COMMON_OBS (as a .o file) and CONFIG_SRCS (as a .c file).
2173 INIT_FILES = $(COMMON_OBS) $(TSOBS) $(CONFIG_SRCS) $(SUBDIR_GCC_COMPILE_SRCS)
2174 init.c: $(INIT_FILES)
2176 @rm -f init.c-tmp init.l-tmp
2178 @echo gdbtypes > init.l-tmp
2179 @-LANG=C ; export LANG ; \
2180 LC_ALL=C ; export LC_ALL ; \
2181 echo $(INIT_FILES) | \
2184 -e '/^gdbtypes.[co]$$/d' \
2185 -e '/^init.[co]$$/d' \
2186 -e '/xdr_ld.[co]$$/d' \
2187 -e '/xdr_ptrace.[co]$$/d' \
2188 -e '/xdr_rdb.[co]$$/d' \
2189 -e '/udr.[co]$$/d' \
2190 -e '/udip2soc.[co]$$/d' \
2191 -e '/udi2go32.[co]$$/d' \
2192 -e '/version.[co]$$/d' \
2193 -e '/^[a-z0-9A-Z_]*_[SU].[co]$$/d' \
2194 -e '/[a-z0-9A-Z_]*-exp.tab.[co]$$/d' \
2195 -e 's/-exp\.o$$/-exp.y/' \
2196 -e 's/\.[co]$$/.c/' \
2197 -e 's,signals\.c,common/signals\.c,' \
2198 -e 's|^\([^ /][^ ]*\)|$(srcdir)/\1|g' | \
2200 sed -n -e 's/^_initialize_\([a-z_0-9A-Z]*\).*/\1/p' $$f 2>/dev/null; \
2205 * ) echo $$f ; fs="$$fs $$f";; \
2208 @echo '/* Do not modify this file. */' >>init.c-tmp
2209 @echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
2210 @echo '#include "defs.h" /* For initialize_file_ftype. */' >>init.c-tmp
2211 @echo 'extern void initialize_all_files(void);' >>init.c-tmp
2212 @sed -e 's/\(.*\)/extern initialize_file_ftype _initialize_\1;/' <init.l-tmp >>init.c-tmp
2213 @echo 'void' >>init.c-tmp
2214 @echo 'initialize_all_files (void)' >>init.c-tmp
2215 @echo '{' >>init.c-tmp
2216 @sed -e 's/\(.*\)/ _initialize_\1 ();/' <init.l-tmp >>init.c-tmp
2217 @echo '}' >>init.c-tmp
2219 @mv init.c-tmp init.c
2223 # Create a library of the gdb object files and build GDB by linking
2226 # init.o is very important. It pulls in the rest of GDB.
2227 LIBGDB_OBS = $(COMMON_OBS) $(TSOBS) $(ADD_FILES) init.o
2228 libgdb.a: $(LIBGDB_OBS)
2230 $(AR) q libgdb.a $(LIBGDB_OBS)
2233 # Removing the old gdb first works better if it is running, at least on SunOS.
2234 gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
2236 $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
2237 -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \
2238 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2240 # Convenience rule to handle recursion.
2241 $(LIBGNU) $(GNULIB_H): all-lib
2242 all-lib: $(GNULIB_BUILDDIR)/Makefile
2243 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=$(GNULIB_BUILDDIR) subdir_do
2246 # Convenience rule to handle recursion.
2247 .PHONY: all-data-directory
2248 all-data-directory: data-directory/Makefile
2249 @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=data-directory subdir_do
2251 # This is useful when debugging GDB, because some Unix's don't let you run GDB
2252 # on itself without copying the executable. So "make gdb1" will make
2253 # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
2254 # Removing gdb1 before the copy is the right thing if gdb1 is open
2255 # in another process.
2256 gdb1$(EXEEXT): gdb$(EXEEXT)
2258 cp gdb$(EXEEXT) gdb1$(EXEEXT)
2260 # Put the proper machine-specific files first, so M-. on a machine
2261 # specific routine gets the one for the correct machine. (FIXME: those
2262 # files go in twice; we should be removing them from the main list).
2264 # TAGS depends on all the files that go into it so you can rebuild TAGS
2265 # with `make TAGS' and not have to say `rm TAGS' first.
2267 GDB_NM_FILE = @GDB_NM_FILE@
2268 TAGS: $(TAGFILES_NO_SRCDIR) $(TAGFILES_WITH_SRCDIR)
2270 etags `(test -n "$(GDB_NM_FILE)" && echo "$(srcdir)/$(GDB_NM_FILE)")` \
2271 `(for i in $(DEPFILES) $(TAGFILES_NO_SRCDIR); do \
2272 echo $(srcdir)/$$i ; \
2273 done ; for i in $(TAGFILES_WITH_SRCDIR); do \
2275 done) | sed -e 's/\.o$$/\.c/'` \
2276 `find $(srcdir)/config -name '*.h' -print`
2280 clean mostlyclean: $(CONFIG_CLEAN)
2281 @$(MAKE) $(FLAGS_TO_PASS) DO=clean "DODIRS=$(CLEANDIRS)" subdir_do
2282 rm -f *.o *.a $(ADD_FILES) *~ init.c-tmp init.l-tmp version.c-tmp
2283 rm -f init.c version.c observer.h observer.inc
2284 rm -f gdb$(EXEEXT) core make.log
2285 rm -f gdb[0-9]$(EXEEXT)
2286 rm -f test-cp-name-parser$(EXEEXT)
2287 rm -f xml-builtin.c stamp-xml
2290 # This used to depend on c-exp.c m2-exp.c TAGS
2291 # I believe this is wrong; the makefile standards for distclean just
2292 # describe removing files; the only sort of "re-create a distribution"
2293 # functionality described is if the distributed files are unmodified.
2294 # NB: While GDBSERVER might be configured on native systems, it isn't
2295 # always included in SUBDIRS. Remove the gdbserver files explicitly.
2297 @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(CLEANDIRS)" subdir_do
2298 rm -rf $(GNULIB_BUILDDIR)
2299 rm -f gdbserver/config.status gdbserver/config.log
2300 rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h
2301 rm -f gdbserver/Makefile gdbserver/config.cache
2302 rm -f nm.h config.status config.h stamp-h gdb-gdb.gdb jit-reader.h
2303 rm -f y.output yacc.acts yacc.tmp y.tab.h
2304 rm -f config.log config.cache
2308 maintainer-clean: local-maintainer-clean do-maintainer-clean distclean
2309 realclean: maintainer-clean
2311 local-maintainer-clean:
2312 @echo "This command is intended for maintainers to use;"
2313 @echo "it deletes files that may require special tools to rebuild."
2316 ada-lex.c ada-exp.c \
2317 d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c
2318 rm -f TAGS $(INFOFILES)
2320 rm -f nm.h config.status
2322 do-maintainer-clean:
2323 @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(CLEANDIRS)" \
2326 diststuff: $(DISTSTUFF) $(PACKAGE).pot $(CATALOGS)
2327 cd doc; $(MAKE) $(MFLAGS) diststuff
2330 @for i in $(DODIRS); do \
2332 $(REQUIRED_SUBDIRS)) \
2333 if [ ! -f ./$$i/Makefile ] ; then \
2334 echo "Missing $$i/Makefile" >&2 ; \
2338 if [ -f ./$$i/Makefile ] ; then \
2340 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
2341 else exit 1 ; fi ; \
2345 Makefile: Makefile.in config.status
2346 # Regenerate the Makefile and the tm.h / nm.h links.
2347 CONFIG_FILES="Makefile" \
2350 $(SHELL) config.status
2352 $(GNULIB_BUILDDIR)/Makefile: gnulib/Makefile.in config.status
2353 @cd $(GNULIB_BUILDDIR); CONFIG_FILES="Makefile" \
2354 CONFIG_COMMANDS="depfiles" \
2357 $(SHELL) config.status
2359 data-directory/Makefile: data-directory/Makefile.in config.status
2360 CONFIG_FILES="data-directory/Makefile" \
2361 CONFIG_COMMANDS="depfiles" \
2364 $(SHELL) config.status
2368 ./gdb$(EXEEXT) --data-directory=`pwd`/data-directory $(GDBFLAGS)
2370 jit-reader.h: $(srcdir)/jit-reader.in
2371 $(SHELL) config.status $@
2373 gcore: $(srcdir)/gcore.in
2374 $(SHELL) config.status $@
2376 config.h: stamp-h ; @true
2377 stamp-h: $(srcdir)/config.in config.status
2378 CONFIG_HEADERS=config.h:config.in \
2379 CONFIG_COMMANDS="default depdir" \
2382 $(SHELL) config.status
2384 config.status: $(srcdir)/configure configure.tgt configure.host ../bfd/development.sh
2385 $(SHELL) config.status --recheck
2388 ACLOCAL_AMFLAGS = -I ../config
2390 # Keep these in sync with the includes in acinclude.m4.
2393 acx_configure_dir.m4 \
2397 ../config/acinclude.m4 \
2398 ../config/plugins.m4 \
2399 ../config/lead-dot.m4 \
2400 ../config/override.m4 \
2401 ../config/largefile.m4 \
2402 ../config/gettext-sister.m4 \
2403 ../config/lib-ld.m4 \
2404 ../config/lib-prefix.m4 \
2405 ../config/lib-link.m4 \
2408 ../config/depstand.m4 \
2409 ../config/lcmessage.m4 \
2410 ../config/codeset.m4 \
2413 $(srcdir)/aclocal.m4: @MAINTAINER_MODE_TRUE@ $(aclocal_m4_deps)
2414 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2417 configure_deps = $(srcdir)/configure.ac $(srcdir)/aclocal.m4
2418 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2419 cd $(srcdir) && $(AUTOCONF)
2421 AUTOHEADER = autoheader
2422 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(configure_deps)
2423 cd $(srcdir) && $(AUTOHEADER)
2427 # automatic rebuilding in automake-generated Makefiles requires
2428 # this rule in the toplevel Makefile, which, with GNU make, causes
2429 # the desired updates through the implicit regeneration of the Makefile
2430 # and all of its prerequisites.
2437 # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
2439 cd doc; $(MAKE) refcard.dvi $(FLAGS_TO_PASS)
2441 # GDB QUICK REFERENCE (PostScript output, common PS fonts)
2443 cd doc; $(MAKE) refcard.ps $(FLAGS_TO_PASS)
2445 # GDB MANUAL: TeX dvi file
2447 cd doc; $(MAKE) gdb.dvi $(FLAGS_TO_PASS)
2449 # GDB MANUAL: info file
2451 cd doc; $(MAKE) gdb.info $(FLAGS_TO_PASS)
2453 # Make copying.c from COPYING
2454 $(srcdir)/copying.c: @MAINTAINER_MODE_TRUE@ $(srcdir)/../COPYING3 $(srcdir)/copying.awk
2455 awk -f $(srcdir)/copying.awk \
2456 < $(srcdir)/../COPYING3 > $(srcdir)/copying.tmp
2457 mv $(srcdir)/copying.tmp $(srcdir)/copying.c
2459 version.c: Makefile version.in $(srcdir)/../bfd/version.h $(srcdir)/common/create-version.sh
2460 $(SHELL) $(srcdir)/common/create-version.sh $(srcdir) \
2461 $(host_alias) $(target_alias) version.c
2463 observer.h: observer.sh doc/observer.texi
2464 ${srcdir}/observer.sh h ${srcdir}/doc/observer.texi observer.h
2466 observer.inc: observer.sh doc/observer.texi
2467 ${srcdir}/observer.sh inc ${srcdir}/doc/observer.texi observer.inc
2470 $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
2471 `echo $(DEPFILES) $(CONFIG_OBS) | sed 's/\.o /\.c /g'`
2473 gdb.cxref: $(SFILES)
2474 cxref -I. $(SFILES) >gdb.cxref
2478 # GNU Make has an annoying habit of putting *all* the Makefile variables
2479 # into the environment, unless you include this target as a circumvention.
2480 # Rumor is that this will be fixed (and this target can be removed)
2484 # GNU Make 3.63 has a different problem: it keeps tacking command line
2485 # overrides onto the definition of $(MAKE). This variable setting
2490 aarch64-linux-nat.c \
2491 aarch64-linux-tdep.c \
2492 aarch64-newlib-tdep.c \
2498 alpha-linux-tdep.c \
2499 alpha-mdebug-tdep.c \
2504 amd64-darwin-tdep.c \
2505 amd64-dicos-tdep.c \
2509 amd64-linux-tdep.c \
2520 arm-get-next-pcs.c \
2527 arm-symbian-tdep.c \
2557 i386-cygwin-tdep.c \
2559 i386-darwin-tdep.c \
2576 ia64-libunwind-tdep.c \
2597 microblaze-linux-tdep.c \
2609 mips64-obsd-tdep.c \
2614 nios2-linux-tdep.c \
2627 ppc-ravenscar-thread.c \
2631 ravenscar-thread.c \
2634 rs6000-lynx178-tdep.c \
2654 sparc-linux-tdep.c \
2659 sparc-ravenscar-thread.c \
2663 sparc64-fbsd-nat.c \
2664 sparc64-fbsd-tdep.c \
2665 sparc64-linux-nat.c \
2666 sparc64-linux-tdep.c \
2668 sparc64-nbsd-nat.c \
2669 sparc64-nbsd-tdep.c \
2670 sparc64-obsd-nat.c \
2671 sparc64-obsd-tdep.c \
2672 sparc64-sol2-tdep.c \
2677 tilegx-linux-nat.c \
2678 tilegx-linux-tdep.c \
2690 xtensa-linux-nat.c \
2691 xtensa-linux-tdep.c \
2694 common/mingw-strerror.c \
2695 common/posix-strerror.c
2697 # Some files need explicit build rules (due to -Werror problems) or due
2698 # to sub-directory fun 'n' games.
2700 # FIXME: cagney/2003-08-10: "monitor.c" gets -Wformat-nonliteral
2701 # errors. It turns out that that is the least of monitor.c's
2702 # problems. The function print_vsprintf appears to be using
2703 # va_arg(long) to extract CORE_ADDR parameters - something that
2704 # definitly will not work. "monitor.c" needs to be rewritten so that
2705 # it doesn't use format strings and instead uses callbacks.
2706 monitor.o: $(srcdir)/monitor.c
2707 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \
2708 $(COMPILE.post) $(srcdir)/monitor.c
2711 # Do not try to build "printcmd.c" with -Wformat-nonliteral. It manually
2712 # checks format strings.
2713 printcmd.o: $(srcdir)/printcmd.c
2714 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_FORMAT) \
2715 $(COMPILE.post) $(srcdir)/printcmd.c
2718 # ada-exp.c can appear in srcdir, for releases; or in ., for
2719 # development builds.
2720 ADA_EXP_C = `if test -f ada-exp.c; then echo ada-exp.c; else echo $(srcdir)/ada-exp.c; fi`
2722 # Some versions of flex give output that triggers
2723 # -Wold-style-definition.
2724 ada-exp.o: ada-exp.c
2725 $(COMPILE.pre) $(INTERNAL_CFLAGS) $(GDB_WARN_CFLAGS_NO_DEFS) \
2726 $(COMPILE.post) $(ADA_EXP_C)
2729 # Message files. Based on code in gcc/Makefile.in.
2731 # Rules for generating translated message descriptions. Disabled by
2732 # autoconf if the tools are not available.
2734 .PHONY: all-po install-po uninstall-po clean-po update-po $(PACKAGE).pot
2738 # This notation should be acceptable to all Make implementations used
2739 # by people who are interested in updating .po files.
2740 update-po: $(CATALOGS:.gmo=.pox)
2742 # N.B. We do not attempt to copy these into $(srcdir). The snapshot
2745 -test -d po || mkdir po
2746 $(GMSGFMT) --statistics -o $@ $<
2748 # The new .po has to be gone over by hand, so we deposit it into
2749 # build/po with a different extension. If build/po/$(PACKAGE).pot
2750 # exists, use it (it was just created), else use the one in srcdir.
2752 -test -d po || mkdir po
2753 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
2754 then echo po/$(PACKAGE).pot; \
2755 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
2757 # This rule has to look for .gmo modules in both srcdir and the cwd,
2758 # and has to check that we actually have a catalog for each language,
2759 # in case they weren't built or included with the distribution.
2761 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(datadir)
2762 cats="$(CATALOGS)"; for cat in $$cats; do \
2763 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2764 if [ -f $$cat ]; then :; \
2765 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2768 dir=$(localedir)/$$lang/LC_MESSAGES; \
2769 echo $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir; \
2770 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$$dir || exit 1; \
2771 echo $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2772 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
2775 cats="$(CATALOGS)"; for cat in $$cats; do \
2776 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
2777 if [ -f $$cat ]; then :; \
2778 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
2781 dir=$(localedir)/$$lang/LC_MESSAGES; \
2782 rm -f $(DESTDIR)$$dir/$(PACKAGE).mo; \
2784 # Delete po/*.gmo only if we are not building in the source directory.
2786 -if [ ! -f Makefile.in ]; then rm -f po/*.gmo; fi
2788 # Rule for regenerating the message template (gdb.pot). Instead of
2789 # forcing everyone to edit POTFILES.in, which proved impractical, this
2790 # rule has no dependencies and always regenerates gdb.pot. This is
2791 # relatively harmless since the .po files do not directly depend on
2792 # it. The .pot file is left in the build directory. Since GDB's
2793 # Makefile lacks a cannonical list of sources (missing xm, tm and nm
2794 # files) force this rule.
2795 $(PACKAGE).pot: po/$(PACKAGE).pot
2796 po/$(PACKAGE).pot: force
2797 -test -d po || mkdir po
2798 sh -e $(srcdir)/po/gdbtext $(XGETTEXT) $(PACKAGE) . $(srcdir)
2802 # YACC/LEX dependencies
2804 # LANG-exp.c is generated in objdir from LANG-exp.y if it doesn't
2805 # exist in srcdir, then compiled in objdir to LANG-exp.o. If we
2806 # said LANG-exp.c rather than ./c-exp.c some makes would
2807 # sometimes re-write it into $(srcdir)/c-exp.c. Remove bogus
2808 # decls for malloc/realloc/free which conflict with everything else.
2809 # Strictly speaking c-exp.c should therefore depend on
2810 # Makefile.in, but that was a pretty big annoyance.
2815 || (rm -f $@; false)
2816 sed -e '/extern.*malloc/d' \
2817 -e '/extern.*realloc/d' \
2818 -e '/extern.*free/d' \
2819 -e '/include.*malloc.h/d' \
2820 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2821 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2822 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2823 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2824 -e '/^#line.*y.tab.c/d' \
2825 -e 's/YY_NULL/YY_NULLPTR/g' \
2829 if [ "$(FLEX)" ] && $(FLEX) --version >/dev/null 2>&1; then \
2830 $(FLEX) -o$@ $< && \
2832 sed -e '/extern.*malloc/d' \
2833 -e '/extern.*realloc/d' \
2834 -e '/extern.*free/d' \
2835 -e '/include.*malloc.h/d' \
2836 -e 's/\([^x]\)malloc/\1xmalloc/g' \
2837 -e 's/\([^x]\)realloc/\1xrealloc/g' \
2838 -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
2839 -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
2840 -e 's/yy_flex_xrealloc/yyxrealloc/g' \
2844 elif [ -f $@ ]; then \
2845 echo "Warning: $*.c older than $*.l and flex not available."; \
2847 echo "$@ missing and flex not available."; \
2851 .PRECIOUS: ada-lex.c
2855 xml-builtin.c: stamp-xml; @true
2856 stamp-xml: $(srcdir)/features/feature_to_c.sh Makefile $(XMLFILES)
2857 rm -f xml-builtin.tmp
2859 $(SHELL) $(srcdir)/features/feature_to_c.sh \
2860 xml-builtin.tmp $(XMLFILES)
2861 $(SHELL) $(srcdir)/../move-if-change xml-builtin.tmp xml-builtin.c
2862 echo stamp > stamp-xml
2864 .PRECIOUS: xml-builtin.c
2867 # GDBTK sub-directory
2870 all-gdbtk: insight$(EXEEXT)
2873 transformed_name=`t='$(program_transform_name)'; \
2874 echo insight | sed -e $$t` ; \
2875 if test "x$$transformed_name" = x; then \
2876 transformed_name=insight ; \
2880 $(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir); \
2881 $(INSTALL_PROGRAM) insight$(EXEEXT) \
2882 $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2883 $(SHELL) $(srcdir)/../mkinstalldirs \
2884 $(DESTDIR)$(GDBTK_LIBRARY) ; \
2885 $(SHELL) $(srcdir)/../mkinstalldirs \
2886 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION) ; \
2887 $(INSTALL_DATA) $(srcdir)/gdbtk/plugins/plugins.tcl \
2888 $(DESTDIR)$(libdir)/insight$(GDBTK_VERSION)/plugins.tcl ; \
2889 $(SHELL) $(srcdir)/../mkinstalldirs \
2890 $(DESTDIR)$(GDBTK_LIBRARY)/images \
2891 $(DESTDIR)$(GDBTK_LIBRARY)/images2 ; \
2892 $(SHELL) $(srcdir)/../mkinstalldirs \
2893 $(DESTDIR)$(GDBTK_LIBRARY)/help \
2894 $(DESTDIR)$(GDBTK_LIBRARY)/help/images \
2895 $(DESTDIR)$(GDBTK_LIBRARY)/help/trace ; \
2896 cd $(srcdir)/gdbtk/library ; \
2897 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; \
2899 $(INSTALL_DATA) $$i $(DESTDIR)$(GDBTK_LIBRARY)/$$i ; \
2903 transformed_name=`t='$(program_transform_name)'; \
2904 echo insight | sed -e $$t` ; \
2905 if test "x$$transformed_name" = x; then \
2906 transformed_name=insight ; \
2910 rm -f $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) ; \
2911 rm -rf $(DESTDIR)$(GDBTK_LIBRARY)
2914 rm -f insight$(EXEEXT)
2916 # Removing the old gdb first works better if it is running, at least on SunOS.
2917 insight$(EXEEXT): gdbtk-main.o libgdb.a $(ADD_DEPS) \
2918 $(CDEPS) $(TDEPLIBS)
2919 rm -f insight$(EXEEXT)
2920 $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \
2921 -o insight$(EXEEXT) gdbtk-main.o libgdb.a \
2922 $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES)
2924 gdbres.o: $(srcdir)/gdbtk/gdb.rc $(srcdir)/gdbtk/gdbtool.ico
2925 $(WINDRES) --include $(srcdir)/gdbtk $(srcdir)/gdbtk/gdb.rc gdbres.o
2927 all_gdbtk_cflags = $(IDE_CFLAGS) $(ITCL_CFLAGS) \
2928 $(ITK_CFLAGS) $(TCL_CFLAGS) $(TK_CFLAGS) $(X11_CFLAGS) \
2930 -DGDBTK_LIBRARY=\"$(GDBTK_LIBRARY)\" \
2931 -DSRC_DIR=\"$(GDBTK_SRC_DIR)\"
2934 # Dependency tracking.
2937 ifeq ($(DEPMODE),depmode=gcc3)
2938 # Note that we put the dependencies into a .Tpo file, then move them
2939 # into place if the compile succeeds. We need this because gcc does
2940 # not atomically write the dependency output file.
2941 override COMPILE.post = -c -o $@ -MT $@ -MMD -MP \
2942 -MF $(DEPDIR)/$(basename $(@F)).Tpo
2943 override POSTCOMPILE = @mv $(DEPDIR)/$(basename $(@F)).Tpo \
2944 $(DEPDIR)/$(basename $(@F)).Po
2946 override COMPILE.pre = source='$<' object='$@' libtool=no \
2947 DEPDIR=$(DEPDIR) $(DEPMODE) $(depcomp) $(CC)
2948 # depcomp handles atomicity for us, so we don't need a postcompile
2950 override POSTCOMPILE =
2953 # A list of all the objects we might care about in this build, for
2954 # dependency tracking.
2955 all_object_files = gdb.o $(LIBGDB_OBS) gdbtk-main.o \
2956 test-cp-name-parser.o
2958 # Ensure that generated files are created early. Use order-only
2959 # dependencies if available. They require GNU make 3.80 or newer,
2960 # and the .VARIABLES variable was introduced at the same time.
2962 $(all_object_files): | $(generated_files)
2964 $(all_object_files) : $(generated_files)
2968 -include $(patsubst %.o, $(DEPDIR)/%.Po, $(all_object_files))
2970 # Disable implicit make rules.
2971 include $(srcdir)/disable-implicit-rules.mk
2973 ### end of the gdb Makefile.in.