Fix --enable-libctf and --disable-static
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 1db02c07ac280f18a9bfab2f7b5bc2cdadc13cc3..9ae9fe2d1e146611325806283e78025d488458e3 100644 (file)
@@ -154,7 +154,8 @@ INCLUDE_CFLAGS = -I$(INCLUDE_DIR)
 LIBIBERTY = ../libiberty/libiberty.a
 
 # Where is the CTF library?  Typically in ../libctf.
-LIBCTF = ../libctf/.libs/libctf.a
+LIBCTF = @LIBCTF@
+CTF_DEPS = @CTF_DEPS@
 
 # Where is the BFD library?  Typically in ../bfd.
 BFD_DIR = ../bfd
@@ -427,13 +428,13 @@ SELFTESTS_SRCS = \
        unittests/array-view-selftests.c \
        unittests/child-path-selftests.c \
        unittests/cli-utils-selftests.c \
+       unittests/command-def-selftests.c \
        unittests/common-utils-selftests.c \
        unittests/copy_bitwise-selftests.c \
        unittests/environ-selftests.c \
        unittests/filtered_iterator-selftests.c \
        unittests/format_pieces-selftests.c \
        unittests/function-view-selftests.c \
-       unittests/help-doc-selftests.c \
        unittests/lookup_name_info-selftests.c \
        unittests/memory-map-selftests.c \
        unittests/memrange-selftests.c \
@@ -614,7 +615,7 @@ INTERNAL_LDFLAGS = \
 # Libraries and corresponding dependencies for compiling gdb.
 # XM_CLIBS, defined in *config files, have host-dependent libs.
 # LIBIBERTY appears twice on purpose.
-CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(LIBCTF) $(ZLIB) \
+CLIBS = $(SIM) $(READLINE) $(OPCODES) $(LIBCTF) $(BFD) $(ZLIB) \
         $(LIBSUPPORT) $(INTL) $(LIBIBERTY) $(LIBDECNUMBER) \
        $(XM_CLIBS) $(GDBTKLIBS) \
        @LIBS@ @GUILE_LIBS@ @PYTHON_LIBS@ \
@@ -622,7 +623,7 @@ CLIBS = $(SIM) $(READLINE) $(OPCODES) $(BFD) $(LIBCTF) $(ZLIB) \
        $(WIN32LIBS) $(LIBGNU) $(LIBICONV) \
        $(LIBMPFR) $(SRCHIGH_LIBS) $(LIBXXHASH) $(PTHREAD_LIBS) \
        @LIBDEBUGINFOD@
-CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(LIBCTF) \
+CDEPS = $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) $(CTF_DEPS) \
        $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU) \
        $(LIBSUPPORT)
 
@@ -697,6 +698,7 @@ ALL_TARGET_OBS = \
        aarch32-tdep.o \
        arc-tdep.o \
        arch/aarch32.o \
+       arch/arc.o \
        arch/arm.o \
        arch/arm-get-next-pcs.o \
        arch/arm-linux.o \
@@ -733,7 +735,6 @@ ALL_TARGET_OBS = \
        hppa-obsd-tdep.o \
        hppa-tdep.o \
        i386-bsd-tdep.o \
-       i386-cygwin-tdep.o \
        i386-darwin-tdep.o \
        i386-dicos-tdep.o \
        i386-fbsd-tdep.o \
@@ -745,6 +746,7 @@ ALL_TARGET_OBS = \
        i386-obsd-tdep.o \
        i386-sol2-tdep.o \
        i386-tdep.o \
+       i386-windows-tdep.o \
        i387-tdep.o \
        iq2000-tdep.o \
        linux-record.o \
@@ -954,6 +956,7 @@ COMMON_SFILES = \
        alloc.c \
        annotate.c \
        arch-utils.c \
+       async-event.c \
        auto-load.c \
        auxv.c \
        ax-gdb.c \
@@ -1002,6 +1005,7 @@ COMMON_SFILES = \
        dwarf2/abbrev.c \
        dwarf2/attribute.c \
        dwarf2/comp-unit.c \
+       dwarf2/dwz.c \
        dwarf2/expr.c \
        dwarf2/frame-tailcall.c \
        dwarf2/frame.c \
@@ -1011,10 +1015,11 @@ COMMON_SFILES = \
        dwarf2/leb.c \
        dwarf2/line-header.c \
        dwarf2/loc.c \
+       dwarf2/macro.c \
        dwarf2/read.c \
        dwarf2/section.c \
+       dwarf2/stringify.c \
        eval.c \
-       event-loop.c \
        event-top.c \
        exceptions.c \
        exec.c \
@@ -1208,6 +1213,7 @@ HFILES_NO_SRCDIR = \
        arm-linux-tdep.h \
        arm-nbsd-tdep.h \
        arm-tdep.h \
+       async-event.h \
        auto-load.h \
        auxv.h \
        ax.h \
@@ -1248,7 +1254,6 @@ HFILES_NO_SRCDIR = \
        dwarf2/index-common.h \
        dwarf2/loc.h \
        dwarf2/read.h \
-       event-loop.h \
        event-top.h \
        exceptions.h \
        exec.h \
@@ -1440,6 +1445,7 @@ HFILES_NO_SRCDIR = \
        arch/aarch32.h \
        arch/aarch64.h \
        arch/aarch64-insn.h \
+       arch/arc.h \
        arch/arm.h \
        arch/i386.h \
        arch/ppc-linux-common.h \
@@ -2001,6 +2007,7 @@ aclocal_m4_deps = \
        transform.m4 \
        ../bfd/bfd.m4 \
        ../config/acinclude.m4 \
+       ../config/enable.m4 \
        ../config/plugins.m4 \
        ../config/lead-dot.m4 \
        ../config/override.m4 \
@@ -2161,7 +2168,6 @@ ALLDEPFILES = \
        hppa-tdep.c \
        i386-bsd-nat.c \
        i386-bsd-tdep.c \
-       i386-cygwin-tdep.c \
        i386-darwin-nat.c \
        i386-darwin-tdep.c \
        i386-dicos-tdep.c \
@@ -2178,6 +2184,7 @@ ALLDEPFILES = \
        i386-sol2-nat.c \
        i386-sol2-tdep.c \
        i386-tdep.c \
+       i386-windows-tdep.c \
        i387-tdep.c \
        ia64-libunwind-tdep.c \
        ia64-linux-nat.c \
This page took 0.024658 seconds and 4 git commands to generate.