gdb/MAINTAINERS: add Luis Machado as global maintainer
[binutils-gdb.git] / gdb / Makefile.in
index 4691cad46333afbb6a9751b36e73cefc662beb8a..52b08692b5270fe48144d0ae44fabcd020539bbb 100644 (file)
@@ -414,6 +414,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-lazy-string.c \
        python/py-linetable.c \
        python/py-membuf.c \
+       python/py-mi.c \
        python/py-micmd.c \
        python/py-newobjfileevent.c \
        python/py-objfile.c \
@@ -629,8 +630,8 @@ INTERNAL_CPPFLAGS = $(CPPFLAGS) @GUILE_CPPFLAGS@ @PYTHON_CPPFLAGS@ \
 # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
 INTERNAL_CFLAGS_BASE = \
        $(GLOBAL_CFLAGS) $(PROFILE_CFLAGS) \
-       $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) $(ZLIBINC) \
-       $(ZSTD_CFLAGS) $(BFD_CFLAGS) $(INCLUDE_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
+       $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
+       $(READLINE_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS) $(LIBDECNUMBER_CFLAGS) \
        $(INTL_CFLAGS) $(INCGNU) $(INCSUPPORT) $(LIBBACKTRACE_INC) \
        $(ENABLE_CFLAGS) $(INTERNAL_CPPFLAGS) $(SRCHIGH_CFLAGS) \
        $(TOP_CFLAGS) $(PTHREAD_CFLAGS) $(DEBUGINFOD_CFLAGS) $(GMPINC) \
@@ -727,6 +728,7 @@ ALL_64_TARGET_OBS = \
        arch/aarch64.o \
        arch/aarch64-insn.o \
        arch/aarch64-mte-linux.o \
+       arch/aarch64-scalable-linux.o \
        arch/amd64.o \
        arch/riscv.o \
        bpf-tdep.o \
@@ -1062,6 +1064,8 @@ COMMON_SFILES = \
        dummy-frame.c \
        dwarf2/abbrev.c \
        dwarf2/abbrev-cache.c \
+       dwarf2/ada-imported.c \
+       dwarf2/aranges.c \
        dwarf2/attribute.c \
        dwarf2/comp-unit-head.c \
        dwarf2/cooked-index.c \
@@ -1209,6 +1213,7 @@ COMMON_SFILES = \
        target-float.c \
        type-stack.c \
        typeprint.c \
+       ui.c \
        ui-file.c \
        ui-out.c \
        ui-style.c \
@@ -1317,6 +1322,7 @@ HFILES_NO_SRCDIR = \
        disasm-flags.h \
        disasm.h \
        dummy-frame.h \
+       dwarf2/aranges.h \
        dwarf2/cooked-index.h \
        dwarf2/cu.h \
        dwarf2/frame-tailcall.h \
@@ -1435,7 +1441,6 @@ HFILES_NO_SRCDIR = \
        progspace.h \
        progspace-and-thread.h \
        prologue-value.h \
-       psympriv.h \
        psymtab.h \
        ravenscar-thread.h \
        record.h \
@@ -1496,6 +1501,7 @@ HFILES_NO_SRCDIR = \
        tramp-frame.h \
        type-stack.h \
        typeprint.h \
+       ui.h \
        ui-file.h \
        ui-out.h \
        ui-style.h \
@@ -1521,6 +1527,7 @@ HFILES_NO_SRCDIR = \
        arch/aarch64.h \
        arch/aarch64-insn.h \
        arch/aarch64-mte-linux.h \
+       arch/aarch64-scalable-linux.h \
        arch/arc.h \
        arch/arm.h \
        arch/i386.h \
@@ -1558,7 +1565,8 @@ HFILES_NO_SRCDIR = \
        nat/aarch64-linux.h \
        nat/aarch64-linux-hw-point.h \
        nat/aarch64-mte-linux-ptrace.h \
-       nat/aarch64-sve-linux-ptrace.h \
+       nat/aarch64-scalable-linux-ptrace.h \
+       nat/aarch64-scalable-linux-sigcontext.h \
        nat/amd64-linux-siginfo.h \
        nat/gdb_ptrace.h \
        nat/gdb_thread_db.h \
@@ -1624,6 +1632,7 @@ ALLDEPFILES = \
        arch/aarch64.c \
        arch/aarch64-insn.c \
        arch/aarch64-mte-linux.c \
+       arch/aarch64-scalable-linux.c \
        arch/amd64.c \
        arch/arc.c \
        arch/arm.c \
@@ -2224,6 +2233,7 @@ distclean: clean
        rm -f gdb-gdb.py gdb-gdb.gdb
        rm -f y.output yacc.acts yacc.tmp y.tab.h
        rm -f config.log config.cache
+       rm -f config.lt libtool
        rm -f Makefile
        rm -rf $(DEPDIR)
        for i in $(CONFIG_SRC_SUBDIR); do \
@@ -2504,6 +2514,9 @@ po/$(PACKAGE).pot: force
             -e 's/\([ \t;,(]\)free$$/\1xfree/g' \
             -e '/^#line.*y.tab.c/d' \
             -e 's/YY_NULL/YY_NULLPTR/g' \
+            -e "s/YYSTYPE/$(subst -,_,$*)_YYSTYPE/g" \
+            -e "s/yyalloc/$(subst -,_,$*)_yyalloc/g" \
+            -e "s/yysymbol_kind_t/$(subst -,_,$*)_yysymbol_kind_t/g" \
          < $@.tmp > $@.new && \
          rm -f $@.tmp && \
          mv $@.new $@