daily update
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 5cb02d89cc9d21117195ad413ac6973df005b42e..65eb1feb750efd1933825332066685f4395b92f7 100644 (file)
@@ -275,6 +275,8 @@ SUBDIR_PYTHON_OBS = \
        py-cmd.o \
        py-frame.o \
        py-function.o \
+       py-inferior.o \
+       py-infthread.o \
        py-lazy-string.o \
        py-objfile.o \
        py-param.o \
@@ -293,6 +295,8 @@ SUBDIR_PYTHON_SRCS = \
        python/py-cmd.c \
        python/py-frame.c \
        python/py-function.c \
+       python/py-inferior.c \
+       python/py-infthread.c \
        python/py-lazy-string.c \
        python/py-objfile.c \
        python/py-param.c \
@@ -733,7 +737,7 @@ ia64-tdep.h ada-lang.h varobj.h frv-tdep.h nto-tdep.h serial.h \
 c-lang.h d-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-script.h macrotab.h symtab.h version.h gnulib/wchar.in.h \
-gnulib/string.in.h gnulib/str-two-way.h gnulib/extra/link-warning.h \
+gnulib/string.in.h gnulib/str-two-way.h \
 gnulib/stdint.in.h remote.h gdb.h sparc-nat.h gdbserver/win32-low.h \
 gdbserver/i387-fp.h gdbserver/server.h gdbserver/terminal.h \
 gdbserver/mem-break.h gdbserver/wincecompat.h gdbserver/target.h \
@@ -2018,6 +2022,14 @@ py-function.o: $(srcdir)/python/py-function.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-function.c
        $(POSTCOMPILE)
 
+py-inferior.o: $(srcdir)/python/py-inferior.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-inferior.c
+       $(POSTCOMPILE)
+
+py-infthread.o: $(srcdir)/python/py-infthread.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-infthread.c
+       $(POSTCOMPILE)
+
 py-lazy-string.o: $(srcdir)/python/py-lazy-string.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-lazy-string.c
        $(POSTCOMPILE)
This page took 0.024249 seconds and 4 git commands to generate.