Add a new class gdb.Architecture which exposes GDB's
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 6746e64def4d1431d83fe4d52d7852ceb0944f7b..68d545e8fabcdd9bf633e88e1f3a5b24fcb36ff4 100644 (file)
@@ -271,6 +271,7 @@ SUBDIR_TUI_CFLAGS= \
 #
 SUBDIR_PYTHON_OBS = \
        python.o \
+       py-arch.o \
        py-auto-load.o \
        py-block.o \
        py-bpevent.o \
@@ -304,6 +305,7 @@ SUBDIR_PYTHON_OBS = \
 
 SUBDIR_PYTHON_SRCS = \
        python/python.c \
+       python/py-arch.c \
        python/py-auto-load.c \
        python/py-block.c \
        python/py-bpevent.c \
@@ -2047,6 +2049,10 @@ python.o: $(srcdir)/python/python.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/python.c
        $(POSTCOMPILE)
 
+py-arch.o: $(srcdir)/python/py-arch.c
+       $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-arch.c
+       $(POSTCOMPILE)
+
 py-auto-load.o: $(srcdir)/python/py-auto-load.c
        $(COMPILE) $(PYTHON_CFLAGS) $(srcdir)/python/py-auto-load.c
        $(POSTCOMPILE)
This page took 0.025114 seconds and 4 git commands to generate.