*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 9a02ba134525b884274bde4e6241ea2a47a375e0..b507d3e109875f43fa7926b02cb403396c09e436 100644 (file)
@@ -268,6 +268,7 @@ SUBDIR_TUI_CFLAGS= \
 SUBDIR_PYTHON_OBS = \
        python.o \
        py-block.o \
+       py-breakpoint.o \
        py-cmd.o \
        py-frame.o \
        py-function.o \
@@ -282,6 +283,7 @@ SUBDIR_PYTHON_OBS = \
 SUBDIR_PYTHON_SRCS = \
        python/python.c \
        python/py-block.c \
+       python/py-breakpoint.c \
        python/py-cmd.c \
        python/py-frame.c \
        python/py-function.c \
@@ -309,7 +311,8 @@ OPCODES = $(OPCODES_DIR)/libopcodes.a
 # Where are the other opcode tables which only have header file
 # versions?
 OP_INCLUDE = $(INCLUDE_DIR)/opcode
-OPCODES_CFLAGS = -I$(OP_INCLUDE)
+# Some source files like to use #include "opcodes/file.h"
+OPCODES_CFLAGS = -I$(OP_INCLUDE) -I$(OPCODES_SRC)/..
 
 # The simulator is usually nonexistent; targets that include one
 # should set this to list all the .o or .a files to be linked in.
@@ -1985,6 +1988,10 @@ py-block.o: $(srcdir)/python/py-block.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-block.c
        $(POSTCOMPILE)
 
+py-breakpoint.o: $(srcdir)/python/py-breakpoint.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-breakpoint.c
+       $(POSTCOMPILE)
+
 py-cmd.o: $(srcdir)/python/py-cmd.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-cmd.c
        $(POSTCOMPILE)
This page took 0.024321 seconds and 4 git commands to generate.