* configure.tgt (powerpc-*-elf, et al): Define targ_extra_libpath.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 1c476adb171f3880d9bb1cb506a01514efa9c3a1..5d5574e48041fc4e67bbf26b33f232cca13529dc 100644 (file)
@@ -280,6 +280,7 @@ SUBDIR_PYTHON_OBS = \
        py-finishbreakpoint.o \
        py-frame.o \
        py-function.o \
+       py-gdb-readline.o \
        py-inferior.o \
        py-infthread.o \
        py-lazy-string.o \
@@ -312,6 +313,7 @@ SUBDIR_PYTHON_SRCS = \
        python/py-finishbreakpoint.c \
        python/py-frame.c \
        python/py-function.c \
+       python/py-gdb-readline.c \
        python/py-inferior.c \
        python/py-infthread.c \
        python/py-lazy-string.c \
@@ -717,7 +719,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \
        macrotab.c macroexp.c macrocmd.c macroscope.c main.c maint.c \
        mdebugread.c memattr.c mem-break.c minsyms.c mipsread.c memory-map.c \
        memrange.c mi/mi-common.c \
-       objc-exp.y objc-lang.c \
+       objc-lang.c \
        objfiles.c osabi.c observer.c osdata.c \
        opencl-lang.c \
        p-exp.y p-lang.c p-typeprint.c p-valprint.c parse.c printcmd.c \
@@ -772,7 +774,7 @@ 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 ada-varobj.h varobj.h frv-tdep.h nto-tdep.h serial.h \
-c-lang.h d-lang.h golang.h frame.h event-loop.h block.h cli/cli-setshow.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-dump.h cli/cli-utils.h \
 cli/cli-script.h macrotab.h symtab.h version.h \
 gnulib/import/string.in.h gnulib/import/str-two-way.h \
@@ -935,14 +937,12 @@ REQUIRED_SUBDIRS = doc | testsuite | $(GNULIB_BUILDDIR) | data-directory
 # For now, shortcut the "configure GDB for fewer languages" stuff.
 YYFILES = c-exp.c \
        cp-name-parser.c \
-       objc-exp.c \
        ada-lex.c \
        ada-exp.c \
        jv-exp.c \
        f-exp.c go-exp.c m2-exp.c p-exp.c
 YYOBJ = c-exp.o \
        cp-name-parser.o \
-       objc-exp.o \
        ada-exp.o \
        jv-exp.o \
        f-exp.o go-exp.o m2-exp.o p-exp.o
@@ -1245,7 +1245,6 @@ local-maintainer-clean:
        rm -f c-exp.c \
                cp-name-parser.c \
                ada-lex.c ada-exp.c \
-               objc-exp.c \
                jv-exp.tab \
                f-exp.c go-exp.c m2-exp.c p-exp.c
        rm -f TAGS $(INFOFILES)
@@ -2086,6 +2085,10 @@ py-function.o: $(srcdir)/python/py-function.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-function.c
        $(POSTCOMPILE)
 
+py-gdb-readline.o: $(srcdir)/python/py-gdb-readline.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-gdb-readline.c
+       $(POSTCOMPILE)
+
 py-inferior.o: $(srcdir)/python/py-inferior.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-inferior.c
        $(POSTCOMPILE)
This page took 0.024791 seconds and 4 git commands to generate.