daily update
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index c189ea367a18e094002fe3b5ea1513f4df4f15cb..ce155016298fd10ff492e141b2102f7ec6339321 100644 (file)
@@ -350,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 \
@@ -375,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 \
@@ -386,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 \
@@ -411,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=
@@ -793,7 +797,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        charset.c 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 \
@@ -857,13 +861,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 \
@@ -925,11 +930,12 @@ 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
 
 # Header files that already have srcdir in them, or which are in objdir.
 
@@ -1047,12 +1053,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.
 
@@ -1407,7 +1413,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
@@ -1474,7 +1480,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
@@ -2122,18 +2128,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)
@@ -2142,14 +2136,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)
@@ -2173,10 +2159,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
 #
@@ -2396,6 +2406,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)
@@ -2500,6 +2514,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.034987 seconds and 4 git commands to generate.