Move cleanups.[ch] to common
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 51aeeb3945f1548d2d4e182b9c46068ac04dc349..8479324f577606572960eec7c73ecb9396a5a1e0 100644 (file)
@@ -288,6 +288,7 @@ SUBDIR_GUILE_OBS = \
        scm-auto-load.o \
        scm-block.o \
        scm-breakpoint.o \
+       scm-cmd.o \
        scm-disasm.o \
        scm-exception.o \
        scm-frame.o \
@@ -296,6 +297,7 @@ SUBDIR_GUILE_OBS = \
        scm-lazy-string.o \
        scm-objfile.o \
        scm-math.o \
+       scm-param.o \
        scm-ports.o \
        scm-pretty-print.o \
        scm-progspace.o \
@@ -312,6 +314,7 @@ SUBDIR_GUILE_SRCS = \
        guile/scm-auto-load.c \
        guile/scm-block.c \
        guile/scm-breakpoint.c \
+       guile/scm-cmd.c \
        guile/scm-disasm.c \
        guile/scm-exception.c \
        guile/scm-frame.c \
@@ -320,6 +323,7 @@ SUBDIR_GUILE_SRCS = \
        guile/scm-lazy-string.c \
        guile/scm-objfile.c \
        guile/scm-math.c \
+       guile/scm-param.c \
        guile/scm-ports.c \
        guile/scm-pretty-print.c \
        guile/scm-progspace.c \
@@ -346,6 +350,7 @@ SUBDIR_PYTHON_OBS = \
        py-breakpoint.o \
        py-cmd.o \
        py-continueevent.o \
+       py-xmethods.o \
        py-event.o \
        py-evtregistry.o \
        py-evts.o \
@@ -371,7 +376,8 @@ SUBDIR_PYTHON_OBS = \
        py-threadevent.o \
        py-type.o \
        py-utils.o \
-       py-value.o
+       py-value.o \
+       py-varobj.o
 
 SUBDIR_PYTHON_SRCS = \
        python/python.c \
@@ -382,6 +388,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-breakpoint.c \
        python/py-cmd.c \
        python/py-continueevent.c \
+       python/py-xmethods.c \
        python/py-event.c \
        python/py-evtregistry.c \
        python/py-evts.c \
@@ -407,7 +414,8 @@ SUBDIR_PYTHON_SRCS = \
        python/py-threadevent.c \
        python/py-type.c \
        python/py-utils.c \
-       python/py-value.c
+       python/py-value.c \
+       python/py-varobj.c
 SUBDIR_PYTHON_DEPS =
 SUBDIR_PYTHON_LDFLAGS=
 SUBDIR_PYTHON_CFLAGS=
@@ -786,10 +794,10 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        breakpoint.c break-catch-sig.c break-catch-throw.c \
        build-id.c buildsym.c \
        c-exp.y c-lang.c c-typeprint.c c-valprint.c c-varobj.c \
-       charset.c cleanups.c cli-out.c coffread.c coff-pe-read.c \
+       charset.c common/cleanups.c cli-out.c coffread.c coff-pe-read.c \
        complaints.c completer.c continuations.c corefile.c corelow.c \
        cp-abi.c cp-support.c cp-namespace.c cp-valprint.c \
-       d-lang.c d-support.c d-valprint.c \
+       d-exp.y d-lang.c d-support.c d-valprint.c \
        cp-name-parser.y \
        dbxread.c demangle.c dictionary.c disasm.c doublest.c dummy-frame.c \
        dwarf2expr.c dwarf2loc.c dwarf2read.c dwarf2-frame.c \
@@ -842,7 +850,8 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        common/gdb_vecs.c common/common-utils.c common/xml-utils.c \
        common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \
        common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \
-       target/waitstatus.c common/print-utils.c common/rsp-low.c
+       target/waitstatus.c common/print-utils.c common/rsp-low.c \
+       common/errors.c common/common-debug.c
 
 LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
 
@@ -853,13 +862,14 @@ LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
 # right, it is probably easiest just to list .h files here directly.
 
 HFILES_NO_SRCDIR = \
-common/gdb_signals.h common/gdb_thread_db.h common/gdb_vecs.h \
-common/i386-xstate.h common/linux-ptrace.h common/mips-linux-watch.h \
+common/gdb_signals.h nat/gdb_thread_db.h common/gdb_vecs.h \
+common/i386-xstate.h nat/linux-ptrace.h nat/mips-linux-watch.h \
 proc-utils.h aarch64-tdep.h arm-tdep.h ax-gdb.h ppcfbsd-tdep.h \
 ppcnbsd-tdep.h cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \
 exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \
 i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \
-ia64-tdep.h ada-lang.h varobj.h frv-tdep.h nto-tdep.h serial.h \
+ia64-tdep.h ada-lang.h ada-varobj.h varobj.h varobj-iter.h frv-tdep.h \
+nto-tdep.h serial.h \
 c-lang.h d-lang.h go-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \
 cli/cli-decode.h cli/cli-cmds.h cli/cli-utils.h \
 cli/cli-script.h macrotab.h symtab.h common/version.h \
@@ -875,7 +885,7 @@ objfiles.h common/vec.h disasm.h mips-tdep.h ser-base.h \
 gdb_curses.h bfd-target.h memattr.h inferior.h ax.h dummy-frame.h \
 inflow.h fbsd-nat.h ia64-libunwind-tdep.h completer.h inf-ttrace.h \
 solib-target.h gdb_vfork.h alpha-tdep.h dwarf2expr.h \
-m2-lang.h stack.h charset.h cleanups.h addrmap.h command.h solist.h source.h \
+m2-lang.h stack.h charset.h addrmap.h command.h solist.h source.h \
 target.h target-dcache.h prologue-value.h cp-abi.h tui/tui-hooks.h tui/tui.h \
 tui/tui-file.h tui/tui-command.h tui/tui-disasm.h tui/tui-wingeneral.h \
 tui/tui-windata.h tui/tui-data.h tui/tui-win.h tui/tui-stack.h \
@@ -921,11 +931,13 @@ gnulib/import/extra/snippet/warn-on-use.h \
 gnulib/import/stddef.in.h gnulib/import/inttypes.in.h inline-frame.h skip.h \
 common/common-utils.h common/xml-utils.h common/buffer.h common/ptid.h \
 common/format.h common/host-defs.h utils.h common/queue.h \
-common/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h \
-gdb_bfd.h sparc-ravenscar-thread.h ppc-ravenscar-thread.h common/linux-btrace.h \
-ctf.h common/i386-cpuid.h common/i386-gcc-cpuid.h target/resume.h \
+nat/linux-osdata.h gdb-dlfcn.h auto-load.h probe.h stap-probe.h \
+gdb_bfd.h sparc-ravenscar-thread.h ppc-ravenscar-thread.h nat/linux-btrace.h \
+ctf.h nat/i386-cpuid.h nat/i386-gcc-cpuid.h target/resume.h \
 target/wait.h target/waitstatus.h nat/linux-nat.h nat/linux-waitpid.h \
-common/print-utils.h common/rsp-low.h
+common/print-utils.h common/rsp-low.h nat/i386-dregs.h x86-linux-nat.h \
+i386-linux-nat.h common/common-defs.h common/errors.h common/common-types.h \
+common/common-debug.h common/cleanups.h
 
 # Header files that already have srcdir in them, or which are in objdir.
 
@@ -1024,7 +1036,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        gdb_vecs.o jit.o progspace.o skip.o probe.o \
        common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o \
        format.o registry.o btrace.o record-btrace.o waitstatus.o \
-       print-utils.o rsp-low.o
+       print-utils.o rsp-low.o errors.o common-debug.o debug.o
 
 TSOBS = inflow.o
 
@@ -1043,12 +1055,12 @@ YYFILES = c-exp.c \
        ada-lex.c \
        ada-exp.c \
        jv-exp.c \
-       f-exp.c go-exp.c m2-exp.c p-exp.c
+       d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c
 YYOBJ = c-exp.o \
        cp-name-parser.o \
        ada-exp.o \
        jv-exp.o \
-       f-exp.o go-exp.o m2-exp.o p-exp.o
+       d-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o
 
 # Things which need to be built when making a distribution.
 
@@ -1086,6 +1098,14 @@ check-perf: force
          $(MAKE) $(TARGET_FLAGS_TO_PASS) check-perf; \
        else true; fi
 
+check-read1: force
+       @if [ -f testsuite/Makefile ]; then \
+         rootme=`pwd`; export rootme; \
+         rootsrc=`cd $(srcdir); pwd`; export rootsrc; \
+         cd testsuite; \
+         $(MAKE) $(TARGET_FLAGS_TO_PASS) check-read1; \
+       else true; fi
+
 # The idea is to parallelize testing of multilibs, for example:
 #   make -j3 check//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu}
 # will run 3 concurrent sessions of check, eventually testing all 10
@@ -1403,7 +1423,7 @@ local-maintainer-clean:
                cp-name-parser.c \
                ada-lex.c ada-exp.c \
                jv-exp.tab \
-               f-exp.c go-exp.c m2-exp.c p-exp.c
+               d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c
        rm -f TAGS $(INFOFILES)
        rm -f $(YYFILES)
        rm -f nm.h config.status
@@ -1470,7 +1490,7 @@ stamp-h: $(srcdir)/config.in config.status
          CONFIG_LINKS= \
          $(SHELL) config.status
 
-config.status: $(srcdir)/configure configure.tgt configure.host development.sh
+config.status: $(srcdir)/configure configure.tgt configure.host ../bfd/development.sh
        $(SHELL) config.status --recheck
 
 ACLOCAL = aclocal
@@ -2118,18 +2138,6 @@ format.o: ${srcdir}/common/format.c
        $(COMPILE) $(srcdir)/common/format.c
        $(POSTCOMPILE)
 
-linux-osdata.o: ${srcdir}/common/linux-osdata.c
-       $(COMPILE) $(srcdir)/common/linux-osdata.c
-       $(POSTCOMPILE)
-
-linux-procfs.o: $(srcdir)/common/linux-procfs.c
-       $(COMPILE) $(srcdir)/common/linux-procfs.c
-       $(POSTCOMPILE)
-
-linux-ptrace.o: $(srcdir)/common/linux-ptrace.c
-       $(COMPILE) $(srcdir)/common/linux-ptrace.c
-       $(POSTCOMPILE)
-
 common-agent.o: $(srcdir)/common/agent.c
        $(COMPILE) $(srcdir)/common/agent.c
        $(POSTCOMPILE)
@@ -2138,14 +2146,6 @@ vec.o: ${srcdir}/common/vec.c
        $(COMPILE) $(srcdir)/common/vec.c
        $(POSTCOMPILE)
 
-linux-btrace.o: ${srcdir}/common/linux-btrace.c
-       $(COMPILE) $(srcdir)/common/linux-btrace.c
-       $(POSTCOMPILE)
-
-mips-linux-watch.o: ${srcdir}/common/mips-linux-watch.c
-       $(COMPILE) $(srcdir)/common/mips-linux-watch.c
-       $(POSTCOMPILE)
-
 print-utils.o: ${srcdir}/common/print-utils.c
        $(COMPILE) $(srcdir)/common/print-utils.c
        $(POSTCOMPILE)
@@ -2154,6 +2154,18 @@ rsp-low.o: ${srcdir}/common/rsp-low.c
        $(COMPILE) $(srcdir)/common/rsp-low.c
        $(POSTCOMPILE)
 
+errors.o: ${srcdir}/common/errors.c
+       $(COMPILE) $(srcdir)/common/errors.c
+       $(POSTCOMPILE)
+
+common-debug.o: ${srcdir}/common/common-debug.c
+       $(COMPILE) $(srcdir)/common/common-debug.c
+       $(POSTCOMPILE)
+
+cleanups.o: ${srcdir}/common/cleanups.c
+       $(COMPILE) $(srcdir)/common/cleanups.c
+       $(POSTCOMPILE)
+
 #
 # gdb/target/ dependencies
 #
@@ -2169,10 +2181,34 @@ waitstatus.o: ${srcdir}/target/waitstatus.c
 # Need to explicitly specify the compile rule as make will do nothing
 # or try to compile the object file into the sub-directory.
 
+i386-dregs.o: ${srcdir}/nat/i386-dregs.c
+       $(COMPILE) $(srcdir)/nat/i386-dregs.c
+       $(POSTCOMPILE)
+
+linux-btrace.o: ${srcdir}/nat/linux-btrace.c
+       $(COMPILE) $(srcdir)/nat/linux-btrace.c
+       $(POSTCOMPILE)
+
+linux-osdata.o: ${srcdir}/nat/linux-osdata.c
+       $(COMPILE) $(srcdir)/nat/linux-osdata.c
+       $(POSTCOMPILE)
+
+linux-procfs.o: $(srcdir)/nat/linux-procfs.c
+       $(COMPILE) $(srcdir)/nat/linux-procfs.c
+       $(POSTCOMPILE)
+
+linux-ptrace.o: $(srcdir)/nat/linux-ptrace.c
+       $(COMPILE) $(srcdir)/nat/linux-ptrace.c
+       $(POSTCOMPILE)
+
 linux-waitpid.o: ${srcdir}/nat/linux-waitpid.c
        $(COMPILE) $(srcdir)/nat/linux-waitpid.c
        $(POSTCOMPILE)
 
+mips-linux-watch.o: ${srcdir}/nat/mips-linux-watch.c
+       $(COMPILE) $(srcdir)/nat/mips-linux-watch.c
+       $(POSTCOMPILE)
+
 #
 # gdb/tui/ dependencies
 #
@@ -2272,6 +2308,10 @@ scm-breakpoint.o: $(srcdir)/guile/scm-breakpoint.c
        $(COMPILE) $(srcdir)/guile/scm-breakpoint.c
        $(POSTCOMPILE)
 
+scm-cmd.o: $(srcdir)/guile/scm-cmd.c
+       $(COMPILE) $(srcdir)/guile/scm-cmd.c
+       $(POSTCOMPILE)
+
 scm-disasm.o: $(srcdir)/guile/scm-disasm.c
        $(COMPILE) $(srcdir)/guile/scm-disasm.c
        $(POSTCOMPILE)
@@ -2304,6 +2344,10 @@ scm-objfile.o: $(srcdir)/guile/scm-objfile.c
        $(COMPILE) $(srcdir)/guile/scm-objfile.c
        $(POSTCOMPILE)
 
+scm-param.o: $(srcdir)/guile/scm-param.c
+       $(COMPILE) $(srcdir)/guile/scm-param.c
+       $(POSTCOMPILE)
+
 scm-ports.o: $(srcdir)/guile/scm-ports.c
        $(COMPILE) $(srcdir)/guile/scm-ports.c
        $(POSTCOMPILE)
@@ -2384,6 +2428,10 @@ py-continueevent.o: $(srcdir)/python/py-continueevent.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-continueevent.c
        $(POSTCOMPILE)
 
+py-xmethods.o: $(srcdir)/python/py-xmethods.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-xmethods.c
+       $(POSTCOMPILE)
+
 py-event.o: $(srcdir)/python/py-event.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-event.c
        $(POSTCOMPILE)
@@ -2488,6 +2536,10 @@ py-value.o: $(srcdir)/python/py-value.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-value.c
        $(POSTCOMPILE)
 
+py-varobj.o: $(srcdir)/python/py-varobj.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-varobj.c
+       $(POSTCOMPILE)
+
 #
 # Dependency tracking.  Most of this is conditional on GNU Make being
 # found by configure; if GNU Make is not found, we fall back to a
This page took 0.0273 seconds and 4 git commands to generate.