aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-04-19 15:27:52 +0000
committerPedro Alves <palves@redhat.com>2012-04-19 15:27:52 +0000
commit809277f8ce3065577b99603f221d63216fb2de33 (patch)
tree4f3be23a3a8f4577c795aae80cb6dedad939bfdc /gdb/Makefile.in
parentfd9bb8b878bd629e228ad51ae1168134e9630b78 (diff)
downloadgdb-809277f8ce3065577b99603f221d63216fb2de33.zip
gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.gz
gdb-809277f8ce3065577b99603f221d63216fb2de33.tar.bz2
2012-04-19 Pedro Alves <palves@redhat.com>
gdb/ * gnulib/: Move whole directory ... * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust. * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS) (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS) (aclocal_m4_deps): Adjust. * aclocal.m4: Regenerate. * configure: Regenerate. * configure.ac: Adjust AC_OUTPUT output. gdbserver/ * Makefile.in (LIBGNU, INCGNU): Adjust. (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust. (all, install-only, uninstall, clean-info, all-lib, clean) (maintainer-clean, Makefile, gnulib/Makefile): Adjust. * configure.ac: Adjust AC_OUTPUT output. * aclocal.m4: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in64
1 files changed, 32 insertions, 32 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 19e46a1..ed3e9f5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -170,12 +170,12 @@ INTL_CFLAGS = @INCINTL@
GDB_DATADIR = @GDB_DATADIR@
# Helper code from gnulib.
-LIBGNU = gnulib/libgnu.a
-INCGNU = -I$(srcdir)/gnulib -Ignulib
+LIBGNU = gnulib/import/libgnu.a
+INCGNU = -I$(srcdir)/gnulib/import -Ignulib/import
# Generated headers in the gnulib directory. These must be listed
# so that they are generated before other files are compiled.
-GNULIB_H = gnulib/string.h @GNULIB_STDINT_H@
+GNULIB_H = gnulib/import/string.h @GNULIB_STDINT_H@
#
# CLI sub directory definitons
@@ -916,13 +916,13 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
TSOBS = inflow.o
SUBDIRS = doc @subdirs@ data-directory
-CLEANDIRS = $(SUBDIRS) gnulib
+CLEANDIRS = $(SUBDIRS) gnulib/import
# List of subdirectories in the build tree that must exist.
# This is used to force build failures in existing trees when
# a new directory is added.
# The format here is for the `case' shell command.
-REQUIRED_SUBDIRS = doc | testsuite | gnulib | data-directory
+REQUIRED_SUBDIRS = doc | testsuite | gnulib/import | data-directory
# For now, shortcut the "configure GDB for fewer languages" stuff.
YYFILES = c-exp.c \
@@ -1162,8 +1162,8 @@ gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
# Convenience rule to handle recursion.
$(LIBGNU) $(GNULIB_H): all-lib
-all-lib: gnulib/Makefile
- @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=gnulib subdir_do
+all-lib: gnulib/import/Makefile
+ @$(MAKE) $(FLAGS_TO_PASS) DO=all DODIRS=gnulib/import subdir_do
.PHONY: all-lib
# Convenience rule to handle recursion.
@@ -1273,8 +1273,8 @@ Makefile: Makefile.in config.status @frags@
CONFIG_HEADERS= \
$(SHELL) config.status
-gnulib/Makefile: gnulib/Makefile.in config.status @frags@
- CONFIG_FILES="gnulib/Makefile" \
+gnulib/import/Makefile: gnulib/import/Makefile.in config.status @frags@
+ CONFIG_FILES="gnulib/import/Makefile" \
CONFIG_COMMANDS="depfiles" \
CONFIG_HEADERS= \
CONFIG_LINKS= \
@@ -1302,31 +1302,31 @@ config.status: $(srcdir)/configure configure.tgt configure.host
$(SHELL) config.status --recheck
ACLOCAL = aclocal
-ACLOCAL_AMFLAGS = -I gnulib/m4 -I ../config
+ACLOCAL_AMFLAGS = -I gnulib/import/m4 -I ../config
aclocal_m4_deps = \
configure.ac \
- gnulib/m4/00gnulib.m4 \
- gnulib/m4/extensions.m4 \
- gnulib/m4/gnulib-cache.m4 \
- gnulib/m4/gnulib-common.m4 \
- gnulib/m4/gnulib-comp.m4 \
- gnulib/m4/gnulib-tool.m4 \
- gnulib/m4/include_next.m4 \
- gnulib/m4/inttypes.m4 \
- gnulib/m4/inttypes-pri.m4 \
- gnulib/m4/longlong.m4 \
- gnulib/m4/memchr.m4 \
- gnulib/m4/memmem.m4 \
- gnulib/m4/mmap-anon.m4 \
- gnulib/m4/multiarch.m4 \
- gnulib/m4/onceonly.m4 \
- gnulib/m4/stddef_h.m4 \
- gnulib/m4/stdint.m4 \
- gnulib/m4/string_h.m4 \
- gnulib/m4/warn-on-use.m4 \
- gnulib/m4/wchar_h.m4 \
- gnulib/m4/wchar_t.m4 \
- gnulib/m4/wint_t.m4 \
+ gnulib/import/m4/00gnulib.m4 \
+ gnulib/import/m4/extensions.m4 \
+ gnulib/import/m4/gnulib-cache.m4 \
+ gnulib/import/m4/gnulib-common.m4 \
+ gnulib/import/m4/gnulib-comp.m4 \
+ gnulib/import/m4/gnulib-tool.m4 \
+ gnulib/import/m4/include_next.m4 \
+ gnulib/import/m4/inttypes.m4 \
+ gnulib/import/m4/inttypes-pri.m4 \
+ gnulib/import/m4/longlong.m4 \
+ gnulib/import/m4/memchr.m4 \
+ gnulib/import/m4/memmem.m4 \
+ gnulib/import/m4/mmap-anon.m4 \
+ gnulib/import/m4/multiarch.m4 \
+ gnulib/import/m4/onceonly.m4 \
+ gnulib/import/m4/stddef_h.m4 \
+ gnulib/import/m4/stdint.m4 \
+ gnulib/import/m4/string_h.m4 \
+ gnulib/import/m4/warn-on-use.m4 \
+ gnulib/import/m4/wchar_h.m4 \
+ gnulib/import/m4/wchar_t.m4 \
+ gnulib/import/m4/wint_t.m4 \
../config/extensions.m4 \
../config/lead-dot.m4 \
../config/proginstall.m4 \