2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
[deliverable/binutils-gdb.git] / Makefile.in
index d90c1a660cd0a8f476264651a4812a0126b90bb9..b1ff44ea79ed74eef20b0203517a9d3aa0f21ec4 100644 (file)
@@ -1,3 +1,5 @@
+
+# Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
 #
 # Makefile for directory with subdirs to build.
 #   Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
@@ -251,7 +253,7 @@ GCJ_FOR_TARGET =
 # variable is passed down to the gcc Makefile, where it is used to
 # build libgcc2.a.  We define it here so that it can itself be
 # overridden on the command line.
-GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET)
+GCC_FOR_TARGET = $(STAGE_CC_WRAPPER) $$r/gcc/xgcc -B$$r/gcc/ $(FLAGS_FOR_TARGET)
 
 AS_FOR_TARGET = ` \
   if [ -f $$r/gas/as-new ] ; then \
@@ -529,6 +531,7 @@ ALL_MODULES = \
        all-automake \
        all-bash \
        all-bfd \
+       all-opcodes \
        all-binutils \
        all-bison \
        all-byacc \
@@ -549,11 +552,11 @@ ALL_MODULES = \
        all-gnuserv \
        all-gprof \
        all-grep \
-       all-grez \
        all-gzip \
        all-hello \
        all-indent \
        all-intl \
+       all-tcl \
        all-itcl \
        all-ld \
        all-libgui \
@@ -562,7 +565,6 @@ ALL_MODULES = \
        all-m4 \
        all-make \
        all-mmalloc \
-       all-opcodes \
        all-patch \
        all-perl \
        all-prms \
@@ -577,7 +579,6 @@ ALL_MODULES = \
        all-sim \
        all-snavigator \
        all-tar \
-       all-tcl \
        all-texinfo \
        all-textutils \
        all-time \
@@ -606,6 +607,7 @@ CROSS_CHECK_MODULES = \
        check-automake \
        check-bash \
        check-bfd \
+       check-opcodes \
        check-binutils \
        check-bzip2 \
        check-db \
@@ -625,6 +627,7 @@ CROSS_CHECK_MODULES = \
        check-hello \
        check-indent \
        check-intl \
+       check-tcl \
        check-itcl \
        check-ld \
        check-libgui \
@@ -632,8 +635,6 @@ CROSS_CHECK_MODULES = \
        check-libtool \
        check-m4 \
        check-make \
-       check-mmcheckoc \
-       check-opcodes \
        check-patch \
        check-perl \
        check-prms \
@@ -643,11 +644,10 @@ CROSS_CHECK_MODULES = \
        check-sed \
        check-send-pr \
        check-shellutils \
-       check-snavigator \
        check-sid \
        check-sim \
+       check-snavigator \
        check-tar \
-       check-tcl \
        check-texinfo \
        check-textutils \
        check-time \
@@ -670,11 +670,11 @@ INSTALL_MODULES = \
        install-automake \
        install-bash \
        install-bfd \
-       install-bzip2 \
        install-opcodes \
        install-binutils \
        install-bison \
        install-byacc \
+       install-bzip2 \
        install-db \
        install-dejagnu \
        install-diff \
@@ -691,7 +691,6 @@ INSTALL_MODULES = \
        install-gnuserv \
        install-gprof \
        install-grep \
-       install-grez \
        install-gzip \
        install-hello \
        install-indent \
@@ -833,6 +832,7 @@ CLEAN_MODULES = \
        clean-automake \
        clean-bash \
        clean-bfd \
+       clean-opcodes \
        clean-binutils \
        clean-bison \
        clean-byacc \
@@ -853,11 +853,11 @@ CLEAN_MODULES = \
        clean-gnuserv \
        clean-gprof \
        clean-grep \
-       clean-grez \
        clean-gzip \
        clean-hello \
        clean-indent \
        clean-intl \
+       clean-tcl \
        clean-itcl \
        clean-ld \
        clean-libgui \
@@ -866,7 +866,6 @@ CLEAN_MODULES = \
        clean-m4 \
        clean-make \
        clean-mmalloc \
-       clean-opcodes \
        clean-patch \
        clean-perl \
        clean-prms \
@@ -881,14 +880,13 @@ CLEAN_MODULES = \
        clean-sim \
        clean-snavigator \
        clean-tar \
-       clean-tcl \
        clean-texinfo \
        clean-textutils \
        clean-time \
        clean-uudecode \
        clean-wdiff \
        clean-zip \
-       clean-zlib
+       clean-zlib 
 
 # All of the target modules that can be cleaned
 CLEAN_TARGET_MODULES = \
@@ -1687,7 +1685,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
 all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++-v3
 all-gprof: all-libiberty all-bfd all-opcodes all-intl
 all-grep: all-libiberty
-all-grez: all-libiberty all-bfd all-opcodes
 all-gui: all-gdb all-libproc
 all-guile:
 all-gzip: all-libiberty
This page took 0.025591 seconds and 4 git commands to generate.