mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.in: Regenerate. This really ought to fix things. :sigh:
This commit is contained in:
parent
e4673b0a98
commit
403d950503
@ -1,3 +1,7 @@
|
|||||||
|
2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in: Regenerate. This really ought to fix things. :sigh:
|
||||||
|
|
||||||
2002-10-02 Alan Modra <amodra@bigpond.net.au>
|
2002-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* configure: Move stray lines back to where they belong.
|
* configure: Move stray lines back to where they belong.
|
||||||
|
53
Makefile.in
53
Makefile.in
@ -26,29 +26,29 @@
|
|||||||
NOTPARALLEL = .NOTPARALLEL
|
NOTPARALLEL = .NOTPARALLEL
|
||||||
$(NOTPARALLEL):
|
$(NOTPARALLEL):
|
||||||
|
|
||||||
srcdir = .
|
srcdir = @srcdir@
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = @prefix@
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = @exec_prefix@
|
||||||
|
|
||||||
bindir=${exec_prefix}/bin
|
bindir = @bindir@
|
||||||
sbindir=${exec_prefix}/sbin
|
sbindir = @sbindir@
|
||||||
libexecdir=${exec_prefix}/libexec
|
libexecdir = @libexecdir@
|
||||||
datadir=${prefix}/share
|
datadir = @datadir@
|
||||||
sysconfdir=${prefix}/etc
|
sysconfdir = @sysconfdir@
|
||||||
sharedstatedir=${prefix}/com
|
sharedstatedir = @sharedstatedir@
|
||||||
localstatedir=${prefix}/var
|
localstatedir = @localstatedir@
|
||||||
libdir=${exec_prefix}/lib
|
libdir = @libdir@
|
||||||
includedir=${prefix}/include
|
includedir = @includedir@
|
||||||
oldincludedir=/usr/include
|
oldincludedir = @oldincludedir@
|
||||||
infodir=${prefix}/info
|
infodir = @infodir@
|
||||||
mandir=${prefix}/man
|
mandir = @mandir@
|
||||||
gxx_include_dir=@gxx_include_dir@
|
gxx_include_dir=@gxx_include_dir@
|
||||||
|
|
||||||
tooldir = $(exec_prefix)/$(target_alias)
|
tooldir = @tooldir@
|
||||||
build_tooldir = $(exec_prefix)/$(target_alias)
|
build_tooldir = @build_tooldir@
|
||||||
|
|
||||||
program_transform_name =
|
program_transform_name = @program_transform_name@
|
||||||
|
|
||||||
man1dir = $(mandir)/man1
|
man1dir = $(mandir)/man1
|
||||||
man2dir = $(mandir)/man2
|
man2dir = $(mandir)/man2
|
||||||
@ -59,13 +59,11 @@ man6dir = $(mandir)/man6
|
|||||||
man7dir = $(mandir)/man7
|
man7dir = $(mandir)/man7
|
||||||
man8dir = $(mandir)/man8
|
man8dir = $(mandir)/man8
|
||||||
man9dir = $(mandir)/man9
|
man9dir = $(mandir)/man9
|
||||||
infodir = $(prefix)/info
|
|
||||||
includedir = $(prefix)/include
|
|
||||||
# Directory in which the compiler finds executables, libraries, etc.
|
# Directory in which the compiler finds executables, libraries, etc.
|
||||||
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
|
libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(gcc_version)
|
||||||
GDB_NLM_DEPS =
|
GDB_NLM_DEPS =
|
||||||
|
|
||||||
SHELL = /bin/sh
|
SHELL = @config_shell@
|
||||||
|
|
||||||
# pwd command to use. Allow user to override default by setting PWDCMD in
|
# pwd command to use. Allow user to override default by setting PWDCMD in
|
||||||
# the environment to account for automounters. The make variable must not
|
# the environment to account for automounters. The make variable must not
|
||||||
@ -130,9 +128,9 @@ BZIPPROG = bzip2
|
|||||||
MD5PROG = md5sum
|
MD5PROG = md5sum
|
||||||
|
|
||||||
# These values are substituted by configure.
|
# These values are substituted by configure.
|
||||||
DEFAULT_YACC = yacc
|
DEFAULT_YACC = @DEFAULT_YACC@
|
||||||
DEFAULT_LEX = lex
|
DEFAULT_LEX = @DEFAULT_LEX@
|
||||||
DEFAULT_M4 = m4
|
DEFAULT_M4 = @DEFAULT_M4@
|
||||||
|
|
||||||
BISON = `if [ -f $$r/bison/bison ] ; then \
|
BISON = `if [ -f $$r/bison/bison ] ; then \
|
||||||
echo $$r/bison/bison -L $$s/bison/ ; \
|
echo $$r/bison/bison -L $$s/bison/ ; \
|
||||||
@ -515,7 +513,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
|
|||||||
# macro for build!=host builds.
|
# macro for build!=host builds.
|
||||||
ALL_BUILD_MODULES_LIST = \
|
ALL_BUILD_MODULES_LIST = \
|
||||||
all-build-libiberty
|
all-build-libiberty
|
||||||
ALL_BUILD_MODULES =
|
ALL_BUILD_MODULES = @all_build_modules@
|
||||||
|
|
||||||
# This is a list of the configure targets for all of the modules which
|
# This is a list of the configure targets for all of the modules which
|
||||||
# are compiled using the native tools.
|
# are compiled using the native tools.
|
||||||
@ -1674,7 +1672,7 @@ all-gas: all-libiberty all-opcodes all-bfd all-intl
|
|||||||
all-gawk:
|
all-gawk:
|
||||||
all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
|
all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
|
||||||
all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
|
all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
|
||||||
GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui
|
GDB_TK = @GDB_TK@
|
||||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
||||||
all-gettext:
|
all-gettext:
|
||||||
all-gnuserv:
|
all-gnuserv:
|
||||||
@ -1745,6 +1743,7 @@ all-fastjar: all-zlib all-libiberty
|
|||||||
configure-target-fastjar: configure-target-zlib
|
configure-target-fastjar: configure-target-zlib
|
||||||
all-target-fastjar: configure-target-fastjar all-target-zlib all-target-libiberty
|
all-target-fastjar: configure-target-fastjar all-target-zlib all-target-libiberty
|
||||||
configure-target-libiberty: $(ALL_GCC_C)
|
configure-target-libiberty: $(ALL_GCC_C)
|
||||||
|
configure-target: $(CONFIGURE_TARGET_MODULES)
|
||||||
all-target: $(ALL_TARGET_MODULES)
|
all-target: $(ALL_TARGET_MODULES)
|
||||||
install-target: $(INSTALL_TARGET_MODULES)
|
install-target: $(INSTALL_TARGET_MODULES)
|
||||||
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
|
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
|
||||||
@ -2000,7 +1999,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
|||||||
|
|
||||||
# The FSF "binutils" release includes gprof and ld.
|
# The FSF "binutils" release includes gprof and ld.
|
||||||
.PHONY: binutils.tar.bz2
|
.PHONY: binutils.tar.bz2
|
||||||
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
|
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
|
||||||
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
||||||
$(MAKE) -f Makefile.in taz TOOL=binutils \
|
$(MAKE) -f Makefile.in taz TOOL=binutils \
|
||||||
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user