2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index e5e8cfecc278188cb8c8d1d799933a3e07fb7349..ff8b86e430cf3f318e93420b3fb0e4137553fdcb 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+# 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 # Free Software Foundation, Inc.
 
 # This file is part of GDB.
@@ -270,6 +270,7 @@ SUBDIR_PYTHON_OBS = \
        py-cmd.o \
        py-frame.o \
        py-function.o \
+       py-lazy-string.o \
        py-objfile.o \
        py-prettyprint.o \
        py-type.o \
@@ -280,6 +281,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-cmd.c \
        python/py-frame.c \
        python/py-function.c \
+       python/py-lazy-string.c \
        python/py-objfile.c \
        python/py-prettyprint.c \
        python/py-type.c \
@@ -444,7 +446,8 @@ RUNTESTFLAGS=
 
 # XML files to build in to GDB.
 XMLFILES = $(srcdir)/features/gdb-target.dtd $(srcdir)/features/xinclude.dtd \
-       $(srcdir)/features/library-list.dtd $(srcdir)/features/osdata.dtd
+       $(srcdir)/features/library-list.dtd $(srcdir)/features/osdata.dtd \
+       $(srcdir)/features/threads.dtd
 
 # This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX
 # interface to the serial port.  Hopefully if get ported to OS/2, VMS,
@@ -644,7 +647,8 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.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 \
-       elfread.c environ.c eval.c event-loop.c event-top.c expprint.c \
+       elfread.c environ.c eval.c event-loop.c event-top.c \
+       exceptions.c expprint.c \
        f-exp.y f-lang.c f-typeprint.c f-valprint.c findcmd.c findvar.c \
        frame.c frame-base.c frame-unwind.c \
        gdbarch.c arch-utils.c gdbtypes.c gnu-v2-abi.c gnu-v3-abi.c \
@@ -681,7 +685,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        wrapper.c \
        xml-tdesc.c xml-support.c \
        inferior.c gdb_usleep.c \
-       record.c \
+       record.c gcore.c \
        jit.c \
        xml-syscall.c \
 
@@ -834,7 +838,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        solib.o solib-null.o \
        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 \
+       inferior.o osdata.o gdb_usleep.o record.o gcore.o \
        jit.o progspace.o
 
 # Definitions for the syscall's XML files and dir
@@ -1978,6 +1982,10 @@ py-function.o: $(srcdir)/python/py-function.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-function.c
        $(POSTCOMPILE)
 
+py-lazy-string.o: $(srcdir)/python/py-lazy-string.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-lazy-string.c
+       $(POSTCOMPILE)
+
 py-objfile.o: $(srcdir)/python/py-objfile.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-objfile.c
        $(POSTCOMPILE)
This page took 0.026768 seconds and 4 git commands to generate.