2009-10-21 Andrew Stubbs <ams@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index f5e1ddeff42ff31e2d11fc126148958778543729..e5e8cfecc278188cb8c8d1d799933a3e07fb7349 100644 (file)
@@ -167,7 +167,7 @@ TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
 
 # Did the user give us a --with-gdb-datadir option?
-GDB_DATADIR_PATH = @GDB_DATADIR_PATH@
+GDB_DATADIR = @GDB_DATADIR@
 
 # Helper code from gnulib.
 LIBGNU = gnulib/libgnu.a
@@ -501,6 +501,7 @@ ALL_TARGET_OBS = \
        m68kbsd-tdep.o m68klinux-tdep.o m68k-tdep.o \
        m88k-tdep.o \
        mep-tdep.o \
+       microblaze-tdep.o microblaze-linux-tdep.o \
        mips-irix-tdep.o mips-linux-tdep.o \
        mipsnbsd-tdep.o mips-tdep.o \
        mn10300-linux-tdep.o mn10300-tdep.o \
@@ -660,6 +661,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        objc-exp.y objc-lang.c \
        objfiles.c osabi.c observer.c osdata.c \
        p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \
+       progspace.c \
        prologue-value.c \
        regcache.c reggroups.c remote.c remote-fileio.c reverse.c \
        scm-exp.c scm-lang.c scm-valprint.c \
@@ -721,7 +723,7 @@ f-lang.h dwarf2loc.h value.h sparc-tdep.h defs.h target-descriptions.h \
 objfiles.h 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 libunwind-frame.h completer.h inf-ttrace.h \
-solib-target.h shnbsd-tdep.h gdb_vfork.h alpha-tdep.h dwarf2expr.h \
+solib-target.h gdb_vfork.h alpha-tdep.h dwarf2expr.h \
 m2-lang.h stack.h charset.h addrmap.h command.h solist.h source.h \
 target.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 \
@@ -750,7 +752,7 @@ config/rs6000/nm-rs6000.h top.h bsd-kvm.h gdb-stabs.h reggroups.h \
 annotate.h sim-regno.h dictionary.h dfp.h main.h frame-unwind.h        \
 remote-fileio.h i386-linux-tdep.h vax-tdep.h objc-lang.h \
 sentinel-frame.h bcache.h symfile.h windows-tdep.h linux-tdep.h \
-gdb_usleep.h jit.h xml-syscall.h ada-operator.inc
+gdb_usleep.h jit.h xml-syscall.h ada-operator.inc microblaze-tdep.h
 
 # Header files that already have srcdir in them, or which are in objdir.
 
@@ -833,7 +835,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        prologue-value.o memory-map.o xml-support.o xml-syscall.o \
        target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \
        inferior.o osdata.o gdb_usleep.o record.o \
-       jit.o
+       jit.o progspace.o
 
 # Definitions for the syscall's XML files and dir
 XML_SYSCALLS_DIR = syscalls/
@@ -899,13 +901,13 @@ xml-syscall-copy:
 .PHONY: xml-syscall-install
 xml-syscall-install:
        $(SHELL) $(srcdir)/../mkinstalldirs \
-               $(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
+               $(DESTDIR)$(GDB_DATADIR)/$(XML_SYSCALLS_DIR) ; \
        list='$(XML_SYSCALLS_FILES)' ; \
        for file in $$list ; do \
          f=$(srcdir)/$(XML_SYSCALLS_DIR)/$$file ; \
          if test -f $$f ; then \
            $(INSTALL_DATA) $$f \
-               $(DESTDIR)$(GDB_DATADIR_PATH)/$(XML_SYSCALLS_DIR) ; \
+               $(DESTDIR)$(GDB_DATADIR)/$(XML_SYSCALLS_DIR) ; \
          fi ; \
        done ;
 
@@ -1434,6 +1436,7 @@ ALLDEPFILES = \
        m68kbsd-nat.c m68kbsd-tdep.c \
        m68klinux-nat.c m68klinux-tdep.c \
        m88k-tdep.c m88kbsd-nat.c \
+       microblaze-tdep.c microblaze-linux-tdep.c \
        mingw-hdep.c \
        mips-linux-nat.c mips-linux-tdep.c \
        mips-irix-tdep.c \
This page took 0.025198 seconds and 4 git commands to generate.