OSDN Git Service

2004-05-21 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / Makefile.in
index bf7bc3e..ecd94f0 100644 (file)
@@ -102,7 +102,7 @@ REALLY_SET_LIB_PATH = \
   $(RPATH_ENVVAR)=`echo "$(HOST_LIB_PATH):$(TARGET_LIB_PATH):$$$(RPATH_ENVVAR)" | sed 's,::*,:,g;s,^:*,,;s,:*$$,,'`; export $(RPATH_ENVVAR);
 
 # This is the list of directories to be built for the build system.
-BUILD_CONFIGDIRS = libiberty
+BUILD_CONFIGDIRS = libiberty libbanshee
 # Build programs are put under this directory.
 BUILD_SUBDIR = @build_subdir@
 # This is set by the configure script to the arguments to use when configuring
@@ -124,6 +124,10 @@ TARGET_SUBDIR = @target_subdir@
 # directories built for the target.
 TARGET_CONFIGARGS = @target_configargs@
 
+# Where to find GMP
+HOST_GMPLIBS = @gmplibs@
+HOST_GMPINC = @gmpinc@
+
 # ----------------------------------------------
 # Programs producing files for the BUILD machine
 # ----------------------------------------------
@@ -241,7 +245,7 @@ PICFLAG =
 
 # This is the list of directories that may be needed in RPATH_ENVVAR
 # so that prorgams built for the target machine work.
-TARGET_LIB_PATH = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:
+TARGET_LIB_PATH = $$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs:$$r/$(TARGET_SUBDIR)/libmudflap/.libs
 
 FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@
 
@@ -308,6 +312,7 @@ USUAL_DLLTOOL_FOR_TARGET = ` \
   fi`
 
 GCJ_FOR_TARGET = @GCJ_FOR_TARGET@
+GFORTRAN_FOR_TARGET = @GFORTRAN_FOR_TARGET@
 
 LD_FOR_TARGET=@LD_FOR_TARGET@
 CONFIGURED_LD_FOR_TARGET=@CONFIGURED_LD_FOR_TARGET@
@@ -446,6 +451,7 @@ BASE_FLAGS_TO_PASS = \
        "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
        "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
        "GCJ_FOR_TARGET=$(GCJ_FOR_TARGET)" \
+       "GFORTRAN_FOR_TARGET=$(GFORTRAN_FOR_TARGET)" \
        "LD_FOR_TARGET=$(LD_FOR_TARGET)" \
        "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
        "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \
@@ -568,6 +574,7 @@ configure-host: maybe-configure-gcc  \
     maybe-configure-itcl \
     maybe-configure-ld \
     maybe-configure-libgui \
+    maybe-configure-libbanshee \
     maybe-configure-libiberty \
     maybe-configure-libtool \
     maybe-configure-m4 \
@@ -603,8 +610,9 @@ configure-host: maybe-configure-gcc  \
 .PHONY: configure-target
 configure-target:  \
     maybe-configure-target-libstdc++-v3 \
+    maybe-configure-target-libmudflap \
     maybe-configure-target-newlib \
-    maybe-configure-target-libf2c \
+    maybe-configure-target-libgfortran \
     maybe-configure-target-libobjc \
     maybe-configure-target-libtermcap \
     maybe-configure-target-winsup \
@@ -658,6 +666,7 @@ all-host: maybe-all-gcc  \
     maybe-all-itcl \
     maybe-all-ld \
     maybe-all-libgui \
+    maybe-all-libbanshee \
     maybe-all-libiberty \
     maybe-all-libtool \
     maybe-all-m4 \
@@ -693,8 +702,9 @@ all-host: maybe-all-gcc  \
 .PHONY: all-target
 all-target:  \
     maybe-all-target-libstdc++-v3 \
+    maybe-all-target-libmudflap \
     maybe-all-target-newlib \
-    maybe-all-target-libf2c \
+    maybe-all-target-libgfortran \
     maybe-all-target-libobjc \
     maybe-all-target-libtermcap \
     maybe-all-target-winsup \
@@ -752,6 +762,7 @@ info-host: maybe-info-gcc  \
     maybe-info-itcl \
     maybe-info-ld \
     maybe-info-libgui \
+    maybe-info-libbanshee \
     maybe-info-libiberty \
     maybe-info-libtool \
     maybe-info-m4 \
@@ -788,8 +799,9 @@ info-host: maybe-info-gcc  \
 .PHONY: info-target
 info-target:  \
     maybe-info-target-libstdc++-v3 \
+    maybe-info-target-libmudflap \
     maybe-info-target-newlib \
-    maybe-info-target-libf2c \
+    maybe-info-target-libgfortran \
     maybe-info-target-libobjc \
     maybe-info-target-libtermcap \
     maybe-info-target-winsup \
@@ -842,6 +854,7 @@ dvi-host: maybe-dvi-gcc  \
     maybe-dvi-itcl \
     maybe-dvi-ld \
     maybe-dvi-libgui \
+    maybe-dvi-libbanshee \
     maybe-dvi-libiberty \
     maybe-dvi-libtool \
     maybe-dvi-m4 \
@@ -878,8 +891,9 @@ dvi-host: maybe-dvi-gcc  \
 .PHONY: dvi-target
 dvi-target:  \
     maybe-dvi-target-libstdc++-v3 \
+    maybe-dvi-target-libmudflap \
     maybe-dvi-target-newlib \
-    maybe-dvi-target-libf2c \
+    maybe-dvi-target-libgfortran \
     maybe-dvi-target-libobjc \
     maybe-dvi-target-libtermcap \
     maybe-dvi-target-winsup \
@@ -932,6 +946,7 @@ TAGS-host: maybe-TAGS-gcc  \
     maybe-TAGS-itcl \
     maybe-TAGS-ld \
     maybe-TAGS-libgui \
+    maybe-TAGS-libbanshee \
     maybe-TAGS-libiberty \
     maybe-TAGS-libtool \
     maybe-TAGS-m4 \
@@ -968,8 +983,9 @@ TAGS-host: maybe-TAGS-gcc  \
 .PHONY: TAGS-target
 TAGS-target:  \
     maybe-TAGS-target-libstdc++-v3 \
+    maybe-TAGS-target-libmudflap \
     maybe-TAGS-target-newlib \
-    maybe-TAGS-target-libf2c \
+    maybe-TAGS-target-libgfortran \
     maybe-TAGS-target-libobjc \
     maybe-TAGS-target-libtermcap \
     maybe-TAGS-target-winsup \
@@ -1022,6 +1038,7 @@ install-info-host: maybe-install-info-gcc  \
     maybe-install-info-itcl \
     maybe-install-info-ld \
     maybe-install-info-libgui \
+    maybe-install-info-libbanshee \
     maybe-install-info-libiberty \
     maybe-install-info-libtool \
     maybe-install-info-m4 \
@@ -1058,8 +1075,9 @@ install-info-host: maybe-install-info-gcc  \
 .PHONY: install-info-target
 install-info-target:  \
     maybe-install-info-target-libstdc++-v3 \
+    maybe-install-info-target-libmudflap \
     maybe-install-info-target-newlib \
-    maybe-install-info-target-libf2c \
+    maybe-install-info-target-libgfortran \
     maybe-install-info-target-libobjc \
     maybe-install-info-target-libtermcap \
     maybe-install-info-target-winsup \
@@ -1112,6 +1130,7 @@ installcheck-host: maybe-installcheck-gcc  \
     maybe-installcheck-itcl \
     maybe-installcheck-ld \
     maybe-installcheck-libgui \
+    maybe-installcheck-libbanshee \
     maybe-installcheck-libiberty \
     maybe-installcheck-libtool \
     maybe-installcheck-m4 \
@@ -1148,8 +1167,9 @@ installcheck-host: maybe-installcheck-gcc  \
 .PHONY: installcheck-target
 installcheck-target:  \
     maybe-installcheck-target-libstdc++-v3 \
+    maybe-installcheck-target-libmudflap \
     maybe-installcheck-target-newlib \
-    maybe-installcheck-target-libf2c \
+    maybe-installcheck-target-libgfortran \
     maybe-installcheck-target-libobjc \
     maybe-installcheck-target-libtermcap \
     maybe-installcheck-target-winsup \
@@ -1202,6 +1222,7 @@ mostlyclean-host: maybe-mostlyclean-gcc  \
     maybe-mostlyclean-itcl \
     maybe-mostlyclean-ld \
     maybe-mostlyclean-libgui \
+    maybe-mostlyclean-libbanshee \
     maybe-mostlyclean-libiberty \
     maybe-mostlyclean-libtool \
     maybe-mostlyclean-m4 \
@@ -1238,8 +1259,9 @@ mostlyclean-host: maybe-mostlyclean-gcc  \
 .PHONY: mostlyclean-target
 mostlyclean-target:  \
     maybe-mostlyclean-target-libstdc++-v3 \
+    maybe-mostlyclean-target-libmudflap \
     maybe-mostlyclean-target-newlib \
-    maybe-mostlyclean-target-libf2c \
+    maybe-mostlyclean-target-libgfortran \
     maybe-mostlyclean-target-libobjc \
     maybe-mostlyclean-target-libtermcap \
     maybe-mostlyclean-target-winsup \
@@ -1292,6 +1314,7 @@ clean-host: maybe-clean-gcc  \
     maybe-clean-itcl \
     maybe-clean-ld \
     maybe-clean-libgui \
+    maybe-clean-libbanshee \
     maybe-clean-libiberty \
     maybe-clean-libtool \
     maybe-clean-m4 \
@@ -1328,8 +1351,9 @@ clean-host: maybe-clean-gcc  \
 .PHONY: clean-target
 clean-target:  \
     maybe-clean-target-libstdc++-v3 \
+    maybe-clean-target-libmudflap \
     maybe-clean-target-newlib \
-    maybe-clean-target-libf2c \
+    maybe-clean-target-libgfortran \
     maybe-clean-target-libobjc \
     maybe-clean-target-libtermcap \
     maybe-clean-target-winsup \
@@ -1382,6 +1406,7 @@ distclean-host: maybe-distclean-gcc  \
     maybe-distclean-itcl \
     maybe-distclean-ld \
     maybe-distclean-libgui \
+    maybe-distclean-libbanshee \
     maybe-distclean-libiberty \
     maybe-distclean-libtool \
     maybe-distclean-m4 \
@@ -1418,8 +1443,9 @@ distclean-host: maybe-distclean-gcc  \
 .PHONY: distclean-target
 distclean-target:  \
     maybe-distclean-target-libstdc++-v3 \
+    maybe-distclean-target-libmudflap \
     maybe-distclean-target-newlib \
-    maybe-distclean-target-libf2c \
+    maybe-distclean-target-libgfortran \
     maybe-distclean-target-libobjc \
     maybe-distclean-target-libtermcap \
     maybe-distclean-target-winsup \
@@ -1472,6 +1498,7 @@ maintainer-clean-host: maybe-maintainer-clean-gcc  \
     maybe-maintainer-clean-itcl \
     maybe-maintainer-clean-ld \
     maybe-maintainer-clean-libgui \
+    maybe-maintainer-clean-libbanshee \
     maybe-maintainer-clean-libiberty \
     maybe-maintainer-clean-libtool \
     maybe-maintainer-clean-m4 \
@@ -1508,8 +1535,9 @@ maintainer-clean-host: maybe-maintainer-clean-gcc  \
 .PHONY: maintainer-clean-target
 maintainer-clean-target:  \
     maybe-maintainer-clean-target-libstdc++-v3 \
+    maybe-maintainer-clean-target-libmudflap \
     maybe-maintainer-clean-target-newlib \
-    maybe-maintainer-clean-target-libf2c \
+    maybe-maintainer-clean-target-libgfortran \
     maybe-maintainer-clean-target-libobjc \
     maybe-maintainer-clean-target-libtermcap \
     maybe-maintainer-clean-target-winsup \
@@ -1619,6 +1647,7 @@ do-check: maybe-check-gcc  \
     maybe-check-itcl \
     maybe-check-ld \
     maybe-check-libgui \
+    maybe-check-libbanshee \
     maybe-check-libiberty \
     maybe-check-libtool \
     maybe-check-m4 \
@@ -1652,8 +1681,9 @@ do-check: maybe-check-gcc  \
     maybe-check-libtermcap \
     maybe-check-utils \
     maybe-check-target-libstdc++-v3 \
+    maybe-check-target-libmudflap \
     maybe-check-target-newlib \
-    maybe-check-target-libf2c \
+    maybe-check-target-libgfortran \
     maybe-check-target-libobjc \
     maybe-check-target-libtermcap \
     maybe-check-target-winsup \
@@ -1729,6 +1759,7 @@ install-host-nogcc:  \
     maybe-install-itcl \
     maybe-install-ld \
     maybe-install-libgui \
+    maybe-install-libbanshee \
     maybe-install-libiberty \
     maybe-install-libtool \
     maybe-install-m4 \
@@ -1796,6 +1827,7 @@ install-host: maybe-install-gcc  \
     maybe-install-itcl \
     maybe-install-ld \
     maybe-install-libgui \
+    maybe-install-libbanshee \
     maybe-install-libiberty \
     maybe-install-libtool \
     maybe-install-m4 \
@@ -1832,8 +1864,9 @@ install-host: maybe-install-gcc  \
 .PHONY: install-target
 install-target:  \
     maybe-install-target-libstdc++-v3 \
+    maybe-install-target-libmudflap \
     maybe-install-target-newlib \
-    maybe-install-target-libf2c \
+    maybe-install-target-libgfortran \
     maybe-install-target-libobjc \
     maybe-install-target-libtermcap \
     maybe-install-target-winsup \
@@ -1905,6 +1938,8 @@ TAGS: do-TAGS
 
 .PHONY: configure-build-libiberty maybe-configure-build-libiberty
 maybe-configure-build-libiberty:
+@if build-libiberty
+maybe-configure-build-libiberty: configure-build-libiberty
 configure-build-libiberty:
        @test ! -f $(BUILD_SUBDIR)/libiberty/Makefile || exit 0; \
        $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/libiberty ; \
@@ -1918,6 +1953,7 @@ configure-build-libiberty:
        CXX="$(CXX_FOR_BUILD)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_BUILD)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_BUILD)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_BUILD)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_BUILD)"; export DLLTOOL; \
        LD="$(LD_FOR_BUILD)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
@@ -1964,13 +2000,93 @@ configure-build-libiberty:
          $(BUILD_CONFIGARGS) $${srcdiroption} \
          --with-build-subdir="$(BUILD_SUBDIR)" \
          || exit 1
+@endif build-libiberty
 
 .PHONY: all-build-libiberty maybe-all-build-libiberty
 maybe-all-build-libiberty:
+@if build-libiberty
+maybe-all-build-libiberty: all-build-libiberty
 all-build-libiberty: configure-build-libiberty
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        (cd $(BUILD_SUBDIR)/libiberty && $(MAKE) all)
+@endif build-libiberty
+
+.PHONY: configure-build-libbanshee maybe-configure-build-libbanshee
+maybe-configure-build-libbanshee:
+@if build-libbanshee
+maybe-configure-build-libbanshee: configure-build-libbanshee
+configure-build-libbanshee:
+       @test ! -f $(BUILD_SUBDIR)/libbanshee/Makefile || exit 0; \
+       $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/libbanshee ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       AR="$(AR_FOR_BUILD)"; export AR; \
+       AS="$(AS_FOR_BUILD)"; export AS; \
+       CC="$(CC_FOR_BUILD)"; export CC; \
+       CFLAGS="$(CFLAGS_FOR_BUILD)"; export CFLAGS; \
+       CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
+       CXX="$(CXX_FOR_BUILD)"; export CXX; \
+       CXXFLAGS="$(CXXFLAGS_FOR_BUILD)"; export CXXFLAGS; \
+       GCJ="$(GCJ_FOR_BUILD)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_BUILD)"; export GFORTRAN; \
+       DLLTOOL="$(DLLTOOL_FOR_BUILD)"; export DLLTOOL; \
+       LD="$(LD_FOR_BUILD)"; export LD; \
+       LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
+       NM="$(NM_FOR_BUILD)"; export NM; \
+       RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
+       WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
+       echo Configuring in $(BUILD_SUBDIR)/libbanshee; \
+       cd "$(BUILD_SUBDIR)/libbanshee" || exit 1; \
+       case $(srcdir) in \
+         /* | [A-Za-z]:[\\/]*) \
+           topdir=$(srcdir) ;; \
+         *) \
+           case "$(BUILD_SUBDIR)" in \
+             .) topdir="../$(srcdir)" ;; \
+             *) topdir="../../$(srcdir)" ;; \
+           esac ;; \
+       esac; \
+       if [ "$(srcdir)" = "." ] ; then \
+         if [ "$(BUILD_SUBDIR)" != "." ] ; then \
+           if $(SHELL) $$s/symlink-tree $${topdir}/libbanshee "no-such-file" ; then \
+             if [ -f Makefile ]; then \
+               if $(MAKE) distclean; then \
+                 true; \
+               else \
+                 exit 1; \
+               fi; \
+             else \
+               true; \
+             fi; \
+           else \
+             exit 1; \
+           fi; \
+         else \
+           true; \
+         fi; \
+         srcdiroption="--srcdir=."; \
+         libsrcdir="."; \
+       else \
+         srcdiroption="--srcdir=$${topdir}/libbanshee"; \
+         libsrcdir="$$s/libbanshee"; \
+       fi; \
+       rm -f no-such-file || : ; \
+       CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
+         $(BUILD_CONFIGARGS) $${srcdiroption} \
+         --with-build-subdir="$(BUILD_SUBDIR)" \
+         || exit 1
+@endif build-libbanshee
+
+.PHONY: all-build-libbanshee maybe-all-build-libbanshee
+maybe-all-build-libbanshee:
+@if build-libbanshee
+maybe-all-build-libbanshee: all-build-libbanshee
+all-build-libbanshee: configure-build-libbanshee
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       (cd $(BUILD_SUBDIR)/libbanshee && $(MAKE) all)
+@endif build-libbanshee
 
 
 # --------------------------------------
@@ -1979,6 +2095,8 @@ all-build-libiberty: configure-build-libiberty
 
 .PHONY: configure-ash maybe-configure-ash
 maybe-configure-ash:
+@if ash
+maybe-configure-ash: configure-ash
 configure-ash:
        @test ! -f ash/Makefile || exit 0; \
        [ -d ash ] || mkdir ash; \
@@ -1994,6 +2112,7 @@ configure-ash:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -2015,17 +2134,23 @@ configure-ash:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif ash
 
 .PHONY: all-ash maybe-all-ash
 maybe-all-ash:
+@if ash
+maybe-all-ash: all-ash
 all-ash: configure-ash
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd ash && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif ash
 
 .PHONY: check-ash maybe-check-ash
 maybe-check-ash:
+@if ash
+maybe-check-ash: check-ash
 
 check-ash:
        @r=`${PWD_COMMAND}`; export r; \
@@ -2033,9 +2158,12 @@ check-ash:
        $(SET_LIB_PATH) \
        (cd ash && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif ash
 
 .PHONY: install-ash maybe-install-ash
 maybe-install-ash:
+@if ash
+maybe-install-ash: install-ash
 
 install-ash: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -2043,11 +2171,14 @@ install-ash: installdirs
        $(SET_LIB_PATH) \
        (cd ash && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif ash
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-ash info-ash
 maybe-info-ash:
+@if ash
+maybe-info-ash: info-ash
 
 info-ash: \
     configure-ash 
@@ -2067,9 +2198,12 @@ info-ash: \
                  info) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-dvi-ash dvi-ash
 maybe-dvi-ash:
+@if ash
+maybe-dvi-ash: dvi-ash
 
 dvi-ash: \
     configure-ash 
@@ -2089,9 +2223,12 @@ dvi-ash: \
                  dvi) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-TAGS-ash TAGS-ash
 maybe-TAGS-ash:
+@if ash
+maybe-TAGS-ash: TAGS-ash
 
 TAGS-ash: \
     configure-ash 
@@ -2111,9 +2248,12 @@ TAGS-ash: \
                  TAGS) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-install-info-ash install-info-ash
 maybe-install-info-ash:
+@if ash
+maybe-install-info-ash: install-info-ash
 
 install-info-ash: \
     configure-ash \
@@ -2134,9 +2274,12 @@ install-info-ash: \
                  install-info) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-installcheck-ash installcheck-ash
 maybe-installcheck-ash:
+@if ash
+maybe-installcheck-ash: installcheck-ash
 
 installcheck-ash: \
     configure-ash 
@@ -2156,9 +2299,12 @@ installcheck-ash: \
                  installcheck) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-mostlyclean-ash mostlyclean-ash
 maybe-mostlyclean-ash:
+@if ash
+maybe-mostlyclean-ash: mostlyclean-ash
 
 mostlyclean-ash: 
        @[ -f ./ash/Makefile ] || exit 0; \
@@ -2177,9 +2323,12 @@ mostlyclean-ash:
                  mostlyclean) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-clean-ash clean-ash
 maybe-clean-ash:
+@if ash
+maybe-clean-ash: clean-ash
 
 clean-ash: 
        @[ -f ./ash/Makefile ] || exit 0; \
@@ -2198,9 +2347,12 @@ clean-ash:
                  clean) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-distclean-ash distclean-ash
 maybe-distclean-ash:
+@if ash
+maybe-distclean-ash: distclean-ash
 
 distclean-ash: 
        @[ -f ./ash/Makefile ] || exit 0; \
@@ -2219,9 +2371,12 @@ distclean-ash:
                  distclean) \
          || exit 1
 
+@endif ash
 
 .PHONY: maybe-maintainer-clean-ash maintainer-clean-ash
 maybe-maintainer-clean-ash:
+@if ash
+maybe-maintainer-clean-ash: maintainer-clean-ash
 
 maintainer-clean-ash: 
        @[ -f ./ash/Makefile ] || exit 0; \
@@ -2240,10 +2395,13 @@ maintainer-clean-ash:
                  maintainer-clean) \
          || exit 1
 
+@endif ash
 
 
 .PHONY: configure-autoconf maybe-configure-autoconf
 maybe-configure-autoconf:
+@if autoconf
+maybe-configure-autoconf: configure-autoconf
 configure-autoconf:
        @test ! -f autoconf/Makefile || exit 0; \
        [ -d autoconf ] || mkdir autoconf; \
@@ -2259,6 +2417,7 @@ configure-autoconf:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -2280,17 +2439,23 @@ configure-autoconf:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif autoconf
 
 .PHONY: all-autoconf maybe-all-autoconf
 maybe-all-autoconf:
+@if autoconf
+maybe-all-autoconf: all-autoconf
 all-autoconf: configure-autoconf
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd autoconf && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif autoconf
 
 .PHONY: check-autoconf maybe-check-autoconf
 maybe-check-autoconf:
+@if autoconf
+maybe-check-autoconf: check-autoconf
 
 check-autoconf:
        @r=`${PWD_COMMAND}`; export r; \
@@ -2298,9 +2463,12 @@ check-autoconf:
        $(SET_LIB_PATH) \
        (cd autoconf && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif autoconf
 
 .PHONY: install-autoconf maybe-install-autoconf
 maybe-install-autoconf:
+@if autoconf
+maybe-install-autoconf: install-autoconf
 
 install-autoconf: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -2308,11 +2476,14 @@ install-autoconf: installdirs
        $(SET_LIB_PATH) \
        (cd autoconf && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif autoconf
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-autoconf info-autoconf
 maybe-info-autoconf:
+@if autoconf
+maybe-info-autoconf: info-autoconf
 
 info-autoconf: \
     configure-autoconf 
@@ -2332,9 +2503,12 @@ info-autoconf: \
                  info) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-dvi-autoconf dvi-autoconf
 maybe-dvi-autoconf:
+@if autoconf
+maybe-dvi-autoconf: dvi-autoconf
 
 dvi-autoconf: \
     configure-autoconf 
@@ -2354,9 +2528,12 @@ dvi-autoconf: \
                  dvi) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-TAGS-autoconf TAGS-autoconf
 maybe-TAGS-autoconf:
+@if autoconf
+maybe-TAGS-autoconf: TAGS-autoconf
 
 TAGS-autoconf: \
     configure-autoconf 
@@ -2376,9 +2553,12 @@ TAGS-autoconf: \
                  TAGS) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-install-info-autoconf install-info-autoconf
 maybe-install-info-autoconf:
+@if autoconf
+maybe-install-info-autoconf: install-info-autoconf
 
 install-info-autoconf: \
     configure-autoconf \
@@ -2399,9 +2579,12 @@ install-info-autoconf: \
                  install-info) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-installcheck-autoconf installcheck-autoconf
 maybe-installcheck-autoconf:
+@if autoconf
+maybe-installcheck-autoconf: installcheck-autoconf
 
 installcheck-autoconf: \
     configure-autoconf 
@@ -2421,9 +2604,12 @@ installcheck-autoconf: \
                  installcheck) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-mostlyclean-autoconf mostlyclean-autoconf
 maybe-mostlyclean-autoconf:
+@if autoconf
+maybe-mostlyclean-autoconf: mostlyclean-autoconf
 
 mostlyclean-autoconf: 
        @[ -f ./autoconf/Makefile ] || exit 0; \
@@ -2442,9 +2628,12 @@ mostlyclean-autoconf:
                  mostlyclean) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-clean-autoconf clean-autoconf
 maybe-clean-autoconf:
+@if autoconf
+maybe-clean-autoconf: clean-autoconf
 
 clean-autoconf: 
        @[ -f ./autoconf/Makefile ] || exit 0; \
@@ -2463,9 +2652,12 @@ clean-autoconf:
                  clean) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-distclean-autoconf distclean-autoconf
 maybe-distclean-autoconf:
+@if autoconf
+maybe-distclean-autoconf: distclean-autoconf
 
 distclean-autoconf: 
        @[ -f ./autoconf/Makefile ] || exit 0; \
@@ -2484,9 +2676,12 @@ distclean-autoconf:
                  distclean) \
          || exit 1
 
+@endif autoconf
 
 .PHONY: maybe-maintainer-clean-autoconf maintainer-clean-autoconf
 maybe-maintainer-clean-autoconf:
+@if autoconf
+maybe-maintainer-clean-autoconf: maintainer-clean-autoconf
 
 maintainer-clean-autoconf: 
        @[ -f ./autoconf/Makefile ] || exit 0; \
@@ -2505,10 +2700,13 @@ maintainer-clean-autoconf:
                  maintainer-clean) \
          || exit 1
 
+@endif autoconf
 
 
 .PHONY: configure-automake maybe-configure-automake
 maybe-configure-automake:
+@if automake
+maybe-configure-automake: configure-automake
 configure-automake:
        @test ! -f automake/Makefile || exit 0; \
        [ -d automake ] || mkdir automake; \
@@ -2524,6 +2722,7 @@ configure-automake:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -2545,17 +2744,23 @@ configure-automake:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif automake
 
 .PHONY: all-automake maybe-all-automake
 maybe-all-automake:
+@if automake
+maybe-all-automake: all-automake
 all-automake: configure-automake
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd automake && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif automake
 
 .PHONY: check-automake maybe-check-automake
 maybe-check-automake:
+@if automake
+maybe-check-automake: check-automake
 
 check-automake:
        @r=`${PWD_COMMAND}`; export r; \
@@ -2563,9 +2768,12 @@ check-automake:
        $(SET_LIB_PATH) \
        (cd automake && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif automake
 
 .PHONY: install-automake maybe-install-automake
 maybe-install-automake:
+@if automake
+maybe-install-automake: install-automake
 
 install-automake: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -2573,11 +2781,14 @@ install-automake: installdirs
        $(SET_LIB_PATH) \
        (cd automake && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif automake
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-automake info-automake
 maybe-info-automake:
+@if automake
+maybe-info-automake: info-automake
 
 info-automake: \
     configure-automake 
@@ -2597,9 +2808,12 @@ info-automake: \
                  info) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-dvi-automake dvi-automake
 maybe-dvi-automake:
+@if automake
+maybe-dvi-automake: dvi-automake
 
 dvi-automake: \
     configure-automake 
@@ -2619,9 +2833,12 @@ dvi-automake: \
                  dvi) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-TAGS-automake TAGS-automake
 maybe-TAGS-automake:
+@if automake
+maybe-TAGS-automake: TAGS-automake
 
 TAGS-automake: \
     configure-automake 
@@ -2641,9 +2858,12 @@ TAGS-automake: \
                  TAGS) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-install-info-automake install-info-automake
 maybe-install-info-automake:
+@if automake
+maybe-install-info-automake: install-info-automake
 
 install-info-automake: \
     configure-automake \
@@ -2664,9 +2884,12 @@ install-info-automake: \
                  install-info) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-installcheck-automake installcheck-automake
 maybe-installcheck-automake:
+@if automake
+maybe-installcheck-automake: installcheck-automake
 
 installcheck-automake: \
     configure-automake 
@@ -2686,9 +2909,12 @@ installcheck-automake: \
                  installcheck) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-mostlyclean-automake mostlyclean-automake
 maybe-mostlyclean-automake:
+@if automake
+maybe-mostlyclean-automake: mostlyclean-automake
 
 mostlyclean-automake: 
        @[ -f ./automake/Makefile ] || exit 0; \
@@ -2707,9 +2933,12 @@ mostlyclean-automake:
                  mostlyclean) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-clean-automake clean-automake
 maybe-clean-automake:
+@if automake
+maybe-clean-automake: clean-automake
 
 clean-automake: 
        @[ -f ./automake/Makefile ] || exit 0; \
@@ -2728,9 +2957,12 @@ clean-automake:
                  clean) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-distclean-automake distclean-automake
 maybe-distclean-automake:
+@if automake
+maybe-distclean-automake: distclean-automake
 
 distclean-automake: 
        @[ -f ./automake/Makefile ] || exit 0; \
@@ -2749,9 +2981,12 @@ distclean-automake:
                  distclean) \
          || exit 1
 
+@endif automake
 
 .PHONY: maybe-maintainer-clean-automake maintainer-clean-automake
 maybe-maintainer-clean-automake:
+@if automake
+maybe-maintainer-clean-automake: maintainer-clean-automake
 
 maintainer-clean-automake: 
        @[ -f ./automake/Makefile ] || exit 0; \
@@ -2770,10 +3005,13 @@ maintainer-clean-automake:
                  maintainer-clean) \
          || exit 1
 
+@endif automake
 
 
 .PHONY: configure-bash maybe-configure-bash
 maybe-configure-bash:
+@if bash
+maybe-configure-bash: configure-bash
 configure-bash:
        @test ! -f bash/Makefile || exit 0; \
        [ -d bash ] || mkdir bash; \
@@ -2789,6 +3027,7 @@ configure-bash:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -2810,17 +3049,23 @@ configure-bash:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif bash
 
 .PHONY: all-bash maybe-all-bash
 maybe-all-bash:
+@if bash
+maybe-all-bash: all-bash
 all-bash: configure-bash
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd bash && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif bash
 
 .PHONY: check-bash maybe-check-bash
 maybe-check-bash:
+@if bash
+maybe-check-bash: check-bash
 
 check-bash:
        @r=`${PWD_COMMAND}`; export r; \
@@ -2828,9 +3073,12 @@ check-bash:
        $(SET_LIB_PATH) \
        (cd bash && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif bash
 
 .PHONY: install-bash maybe-install-bash
 maybe-install-bash:
+@if bash
+maybe-install-bash: install-bash
 
 install-bash: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -2838,11 +3086,14 @@ install-bash: installdirs
        $(SET_LIB_PATH) \
        (cd bash && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif bash
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-bash info-bash
 maybe-info-bash:
+@if bash
+maybe-info-bash: info-bash
 
 info-bash: \
     configure-bash 
@@ -2862,9 +3113,12 @@ info-bash: \
                  info) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-dvi-bash dvi-bash
 maybe-dvi-bash:
+@if bash
+maybe-dvi-bash: dvi-bash
 
 dvi-bash: \
     configure-bash 
@@ -2884,9 +3138,12 @@ dvi-bash: \
                  dvi) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-TAGS-bash TAGS-bash
 maybe-TAGS-bash:
+@if bash
+maybe-TAGS-bash: TAGS-bash
 
 TAGS-bash: \
     configure-bash 
@@ -2906,9 +3163,12 @@ TAGS-bash: \
                  TAGS) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-install-info-bash install-info-bash
 maybe-install-info-bash:
+@if bash
+maybe-install-info-bash: install-info-bash
 
 install-info-bash: \
     configure-bash \
@@ -2929,9 +3189,12 @@ install-info-bash: \
                  install-info) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-installcheck-bash installcheck-bash
 maybe-installcheck-bash:
+@if bash
+maybe-installcheck-bash: installcheck-bash
 
 installcheck-bash: \
     configure-bash 
@@ -2951,9 +3214,12 @@ installcheck-bash: \
                  installcheck) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-mostlyclean-bash mostlyclean-bash
 maybe-mostlyclean-bash:
+@if bash
+maybe-mostlyclean-bash: mostlyclean-bash
 
 mostlyclean-bash: 
        @[ -f ./bash/Makefile ] || exit 0; \
@@ -2972,9 +3238,12 @@ mostlyclean-bash:
                  mostlyclean) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-clean-bash clean-bash
 maybe-clean-bash:
+@if bash
+maybe-clean-bash: clean-bash
 
 clean-bash: 
        @[ -f ./bash/Makefile ] || exit 0; \
@@ -2993,9 +3262,12 @@ clean-bash:
                  clean) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-distclean-bash distclean-bash
 maybe-distclean-bash:
+@if bash
+maybe-distclean-bash: distclean-bash
 
 distclean-bash: 
        @[ -f ./bash/Makefile ] || exit 0; \
@@ -3014,9 +3286,12 @@ distclean-bash:
                  distclean) \
          || exit 1
 
+@endif bash
 
 .PHONY: maybe-maintainer-clean-bash maintainer-clean-bash
 maybe-maintainer-clean-bash:
+@if bash
+maybe-maintainer-clean-bash: maintainer-clean-bash
 
 maintainer-clean-bash: 
        @[ -f ./bash/Makefile ] || exit 0; \
@@ -3035,10 +3310,13 @@ maintainer-clean-bash:
                  maintainer-clean) \
          || exit 1
 
+@endif bash
 
 
 .PHONY: configure-bfd maybe-configure-bfd
 maybe-configure-bfd:
+@if bfd
+maybe-configure-bfd: configure-bfd
 configure-bfd:
        @test ! -f bfd/Makefile || exit 0; \
        [ -d bfd ] || mkdir bfd; \
@@ -3054,6 +3332,7 @@ configure-bfd:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -3075,17 +3354,23 @@ configure-bfd:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif bfd
 
 .PHONY: all-bfd maybe-all-bfd
 maybe-all-bfd:
+@if bfd
+maybe-all-bfd: all-bfd
 all-bfd: configure-bfd
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd bfd && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif bfd
 
 .PHONY: check-bfd maybe-check-bfd
 maybe-check-bfd:
+@if bfd
+maybe-check-bfd: check-bfd
 
 check-bfd:
        @r=`${PWD_COMMAND}`; export r; \
@@ -3093,9 +3378,12 @@ check-bfd:
        $(SET_LIB_PATH) \
        (cd bfd && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif bfd
 
 .PHONY: install-bfd maybe-install-bfd
 maybe-install-bfd:
+@if bfd
+maybe-install-bfd: install-bfd
 
 install-bfd: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -3103,11 +3391,14 @@ install-bfd: installdirs
        $(SET_LIB_PATH) \
        (cd bfd && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif bfd
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-bfd info-bfd
 maybe-info-bfd:
+@if bfd
+maybe-info-bfd: info-bfd
 
 info-bfd: \
     configure-bfd 
@@ -3127,9 +3418,12 @@ info-bfd: \
                  info) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-dvi-bfd dvi-bfd
 maybe-dvi-bfd:
+@if bfd
+maybe-dvi-bfd: dvi-bfd
 
 dvi-bfd: \
     configure-bfd 
@@ -3149,9 +3443,12 @@ dvi-bfd: \
                  dvi) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-TAGS-bfd TAGS-bfd
 maybe-TAGS-bfd:
+@if bfd
+maybe-TAGS-bfd: TAGS-bfd
 
 TAGS-bfd: \
     configure-bfd 
@@ -3171,9 +3468,12 @@ TAGS-bfd: \
                  TAGS) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-install-info-bfd install-info-bfd
 maybe-install-info-bfd:
+@if bfd
+maybe-install-info-bfd: install-info-bfd
 
 install-info-bfd: \
     configure-bfd \
@@ -3194,9 +3494,12 @@ install-info-bfd: \
                  install-info) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-installcheck-bfd installcheck-bfd
 maybe-installcheck-bfd:
+@if bfd
+maybe-installcheck-bfd: installcheck-bfd
 
 installcheck-bfd: \
     configure-bfd 
@@ -3216,9 +3519,12 @@ installcheck-bfd: \
                  installcheck) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-mostlyclean-bfd mostlyclean-bfd
 maybe-mostlyclean-bfd:
+@if bfd
+maybe-mostlyclean-bfd: mostlyclean-bfd
 
 mostlyclean-bfd: 
        @[ -f ./bfd/Makefile ] || exit 0; \
@@ -3237,9 +3543,12 @@ mostlyclean-bfd:
                  mostlyclean) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-clean-bfd clean-bfd
 maybe-clean-bfd:
+@if bfd
+maybe-clean-bfd: clean-bfd
 
 clean-bfd: 
        @[ -f ./bfd/Makefile ] || exit 0; \
@@ -3258,9 +3567,12 @@ clean-bfd:
                  clean) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-distclean-bfd distclean-bfd
 maybe-distclean-bfd:
+@if bfd
+maybe-distclean-bfd: distclean-bfd
 
 distclean-bfd: 
        @[ -f ./bfd/Makefile ] || exit 0; \
@@ -3279,9 +3591,12 @@ distclean-bfd:
                  distclean) \
          || exit 1
 
+@endif bfd
 
 .PHONY: maybe-maintainer-clean-bfd maintainer-clean-bfd
 maybe-maintainer-clean-bfd:
+@if bfd
+maybe-maintainer-clean-bfd: maintainer-clean-bfd
 
 maintainer-clean-bfd: 
        @[ -f ./bfd/Makefile ] || exit 0; \
@@ -3300,10 +3615,13 @@ maintainer-clean-bfd:
                  maintainer-clean) \
          || exit 1
 
+@endif bfd
 
 
 .PHONY: configure-opcodes maybe-configure-opcodes
 maybe-configure-opcodes:
+@if opcodes
+maybe-configure-opcodes: configure-opcodes
 configure-opcodes:
        @test ! -f opcodes/Makefile || exit 0; \
        [ -d opcodes ] || mkdir opcodes; \
@@ -3319,6 +3637,7 @@ configure-opcodes:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -3340,17 +3659,23 @@ configure-opcodes:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif opcodes
 
 .PHONY: all-opcodes maybe-all-opcodes
 maybe-all-opcodes:
+@if opcodes
+maybe-all-opcodes: all-opcodes
 all-opcodes: configure-opcodes
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd opcodes && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif opcodes
 
 .PHONY: check-opcodes maybe-check-opcodes
 maybe-check-opcodes:
+@if opcodes
+maybe-check-opcodes: check-opcodes
 
 check-opcodes:
        @r=`${PWD_COMMAND}`; export r; \
@@ -3358,9 +3683,12 @@ check-opcodes:
        $(SET_LIB_PATH) \
        (cd opcodes && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif opcodes
 
 .PHONY: install-opcodes maybe-install-opcodes
 maybe-install-opcodes:
+@if opcodes
+maybe-install-opcodes: install-opcodes
 
 install-opcodes: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -3368,11 +3696,14 @@ install-opcodes: installdirs
        $(SET_LIB_PATH) \
        (cd opcodes && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif opcodes
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-opcodes info-opcodes
 maybe-info-opcodes:
+@if opcodes
+maybe-info-opcodes: info-opcodes
 
 info-opcodes: \
     configure-opcodes 
@@ -3392,9 +3723,12 @@ info-opcodes: \
                  info) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-dvi-opcodes dvi-opcodes
 maybe-dvi-opcodes:
+@if opcodes
+maybe-dvi-opcodes: dvi-opcodes
 
 dvi-opcodes: \
     configure-opcodes 
@@ -3414,9 +3748,12 @@ dvi-opcodes: \
                  dvi) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-TAGS-opcodes TAGS-opcodes
 maybe-TAGS-opcodes:
+@if opcodes
+maybe-TAGS-opcodes: TAGS-opcodes
 
 TAGS-opcodes: \
     configure-opcodes 
@@ -3436,9 +3773,12 @@ TAGS-opcodes: \
                  TAGS) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-install-info-opcodes install-info-opcodes
 maybe-install-info-opcodes:
+@if opcodes
+maybe-install-info-opcodes: install-info-opcodes
 
 install-info-opcodes: \
     configure-opcodes \
@@ -3459,9 +3799,12 @@ install-info-opcodes: \
                  install-info) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-installcheck-opcodes installcheck-opcodes
 maybe-installcheck-opcodes:
+@if opcodes
+maybe-installcheck-opcodes: installcheck-opcodes
 
 installcheck-opcodes: \
     configure-opcodes 
@@ -3481,9 +3824,12 @@ installcheck-opcodes: \
                  installcheck) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-mostlyclean-opcodes mostlyclean-opcodes
 maybe-mostlyclean-opcodes:
+@if opcodes
+maybe-mostlyclean-opcodes: mostlyclean-opcodes
 
 mostlyclean-opcodes: 
        @[ -f ./opcodes/Makefile ] || exit 0; \
@@ -3502,9 +3848,12 @@ mostlyclean-opcodes:
                  mostlyclean) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-clean-opcodes clean-opcodes
 maybe-clean-opcodes:
+@if opcodes
+maybe-clean-opcodes: clean-opcodes
 
 clean-opcodes: 
        @[ -f ./opcodes/Makefile ] || exit 0; \
@@ -3523,9 +3872,12 @@ clean-opcodes:
                  clean) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-distclean-opcodes distclean-opcodes
 maybe-distclean-opcodes:
+@if opcodes
+maybe-distclean-opcodes: distclean-opcodes
 
 distclean-opcodes: 
        @[ -f ./opcodes/Makefile ] || exit 0; \
@@ -3544,9 +3896,12 @@ distclean-opcodes:
                  distclean) \
          || exit 1
 
+@endif opcodes
 
 .PHONY: maybe-maintainer-clean-opcodes maintainer-clean-opcodes
 maybe-maintainer-clean-opcodes:
+@if opcodes
+maybe-maintainer-clean-opcodes: maintainer-clean-opcodes
 
 maintainer-clean-opcodes: 
        @[ -f ./opcodes/Makefile ] || exit 0; \
@@ -3565,10 +3920,13 @@ maintainer-clean-opcodes:
                  maintainer-clean) \
          || exit 1
 
+@endif opcodes
 
 
 .PHONY: configure-binutils maybe-configure-binutils
 maybe-configure-binutils:
+@if binutils
+maybe-configure-binutils: configure-binutils
 configure-binutils:
        @test ! -f binutils/Makefile || exit 0; \
        [ -d binutils ] || mkdir binutils; \
@@ -3584,6 +3942,7 @@ configure-binutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -3605,17 +3964,23 @@ configure-binutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif binutils
 
 .PHONY: all-binutils maybe-all-binutils
 maybe-all-binutils:
+@if binutils
+maybe-all-binutils: all-binutils
 all-binutils: configure-binutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd binutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif binutils
 
 .PHONY: check-binutils maybe-check-binutils
 maybe-check-binutils:
+@if binutils
+maybe-check-binutils: check-binutils
 
 check-binutils:
        @r=`${PWD_COMMAND}`; export r; \
@@ -3623,9 +3988,12 @@ check-binutils:
        $(SET_LIB_PATH) \
        (cd binutils && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif binutils
 
 .PHONY: install-binutils maybe-install-binutils
 maybe-install-binutils:
+@if binutils
+maybe-install-binutils: install-binutils
 
 install-binutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -3633,11 +4001,14 @@ install-binutils: installdirs
        $(SET_LIB_PATH) \
        (cd binutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif binutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-binutils info-binutils
 maybe-info-binutils:
+@if binutils
+maybe-info-binutils: info-binutils
 
 info-binutils: \
     configure-binutils 
@@ -3657,9 +4028,12 @@ info-binutils: \
                  info) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-dvi-binutils dvi-binutils
 maybe-dvi-binutils:
+@if binutils
+maybe-dvi-binutils: dvi-binutils
 
 dvi-binutils: \
     configure-binutils 
@@ -3679,9 +4053,12 @@ dvi-binutils: \
                  dvi) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-TAGS-binutils TAGS-binutils
 maybe-TAGS-binutils:
+@if binutils
+maybe-TAGS-binutils: TAGS-binutils
 
 TAGS-binutils: \
     configure-binutils 
@@ -3701,9 +4078,12 @@ TAGS-binutils: \
                  TAGS) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-install-info-binutils install-info-binutils
 maybe-install-info-binutils:
+@if binutils
+maybe-install-info-binutils: install-info-binutils
 
 install-info-binutils: \
     configure-binutils \
@@ -3724,9 +4104,12 @@ install-info-binutils: \
                  install-info) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-installcheck-binutils installcheck-binutils
 maybe-installcheck-binutils:
+@if binutils
+maybe-installcheck-binutils: installcheck-binutils
 
 installcheck-binutils: \
     configure-binutils 
@@ -3746,9 +4129,12 @@ installcheck-binutils: \
                  installcheck) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-mostlyclean-binutils mostlyclean-binutils
 maybe-mostlyclean-binutils:
+@if binutils
+maybe-mostlyclean-binutils: mostlyclean-binutils
 
 mostlyclean-binutils: 
        @[ -f ./binutils/Makefile ] || exit 0; \
@@ -3767,9 +4153,12 @@ mostlyclean-binutils:
                  mostlyclean) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-clean-binutils clean-binutils
 maybe-clean-binutils:
+@if binutils
+maybe-clean-binutils: clean-binutils
 
 clean-binutils: 
        @[ -f ./binutils/Makefile ] || exit 0; \
@@ -3788,9 +4177,12 @@ clean-binutils:
                  clean) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-distclean-binutils distclean-binutils
 maybe-distclean-binutils:
+@if binutils
+maybe-distclean-binutils: distclean-binutils
 
 distclean-binutils: 
        @[ -f ./binutils/Makefile ] || exit 0; \
@@ -3809,9 +4201,12 @@ distclean-binutils:
                  distclean) \
          || exit 1
 
+@endif binutils
 
 .PHONY: maybe-maintainer-clean-binutils maintainer-clean-binutils
 maybe-maintainer-clean-binutils:
+@if binutils
+maybe-maintainer-clean-binutils: maintainer-clean-binutils
 
 maintainer-clean-binutils: 
        @[ -f ./binutils/Makefile ] || exit 0; \
@@ -3830,10 +4225,13 @@ maintainer-clean-binutils:
                  maintainer-clean) \
          || exit 1
 
+@endif binutils
 
 
 .PHONY: configure-bison maybe-configure-bison
 maybe-configure-bison:
+@if bison
+maybe-configure-bison: configure-bison
 configure-bison:
        @test ! -f bison/Makefile || exit 0; \
        [ -d bison ] || mkdir bison; \
@@ -3849,6 +4247,7 @@ configure-bison:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -3870,17 +4269,23 @@ configure-bison:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif bison
 
 .PHONY: all-bison maybe-all-bison
 maybe-all-bison:
+@if bison
+maybe-all-bison: all-bison
 all-bison: configure-bison
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd bison && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif bison
 
 .PHONY: check-bison maybe-check-bison
 maybe-check-bison:
+@if bison
+maybe-check-bison: check-bison
 
 # This module is only tested in a native toolchain.
 check-bison:
@@ -3891,9 +4296,12 @@ check-bison:
          (cd bison && $(MAKE) $(FLAGS_TO_PASS) check); \
        fi
 
+@endif bison
 
 .PHONY: install-bison maybe-install-bison
 maybe-install-bison:
+@if bison
+maybe-install-bison: install-bison
 
 install-bison: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -3901,11 +4309,14 @@ install-bison: installdirs
        $(SET_LIB_PATH) \
        (cd bison && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif bison
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-bison info-bison
 maybe-info-bison:
+@if bison
+maybe-info-bison: info-bison
 
 info-bison: \
     configure-bison 
@@ -3925,9 +4336,12 @@ info-bison: \
                  info) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-dvi-bison dvi-bison
 maybe-dvi-bison:
+@if bison
+maybe-dvi-bison: dvi-bison
 
 dvi-bison: \
     configure-bison 
@@ -3947,9 +4361,12 @@ dvi-bison: \
                  dvi) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-TAGS-bison TAGS-bison
 maybe-TAGS-bison:
+@if bison
+maybe-TAGS-bison: TAGS-bison
 
 TAGS-bison: \
     configure-bison 
@@ -3969,9 +4386,12 @@ TAGS-bison: \
                  TAGS) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-install-info-bison install-info-bison
 maybe-install-info-bison:
+@if bison
+maybe-install-info-bison: install-info-bison
 
 install-info-bison: \
     configure-bison \
@@ -3992,9 +4412,12 @@ install-info-bison: \
                  install-info) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-installcheck-bison installcheck-bison
 maybe-installcheck-bison:
+@if bison
+maybe-installcheck-bison: installcheck-bison
 
 installcheck-bison: \
     configure-bison 
@@ -4014,9 +4437,12 @@ installcheck-bison: \
                  installcheck) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-mostlyclean-bison mostlyclean-bison
 maybe-mostlyclean-bison:
+@if bison
+maybe-mostlyclean-bison: mostlyclean-bison
 
 mostlyclean-bison: 
        @[ -f ./bison/Makefile ] || exit 0; \
@@ -4035,9 +4461,12 @@ mostlyclean-bison:
                  mostlyclean) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-clean-bison clean-bison
 maybe-clean-bison:
+@if bison
+maybe-clean-bison: clean-bison
 
 clean-bison: 
        @[ -f ./bison/Makefile ] || exit 0; \
@@ -4056,9 +4485,12 @@ clean-bison:
                  clean) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-distclean-bison distclean-bison
 maybe-distclean-bison:
+@if bison
+maybe-distclean-bison: distclean-bison
 
 distclean-bison: 
        @[ -f ./bison/Makefile ] || exit 0; \
@@ -4077,9 +4509,12 @@ distclean-bison:
                  distclean) \
          || exit 1
 
+@endif bison
 
 .PHONY: maybe-maintainer-clean-bison maintainer-clean-bison
 maybe-maintainer-clean-bison:
+@if bison
+maybe-maintainer-clean-bison: maintainer-clean-bison
 
 maintainer-clean-bison: 
        @[ -f ./bison/Makefile ] || exit 0; \
@@ -4098,10 +4533,13 @@ maintainer-clean-bison:
                  maintainer-clean) \
          || exit 1
 
+@endif bison
 
 
 .PHONY: configure-byacc maybe-configure-byacc
 maybe-configure-byacc:
+@if byacc
+maybe-configure-byacc: configure-byacc
 configure-byacc:
        @test ! -f byacc/Makefile || exit 0; \
        [ -d byacc ] || mkdir byacc; \
@@ -4117,6 +4555,7 @@ configure-byacc:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -4138,17 +4577,23 @@ configure-byacc:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif byacc
 
 .PHONY: all-byacc maybe-all-byacc
 maybe-all-byacc:
+@if byacc
+maybe-all-byacc: all-byacc
 all-byacc: configure-byacc
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd byacc && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif byacc
 
 .PHONY: check-byacc maybe-check-byacc
 maybe-check-byacc:
+@if byacc
+maybe-check-byacc: check-byacc
 
 # This module is only tested in a native toolchain.
 check-byacc:
@@ -4159,9 +4604,12 @@ check-byacc:
          (cd byacc && $(MAKE) $(FLAGS_TO_PASS) check); \
        fi
 
+@endif byacc
 
 .PHONY: install-byacc maybe-install-byacc
 maybe-install-byacc:
+@if byacc
+maybe-install-byacc: install-byacc
 
 install-byacc: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -4169,11 +4617,14 @@ install-byacc: installdirs
        $(SET_LIB_PATH) \
        (cd byacc && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif byacc
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-byacc info-byacc
 maybe-info-byacc:
+@if byacc
+maybe-info-byacc: info-byacc
 
 info-byacc: \
     configure-byacc 
@@ -4193,9 +4644,12 @@ info-byacc: \
                  info) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-dvi-byacc dvi-byacc
 maybe-dvi-byacc:
+@if byacc
+maybe-dvi-byacc: dvi-byacc
 
 dvi-byacc: \
     configure-byacc 
@@ -4215,9 +4669,12 @@ dvi-byacc: \
                  dvi) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-TAGS-byacc TAGS-byacc
 maybe-TAGS-byacc:
+@if byacc
+maybe-TAGS-byacc: TAGS-byacc
 
 TAGS-byacc: \
     configure-byacc 
@@ -4237,9 +4694,12 @@ TAGS-byacc: \
                  TAGS) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-install-info-byacc install-info-byacc
 maybe-install-info-byacc:
+@if byacc
+maybe-install-info-byacc: install-info-byacc
 
 install-info-byacc: \
     configure-byacc \
@@ -4260,9 +4720,12 @@ install-info-byacc: \
                  install-info) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-installcheck-byacc installcheck-byacc
 maybe-installcheck-byacc:
+@if byacc
+maybe-installcheck-byacc: installcheck-byacc
 
 installcheck-byacc: \
     configure-byacc 
@@ -4282,9 +4745,12 @@ installcheck-byacc: \
                  installcheck) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-mostlyclean-byacc mostlyclean-byacc
 maybe-mostlyclean-byacc:
+@if byacc
+maybe-mostlyclean-byacc: mostlyclean-byacc
 
 mostlyclean-byacc: 
        @[ -f ./byacc/Makefile ] || exit 0; \
@@ -4303,9 +4769,12 @@ mostlyclean-byacc:
                  mostlyclean) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-clean-byacc clean-byacc
 maybe-clean-byacc:
+@if byacc
+maybe-clean-byacc: clean-byacc
 
 clean-byacc: 
        @[ -f ./byacc/Makefile ] || exit 0; \
@@ -4324,9 +4793,12 @@ clean-byacc:
                  clean) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-distclean-byacc distclean-byacc
 maybe-distclean-byacc:
+@if byacc
+maybe-distclean-byacc: distclean-byacc
 
 distclean-byacc: 
        @[ -f ./byacc/Makefile ] || exit 0; \
@@ -4345,9 +4817,12 @@ distclean-byacc:
                  distclean) \
          || exit 1
 
+@endif byacc
 
 .PHONY: maybe-maintainer-clean-byacc maintainer-clean-byacc
 maybe-maintainer-clean-byacc:
+@if byacc
+maybe-maintainer-clean-byacc: maintainer-clean-byacc
 
 maintainer-clean-byacc: 
        @[ -f ./byacc/Makefile ] || exit 0; \
@@ -4366,10 +4841,13 @@ maintainer-clean-byacc:
                  maintainer-clean) \
          || exit 1
 
+@endif byacc
 
 
 .PHONY: configure-bzip2 maybe-configure-bzip2
 maybe-configure-bzip2:
+@if bzip2
+maybe-configure-bzip2: configure-bzip2
 configure-bzip2:
        @test ! -f bzip2/Makefile || exit 0; \
        [ -d bzip2 ] || mkdir bzip2; \
@@ -4385,6 +4863,7 @@ configure-bzip2:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -4406,17 +4885,23 @@ configure-bzip2:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif bzip2
 
 .PHONY: all-bzip2 maybe-all-bzip2
 maybe-all-bzip2:
+@if bzip2
+maybe-all-bzip2: all-bzip2
 all-bzip2: configure-bzip2
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd bzip2 && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif bzip2
 
 .PHONY: check-bzip2 maybe-check-bzip2
 maybe-check-bzip2:
+@if bzip2
+maybe-check-bzip2: check-bzip2
 
 check-bzip2:
        @r=`${PWD_COMMAND}`; export r; \
@@ -4424,9 +4909,12 @@ check-bzip2:
        $(SET_LIB_PATH) \
        (cd bzip2 && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif bzip2
 
 .PHONY: install-bzip2 maybe-install-bzip2
 maybe-install-bzip2:
+@if bzip2
+maybe-install-bzip2: install-bzip2
 
 install-bzip2: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -4434,11 +4922,14 @@ install-bzip2: installdirs
        $(SET_LIB_PATH) \
        (cd bzip2 && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif bzip2
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-bzip2 info-bzip2
 maybe-info-bzip2:
+@if bzip2
+maybe-info-bzip2: info-bzip2
 
 info-bzip2: \
     configure-bzip2 
@@ -4458,9 +4949,12 @@ info-bzip2: \
                  info) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-dvi-bzip2 dvi-bzip2
 maybe-dvi-bzip2:
+@if bzip2
+maybe-dvi-bzip2: dvi-bzip2
 
 dvi-bzip2: \
     configure-bzip2 
@@ -4480,9 +4974,12 @@ dvi-bzip2: \
                  dvi) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-TAGS-bzip2 TAGS-bzip2
 maybe-TAGS-bzip2:
+@if bzip2
+maybe-TAGS-bzip2: TAGS-bzip2
 
 TAGS-bzip2: \
     configure-bzip2 
@@ -4502,9 +4999,12 @@ TAGS-bzip2: \
                  TAGS) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-install-info-bzip2 install-info-bzip2
 maybe-install-info-bzip2:
+@if bzip2
+maybe-install-info-bzip2: install-info-bzip2
 
 install-info-bzip2: \
     configure-bzip2 \
@@ -4525,9 +5025,12 @@ install-info-bzip2: \
                  install-info) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-installcheck-bzip2 installcheck-bzip2
 maybe-installcheck-bzip2:
+@if bzip2
+maybe-installcheck-bzip2: installcheck-bzip2
 
 installcheck-bzip2: \
     configure-bzip2 
@@ -4547,9 +5050,12 @@ installcheck-bzip2: \
                  installcheck) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-mostlyclean-bzip2 mostlyclean-bzip2
 maybe-mostlyclean-bzip2:
+@if bzip2
+maybe-mostlyclean-bzip2: mostlyclean-bzip2
 
 mostlyclean-bzip2: 
        @[ -f ./bzip2/Makefile ] || exit 0; \
@@ -4568,9 +5074,12 @@ mostlyclean-bzip2:
                  mostlyclean) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-clean-bzip2 clean-bzip2
 maybe-clean-bzip2:
+@if bzip2
+maybe-clean-bzip2: clean-bzip2
 
 clean-bzip2: 
        @[ -f ./bzip2/Makefile ] || exit 0; \
@@ -4589,9 +5098,12 @@ clean-bzip2:
                  clean) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-distclean-bzip2 distclean-bzip2
 maybe-distclean-bzip2:
+@if bzip2
+maybe-distclean-bzip2: distclean-bzip2
 
 distclean-bzip2: 
        @[ -f ./bzip2/Makefile ] || exit 0; \
@@ -4610,9 +5122,12 @@ distclean-bzip2:
                  distclean) \
          || exit 1
 
+@endif bzip2
 
 .PHONY: maybe-maintainer-clean-bzip2 maintainer-clean-bzip2
 maybe-maintainer-clean-bzip2:
+@if bzip2
+maybe-maintainer-clean-bzip2: maintainer-clean-bzip2
 
 maintainer-clean-bzip2: 
        @[ -f ./bzip2/Makefile ] || exit 0; \
@@ -4631,10 +5146,13 @@ maintainer-clean-bzip2:
                  maintainer-clean) \
          || exit 1
 
+@endif bzip2
 
 
 .PHONY: configure-dejagnu maybe-configure-dejagnu
 maybe-configure-dejagnu:
+@if dejagnu
+maybe-configure-dejagnu: configure-dejagnu
 configure-dejagnu:
        @test ! -f dejagnu/Makefile || exit 0; \
        [ -d dejagnu ] || mkdir dejagnu; \
@@ -4650,6 +5168,7 @@ configure-dejagnu:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -4671,17 +5190,23 @@ configure-dejagnu:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif dejagnu
 
 .PHONY: all-dejagnu maybe-all-dejagnu
 maybe-all-dejagnu:
+@if dejagnu
+maybe-all-dejagnu: all-dejagnu
 all-dejagnu: configure-dejagnu
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd dejagnu && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif dejagnu
 
 .PHONY: check-dejagnu maybe-check-dejagnu
 maybe-check-dejagnu:
+@if dejagnu
+maybe-check-dejagnu: check-dejagnu
 
 check-dejagnu:
        @r=`${PWD_COMMAND}`; export r; \
@@ -4689,9 +5214,12 @@ check-dejagnu:
        $(SET_LIB_PATH) \
        (cd dejagnu && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif dejagnu
 
 .PHONY: install-dejagnu maybe-install-dejagnu
 maybe-install-dejagnu:
+@if dejagnu
+maybe-install-dejagnu: install-dejagnu
 
 install-dejagnu: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -4699,11 +5227,14 @@ install-dejagnu: installdirs
        $(SET_LIB_PATH) \
        (cd dejagnu && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif dejagnu
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-dejagnu info-dejagnu
 maybe-info-dejagnu:
+@if dejagnu
+maybe-info-dejagnu: info-dejagnu
 
 info-dejagnu: \
     configure-dejagnu 
@@ -4723,9 +5254,12 @@ info-dejagnu: \
                  info) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-dvi-dejagnu dvi-dejagnu
 maybe-dvi-dejagnu:
+@if dejagnu
+maybe-dvi-dejagnu: dvi-dejagnu
 
 dvi-dejagnu: \
     configure-dejagnu 
@@ -4745,9 +5279,12 @@ dvi-dejagnu: \
                  dvi) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-TAGS-dejagnu TAGS-dejagnu
 maybe-TAGS-dejagnu:
+@if dejagnu
+maybe-TAGS-dejagnu: TAGS-dejagnu
 
 TAGS-dejagnu: \
     configure-dejagnu 
@@ -4767,9 +5304,12 @@ TAGS-dejagnu: \
                  TAGS) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-install-info-dejagnu install-info-dejagnu
 maybe-install-info-dejagnu:
+@if dejagnu
+maybe-install-info-dejagnu: install-info-dejagnu
 
 install-info-dejagnu: \
     configure-dejagnu \
@@ -4790,9 +5330,12 @@ install-info-dejagnu: \
                  install-info) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-installcheck-dejagnu installcheck-dejagnu
 maybe-installcheck-dejagnu:
+@if dejagnu
+maybe-installcheck-dejagnu: installcheck-dejagnu
 
 installcheck-dejagnu: \
     configure-dejagnu 
@@ -4812,9 +5355,12 @@ installcheck-dejagnu: \
                  installcheck) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-mostlyclean-dejagnu mostlyclean-dejagnu
 maybe-mostlyclean-dejagnu:
+@if dejagnu
+maybe-mostlyclean-dejagnu: mostlyclean-dejagnu
 
 mostlyclean-dejagnu: 
        @[ -f ./dejagnu/Makefile ] || exit 0; \
@@ -4833,9 +5379,12 @@ mostlyclean-dejagnu:
                  mostlyclean) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-clean-dejagnu clean-dejagnu
 maybe-clean-dejagnu:
+@if dejagnu
+maybe-clean-dejagnu: clean-dejagnu
 
 clean-dejagnu: 
        @[ -f ./dejagnu/Makefile ] || exit 0; \
@@ -4854,9 +5403,12 @@ clean-dejagnu:
                  clean) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-distclean-dejagnu distclean-dejagnu
 maybe-distclean-dejagnu:
+@if dejagnu
+maybe-distclean-dejagnu: distclean-dejagnu
 
 distclean-dejagnu: 
        @[ -f ./dejagnu/Makefile ] || exit 0; \
@@ -4875,9 +5427,12 @@ distclean-dejagnu:
                  distclean) \
          || exit 1
 
+@endif dejagnu
 
 .PHONY: maybe-maintainer-clean-dejagnu maintainer-clean-dejagnu
 maybe-maintainer-clean-dejagnu:
+@if dejagnu
+maybe-maintainer-clean-dejagnu: maintainer-clean-dejagnu
 
 maintainer-clean-dejagnu: 
        @[ -f ./dejagnu/Makefile ] || exit 0; \
@@ -4896,10 +5451,13 @@ maintainer-clean-dejagnu:
                  maintainer-clean) \
          || exit 1
 
+@endif dejagnu
 
 
 .PHONY: configure-diff maybe-configure-diff
 maybe-configure-diff:
+@if diff
+maybe-configure-diff: configure-diff
 configure-diff:
        @test ! -f diff/Makefile || exit 0; \
        [ -d diff ] || mkdir diff; \
@@ -4915,6 +5473,7 @@ configure-diff:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -4936,17 +5495,23 @@ configure-diff:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif diff
 
 .PHONY: all-diff maybe-all-diff
 maybe-all-diff:
+@if diff
+maybe-all-diff: all-diff
 all-diff: configure-diff
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd diff && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif diff
 
 .PHONY: check-diff maybe-check-diff
 maybe-check-diff:
+@if diff
+maybe-check-diff: check-diff
 
 check-diff:
        @r=`${PWD_COMMAND}`; export r; \
@@ -4954,9 +5519,12 @@ check-diff:
        $(SET_LIB_PATH) \
        (cd diff && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif diff
 
 .PHONY: install-diff maybe-install-diff
 maybe-install-diff:
+@if diff
+maybe-install-diff: install-diff
 
 install-diff: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -4964,11 +5532,14 @@ install-diff: installdirs
        $(SET_LIB_PATH) \
        (cd diff && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif diff
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-diff info-diff
 maybe-info-diff:
+@if diff
+maybe-info-diff: info-diff
 
 info-diff: \
     configure-diff 
@@ -4988,9 +5559,12 @@ info-diff: \
                  info) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-dvi-diff dvi-diff
 maybe-dvi-diff:
+@if diff
+maybe-dvi-diff: dvi-diff
 
 dvi-diff: \
     configure-diff 
@@ -5010,9 +5584,12 @@ dvi-diff: \
                  dvi) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-TAGS-diff TAGS-diff
 maybe-TAGS-diff:
+@if diff
+maybe-TAGS-diff: TAGS-diff
 
 TAGS-diff: \
     configure-diff 
@@ -5032,9 +5609,12 @@ TAGS-diff: \
                  TAGS) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-install-info-diff install-info-diff
 maybe-install-info-diff:
+@if diff
+maybe-install-info-diff: install-info-diff
 
 install-info-diff: \
     configure-diff \
@@ -5055,9 +5635,12 @@ install-info-diff: \
                  install-info) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-installcheck-diff installcheck-diff
 maybe-installcheck-diff:
+@if diff
+maybe-installcheck-diff: installcheck-diff
 
 installcheck-diff: \
     configure-diff 
@@ -5077,9 +5660,12 @@ installcheck-diff: \
                  installcheck) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-mostlyclean-diff mostlyclean-diff
 maybe-mostlyclean-diff:
+@if diff
+maybe-mostlyclean-diff: mostlyclean-diff
 
 mostlyclean-diff: 
        @[ -f ./diff/Makefile ] || exit 0; \
@@ -5098,9 +5684,12 @@ mostlyclean-diff:
                  mostlyclean) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-clean-diff clean-diff
 maybe-clean-diff:
+@if diff
+maybe-clean-diff: clean-diff
 
 clean-diff: 
        @[ -f ./diff/Makefile ] || exit 0; \
@@ -5119,9 +5708,12 @@ clean-diff:
                  clean) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-distclean-diff distclean-diff
 maybe-distclean-diff:
+@if diff
+maybe-distclean-diff: distclean-diff
 
 distclean-diff: 
        @[ -f ./diff/Makefile ] || exit 0; \
@@ -5140,9 +5732,12 @@ distclean-diff:
                  distclean) \
          || exit 1
 
+@endif diff
 
 .PHONY: maybe-maintainer-clean-diff maintainer-clean-diff
 maybe-maintainer-clean-diff:
+@if diff
+maybe-maintainer-clean-diff: maintainer-clean-diff
 
 maintainer-clean-diff: 
        @[ -f ./diff/Makefile ] || exit 0; \
@@ -5161,10 +5756,13 @@ maintainer-clean-diff:
                  maintainer-clean) \
          || exit 1
 
+@endif diff
 
 
 .PHONY: configure-dosutils maybe-configure-dosutils
 maybe-configure-dosutils:
+@if dosutils
+maybe-configure-dosutils: configure-dosutils
 configure-dosutils:
        @test ! -f dosutils/Makefile || exit 0; \
        [ -d dosutils ] || mkdir dosutils; \
@@ -5180,6 +5778,7 @@ configure-dosutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -5201,23 +5800,32 @@ configure-dosutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif dosutils
 
 .PHONY: all-dosutils maybe-all-dosutils
 maybe-all-dosutils:
+@if dosutils
+maybe-all-dosutils: all-dosutils
 all-dosutils: configure-dosutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd dosutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif dosutils
 
 .PHONY: check-dosutils maybe-check-dosutils
 maybe-check-dosutils:
+@if dosutils
+maybe-check-dosutils: check-dosutils
 
 check-dosutils:
 
+@endif dosutils
 
 .PHONY: install-dosutils maybe-install-dosutils
 maybe-install-dosutils:
+@if dosutils
+maybe-install-dosutils: install-dosutils
 
 install-dosutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -5225,11 +5833,14 @@ install-dosutils: installdirs
        $(SET_LIB_PATH) \
        (cd dosutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif dosutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-dosutils info-dosutils
 maybe-info-dosutils:
+@if dosutils
+maybe-info-dosutils: info-dosutils
 
 info-dosutils: \
     configure-dosutils 
@@ -5249,9 +5860,12 @@ info-dosutils: \
                  info) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-dvi-dosutils dvi-dosutils
 maybe-dvi-dosutils:
+@if dosutils
+maybe-dvi-dosutils: dvi-dosutils
 
 dvi-dosutils: \
     configure-dosutils 
@@ -5271,9 +5885,12 @@ dvi-dosutils: \
                  dvi) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-TAGS-dosutils TAGS-dosutils
 maybe-TAGS-dosutils:
+@if dosutils
+maybe-TAGS-dosutils: TAGS-dosutils
 
 TAGS-dosutils: \
     configure-dosutils 
@@ -5293,9 +5910,12 @@ TAGS-dosutils: \
                  TAGS) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-install-info-dosutils install-info-dosutils
 maybe-install-info-dosutils:
+@if dosutils
+maybe-install-info-dosutils: install-info-dosutils
 
 install-info-dosutils: \
     configure-dosutils \
@@ -5316,9 +5936,12 @@ install-info-dosutils: \
                  install-info) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-installcheck-dosutils installcheck-dosutils
 maybe-installcheck-dosutils:
+@if dosutils
+maybe-installcheck-dosutils: installcheck-dosutils
 
 installcheck-dosutils: \
     configure-dosutils 
@@ -5338,9 +5961,12 @@ installcheck-dosutils: \
                  installcheck) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-mostlyclean-dosutils mostlyclean-dosutils
 maybe-mostlyclean-dosutils:
+@if dosutils
+maybe-mostlyclean-dosutils: mostlyclean-dosutils
 
 mostlyclean-dosutils: 
        @[ -f ./dosutils/Makefile ] || exit 0; \
@@ -5359,9 +5985,12 @@ mostlyclean-dosutils:
                  mostlyclean) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-clean-dosutils clean-dosutils
 maybe-clean-dosutils:
+@if dosutils
+maybe-clean-dosutils: clean-dosutils
 
 clean-dosutils: 
        @[ -f ./dosutils/Makefile ] || exit 0; \
@@ -5380,9 +6009,12 @@ clean-dosutils:
                  clean) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-distclean-dosutils distclean-dosutils
 maybe-distclean-dosutils:
+@if dosutils
+maybe-distclean-dosutils: distclean-dosutils
 
 distclean-dosutils: 
        @[ -f ./dosutils/Makefile ] || exit 0; \
@@ -5401,9 +6033,12 @@ distclean-dosutils:
                  distclean) \
          || exit 1
 
+@endif dosutils
 
 .PHONY: maybe-maintainer-clean-dosutils maintainer-clean-dosutils
 maybe-maintainer-clean-dosutils:
+@if dosutils
+maybe-maintainer-clean-dosutils: maintainer-clean-dosutils
 
 maintainer-clean-dosutils: 
        @[ -f ./dosutils/Makefile ] || exit 0; \
@@ -5422,10 +6057,13 @@ maintainer-clean-dosutils:
                  maintainer-clean) \
          || exit 1
 
+@endif dosutils
 
 
 .PHONY: configure-etc maybe-configure-etc
 maybe-configure-etc:
+@if etc
+maybe-configure-etc: configure-etc
 configure-etc:
        @test ! -f etc/Makefile || exit 0; \
        [ -d etc ] || mkdir etc; \
@@ -5441,6 +6079,7 @@ configure-etc:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -5462,17 +6101,23 @@ configure-etc:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif etc
 
 .PHONY: all-etc maybe-all-etc
 maybe-all-etc:
+@if etc
+maybe-all-etc: all-etc
 all-etc: configure-etc
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd etc && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif etc
 
 .PHONY: check-etc maybe-check-etc
 maybe-check-etc:
+@if etc
+maybe-check-etc: check-etc
 
 check-etc:
        @r=`${PWD_COMMAND}`; export r; \
@@ -5480,9 +6125,12 @@ check-etc:
        $(SET_LIB_PATH) \
        (cd etc && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif etc
 
 .PHONY: install-etc maybe-install-etc
 maybe-install-etc:
+@if etc
+maybe-install-etc: install-etc
 
 install-etc: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -5490,11 +6138,14 @@ install-etc: installdirs
        $(SET_LIB_PATH) \
        (cd etc && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif etc
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-etc info-etc
 maybe-info-etc:
+@if etc
+maybe-info-etc: info-etc
 
 info-etc: \
     configure-etc 
@@ -5514,9 +6165,12 @@ info-etc: \
                  info) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-dvi-etc dvi-etc
 maybe-dvi-etc:
+@if etc
+maybe-dvi-etc: dvi-etc
 
 dvi-etc: \
     configure-etc 
@@ -5536,9 +6190,12 @@ dvi-etc: \
                  dvi) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-TAGS-etc TAGS-etc
 maybe-TAGS-etc:
+@if etc
+maybe-TAGS-etc: TAGS-etc
 
 TAGS-etc: \
     configure-etc 
@@ -5558,9 +6215,12 @@ TAGS-etc: \
                  TAGS) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-install-info-etc install-info-etc
 maybe-install-info-etc:
+@if etc
+maybe-install-info-etc: install-info-etc
 
 install-info-etc: \
     configure-etc \
@@ -5581,9 +6241,12 @@ install-info-etc: \
                  install-info) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-installcheck-etc installcheck-etc
 maybe-installcheck-etc:
+@if etc
+maybe-installcheck-etc: installcheck-etc
 
 installcheck-etc: \
     configure-etc 
@@ -5603,9 +6266,12 @@ installcheck-etc: \
                  installcheck) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-mostlyclean-etc mostlyclean-etc
 maybe-mostlyclean-etc:
+@if etc
+maybe-mostlyclean-etc: mostlyclean-etc
 
 mostlyclean-etc: 
        @[ -f ./etc/Makefile ] || exit 0; \
@@ -5624,9 +6290,12 @@ mostlyclean-etc:
                  mostlyclean) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-clean-etc clean-etc
 maybe-clean-etc:
+@if etc
+maybe-clean-etc: clean-etc
 
 clean-etc: 
        @[ -f ./etc/Makefile ] || exit 0; \
@@ -5645,9 +6314,12 @@ clean-etc:
                  clean) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-distclean-etc distclean-etc
 maybe-distclean-etc:
+@if etc
+maybe-distclean-etc: distclean-etc
 
 distclean-etc: 
        @[ -f ./etc/Makefile ] || exit 0; \
@@ -5666,9 +6338,12 @@ distclean-etc:
                  distclean) \
          || exit 1
 
+@endif etc
 
 .PHONY: maybe-maintainer-clean-etc maintainer-clean-etc
 maybe-maintainer-clean-etc:
+@if etc
+maybe-maintainer-clean-etc: maintainer-clean-etc
 
 maintainer-clean-etc: 
        @[ -f ./etc/Makefile ] || exit 0; \
@@ -5687,10 +6362,13 @@ maintainer-clean-etc:
                  maintainer-clean) \
          || exit 1
 
+@endif etc
 
 
 .PHONY: configure-fastjar maybe-configure-fastjar
 maybe-configure-fastjar:
+@if fastjar
+maybe-configure-fastjar: configure-fastjar
 configure-fastjar:
        @test ! -f fastjar/Makefile || exit 0; \
        [ -d fastjar ] || mkdir fastjar; \
@@ -5706,6 +6384,7 @@ configure-fastjar:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -5727,17 +6406,23 @@ configure-fastjar:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif fastjar
 
 .PHONY: all-fastjar maybe-all-fastjar
 maybe-all-fastjar:
+@if fastjar
+maybe-all-fastjar: all-fastjar
 all-fastjar: configure-fastjar
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd fastjar && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif fastjar
 
 .PHONY: check-fastjar maybe-check-fastjar
 maybe-check-fastjar:
+@if fastjar
+maybe-check-fastjar: check-fastjar
 
 # This module is only tested in a native toolchain.
 check-fastjar:
@@ -5748,9 +6433,12 @@ check-fastjar:
          (cd fastjar && $(MAKE) $(FLAGS_TO_PASS) check); \
        fi
 
+@endif fastjar
 
 .PHONY: install-fastjar maybe-install-fastjar
 maybe-install-fastjar:
+@if fastjar
+maybe-install-fastjar: install-fastjar
 
 install-fastjar: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -5758,11 +6446,14 @@ install-fastjar: installdirs
        $(SET_LIB_PATH) \
        (cd fastjar && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif fastjar
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-fastjar info-fastjar
 maybe-info-fastjar:
+@if fastjar
+maybe-info-fastjar: info-fastjar
 
 info-fastjar: \
     configure-fastjar 
@@ -5782,9 +6473,12 @@ info-fastjar: \
                  info) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-dvi-fastjar dvi-fastjar
 maybe-dvi-fastjar:
+@if fastjar
+maybe-dvi-fastjar: dvi-fastjar
 
 dvi-fastjar: \
     configure-fastjar 
@@ -5804,9 +6498,12 @@ dvi-fastjar: \
                  dvi) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-TAGS-fastjar TAGS-fastjar
 maybe-TAGS-fastjar:
+@if fastjar
+maybe-TAGS-fastjar: TAGS-fastjar
 
 TAGS-fastjar: \
     configure-fastjar 
@@ -5826,9 +6523,12 @@ TAGS-fastjar: \
                  TAGS) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-install-info-fastjar install-info-fastjar
 maybe-install-info-fastjar:
+@if fastjar
+maybe-install-info-fastjar: install-info-fastjar
 
 install-info-fastjar: \
     configure-fastjar \
@@ -5849,9 +6549,12 @@ install-info-fastjar: \
                  install-info) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-installcheck-fastjar installcheck-fastjar
 maybe-installcheck-fastjar:
+@if fastjar
+maybe-installcheck-fastjar: installcheck-fastjar
 
 installcheck-fastjar: \
     configure-fastjar 
@@ -5871,9 +6574,12 @@ installcheck-fastjar: \
                  installcheck) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-mostlyclean-fastjar mostlyclean-fastjar
 maybe-mostlyclean-fastjar:
+@if fastjar
+maybe-mostlyclean-fastjar: mostlyclean-fastjar
 
 mostlyclean-fastjar: 
        @[ -f ./fastjar/Makefile ] || exit 0; \
@@ -5892,9 +6598,12 @@ mostlyclean-fastjar:
                  mostlyclean) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-clean-fastjar clean-fastjar
 maybe-clean-fastjar:
+@if fastjar
+maybe-clean-fastjar: clean-fastjar
 
 clean-fastjar: 
        @[ -f ./fastjar/Makefile ] || exit 0; \
@@ -5913,9 +6622,12 @@ clean-fastjar:
                  clean) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-distclean-fastjar distclean-fastjar
 maybe-distclean-fastjar:
+@if fastjar
+maybe-distclean-fastjar: distclean-fastjar
 
 distclean-fastjar: 
        @[ -f ./fastjar/Makefile ] || exit 0; \
@@ -5934,9 +6646,12 @@ distclean-fastjar:
                  distclean) \
          || exit 1
 
+@endif fastjar
 
 .PHONY: maybe-maintainer-clean-fastjar maintainer-clean-fastjar
 maybe-maintainer-clean-fastjar:
+@if fastjar
+maybe-maintainer-clean-fastjar: maintainer-clean-fastjar
 
 maintainer-clean-fastjar: 
        @[ -f ./fastjar/Makefile ] || exit 0; \
@@ -5955,10 +6670,13 @@ maintainer-clean-fastjar:
                  maintainer-clean) \
          || exit 1
 
+@endif fastjar
 
 
 .PHONY: configure-fileutils maybe-configure-fileutils
 maybe-configure-fileutils:
+@if fileutils
+maybe-configure-fileutils: configure-fileutils
 configure-fileutils:
        @test ! -f fileutils/Makefile || exit 0; \
        [ -d fileutils ] || mkdir fileutils; \
@@ -5974,6 +6692,7 @@ configure-fileutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -5995,17 +6714,23 @@ configure-fileutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif fileutils
 
 .PHONY: all-fileutils maybe-all-fileutils
 maybe-all-fileutils:
+@if fileutils
+maybe-all-fileutils: all-fileutils
 all-fileutils: configure-fileutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd fileutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif fileutils
 
 .PHONY: check-fileutils maybe-check-fileutils
 maybe-check-fileutils:
+@if fileutils
+maybe-check-fileutils: check-fileutils
 
 check-fileutils:
        @r=`${PWD_COMMAND}`; export r; \
@@ -6013,9 +6738,12 @@ check-fileutils:
        $(SET_LIB_PATH) \
        (cd fileutils && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif fileutils
 
 .PHONY: install-fileutils maybe-install-fileutils
 maybe-install-fileutils:
+@if fileutils
+maybe-install-fileutils: install-fileutils
 
 install-fileutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -6023,11 +6751,14 @@ install-fileutils: installdirs
        $(SET_LIB_PATH) \
        (cd fileutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif fileutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-fileutils info-fileutils
 maybe-info-fileutils:
+@if fileutils
+maybe-info-fileutils: info-fileutils
 
 info-fileutils: \
     configure-fileutils 
@@ -6047,9 +6778,12 @@ info-fileutils: \
                  info) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-dvi-fileutils dvi-fileutils
 maybe-dvi-fileutils:
+@if fileutils
+maybe-dvi-fileutils: dvi-fileutils
 
 dvi-fileutils: \
     configure-fileutils 
@@ -6069,9 +6803,12 @@ dvi-fileutils: \
                  dvi) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-TAGS-fileutils TAGS-fileutils
 maybe-TAGS-fileutils:
+@if fileutils
+maybe-TAGS-fileutils: TAGS-fileutils
 
 TAGS-fileutils: \
     configure-fileutils 
@@ -6091,9 +6828,12 @@ TAGS-fileutils: \
                  TAGS) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-install-info-fileutils install-info-fileutils
 maybe-install-info-fileutils:
+@if fileutils
+maybe-install-info-fileutils: install-info-fileutils
 
 install-info-fileutils: \
     configure-fileutils \
@@ -6114,9 +6854,12 @@ install-info-fileutils: \
                  install-info) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-installcheck-fileutils installcheck-fileutils
 maybe-installcheck-fileutils:
+@if fileutils
+maybe-installcheck-fileutils: installcheck-fileutils
 
 installcheck-fileutils: \
     configure-fileutils 
@@ -6136,9 +6879,12 @@ installcheck-fileutils: \
                  installcheck) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-mostlyclean-fileutils mostlyclean-fileutils
 maybe-mostlyclean-fileutils:
+@if fileutils
+maybe-mostlyclean-fileutils: mostlyclean-fileutils
 
 mostlyclean-fileutils: 
        @[ -f ./fileutils/Makefile ] || exit 0; \
@@ -6157,9 +6903,12 @@ mostlyclean-fileutils:
                  mostlyclean) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-clean-fileutils clean-fileutils
 maybe-clean-fileutils:
+@if fileutils
+maybe-clean-fileutils: clean-fileutils
 
 clean-fileutils: 
        @[ -f ./fileutils/Makefile ] || exit 0; \
@@ -6178,9 +6927,12 @@ clean-fileutils:
                  clean) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-distclean-fileutils distclean-fileutils
 maybe-distclean-fileutils:
+@if fileutils
+maybe-distclean-fileutils: distclean-fileutils
 
 distclean-fileutils: 
        @[ -f ./fileutils/Makefile ] || exit 0; \
@@ -6199,9 +6951,12 @@ distclean-fileutils:
                  distclean) \
          || exit 1
 
+@endif fileutils
 
 .PHONY: maybe-maintainer-clean-fileutils maintainer-clean-fileutils
 maybe-maintainer-clean-fileutils:
+@if fileutils
+maybe-maintainer-clean-fileutils: maintainer-clean-fileutils
 
 maintainer-clean-fileutils: 
        @[ -f ./fileutils/Makefile ] || exit 0; \
@@ -6220,10 +6975,13 @@ maintainer-clean-fileutils:
                  maintainer-clean) \
          || exit 1
 
+@endif fileutils
 
 
 .PHONY: configure-findutils maybe-configure-findutils
 maybe-configure-findutils:
+@if findutils
+maybe-configure-findutils: configure-findutils
 configure-findutils:
        @test ! -f findutils/Makefile || exit 0; \
        [ -d findutils ] || mkdir findutils; \
@@ -6239,6 +6997,7 @@ configure-findutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -6260,17 +7019,23 @@ configure-findutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif findutils
 
 .PHONY: all-findutils maybe-all-findutils
 maybe-all-findutils:
+@if findutils
+maybe-all-findutils: all-findutils
 all-findutils: configure-findutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd findutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif findutils
 
 .PHONY: check-findutils maybe-check-findutils
 maybe-check-findutils:
+@if findutils
+maybe-check-findutils: check-findutils
 
 check-findutils:
        @r=`${PWD_COMMAND}`; export r; \
@@ -6278,9 +7043,12 @@ check-findutils:
        $(SET_LIB_PATH) \
        (cd findutils && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif findutils
 
 .PHONY: install-findutils maybe-install-findutils
 maybe-install-findutils:
+@if findutils
+maybe-install-findutils: install-findutils
 
 install-findutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -6288,11 +7056,14 @@ install-findutils: installdirs
        $(SET_LIB_PATH) \
        (cd findutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif findutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-findutils info-findutils
 maybe-info-findutils:
+@if findutils
+maybe-info-findutils: info-findutils
 
 info-findutils: \
     configure-findutils 
@@ -6312,9 +7083,12 @@ info-findutils: \
                  info) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-dvi-findutils dvi-findutils
 maybe-dvi-findutils:
+@if findutils
+maybe-dvi-findutils: dvi-findutils
 
 dvi-findutils: \
     configure-findutils 
@@ -6334,9 +7108,12 @@ dvi-findutils: \
                  dvi) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-TAGS-findutils TAGS-findutils
 maybe-TAGS-findutils:
+@if findutils
+maybe-TAGS-findutils: TAGS-findutils
 
 TAGS-findutils: \
     configure-findutils 
@@ -6356,9 +7133,12 @@ TAGS-findutils: \
                  TAGS) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-install-info-findutils install-info-findutils
 maybe-install-info-findutils:
+@if findutils
+maybe-install-info-findutils: install-info-findutils
 
 install-info-findutils: \
     configure-findutils \
@@ -6379,9 +7159,12 @@ install-info-findutils: \
                  install-info) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-installcheck-findutils installcheck-findutils
 maybe-installcheck-findutils:
+@if findutils
+maybe-installcheck-findutils: installcheck-findutils
 
 installcheck-findutils: \
     configure-findutils 
@@ -6401,9 +7184,12 @@ installcheck-findutils: \
                  installcheck) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-mostlyclean-findutils mostlyclean-findutils
 maybe-mostlyclean-findutils:
+@if findutils
+maybe-mostlyclean-findutils: mostlyclean-findutils
 
 mostlyclean-findutils: 
        @[ -f ./findutils/Makefile ] || exit 0; \
@@ -6422,9 +7208,12 @@ mostlyclean-findutils:
                  mostlyclean) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-clean-findutils clean-findutils
 maybe-clean-findutils:
+@if findutils
+maybe-clean-findutils: clean-findutils
 
 clean-findutils: 
        @[ -f ./findutils/Makefile ] || exit 0; \
@@ -6443,9 +7232,12 @@ clean-findutils:
                  clean) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-distclean-findutils distclean-findutils
 maybe-distclean-findutils:
+@if findutils
+maybe-distclean-findutils: distclean-findutils
 
 distclean-findutils: 
        @[ -f ./findutils/Makefile ] || exit 0; \
@@ -6464,9 +7256,12 @@ distclean-findutils:
                  distclean) \
          || exit 1
 
+@endif findutils
 
 .PHONY: maybe-maintainer-clean-findutils maintainer-clean-findutils
 maybe-maintainer-clean-findutils:
+@if findutils
+maybe-maintainer-clean-findutils: maintainer-clean-findutils
 
 maintainer-clean-findutils: 
        @[ -f ./findutils/Makefile ] || exit 0; \
@@ -6485,10 +7280,13 @@ maintainer-clean-findutils:
                  maintainer-clean) \
          || exit 1
 
+@endif findutils
 
 
 .PHONY: configure-find maybe-configure-find
 maybe-configure-find:
+@if find
+maybe-configure-find: configure-find
 configure-find:
        @test ! -f find/Makefile || exit 0; \
        [ -d find ] || mkdir find; \
@@ -6504,6 +7302,7 @@ configure-find:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -6525,17 +7324,23 @@ configure-find:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif find
 
 .PHONY: all-find maybe-all-find
 maybe-all-find:
+@if find
+maybe-all-find: all-find
 all-find: configure-find
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd find && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif find
 
 .PHONY: check-find maybe-check-find
 maybe-check-find:
+@if find
+maybe-check-find: check-find
 
 check-find:
        @r=`${PWD_COMMAND}`; export r; \
@@ -6543,9 +7348,12 @@ check-find:
        $(SET_LIB_PATH) \
        (cd find && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif find
 
 .PHONY: install-find maybe-install-find
 maybe-install-find:
+@if find
+maybe-install-find: install-find
 
 install-find: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -6553,11 +7361,14 @@ install-find: installdirs
        $(SET_LIB_PATH) \
        (cd find && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif find
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-find info-find
 maybe-info-find:
+@if find
+maybe-info-find: info-find
 
 info-find: \
     configure-find 
@@ -6577,9 +7388,12 @@ info-find: \
                  info) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-dvi-find dvi-find
 maybe-dvi-find:
+@if find
+maybe-dvi-find: dvi-find
 
 dvi-find: \
     configure-find 
@@ -6599,9 +7413,12 @@ dvi-find: \
                  dvi) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-TAGS-find TAGS-find
 maybe-TAGS-find:
+@if find
+maybe-TAGS-find: TAGS-find
 
 TAGS-find: \
     configure-find 
@@ -6621,9 +7438,12 @@ TAGS-find: \
                  TAGS) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-install-info-find install-info-find
 maybe-install-info-find:
+@if find
+maybe-install-info-find: install-info-find
 
 install-info-find: \
     configure-find \
@@ -6644,9 +7464,12 @@ install-info-find: \
                  install-info) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-installcheck-find installcheck-find
 maybe-installcheck-find:
+@if find
+maybe-installcheck-find: installcheck-find
 
 installcheck-find: \
     configure-find 
@@ -6666,9 +7489,12 @@ installcheck-find: \
                  installcheck) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-mostlyclean-find mostlyclean-find
 maybe-mostlyclean-find:
+@if find
+maybe-mostlyclean-find: mostlyclean-find
 
 mostlyclean-find: 
        @[ -f ./find/Makefile ] || exit 0; \
@@ -6687,9 +7513,12 @@ mostlyclean-find:
                  mostlyclean) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-clean-find clean-find
 maybe-clean-find:
+@if find
+maybe-clean-find: clean-find
 
 clean-find: 
        @[ -f ./find/Makefile ] || exit 0; \
@@ -6708,9 +7537,12 @@ clean-find:
                  clean) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-distclean-find distclean-find
 maybe-distclean-find:
+@if find
+maybe-distclean-find: distclean-find
 
 distclean-find: 
        @[ -f ./find/Makefile ] || exit 0; \
@@ -6729,9 +7561,12 @@ distclean-find:
                  distclean) \
          || exit 1
 
+@endif find
 
 .PHONY: maybe-maintainer-clean-find maintainer-clean-find
 maybe-maintainer-clean-find:
+@if find
+maybe-maintainer-clean-find: maintainer-clean-find
 
 maintainer-clean-find: 
        @[ -f ./find/Makefile ] || exit 0; \
@@ -6750,10 +7585,13 @@ maintainer-clean-find:
                  maintainer-clean) \
          || exit 1
 
+@endif find
 
 
 .PHONY: configure-flex maybe-configure-flex
 maybe-configure-flex:
+@if flex
+maybe-configure-flex: configure-flex
 configure-flex:
        @test ! -f flex/Makefile || exit 0; \
        [ -d flex ] || mkdir flex; \
@@ -6769,6 +7607,7 @@ configure-flex:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -6790,17 +7629,23 @@ configure-flex:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif flex
 
 .PHONY: all-flex maybe-all-flex
 maybe-all-flex:
+@if flex
+maybe-all-flex: all-flex
 all-flex: configure-flex
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd flex && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif flex
 
 .PHONY: check-flex maybe-check-flex
 maybe-check-flex:
+@if flex
+maybe-check-flex: check-flex
 
 # This module is only tested in a native toolchain.
 check-flex:
@@ -6811,9 +7656,12 @@ check-flex:
          (cd flex && $(MAKE) $(FLAGS_TO_PASS) check); \
        fi
 
+@endif flex
 
 .PHONY: install-flex maybe-install-flex
 maybe-install-flex:
+@if flex
+maybe-install-flex: install-flex
 
 install-flex: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -6821,11 +7669,14 @@ install-flex: installdirs
        $(SET_LIB_PATH) \
        (cd flex && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif flex
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-flex info-flex
 maybe-info-flex:
+@if flex
+maybe-info-flex: info-flex
 
 info-flex: \
     configure-flex 
@@ -6845,9 +7696,12 @@ info-flex: \
                  info) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-dvi-flex dvi-flex
 maybe-dvi-flex:
+@if flex
+maybe-dvi-flex: dvi-flex
 
 dvi-flex: \
     configure-flex 
@@ -6867,9 +7721,12 @@ dvi-flex: \
                  dvi) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-TAGS-flex TAGS-flex
 maybe-TAGS-flex:
+@if flex
+maybe-TAGS-flex: TAGS-flex
 
 TAGS-flex: \
     configure-flex 
@@ -6889,9 +7746,12 @@ TAGS-flex: \
                  TAGS) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-install-info-flex install-info-flex
 maybe-install-info-flex:
+@if flex
+maybe-install-info-flex: install-info-flex
 
 install-info-flex: \
     configure-flex \
@@ -6912,9 +7772,12 @@ install-info-flex: \
                  install-info) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-installcheck-flex installcheck-flex
 maybe-installcheck-flex:
+@if flex
+maybe-installcheck-flex: installcheck-flex
 
 installcheck-flex: \
     configure-flex 
@@ -6934,9 +7797,12 @@ installcheck-flex: \
                  installcheck) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-mostlyclean-flex mostlyclean-flex
 maybe-mostlyclean-flex:
+@if flex
+maybe-mostlyclean-flex: mostlyclean-flex
 
 mostlyclean-flex: 
        @[ -f ./flex/Makefile ] || exit 0; \
@@ -6955,9 +7821,12 @@ mostlyclean-flex:
                  mostlyclean) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-clean-flex clean-flex
 maybe-clean-flex:
+@if flex
+maybe-clean-flex: clean-flex
 
 clean-flex: 
        @[ -f ./flex/Makefile ] || exit 0; \
@@ -6976,9 +7845,12 @@ clean-flex:
                  clean) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-distclean-flex distclean-flex
 maybe-distclean-flex:
+@if flex
+maybe-distclean-flex: distclean-flex
 
 distclean-flex: 
        @[ -f ./flex/Makefile ] || exit 0; \
@@ -6997,9 +7869,12 @@ distclean-flex:
                  distclean) \
          || exit 1
 
+@endif flex
 
 .PHONY: maybe-maintainer-clean-flex maintainer-clean-flex
 maybe-maintainer-clean-flex:
+@if flex
+maybe-maintainer-clean-flex: maintainer-clean-flex
 
 maintainer-clean-flex: 
        @[ -f ./flex/Makefile ] || exit 0; \
@@ -7018,10 +7893,13 @@ maintainer-clean-flex:
                  maintainer-clean) \
          || exit 1
 
+@endif flex
 
 
 .PHONY: configure-gas maybe-configure-gas
 maybe-configure-gas:
+@if gas
+maybe-configure-gas: configure-gas
 configure-gas:
        @test ! -f gas/Makefile || exit 0; \
        [ -d gas ] || mkdir gas; \
@@ -7037,6 +7915,7 @@ configure-gas:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -7058,17 +7937,23 @@ configure-gas:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gas
 
 .PHONY: all-gas maybe-all-gas
 maybe-all-gas:
+@if gas
+maybe-all-gas: all-gas
 all-gas: configure-gas
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gas && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gas
 
 .PHONY: check-gas maybe-check-gas
 maybe-check-gas:
+@if gas
+maybe-check-gas: check-gas
 
 check-gas:
        @r=`${PWD_COMMAND}`; export r; \
@@ -7076,9 +7961,12 @@ check-gas:
        $(SET_LIB_PATH) \
        (cd gas && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gas
 
 .PHONY: install-gas maybe-install-gas
 maybe-install-gas:
+@if gas
+maybe-install-gas: install-gas
 
 install-gas: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -7086,11 +7974,14 @@ install-gas: installdirs
        $(SET_LIB_PATH) \
        (cd gas && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gas
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gas info-gas
 maybe-info-gas:
+@if gas
+maybe-info-gas: info-gas
 
 info-gas: \
     configure-gas 
@@ -7110,9 +8001,12 @@ info-gas: \
                  info) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-dvi-gas dvi-gas
 maybe-dvi-gas:
+@if gas
+maybe-dvi-gas: dvi-gas
 
 dvi-gas: \
     configure-gas 
@@ -7132,9 +8026,12 @@ dvi-gas: \
                  dvi) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-TAGS-gas TAGS-gas
 maybe-TAGS-gas:
+@if gas
+maybe-TAGS-gas: TAGS-gas
 
 TAGS-gas: \
     configure-gas 
@@ -7154,9 +8051,12 @@ TAGS-gas: \
                  TAGS) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-install-info-gas install-info-gas
 maybe-install-info-gas:
+@if gas
+maybe-install-info-gas: install-info-gas
 
 install-info-gas: \
     configure-gas \
@@ -7177,9 +8077,12 @@ install-info-gas: \
                  install-info) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-installcheck-gas installcheck-gas
 maybe-installcheck-gas:
+@if gas
+maybe-installcheck-gas: installcheck-gas
 
 installcheck-gas: \
     configure-gas 
@@ -7199,9 +8102,12 @@ installcheck-gas: \
                  installcheck) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-mostlyclean-gas mostlyclean-gas
 maybe-mostlyclean-gas:
+@if gas
+maybe-mostlyclean-gas: mostlyclean-gas
 
 mostlyclean-gas: 
        @[ -f ./gas/Makefile ] || exit 0; \
@@ -7220,9 +8126,12 @@ mostlyclean-gas:
                  mostlyclean) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-clean-gas clean-gas
 maybe-clean-gas:
+@if gas
+maybe-clean-gas: clean-gas
 
 clean-gas: 
        @[ -f ./gas/Makefile ] || exit 0; \
@@ -7241,9 +8150,12 @@ clean-gas:
                  clean) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-distclean-gas distclean-gas
 maybe-distclean-gas:
+@if gas
+maybe-distclean-gas: distclean-gas
 
 distclean-gas: 
        @[ -f ./gas/Makefile ] || exit 0; \
@@ -7262,9 +8174,12 @@ distclean-gas:
                  distclean) \
          || exit 1
 
+@endif gas
 
 .PHONY: maybe-maintainer-clean-gas maintainer-clean-gas
 maybe-maintainer-clean-gas:
+@if gas
+maybe-maintainer-clean-gas: maintainer-clean-gas
 
 maintainer-clean-gas: 
        @[ -f ./gas/Makefile ] || exit 0; \
@@ -7283,10 +8198,13 @@ maintainer-clean-gas:
                  maintainer-clean) \
          || exit 1
 
+@endif gas
 
 
 .PHONY: configure-gawk maybe-configure-gawk
 maybe-configure-gawk:
+@if gawk
+maybe-configure-gawk: configure-gawk
 configure-gawk:
        @test ! -f gawk/Makefile || exit 0; \
        [ -d gawk ] || mkdir gawk; \
@@ -7302,6 +8220,7 @@ configure-gawk:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -7323,17 +8242,23 @@ configure-gawk:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gawk
 
 .PHONY: all-gawk maybe-all-gawk
 maybe-all-gawk:
+@if gawk
+maybe-all-gawk: all-gawk
 all-gawk: configure-gawk
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gawk && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gawk
 
 .PHONY: check-gawk maybe-check-gawk
 maybe-check-gawk:
+@if gawk
+maybe-check-gawk: check-gawk
 
 check-gawk:
        @r=`${PWD_COMMAND}`; export r; \
@@ -7341,9 +8266,12 @@ check-gawk:
        $(SET_LIB_PATH) \
        (cd gawk && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gawk
 
 .PHONY: install-gawk maybe-install-gawk
 maybe-install-gawk:
+@if gawk
+maybe-install-gawk: install-gawk
 
 install-gawk: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -7351,11 +8279,14 @@ install-gawk: installdirs
        $(SET_LIB_PATH) \
        (cd gawk && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gawk
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gawk info-gawk
 maybe-info-gawk:
+@if gawk
+maybe-info-gawk: info-gawk
 
 info-gawk: \
     configure-gawk 
@@ -7375,9 +8306,12 @@ info-gawk: \
                  info) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-dvi-gawk dvi-gawk
 maybe-dvi-gawk:
+@if gawk
+maybe-dvi-gawk: dvi-gawk
 
 dvi-gawk: \
     configure-gawk 
@@ -7397,9 +8331,12 @@ dvi-gawk: \
                  dvi) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-TAGS-gawk TAGS-gawk
 maybe-TAGS-gawk:
+@if gawk
+maybe-TAGS-gawk: TAGS-gawk
 
 TAGS-gawk: \
     configure-gawk 
@@ -7419,9 +8356,12 @@ TAGS-gawk: \
                  TAGS) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-install-info-gawk install-info-gawk
 maybe-install-info-gawk:
+@if gawk
+maybe-install-info-gawk: install-info-gawk
 
 install-info-gawk: \
     configure-gawk \
@@ -7442,9 +8382,12 @@ install-info-gawk: \
                  install-info) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-installcheck-gawk installcheck-gawk
 maybe-installcheck-gawk:
+@if gawk
+maybe-installcheck-gawk: installcheck-gawk
 
 installcheck-gawk: \
     configure-gawk 
@@ -7464,9 +8407,12 @@ installcheck-gawk: \
                  installcheck) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-mostlyclean-gawk mostlyclean-gawk
 maybe-mostlyclean-gawk:
+@if gawk
+maybe-mostlyclean-gawk: mostlyclean-gawk
 
 mostlyclean-gawk: 
        @[ -f ./gawk/Makefile ] || exit 0; \
@@ -7485,9 +8431,12 @@ mostlyclean-gawk:
                  mostlyclean) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-clean-gawk clean-gawk
 maybe-clean-gawk:
+@if gawk
+maybe-clean-gawk: clean-gawk
 
 clean-gawk: 
        @[ -f ./gawk/Makefile ] || exit 0; \
@@ -7506,9 +8455,12 @@ clean-gawk:
                  clean) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-distclean-gawk distclean-gawk
 maybe-distclean-gawk:
+@if gawk
+maybe-distclean-gawk: distclean-gawk
 
 distclean-gawk: 
        @[ -f ./gawk/Makefile ] || exit 0; \
@@ -7527,9 +8479,12 @@ distclean-gawk:
                  distclean) \
          || exit 1
 
+@endif gawk
 
 .PHONY: maybe-maintainer-clean-gawk maintainer-clean-gawk
 maybe-maintainer-clean-gawk:
+@if gawk
+maybe-maintainer-clean-gawk: maintainer-clean-gawk
 
 maintainer-clean-gawk: 
        @[ -f ./gawk/Makefile ] || exit 0; \
@@ -7548,10 +8503,13 @@ maintainer-clean-gawk:
                  maintainer-clean) \
          || exit 1
 
+@endif gawk
 
 
 .PHONY: configure-gettext maybe-configure-gettext
 maybe-configure-gettext:
+@if gettext
+maybe-configure-gettext: configure-gettext
 configure-gettext:
        @test ! -f gettext/Makefile || exit 0; \
        [ -d gettext ] || mkdir gettext; \
@@ -7567,6 +8525,7 @@ configure-gettext:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -7588,17 +8547,23 @@ configure-gettext:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gettext
 
 .PHONY: all-gettext maybe-all-gettext
 maybe-all-gettext:
+@if gettext
+maybe-all-gettext: all-gettext
 all-gettext: configure-gettext
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gettext && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gettext
 
 .PHONY: check-gettext maybe-check-gettext
 maybe-check-gettext:
+@if gettext
+maybe-check-gettext: check-gettext
 
 check-gettext:
        @r=`${PWD_COMMAND}`; export r; \
@@ -7606,9 +8571,12 @@ check-gettext:
        $(SET_LIB_PATH) \
        (cd gettext && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gettext
 
 .PHONY: install-gettext maybe-install-gettext
 maybe-install-gettext:
+@if gettext
+maybe-install-gettext: install-gettext
 
 install-gettext: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -7616,11 +8584,14 @@ install-gettext: installdirs
        $(SET_LIB_PATH) \
        (cd gettext && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gettext
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gettext info-gettext
 maybe-info-gettext:
+@if gettext
+maybe-info-gettext: info-gettext
 
 info-gettext: \
     configure-gettext 
@@ -7640,9 +8611,12 @@ info-gettext: \
                  info) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-dvi-gettext dvi-gettext
 maybe-dvi-gettext:
+@if gettext
+maybe-dvi-gettext: dvi-gettext
 
 dvi-gettext: \
     configure-gettext 
@@ -7662,9 +8636,12 @@ dvi-gettext: \
                  dvi) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-TAGS-gettext TAGS-gettext
 maybe-TAGS-gettext:
+@if gettext
+maybe-TAGS-gettext: TAGS-gettext
 
 TAGS-gettext: \
     configure-gettext 
@@ -7684,9 +8661,12 @@ TAGS-gettext: \
                  TAGS) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-install-info-gettext install-info-gettext
 maybe-install-info-gettext:
+@if gettext
+maybe-install-info-gettext: install-info-gettext
 
 install-info-gettext: \
     configure-gettext \
@@ -7707,9 +8687,12 @@ install-info-gettext: \
                  install-info) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-installcheck-gettext installcheck-gettext
 maybe-installcheck-gettext:
+@if gettext
+maybe-installcheck-gettext: installcheck-gettext
 
 installcheck-gettext: \
     configure-gettext 
@@ -7729,9 +8712,12 @@ installcheck-gettext: \
                  installcheck) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-mostlyclean-gettext mostlyclean-gettext
 maybe-mostlyclean-gettext:
+@if gettext
+maybe-mostlyclean-gettext: mostlyclean-gettext
 
 mostlyclean-gettext: 
        @[ -f ./gettext/Makefile ] || exit 0; \
@@ -7750,9 +8736,12 @@ mostlyclean-gettext:
                  mostlyclean) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-clean-gettext clean-gettext
 maybe-clean-gettext:
+@if gettext
+maybe-clean-gettext: clean-gettext
 
 clean-gettext: 
        @[ -f ./gettext/Makefile ] || exit 0; \
@@ -7771,9 +8760,12 @@ clean-gettext:
                  clean) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-distclean-gettext distclean-gettext
 maybe-distclean-gettext:
+@if gettext
+maybe-distclean-gettext: distclean-gettext
 
 distclean-gettext: 
        @[ -f ./gettext/Makefile ] || exit 0; \
@@ -7792,9 +8784,12 @@ distclean-gettext:
                  distclean) \
          || exit 1
 
+@endif gettext
 
 .PHONY: maybe-maintainer-clean-gettext maintainer-clean-gettext
 maybe-maintainer-clean-gettext:
+@if gettext
+maybe-maintainer-clean-gettext: maintainer-clean-gettext
 
 maintainer-clean-gettext: 
        @[ -f ./gettext/Makefile ] || exit 0; \
@@ -7813,10 +8808,13 @@ maintainer-clean-gettext:
                  maintainer-clean) \
          || exit 1
 
+@endif gettext
 
 
 .PHONY: configure-gnuserv maybe-configure-gnuserv
 maybe-configure-gnuserv:
+@if gnuserv
+maybe-configure-gnuserv: configure-gnuserv
 configure-gnuserv:
        @test ! -f gnuserv/Makefile || exit 0; \
        [ -d gnuserv ] || mkdir gnuserv; \
@@ -7832,6 +8830,7 @@ configure-gnuserv:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -7853,17 +8852,23 @@ configure-gnuserv:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gnuserv
 
 .PHONY: all-gnuserv maybe-all-gnuserv
 maybe-all-gnuserv:
+@if gnuserv
+maybe-all-gnuserv: all-gnuserv
 all-gnuserv: configure-gnuserv
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gnuserv && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gnuserv
 
 .PHONY: check-gnuserv maybe-check-gnuserv
 maybe-check-gnuserv:
+@if gnuserv
+maybe-check-gnuserv: check-gnuserv
 
 check-gnuserv:
        @r=`${PWD_COMMAND}`; export r; \
@@ -7871,9 +8876,12 @@ check-gnuserv:
        $(SET_LIB_PATH) \
        (cd gnuserv && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gnuserv
 
 .PHONY: install-gnuserv maybe-install-gnuserv
 maybe-install-gnuserv:
+@if gnuserv
+maybe-install-gnuserv: install-gnuserv
 
 install-gnuserv: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -7881,11 +8889,14 @@ install-gnuserv: installdirs
        $(SET_LIB_PATH) \
        (cd gnuserv && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gnuserv
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gnuserv info-gnuserv
 maybe-info-gnuserv:
+@if gnuserv
+maybe-info-gnuserv: info-gnuserv
 
 info-gnuserv: \
     configure-gnuserv 
@@ -7905,9 +8916,12 @@ info-gnuserv: \
                  info) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-dvi-gnuserv dvi-gnuserv
 maybe-dvi-gnuserv:
+@if gnuserv
+maybe-dvi-gnuserv: dvi-gnuserv
 
 dvi-gnuserv: \
     configure-gnuserv 
@@ -7927,9 +8941,12 @@ dvi-gnuserv: \
                  dvi) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-TAGS-gnuserv TAGS-gnuserv
 maybe-TAGS-gnuserv:
+@if gnuserv
+maybe-TAGS-gnuserv: TAGS-gnuserv
 
 TAGS-gnuserv: \
     configure-gnuserv 
@@ -7949,9 +8966,12 @@ TAGS-gnuserv: \
                  TAGS) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-install-info-gnuserv install-info-gnuserv
 maybe-install-info-gnuserv:
+@if gnuserv
+maybe-install-info-gnuserv: install-info-gnuserv
 
 install-info-gnuserv: \
     configure-gnuserv \
@@ -7972,9 +8992,12 @@ install-info-gnuserv: \
                  install-info) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-installcheck-gnuserv installcheck-gnuserv
 maybe-installcheck-gnuserv:
+@if gnuserv
+maybe-installcheck-gnuserv: installcheck-gnuserv
 
 installcheck-gnuserv: \
     configure-gnuserv 
@@ -7994,9 +9017,12 @@ installcheck-gnuserv: \
                  installcheck) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-mostlyclean-gnuserv mostlyclean-gnuserv
 maybe-mostlyclean-gnuserv:
+@if gnuserv
+maybe-mostlyclean-gnuserv: mostlyclean-gnuserv
 
 mostlyclean-gnuserv: 
        @[ -f ./gnuserv/Makefile ] || exit 0; \
@@ -8015,9 +9041,12 @@ mostlyclean-gnuserv:
                  mostlyclean) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-clean-gnuserv clean-gnuserv
 maybe-clean-gnuserv:
+@if gnuserv
+maybe-clean-gnuserv: clean-gnuserv
 
 clean-gnuserv: 
        @[ -f ./gnuserv/Makefile ] || exit 0; \
@@ -8036,9 +9065,12 @@ clean-gnuserv:
                  clean) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-distclean-gnuserv distclean-gnuserv
 maybe-distclean-gnuserv:
+@if gnuserv
+maybe-distclean-gnuserv: distclean-gnuserv
 
 distclean-gnuserv: 
        @[ -f ./gnuserv/Makefile ] || exit 0; \
@@ -8057,9 +9089,12 @@ distclean-gnuserv:
                  distclean) \
          || exit 1
 
+@endif gnuserv
 
 .PHONY: maybe-maintainer-clean-gnuserv maintainer-clean-gnuserv
 maybe-maintainer-clean-gnuserv:
+@if gnuserv
+maybe-maintainer-clean-gnuserv: maintainer-clean-gnuserv
 
 maintainer-clean-gnuserv: 
        @[ -f ./gnuserv/Makefile ] || exit 0; \
@@ -8078,10 +9113,13 @@ maintainer-clean-gnuserv:
                  maintainer-clean) \
          || exit 1
 
+@endif gnuserv
 
 
 .PHONY: configure-gprof maybe-configure-gprof
 maybe-configure-gprof:
+@if gprof
+maybe-configure-gprof: configure-gprof
 configure-gprof:
        @test ! -f gprof/Makefile || exit 0; \
        [ -d gprof ] || mkdir gprof; \
@@ -8097,6 +9135,7 @@ configure-gprof:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -8118,17 +9157,23 @@ configure-gprof:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gprof
 
 .PHONY: all-gprof maybe-all-gprof
 maybe-all-gprof:
+@if gprof
+maybe-all-gprof: all-gprof
 all-gprof: configure-gprof
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gprof && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gprof
 
 .PHONY: check-gprof maybe-check-gprof
 maybe-check-gprof:
+@if gprof
+maybe-check-gprof: check-gprof
 
 check-gprof:
        @r=`${PWD_COMMAND}`; export r; \
@@ -8136,9 +9181,12 @@ check-gprof:
        $(SET_LIB_PATH) \
        (cd gprof && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gprof
 
 .PHONY: install-gprof maybe-install-gprof
 maybe-install-gprof:
+@if gprof
+maybe-install-gprof: install-gprof
 
 install-gprof: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -8146,11 +9194,14 @@ install-gprof: installdirs
        $(SET_LIB_PATH) \
        (cd gprof && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gprof
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gprof info-gprof
 maybe-info-gprof:
+@if gprof
+maybe-info-gprof: info-gprof
 
 info-gprof: \
     configure-gprof 
@@ -8170,9 +9221,12 @@ info-gprof: \
                  info) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-dvi-gprof dvi-gprof
 maybe-dvi-gprof:
+@if gprof
+maybe-dvi-gprof: dvi-gprof
 
 dvi-gprof: \
     configure-gprof 
@@ -8192,9 +9246,12 @@ dvi-gprof: \
                  dvi) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-TAGS-gprof TAGS-gprof
 maybe-TAGS-gprof:
+@if gprof
+maybe-TAGS-gprof: TAGS-gprof
 
 TAGS-gprof: \
     configure-gprof 
@@ -8214,9 +9271,12 @@ TAGS-gprof: \
                  TAGS) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-install-info-gprof install-info-gprof
 maybe-install-info-gprof:
+@if gprof
+maybe-install-info-gprof: install-info-gprof
 
 install-info-gprof: \
     configure-gprof \
@@ -8237,9 +9297,12 @@ install-info-gprof: \
                  install-info) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-installcheck-gprof installcheck-gprof
 maybe-installcheck-gprof:
+@if gprof
+maybe-installcheck-gprof: installcheck-gprof
 
 installcheck-gprof: \
     configure-gprof 
@@ -8259,9 +9322,12 @@ installcheck-gprof: \
                  installcheck) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-mostlyclean-gprof mostlyclean-gprof
 maybe-mostlyclean-gprof:
+@if gprof
+maybe-mostlyclean-gprof: mostlyclean-gprof
 
 mostlyclean-gprof: 
        @[ -f ./gprof/Makefile ] || exit 0; \
@@ -8280,9 +9346,12 @@ mostlyclean-gprof:
                  mostlyclean) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-clean-gprof clean-gprof
 maybe-clean-gprof:
+@if gprof
+maybe-clean-gprof: clean-gprof
 
 clean-gprof: 
        @[ -f ./gprof/Makefile ] || exit 0; \
@@ -8301,9 +9370,12 @@ clean-gprof:
                  clean) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-distclean-gprof distclean-gprof
 maybe-distclean-gprof:
+@if gprof
+maybe-distclean-gprof: distclean-gprof
 
 distclean-gprof: 
        @[ -f ./gprof/Makefile ] || exit 0; \
@@ -8322,9 +9394,12 @@ distclean-gprof:
                  distclean) \
          || exit 1
 
+@endif gprof
 
 .PHONY: maybe-maintainer-clean-gprof maintainer-clean-gprof
 maybe-maintainer-clean-gprof:
+@if gprof
+maybe-maintainer-clean-gprof: maintainer-clean-gprof
 
 maintainer-clean-gprof: 
        @[ -f ./gprof/Makefile ] || exit 0; \
@@ -8343,10 +9418,13 @@ maintainer-clean-gprof:
                  maintainer-clean) \
          || exit 1
 
+@endif gprof
 
 
 .PHONY: configure-gzip maybe-configure-gzip
 maybe-configure-gzip:
+@if gzip
+maybe-configure-gzip: configure-gzip
 configure-gzip:
        @test ! -f gzip/Makefile || exit 0; \
        [ -d gzip ] || mkdir gzip; \
@@ -8362,6 +9440,7 @@ configure-gzip:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -8383,17 +9462,23 @@ configure-gzip:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gzip
 
 .PHONY: all-gzip maybe-all-gzip
 maybe-all-gzip:
+@if gzip
+maybe-all-gzip: all-gzip
 all-gzip: configure-gzip
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gzip && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif gzip
 
 .PHONY: check-gzip maybe-check-gzip
 maybe-check-gzip:
+@if gzip
+maybe-check-gzip: check-gzip
 
 check-gzip:
        @r=`${PWD_COMMAND}`; export r; \
@@ -8401,9 +9486,12 @@ check-gzip:
        $(SET_LIB_PATH) \
        (cd gzip && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif gzip
 
 .PHONY: install-gzip maybe-install-gzip
 maybe-install-gzip:
+@if gzip
+maybe-install-gzip: install-gzip
 
 install-gzip: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -8411,11 +9499,14 @@ install-gzip: installdirs
        $(SET_LIB_PATH) \
        (cd gzip && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif gzip
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gzip info-gzip
 maybe-info-gzip:
+@if gzip
+maybe-info-gzip: info-gzip
 
 info-gzip: \
     configure-gzip 
@@ -8435,9 +9526,12 @@ info-gzip: \
                  info) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-dvi-gzip dvi-gzip
 maybe-dvi-gzip:
+@if gzip
+maybe-dvi-gzip: dvi-gzip
 
 dvi-gzip: \
     configure-gzip 
@@ -8457,9 +9551,12 @@ dvi-gzip: \
                  dvi) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-TAGS-gzip TAGS-gzip
 maybe-TAGS-gzip:
+@if gzip
+maybe-TAGS-gzip: TAGS-gzip
 
 TAGS-gzip: \
     configure-gzip 
@@ -8479,9 +9576,12 @@ TAGS-gzip: \
                  TAGS) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-install-info-gzip install-info-gzip
 maybe-install-info-gzip:
+@if gzip
+maybe-install-info-gzip: install-info-gzip
 
 install-info-gzip: \
     configure-gzip \
@@ -8502,9 +9602,12 @@ install-info-gzip: \
                  install-info) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-installcheck-gzip installcheck-gzip
 maybe-installcheck-gzip:
+@if gzip
+maybe-installcheck-gzip: installcheck-gzip
 
 installcheck-gzip: \
     configure-gzip 
@@ -8524,9 +9627,12 @@ installcheck-gzip: \
                  installcheck) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-mostlyclean-gzip mostlyclean-gzip
 maybe-mostlyclean-gzip:
+@if gzip
+maybe-mostlyclean-gzip: mostlyclean-gzip
 
 mostlyclean-gzip: 
        @[ -f ./gzip/Makefile ] || exit 0; \
@@ -8545,9 +9651,12 @@ mostlyclean-gzip:
                  mostlyclean) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-clean-gzip clean-gzip
 maybe-clean-gzip:
+@if gzip
+maybe-clean-gzip: clean-gzip
 
 clean-gzip: 
        @[ -f ./gzip/Makefile ] || exit 0; \
@@ -8566,9 +9675,12 @@ clean-gzip:
                  clean) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-distclean-gzip distclean-gzip
 maybe-distclean-gzip:
+@if gzip
+maybe-distclean-gzip: distclean-gzip
 
 distclean-gzip: 
        @[ -f ./gzip/Makefile ] || exit 0; \
@@ -8587,9 +9699,12 @@ distclean-gzip:
                  distclean) \
          || exit 1
 
+@endif gzip
 
 .PHONY: maybe-maintainer-clean-gzip maintainer-clean-gzip
 maybe-maintainer-clean-gzip:
+@if gzip
+maybe-maintainer-clean-gzip: maintainer-clean-gzip
 
 maintainer-clean-gzip: 
        @[ -f ./gzip/Makefile ] || exit 0; \
@@ -8608,10 +9723,13 @@ maintainer-clean-gzip:
                  maintainer-clean) \
          || exit 1
 
+@endif gzip
 
 
 .PHONY: configure-hello maybe-configure-hello
 maybe-configure-hello:
+@if hello
+maybe-configure-hello: configure-hello
 configure-hello:
        @test ! -f hello/Makefile || exit 0; \
        [ -d hello ] || mkdir hello; \
@@ -8627,6 +9745,7 @@ configure-hello:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -8648,17 +9767,23 @@ configure-hello:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif hello
 
 .PHONY: all-hello maybe-all-hello
 maybe-all-hello:
+@if hello
+maybe-all-hello: all-hello
 all-hello: configure-hello
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd hello && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif hello
 
 .PHONY: check-hello maybe-check-hello
 maybe-check-hello:
+@if hello
+maybe-check-hello: check-hello
 
 check-hello:
        @r=`${PWD_COMMAND}`; export r; \
@@ -8666,9 +9791,12 @@ check-hello:
        $(SET_LIB_PATH) \
        (cd hello && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif hello
 
 .PHONY: install-hello maybe-install-hello
 maybe-install-hello:
+@if hello
+maybe-install-hello: install-hello
 
 install-hello: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -8676,11 +9804,14 @@ install-hello: installdirs
        $(SET_LIB_PATH) \
        (cd hello && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif hello
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-hello info-hello
 maybe-info-hello:
+@if hello
+maybe-info-hello: info-hello
 
 info-hello: \
     configure-hello 
@@ -8700,9 +9831,12 @@ info-hello: \
                  info) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-dvi-hello dvi-hello
 maybe-dvi-hello:
+@if hello
+maybe-dvi-hello: dvi-hello
 
 dvi-hello: \
     configure-hello 
@@ -8722,9 +9856,12 @@ dvi-hello: \
                  dvi) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-TAGS-hello TAGS-hello
 maybe-TAGS-hello:
+@if hello
+maybe-TAGS-hello: TAGS-hello
 
 TAGS-hello: \
     configure-hello 
@@ -8744,9 +9881,12 @@ TAGS-hello: \
                  TAGS) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-install-info-hello install-info-hello
 maybe-install-info-hello:
+@if hello
+maybe-install-info-hello: install-info-hello
 
 install-info-hello: \
     configure-hello \
@@ -8767,9 +9907,12 @@ install-info-hello: \
                  install-info) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-installcheck-hello installcheck-hello
 maybe-installcheck-hello:
+@if hello
+maybe-installcheck-hello: installcheck-hello
 
 installcheck-hello: \
     configure-hello 
@@ -8789,9 +9932,12 @@ installcheck-hello: \
                  installcheck) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-mostlyclean-hello mostlyclean-hello
 maybe-mostlyclean-hello:
+@if hello
+maybe-mostlyclean-hello: mostlyclean-hello
 
 mostlyclean-hello: 
        @[ -f ./hello/Makefile ] || exit 0; \
@@ -8810,9 +9956,12 @@ mostlyclean-hello:
                  mostlyclean) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-clean-hello clean-hello
 maybe-clean-hello:
+@if hello
+maybe-clean-hello: clean-hello
 
 clean-hello: 
        @[ -f ./hello/Makefile ] || exit 0; \
@@ -8831,9 +9980,12 @@ clean-hello:
                  clean) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-distclean-hello distclean-hello
 maybe-distclean-hello:
+@if hello
+maybe-distclean-hello: distclean-hello
 
 distclean-hello: 
        @[ -f ./hello/Makefile ] || exit 0; \
@@ -8852,9 +10004,12 @@ distclean-hello:
                  distclean) \
          || exit 1
 
+@endif hello
 
 .PHONY: maybe-maintainer-clean-hello maintainer-clean-hello
 maybe-maintainer-clean-hello:
+@if hello
+maybe-maintainer-clean-hello: maintainer-clean-hello
 
 maintainer-clean-hello: 
        @[ -f ./hello/Makefile ] || exit 0; \
@@ -8873,10 +10028,13 @@ maintainer-clean-hello:
                  maintainer-clean) \
          || exit 1
 
+@endif hello
 
 
 .PHONY: configure-indent maybe-configure-indent
 maybe-configure-indent:
+@if indent
+maybe-configure-indent: configure-indent
 configure-indent:
        @test ! -f indent/Makefile || exit 0; \
        [ -d indent ] || mkdir indent; \
@@ -8892,6 +10050,7 @@ configure-indent:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -8913,17 +10072,23 @@ configure-indent:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif indent
 
 .PHONY: all-indent maybe-all-indent
 maybe-all-indent:
+@if indent
+maybe-all-indent: all-indent
 all-indent: configure-indent
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd indent && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif indent
 
 .PHONY: check-indent maybe-check-indent
 maybe-check-indent:
+@if indent
+maybe-check-indent: check-indent
 
 check-indent:
        @r=`${PWD_COMMAND}`; export r; \
@@ -8931,9 +10096,12 @@ check-indent:
        $(SET_LIB_PATH) \
        (cd indent && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif indent
 
 .PHONY: install-indent maybe-install-indent
 maybe-install-indent:
+@if indent
+maybe-install-indent: install-indent
 
 install-indent: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -8941,11 +10109,14 @@ install-indent: installdirs
        $(SET_LIB_PATH) \
        (cd indent && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif indent
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-indent info-indent
 maybe-info-indent:
+@if indent
+maybe-info-indent: info-indent
 
 info-indent: \
     configure-indent 
@@ -8965,9 +10136,12 @@ info-indent: \
                  info) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-dvi-indent dvi-indent
 maybe-dvi-indent:
+@if indent
+maybe-dvi-indent: dvi-indent
 
 dvi-indent: \
     configure-indent 
@@ -8987,9 +10161,12 @@ dvi-indent: \
                  dvi) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-TAGS-indent TAGS-indent
 maybe-TAGS-indent:
+@if indent
+maybe-TAGS-indent: TAGS-indent
 
 TAGS-indent: \
     configure-indent 
@@ -9009,9 +10186,12 @@ TAGS-indent: \
                  TAGS) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-install-info-indent install-info-indent
 maybe-install-info-indent:
+@if indent
+maybe-install-info-indent: install-info-indent
 
 install-info-indent: \
     configure-indent \
@@ -9032,9 +10212,12 @@ install-info-indent: \
                  install-info) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-installcheck-indent installcheck-indent
 maybe-installcheck-indent:
+@if indent
+maybe-installcheck-indent: installcheck-indent
 
 installcheck-indent: \
     configure-indent 
@@ -9054,9 +10237,12 @@ installcheck-indent: \
                  installcheck) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-mostlyclean-indent mostlyclean-indent
 maybe-mostlyclean-indent:
+@if indent
+maybe-mostlyclean-indent: mostlyclean-indent
 
 mostlyclean-indent: 
        @[ -f ./indent/Makefile ] || exit 0; \
@@ -9075,9 +10261,12 @@ mostlyclean-indent:
                  mostlyclean) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-clean-indent clean-indent
 maybe-clean-indent:
+@if indent
+maybe-clean-indent: clean-indent
 
 clean-indent: 
        @[ -f ./indent/Makefile ] || exit 0; \
@@ -9096,9 +10285,12 @@ clean-indent:
                  clean) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-distclean-indent distclean-indent
 maybe-distclean-indent:
+@if indent
+maybe-distclean-indent: distclean-indent
 
 distclean-indent: 
        @[ -f ./indent/Makefile ] || exit 0; \
@@ -9117,9 +10309,12 @@ distclean-indent:
                  distclean) \
          || exit 1
 
+@endif indent
 
 .PHONY: maybe-maintainer-clean-indent maintainer-clean-indent
 maybe-maintainer-clean-indent:
+@if indent
+maybe-maintainer-clean-indent: maintainer-clean-indent
 
 maintainer-clean-indent: 
        @[ -f ./indent/Makefile ] || exit 0; \
@@ -9138,10 +10333,13 @@ maintainer-clean-indent:
                  maintainer-clean) \
          || exit 1
 
+@endif indent
 
 
 .PHONY: configure-intl maybe-configure-intl
 maybe-configure-intl:
+@if intl
+maybe-configure-intl: configure-intl
 configure-intl:
        @test ! -f intl/Makefile || exit 0; \
        [ -d intl ] || mkdir intl; \
@@ -9157,6 +10355,7 @@ configure-intl:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -9178,17 +10377,23 @@ configure-intl:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif intl
 
 .PHONY: all-intl maybe-all-intl
 maybe-all-intl:
+@if intl
+maybe-all-intl: all-intl
 all-intl: configure-intl
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd intl && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif intl
 
 .PHONY: check-intl maybe-check-intl
 maybe-check-intl:
+@if intl
+maybe-check-intl: check-intl
 
 check-intl:
        @r=`${PWD_COMMAND}`; export r; \
@@ -9196,9 +10401,12 @@ check-intl:
        $(SET_LIB_PATH) \
        (cd intl && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif intl
 
 .PHONY: install-intl maybe-install-intl
 maybe-install-intl:
+@if intl
+maybe-install-intl: install-intl
 
 install-intl: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -9206,11 +10414,14 @@ install-intl: installdirs
        $(SET_LIB_PATH) \
        (cd intl && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif intl
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-intl info-intl
 maybe-info-intl:
+@if intl
+maybe-info-intl: info-intl
 
 info-intl: \
     configure-intl 
@@ -9230,9 +10441,12 @@ info-intl: \
                  info) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-dvi-intl dvi-intl
 maybe-dvi-intl:
+@if intl
+maybe-dvi-intl: dvi-intl
 
 dvi-intl: \
     configure-intl 
@@ -9252,9 +10466,12 @@ dvi-intl: \
                  dvi) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-TAGS-intl TAGS-intl
 maybe-TAGS-intl:
+@if intl
+maybe-TAGS-intl: TAGS-intl
 
 TAGS-intl: \
     configure-intl 
@@ -9274,9 +10491,12 @@ TAGS-intl: \
                  TAGS) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-install-info-intl install-info-intl
 maybe-install-info-intl:
+@if intl
+maybe-install-info-intl: install-info-intl
 
 install-info-intl: \
     configure-intl \
@@ -9297,9 +10517,12 @@ install-info-intl: \
                  install-info) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-installcheck-intl installcheck-intl
 maybe-installcheck-intl:
+@if intl
+maybe-installcheck-intl: installcheck-intl
 
 installcheck-intl: \
     configure-intl 
@@ -9319,9 +10542,12 @@ installcheck-intl: \
                  installcheck) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-mostlyclean-intl mostlyclean-intl
 maybe-mostlyclean-intl:
+@if intl
+maybe-mostlyclean-intl: mostlyclean-intl
 
 mostlyclean-intl: 
        @[ -f ./intl/Makefile ] || exit 0; \
@@ -9340,9 +10566,12 @@ mostlyclean-intl:
                  mostlyclean) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-clean-intl clean-intl
 maybe-clean-intl:
+@if intl
+maybe-clean-intl: clean-intl
 
 clean-intl: 
        @[ -f ./intl/Makefile ] || exit 0; \
@@ -9361,9 +10590,12 @@ clean-intl:
                  clean) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-distclean-intl distclean-intl
 maybe-distclean-intl:
+@if intl
+maybe-distclean-intl: distclean-intl
 
 distclean-intl: 
        @[ -f ./intl/Makefile ] || exit 0; \
@@ -9382,9 +10614,12 @@ distclean-intl:
                  distclean) \
          || exit 1
 
+@endif intl
 
 .PHONY: maybe-maintainer-clean-intl maintainer-clean-intl
 maybe-maintainer-clean-intl:
+@if intl
+maybe-maintainer-clean-intl: maintainer-clean-intl
 
 maintainer-clean-intl: 
        @[ -f ./intl/Makefile ] || exit 0; \
@@ -9403,10 +10638,13 @@ maintainer-clean-intl:
                  maintainer-clean) \
          || exit 1
 
+@endif intl
 
 
 .PHONY: configure-tcl maybe-configure-tcl
 maybe-configure-tcl:
+@if tcl
+maybe-configure-tcl: configure-tcl
 configure-tcl:
        @test ! -f tcl/Makefile || exit 0; \
        [ -d tcl ] || mkdir tcl; \
@@ -9422,6 +10660,7 @@ configure-tcl:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -9443,17 +10682,23 @@ configure-tcl:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif tcl
 
 .PHONY: all-tcl maybe-all-tcl
 maybe-all-tcl:
+@if tcl
+maybe-all-tcl: all-tcl
 all-tcl: configure-tcl
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd tcl && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif tcl
 
 .PHONY: check-tcl maybe-check-tcl
 maybe-check-tcl:
+@if tcl
+maybe-check-tcl: check-tcl
 
 check-tcl:
        @r=`${PWD_COMMAND}`; export r; \
@@ -9461,9 +10706,12 @@ check-tcl:
        $(SET_LIB_PATH) \
        (cd tcl && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif tcl
 
 .PHONY: install-tcl maybe-install-tcl
 maybe-install-tcl:
+@if tcl
+maybe-install-tcl: install-tcl
 
 install-tcl: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -9471,11 +10719,14 @@ install-tcl: installdirs
        $(SET_LIB_PATH) \
        (cd tcl && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif tcl
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-tcl info-tcl
 maybe-info-tcl:
+@if tcl
+maybe-info-tcl: info-tcl
 
 info-tcl: \
     configure-tcl 
@@ -9495,9 +10746,12 @@ info-tcl: \
                  info) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-dvi-tcl dvi-tcl
 maybe-dvi-tcl:
+@if tcl
+maybe-dvi-tcl: dvi-tcl
 
 dvi-tcl: \
     configure-tcl 
@@ -9517,9 +10771,12 @@ dvi-tcl: \
                  dvi) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-TAGS-tcl TAGS-tcl
 maybe-TAGS-tcl:
+@if tcl
+maybe-TAGS-tcl: TAGS-tcl
 
 TAGS-tcl: \
     configure-tcl 
@@ -9539,9 +10796,12 @@ TAGS-tcl: \
                  TAGS) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-install-info-tcl install-info-tcl
 maybe-install-info-tcl:
+@if tcl
+maybe-install-info-tcl: install-info-tcl
 
 install-info-tcl: \
     configure-tcl \
@@ -9562,9 +10822,12 @@ install-info-tcl: \
                  install-info) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-installcheck-tcl installcheck-tcl
 maybe-installcheck-tcl:
+@if tcl
+maybe-installcheck-tcl: installcheck-tcl
 
 installcheck-tcl: \
     configure-tcl 
@@ -9584,16 +10847,22 @@ installcheck-tcl: \
                  installcheck) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-mostlyclean-tcl mostlyclean-tcl
 maybe-mostlyclean-tcl:
+@if tcl
+maybe-mostlyclean-tcl: mostlyclean-tcl
 
 # tcl doesn't support mostlyclean.
 mostlyclean-tcl:
 
+@endif tcl
 
 .PHONY: maybe-clean-tcl clean-tcl
 maybe-clean-tcl:
+@if tcl
+maybe-clean-tcl: clean-tcl
 
 clean-tcl: 
        @[ -f ./tcl/Makefile ] || exit 0; \
@@ -9612,9 +10881,12 @@ clean-tcl:
                  clean) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-distclean-tcl distclean-tcl
 maybe-distclean-tcl:
+@if tcl
+maybe-distclean-tcl: distclean-tcl
 
 distclean-tcl: 
        @[ -f ./tcl/Makefile ] || exit 0; \
@@ -9633,9 +10905,12 @@ distclean-tcl:
                  distclean) \
          || exit 1
 
+@endif tcl
 
 .PHONY: maybe-maintainer-clean-tcl maintainer-clean-tcl
 maybe-maintainer-clean-tcl:
+@if tcl
+maybe-maintainer-clean-tcl: maintainer-clean-tcl
 
 maintainer-clean-tcl: 
        @[ -f ./tcl/Makefile ] || exit 0; \
@@ -9654,10 +10929,13 @@ maintainer-clean-tcl:
                  maintainer-clean) \
          || exit 1
 
+@endif tcl
 
 
 .PHONY: configure-itcl maybe-configure-itcl
 maybe-configure-itcl:
+@if itcl
+maybe-configure-itcl: configure-itcl
 configure-itcl:
        @test ! -f itcl/Makefile || exit 0; \
        [ -d itcl ] || mkdir itcl; \
@@ -9673,6 +10951,7 @@ configure-itcl:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -9694,17 +10973,23 @@ configure-itcl:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif itcl
 
 .PHONY: all-itcl maybe-all-itcl
 maybe-all-itcl:
+@if itcl
+maybe-all-itcl: all-itcl
 all-itcl: configure-itcl
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd itcl && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif itcl
 
 .PHONY: check-itcl maybe-check-itcl
 maybe-check-itcl:
+@if itcl
+maybe-check-itcl: check-itcl
 
 check-itcl:
        @r=`${PWD_COMMAND}`; export r; \
@@ -9712,9 +10997,12 @@ check-itcl:
        $(SET_LIB_PATH) \
        (cd itcl && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif itcl
 
 .PHONY: install-itcl maybe-install-itcl
 maybe-install-itcl:
+@if itcl
+maybe-install-itcl: install-itcl
 
 install-itcl: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -9722,11 +11010,14 @@ install-itcl: installdirs
        $(SET_LIB_PATH) \
        (cd itcl && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif itcl
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-itcl info-itcl
 maybe-info-itcl:
+@if itcl
+maybe-info-itcl: info-itcl
 
 info-itcl: \
     configure-itcl 
@@ -9746,9 +11037,12 @@ info-itcl: \
                  info) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-dvi-itcl dvi-itcl
 maybe-dvi-itcl:
+@if itcl
+maybe-dvi-itcl: dvi-itcl
 
 dvi-itcl: \
     configure-itcl 
@@ -9768,9 +11062,12 @@ dvi-itcl: \
                  dvi) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-TAGS-itcl TAGS-itcl
 maybe-TAGS-itcl:
+@if itcl
+maybe-TAGS-itcl: TAGS-itcl
 
 TAGS-itcl: \
     configure-itcl 
@@ -9790,9 +11087,12 @@ TAGS-itcl: \
                  TAGS) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-install-info-itcl install-info-itcl
 maybe-install-info-itcl:
+@if itcl
+maybe-install-info-itcl: install-info-itcl
 
 install-info-itcl: \
     configure-itcl \
@@ -9813,9 +11113,12 @@ install-info-itcl: \
                  install-info) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-installcheck-itcl installcheck-itcl
 maybe-installcheck-itcl:
+@if itcl
+maybe-installcheck-itcl: installcheck-itcl
 
 installcheck-itcl: \
     configure-itcl 
@@ -9835,9 +11138,12 @@ installcheck-itcl: \
                  installcheck) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-mostlyclean-itcl mostlyclean-itcl
 maybe-mostlyclean-itcl:
+@if itcl
+maybe-mostlyclean-itcl: mostlyclean-itcl
 
 mostlyclean-itcl: 
        @[ -f ./itcl/Makefile ] || exit 0; \
@@ -9856,9 +11162,12 @@ mostlyclean-itcl:
                  mostlyclean) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-clean-itcl clean-itcl
 maybe-clean-itcl:
+@if itcl
+maybe-clean-itcl: clean-itcl
 
 clean-itcl: 
        @[ -f ./itcl/Makefile ] || exit 0; \
@@ -9877,9 +11186,12 @@ clean-itcl:
                  clean) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-distclean-itcl distclean-itcl
 maybe-distclean-itcl:
+@if itcl
+maybe-distclean-itcl: distclean-itcl
 
 distclean-itcl: 
        @[ -f ./itcl/Makefile ] || exit 0; \
@@ -9898,9 +11210,12 @@ distclean-itcl:
                  distclean) \
          || exit 1
 
+@endif itcl
 
 .PHONY: maybe-maintainer-clean-itcl maintainer-clean-itcl
 maybe-maintainer-clean-itcl:
+@if itcl
+maybe-maintainer-clean-itcl: maintainer-clean-itcl
 
 maintainer-clean-itcl: 
        @[ -f ./itcl/Makefile ] || exit 0; \
@@ -9919,10 +11234,13 @@ maintainer-clean-itcl:
                  maintainer-clean) \
          || exit 1
 
+@endif itcl
 
 
 .PHONY: configure-ld maybe-configure-ld
 maybe-configure-ld:
+@if ld
+maybe-configure-ld: configure-ld
 configure-ld:
        @test ! -f ld/Makefile || exit 0; \
        [ -d ld ] || mkdir ld; \
@@ -9938,6 +11256,7 @@ configure-ld:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -9959,17 +11278,23 @@ configure-ld:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif ld
 
 .PHONY: all-ld maybe-all-ld
 maybe-all-ld:
+@if ld
+maybe-all-ld: all-ld
 all-ld: configure-ld
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd ld && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif ld
 
 .PHONY: check-ld maybe-check-ld
 maybe-check-ld:
+@if ld
+maybe-check-ld: check-ld
 
 check-ld:
        @r=`${PWD_COMMAND}`; export r; \
@@ -9977,9 +11302,12 @@ check-ld:
        $(SET_LIB_PATH) \
        (cd ld && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif ld
 
 .PHONY: install-ld maybe-install-ld
 maybe-install-ld:
+@if ld
+maybe-install-ld: install-ld
 
 install-ld: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -9987,11 +11315,14 @@ install-ld: installdirs
        $(SET_LIB_PATH) \
        (cd ld && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif ld
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-ld info-ld
 maybe-info-ld:
+@if ld
+maybe-info-ld: info-ld
 
 info-ld: \
     configure-ld 
@@ -10011,9 +11342,12 @@ info-ld: \
                  info) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-dvi-ld dvi-ld
 maybe-dvi-ld:
+@if ld
+maybe-dvi-ld: dvi-ld
 
 dvi-ld: \
     configure-ld 
@@ -10033,9 +11367,12 @@ dvi-ld: \
                  dvi) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-TAGS-ld TAGS-ld
 maybe-TAGS-ld:
+@if ld
+maybe-TAGS-ld: TAGS-ld
 
 TAGS-ld: \
     configure-ld 
@@ -10055,9 +11392,12 @@ TAGS-ld: \
                  TAGS) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-install-info-ld install-info-ld
 maybe-install-info-ld:
+@if ld
+maybe-install-info-ld: install-info-ld
 
 install-info-ld: \
     configure-ld \
@@ -10078,9 +11418,12 @@ install-info-ld: \
                  install-info) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-installcheck-ld installcheck-ld
 maybe-installcheck-ld:
+@if ld
+maybe-installcheck-ld: installcheck-ld
 
 installcheck-ld: \
     configure-ld 
@@ -10100,9 +11443,12 @@ installcheck-ld: \
                  installcheck) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-mostlyclean-ld mostlyclean-ld
 maybe-mostlyclean-ld:
+@if ld
+maybe-mostlyclean-ld: mostlyclean-ld
 
 mostlyclean-ld: 
        @[ -f ./ld/Makefile ] || exit 0; \
@@ -10121,9 +11467,12 @@ mostlyclean-ld:
                  mostlyclean) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-clean-ld clean-ld
 maybe-clean-ld:
+@if ld
+maybe-clean-ld: clean-ld
 
 clean-ld: 
        @[ -f ./ld/Makefile ] || exit 0; \
@@ -10142,9 +11491,12 @@ clean-ld:
                  clean) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-distclean-ld distclean-ld
 maybe-distclean-ld:
+@if ld
+maybe-distclean-ld: distclean-ld
 
 distclean-ld: 
        @[ -f ./ld/Makefile ] || exit 0; \
@@ -10163,9 +11515,12 @@ distclean-ld:
                  distclean) \
          || exit 1
 
+@endif ld
 
 .PHONY: maybe-maintainer-clean-ld maintainer-clean-ld
 maybe-maintainer-clean-ld:
+@if ld
+maybe-maintainer-clean-ld: maintainer-clean-ld
 
 maintainer-clean-ld: 
        @[ -f ./ld/Makefile ] || exit 0; \
@@ -10184,10 +11539,13 @@ maintainer-clean-ld:
                  maintainer-clean) \
          || exit 1
 
+@endif ld
 
 
 .PHONY: configure-libgui maybe-configure-libgui
 maybe-configure-libgui:
+@if libgui
+maybe-configure-libgui: configure-libgui
 configure-libgui:
        @test ! -f libgui/Makefile || exit 0; \
        [ -d libgui ] || mkdir libgui; \
@@ -10203,6 +11561,7 @@ configure-libgui:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -10224,17 +11583,23 @@ configure-libgui:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif libgui
 
 .PHONY: all-libgui maybe-all-libgui
 maybe-all-libgui:
+@if libgui
+maybe-all-libgui: all-libgui
 all-libgui: configure-libgui
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd libgui && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif libgui
 
 .PHONY: check-libgui maybe-check-libgui
 maybe-check-libgui:
+@if libgui
+maybe-check-libgui: check-libgui
 
 check-libgui:
        @r=`${PWD_COMMAND}`; export r; \
@@ -10242,9 +11607,12 @@ check-libgui:
        $(SET_LIB_PATH) \
        (cd libgui && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif libgui
 
 .PHONY: install-libgui maybe-install-libgui
 maybe-install-libgui:
+@if libgui
+maybe-install-libgui: install-libgui
 
 install-libgui: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -10252,11 +11620,14 @@ install-libgui: installdirs
        $(SET_LIB_PATH) \
        (cd libgui && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif libgui
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-libgui info-libgui
 maybe-info-libgui:
+@if libgui
+maybe-info-libgui: info-libgui
 
 info-libgui: \
     configure-libgui 
@@ -10276,9 +11647,12 @@ info-libgui: \
                  info) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-dvi-libgui dvi-libgui
 maybe-dvi-libgui:
+@if libgui
+maybe-dvi-libgui: dvi-libgui
 
 dvi-libgui: \
     configure-libgui 
@@ -10298,9 +11672,12 @@ dvi-libgui: \
                  dvi) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-TAGS-libgui TAGS-libgui
 maybe-TAGS-libgui:
+@if libgui
+maybe-TAGS-libgui: TAGS-libgui
 
 TAGS-libgui: \
     configure-libgui 
@@ -10320,9 +11697,12 @@ TAGS-libgui: \
                  TAGS) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-install-info-libgui install-info-libgui
 maybe-install-info-libgui:
+@if libgui
+maybe-install-info-libgui: install-info-libgui
 
 install-info-libgui: \
     configure-libgui \
@@ -10343,9 +11723,12 @@ install-info-libgui: \
                  install-info) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-installcheck-libgui installcheck-libgui
 maybe-installcheck-libgui:
+@if libgui
+maybe-installcheck-libgui: installcheck-libgui
 
 installcheck-libgui: \
     configure-libgui 
@@ -10365,9 +11748,12 @@ installcheck-libgui: \
                  installcheck) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-mostlyclean-libgui mostlyclean-libgui
 maybe-mostlyclean-libgui:
+@if libgui
+maybe-mostlyclean-libgui: mostlyclean-libgui
 
 mostlyclean-libgui: 
        @[ -f ./libgui/Makefile ] || exit 0; \
@@ -10386,9 +11772,12 @@ mostlyclean-libgui:
                  mostlyclean) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-clean-libgui clean-libgui
 maybe-clean-libgui:
+@if libgui
+maybe-clean-libgui: clean-libgui
 
 clean-libgui: 
        @[ -f ./libgui/Makefile ] || exit 0; \
@@ -10407,9 +11796,12 @@ clean-libgui:
                  clean) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-distclean-libgui distclean-libgui
 maybe-distclean-libgui:
+@if libgui
+maybe-distclean-libgui: distclean-libgui
 
 distclean-libgui: 
        @[ -f ./libgui/Makefile ] || exit 0; \
@@ -10428,9 +11820,12 @@ distclean-libgui:
                  distclean) \
          || exit 1
 
+@endif libgui
 
 .PHONY: maybe-maintainer-clean-libgui maintainer-clean-libgui
 maybe-maintainer-clean-libgui:
+@if libgui
+maybe-maintainer-clean-libgui: maintainer-clean-libgui
 
 maintainer-clean-libgui: 
        @[ -f ./libgui/Makefile ] || exit 0; \
@@ -10449,10 +11844,314 @@ maintainer-clean-libgui:
                  maintainer-clean) \
          || exit 1
 
+@endif libgui
+
+
+.PHONY: configure-libbanshee maybe-configure-libbanshee
+maybe-configure-libbanshee:
+@if libbanshee
+maybe-configure-libbanshee: configure-libbanshee
+configure-libbanshee:
+       @test ! -f libbanshee/Makefile || exit 0; \
+       [ -d libbanshee ] || mkdir libbanshee; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       CC="$(CC)"; export CC; \
+       CFLAGS="$(CFLAGS)"; export CFLAGS; \
+       CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
+       CXX="$(CXX)"; export CXX; \
+       CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
+       AR="$(AR)"; export AR; \
+       AS="$(AS)"; export AS; \
+       CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
+       DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
+       LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
+       NM="$(NM)"; export NM; \
+       RANLIB="$(RANLIB)"; export RANLIB; \
+       WINDRES="$(WINDRES)"; export WINDRES; \
+       OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
+       OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
+       echo Configuring in libbanshee; \
+       cd libbanshee || exit 1; \
+       case $(srcdir) in \
+         \.) \
+           srcdiroption="--srcdir=."; \
+           libsrcdir=".";; \
+         /* | [A-Za-z]:[\\/]*) \
+           srcdiroption="--srcdir=$(srcdir)/libbanshee"; \
+           libsrcdir="$$s/libbanshee";; \
+         *) \
+           srcdiroption="--srcdir=../$(srcdir)/libbanshee"; \
+           libsrcdir="$$s/libbanshee";; \
+       esac; \
+       $(SHELL) $${libsrcdir}/configure \
+         $(HOST_CONFIGARGS) $${srcdiroption} \
+         || exit 1
+@endif libbanshee
+
+.PHONY: all-libbanshee maybe-all-libbanshee
+maybe-all-libbanshee:
+@if libbanshee
+maybe-all-libbanshee: all-libbanshee
+all-libbanshee: configure-libbanshee
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       (cd libbanshee && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif libbanshee
+
+.PHONY: check-libbanshee maybe-check-libbanshee
+maybe-check-libbanshee:
+@if libbanshee
+maybe-check-libbanshee: check-libbanshee
+
+check-libbanshee:
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       (cd libbanshee && $(MAKE) $(FLAGS_TO_PASS) check)
+
+@endif libbanshee
+
+.PHONY: install-libbanshee maybe-install-libbanshee
+maybe-install-libbanshee:
+@if libbanshee
+maybe-install-libbanshee: install-libbanshee
+
+install-libbanshee:
+
+@endif libbanshee
+
+# Other targets (info, dvi, etc.)
+
+.PHONY: maybe-info-libbanshee info-libbanshee
+maybe-info-libbanshee:
+@if libbanshee
+maybe-info-libbanshee: info-libbanshee
+
+info-libbanshee: \
+    configure-libbanshee 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing info in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 info) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-dvi-libbanshee dvi-libbanshee
+maybe-dvi-libbanshee:
+@if libbanshee
+maybe-dvi-libbanshee: dvi-libbanshee
+
+dvi-libbanshee: \
+    configure-libbanshee 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing dvi in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 dvi) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-TAGS-libbanshee TAGS-libbanshee
+maybe-TAGS-libbanshee:
+@if libbanshee
+maybe-TAGS-libbanshee: TAGS-libbanshee
+
+TAGS-libbanshee: \
+    configure-libbanshee 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing TAGS in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 TAGS) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-install-info-libbanshee install-info-libbanshee
+maybe-install-info-libbanshee:
+@if libbanshee
+maybe-install-info-libbanshee: install-info-libbanshee
+
+install-info-libbanshee: \
+    configure-libbanshee \
+    info-libbanshee 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing install-info in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 install-info) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-installcheck-libbanshee installcheck-libbanshee
+maybe-installcheck-libbanshee:
+@if libbanshee
+maybe-installcheck-libbanshee: installcheck-libbanshee
+
+installcheck-libbanshee: \
+    configure-libbanshee 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing installcheck in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 installcheck) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-mostlyclean-libbanshee mostlyclean-libbanshee
+maybe-mostlyclean-libbanshee:
+@if libbanshee
+maybe-mostlyclean-libbanshee: mostlyclean-libbanshee
+
+mostlyclean-libbanshee: 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing mostlyclean in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 mostlyclean) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-clean-libbanshee clean-libbanshee
+maybe-clean-libbanshee:
+@if libbanshee
+maybe-clean-libbanshee: clean-libbanshee
+
+clean-libbanshee: 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing clean in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 clean) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-distclean-libbanshee distclean-libbanshee
+maybe-distclean-libbanshee:
+@if libbanshee
+maybe-distclean-libbanshee: distclean-libbanshee
+
+distclean-libbanshee: 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing distclean in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 distclean) \
+         || exit 1
+
+@endif libbanshee
+
+.PHONY: maybe-maintainer-clean-libbanshee maintainer-clean-libbanshee
+maybe-maintainer-clean-libbanshee:
+@if libbanshee
+maybe-maintainer-clean-libbanshee: maintainer-clean-libbanshee
+
+maintainer-clean-libbanshee: 
+       @[ -f ./libbanshee/Makefile ] || exit 0; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       for flag in $(EXTRA_HOST_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       echo "Doing maintainer-clean in libbanshee" ; \
+       (cd libbanshee && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 maintainer-clean) \
+         || exit 1
+
+@endif libbanshee
 
 
 .PHONY: configure-libiberty maybe-configure-libiberty
 maybe-configure-libiberty:
+@if libiberty
+maybe-configure-libiberty: configure-libiberty
 configure-libiberty:
        @test ! -f libiberty/Makefile || exit 0; \
        [ -d libiberty ] || mkdir libiberty; \
@@ -10468,6 +12167,7 @@ configure-libiberty:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -10489,17 +12189,23 @@ configure-libiberty:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif libiberty
 
 .PHONY: all-libiberty maybe-all-libiberty
 maybe-all-libiberty:
+@if libiberty
+maybe-all-libiberty: all-libiberty
 all-libiberty: configure-libiberty
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif libiberty
 
 .PHONY: check-libiberty maybe-check-libiberty
 maybe-check-libiberty:
+@if libiberty
+maybe-check-libiberty: check-libiberty
 
 check-libiberty:
        @r=`${PWD_COMMAND}`; export r; \
@@ -10507,9 +12213,12 @@ check-libiberty:
        $(SET_LIB_PATH) \
        (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif libiberty
 
 .PHONY: install-libiberty maybe-install-libiberty
 maybe-install-libiberty:
+@if libiberty
+maybe-install-libiberty: install-libiberty
 
 install-libiberty: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -10517,11 +12226,14 @@ install-libiberty: installdirs
        $(SET_LIB_PATH) \
        (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif libiberty
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-libiberty info-libiberty
 maybe-info-libiberty:
+@if libiberty
+maybe-info-libiberty: info-libiberty
 
 info-libiberty: \
     configure-libiberty 
@@ -10541,9 +12253,12 @@ info-libiberty: \
                  info) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-dvi-libiberty dvi-libiberty
 maybe-dvi-libiberty:
+@if libiberty
+maybe-dvi-libiberty: dvi-libiberty
 
 dvi-libiberty: \
     configure-libiberty 
@@ -10563,9 +12278,12 @@ dvi-libiberty: \
                  dvi) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-TAGS-libiberty TAGS-libiberty
 maybe-TAGS-libiberty:
+@if libiberty
+maybe-TAGS-libiberty: TAGS-libiberty
 
 TAGS-libiberty: \
     configure-libiberty 
@@ -10585,9 +12303,12 @@ TAGS-libiberty: \
                  TAGS) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-install-info-libiberty install-info-libiberty
 maybe-install-info-libiberty:
+@if libiberty
+maybe-install-info-libiberty: install-info-libiberty
 
 install-info-libiberty: \
     configure-libiberty \
@@ -10608,9 +12329,12 @@ install-info-libiberty: \
                  install-info) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-installcheck-libiberty installcheck-libiberty
 maybe-installcheck-libiberty:
+@if libiberty
+maybe-installcheck-libiberty: installcheck-libiberty
 
 installcheck-libiberty: \
     configure-libiberty 
@@ -10630,9 +12354,12 @@ installcheck-libiberty: \
                  installcheck) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-mostlyclean-libiberty mostlyclean-libiberty
 maybe-mostlyclean-libiberty:
+@if libiberty
+maybe-mostlyclean-libiberty: mostlyclean-libiberty
 
 mostlyclean-libiberty: 
        @[ -f ./libiberty/Makefile ] || exit 0; \
@@ -10651,9 +12378,12 @@ mostlyclean-libiberty:
                  mostlyclean) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-clean-libiberty clean-libiberty
 maybe-clean-libiberty:
+@if libiberty
+maybe-clean-libiberty: clean-libiberty
 
 clean-libiberty: 
        @[ -f ./libiberty/Makefile ] || exit 0; \
@@ -10672,9 +12402,12 @@ clean-libiberty:
                  clean) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-distclean-libiberty distclean-libiberty
 maybe-distclean-libiberty:
+@if libiberty
+maybe-distclean-libiberty: distclean-libiberty
 
 distclean-libiberty: 
        @[ -f ./libiberty/Makefile ] || exit 0; \
@@ -10693,9 +12426,12 @@ distclean-libiberty:
                  distclean) \
          || exit 1
 
+@endif libiberty
 
 .PHONY: maybe-maintainer-clean-libiberty maintainer-clean-libiberty
 maybe-maintainer-clean-libiberty:
+@if libiberty
+maybe-maintainer-clean-libiberty: maintainer-clean-libiberty
 
 maintainer-clean-libiberty: 
        @[ -f ./libiberty/Makefile ] || exit 0; \
@@ -10714,10 +12450,13 @@ maintainer-clean-libiberty:
                  maintainer-clean) \
          || exit 1
 
+@endif libiberty
 
 
 .PHONY: configure-libtool maybe-configure-libtool
 maybe-configure-libtool:
+@if libtool
+maybe-configure-libtool: configure-libtool
 configure-libtool:
        @test ! -f libtool/Makefile || exit 0; \
        [ -d libtool ] || mkdir libtool; \
@@ -10733,6 +12472,7 @@ configure-libtool:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -10754,17 +12494,23 @@ configure-libtool:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif libtool
 
 .PHONY: all-libtool maybe-all-libtool
 maybe-all-libtool:
+@if libtool
+maybe-all-libtool: all-libtool
 all-libtool: configure-libtool
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd libtool && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif libtool
 
 .PHONY: check-libtool maybe-check-libtool
 maybe-check-libtool:
+@if libtool
+maybe-check-libtool: check-libtool
 
 check-libtool:
        @r=`${PWD_COMMAND}`; export r; \
@@ -10772,9 +12518,12 @@ check-libtool:
        $(SET_LIB_PATH) \
        (cd libtool && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif libtool
 
 .PHONY: install-libtool maybe-install-libtool
 maybe-install-libtool:
+@if libtool
+maybe-install-libtool: install-libtool
 
 install-libtool: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -10782,11 +12531,14 @@ install-libtool: installdirs
        $(SET_LIB_PATH) \
        (cd libtool && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif libtool
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-libtool info-libtool
 maybe-info-libtool:
+@if libtool
+maybe-info-libtool: info-libtool
 
 info-libtool: \
     configure-libtool 
@@ -10806,9 +12558,12 @@ info-libtool: \
                  info) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-dvi-libtool dvi-libtool
 maybe-dvi-libtool:
+@if libtool
+maybe-dvi-libtool: dvi-libtool
 
 dvi-libtool: \
     configure-libtool 
@@ -10828,9 +12583,12 @@ dvi-libtool: \
                  dvi) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-TAGS-libtool TAGS-libtool
 maybe-TAGS-libtool:
+@if libtool
+maybe-TAGS-libtool: TAGS-libtool
 
 TAGS-libtool: \
     configure-libtool 
@@ -10850,9 +12608,12 @@ TAGS-libtool: \
                  TAGS) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-install-info-libtool install-info-libtool
 maybe-install-info-libtool:
+@if libtool
+maybe-install-info-libtool: install-info-libtool
 
 install-info-libtool: \
     configure-libtool \
@@ -10873,9 +12634,12 @@ install-info-libtool: \
                  install-info) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-installcheck-libtool installcheck-libtool
 maybe-installcheck-libtool:
+@if libtool
+maybe-installcheck-libtool: installcheck-libtool
 
 installcheck-libtool: \
     configure-libtool 
@@ -10895,9 +12659,12 @@ installcheck-libtool: \
                  installcheck) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-mostlyclean-libtool mostlyclean-libtool
 maybe-mostlyclean-libtool:
+@if libtool
+maybe-mostlyclean-libtool: mostlyclean-libtool
 
 mostlyclean-libtool: 
        @[ -f ./libtool/Makefile ] || exit 0; \
@@ -10916,9 +12683,12 @@ mostlyclean-libtool:
                  mostlyclean) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-clean-libtool clean-libtool
 maybe-clean-libtool:
+@if libtool
+maybe-clean-libtool: clean-libtool
 
 clean-libtool: 
        @[ -f ./libtool/Makefile ] || exit 0; \
@@ -10937,9 +12707,12 @@ clean-libtool:
                  clean) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-distclean-libtool distclean-libtool
 maybe-distclean-libtool:
+@if libtool
+maybe-distclean-libtool: distclean-libtool
 
 distclean-libtool: 
        @[ -f ./libtool/Makefile ] || exit 0; \
@@ -10958,9 +12731,12 @@ distclean-libtool:
                  distclean) \
          || exit 1
 
+@endif libtool
 
 .PHONY: maybe-maintainer-clean-libtool maintainer-clean-libtool
 maybe-maintainer-clean-libtool:
+@if libtool
+maybe-maintainer-clean-libtool: maintainer-clean-libtool
 
 maintainer-clean-libtool: 
        @[ -f ./libtool/Makefile ] || exit 0; \
@@ -10979,10 +12755,13 @@ maintainer-clean-libtool:
                  maintainer-clean) \
          || exit 1
 
+@endif libtool
 
 
 .PHONY: configure-m4 maybe-configure-m4
 maybe-configure-m4:
+@if m4
+maybe-configure-m4: configure-m4
 configure-m4:
        @test ! -f m4/Makefile || exit 0; \
        [ -d m4 ] || mkdir m4; \
@@ -10998,6 +12777,7 @@ configure-m4:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -11019,17 +12799,23 @@ configure-m4:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif m4
 
 .PHONY: all-m4 maybe-all-m4
 maybe-all-m4:
+@if m4
+maybe-all-m4: all-m4
 all-m4: configure-m4
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd m4 && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif m4
 
 .PHONY: check-m4 maybe-check-m4
 maybe-check-m4:
+@if m4
+maybe-check-m4: check-m4
 
 check-m4:
        @r=`${PWD_COMMAND}`; export r; \
@@ -11037,9 +12823,12 @@ check-m4:
        $(SET_LIB_PATH) \
        (cd m4 && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif m4
 
 .PHONY: install-m4 maybe-install-m4
 maybe-install-m4:
+@if m4
+maybe-install-m4: install-m4
 
 install-m4: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -11047,11 +12836,14 @@ install-m4: installdirs
        $(SET_LIB_PATH) \
        (cd m4 && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif m4
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-m4 info-m4
 maybe-info-m4:
+@if m4
+maybe-info-m4: info-m4
 
 info-m4: \
     configure-m4 
@@ -11071,9 +12863,12 @@ info-m4: \
                  info) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-dvi-m4 dvi-m4
 maybe-dvi-m4:
+@if m4
+maybe-dvi-m4: dvi-m4
 
 dvi-m4: \
     configure-m4 
@@ -11093,9 +12888,12 @@ dvi-m4: \
                  dvi) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-TAGS-m4 TAGS-m4
 maybe-TAGS-m4:
+@if m4
+maybe-TAGS-m4: TAGS-m4
 
 TAGS-m4: \
     configure-m4 
@@ -11115,9 +12913,12 @@ TAGS-m4: \
                  TAGS) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-install-info-m4 install-info-m4
 maybe-install-info-m4:
+@if m4
+maybe-install-info-m4: install-info-m4
 
 install-info-m4: \
     configure-m4 \
@@ -11138,9 +12939,12 @@ install-info-m4: \
                  install-info) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-installcheck-m4 installcheck-m4
 maybe-installcheck-m4:
+@if m4
+maybe-installcheck-m4: installcheck-m4
 
 installcheck-m4: \
     configure-m4 
@@ -11160,9 +12964,12 @@ installcheck-m4: \
                  installcheck) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-mostlyclean-m4 mostlyclean-m4
 maybe-mostlyclean-m4:
+@if m4
+maybe-mostlyclean-m4: mostlyclean-m4
 
 mostlyclean-m4: 
        @[ -f ./m4/Makefile ] || exit 0; \
@@ -11181,9 +12988,12 @@ mostlyclean-m4:
                  mostlyclean) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-clean-m4 clean-m4
 maybe-clean-m4:
+@if m4
+maybe-clean-m4: clean-m4
 
 clean-m4: 
        @[ -f ./m4/Makefile ] || exit 0; \
@@ -11202,9 +13012,12 @@ clean-m4:
                  clean) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-distclean-m4 distclean-m4
 maybe-distclean-m4:
+@if m4
+maybe-distclean-m4: distclean-m4
 
 distclean-m4: 
        @[ -f ./m4/Makefile ] || exit 0; \
@@ -11223,9 +13036,12 @@ distclean-m4:
                  distclean) \
          || exit 1
 
+@endif m4
 
 .PHONY: maybe-maintainer-clean-m4 maintainer-clean-m4
 maybe-maintainer-clean-m4:
+@if m4
+maybe-maintainer-clean-m4: maintainer-clean-m4
 
 maintainer-clean-m4: 
        @[ -f ./m4/Makefile ] || exit 0; \
@@ -11244,10 +13060,13 @@ maintainer-clean-m4:
                  maintainer-clean) \
          || exit 1
 
+@endif m4
 
 
 .PHONY: configure-make maybe-configure-make
 maybe-configure-make:
+@if make
+maybe-configure-make: configure-make
 configure-make:
        @test ! -f make/Makefile || exit 0; \
        [ -d make ] || mkdir make; \
@@ -11263,6 +13082,7 @@ configure-make:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -11284,17 +13104,23 @@ configure-make:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif make
 
 .PHONY: all-make maybe-all-make
 maybe-all-make:
+@if make
+maybe-all-make: all-make
 all-make: configure-make
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd make && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif make
 
 .PHONY: check-make maybe-check-make
 maybe-check-make:
+@if make
+maybe-check-make: check-make
 
 check-make:
        @r=`${PWD_COMMAND}`; export r; \
@@ -11302,9 +13128,12 @@ check-make:
        $(SET_LIB_PATH) \
        (cd make && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif make
 
 .PHONY: install-make maybe-install-make
 maybe-install-make:
+@if make
+maybe-install-make: install-make
 
 install-make: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -11312,11 +13141,14 @@ install-make: installdirs
        $(SET_LIB_PATH) \
        (cd make && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif make
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-make info-make
 maybe-info-make:
+@if make
+maybe-info-make: info-make
 
 info-make: \
     configure-make 
@@ -11336,9 +13168,12 @@ info-make: \
                  info) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-dvi-make dvi-make
 maybe-dvi-make:
+@if make
+maybe-dvi-make: dvi-make
 
 dvi-make: \
     configure-make 
@@ -11358,9 +13193,12 @@ dvi-make: \
                  dvi) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-TAGS-make TAGS-make
 maybe-TAGS-make:
+@if make
+maybe-TAGS-make: TAGS-make
 
 TAGS-make: \
     configure-make 
@@ -11380,9 +13218,12 @@ TAGS-make: \
                  TAGS) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-install-info-make install-info-make
 maybe-install-info-make:
+@if make
+maybe-install-info-make: install-info-make
 
 install-info-make: \
     configure-make \
@@ -11403,9 +13244,12 @@ install-info-make: \
                  install-info) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-installcheck-make installcheck-make
 maybe-installcheck-make:
+@if make
+maybe-installcheck-make: installcheck-make
 
 installcheck-make: \
     configure-make 
@@ -11425,9 +13269,12 @@ installcheck-make: \
                  installcheck) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-mostlyclean-make mostlyclean-make
 maybe-mostlyclean-make:
+@if make
+maybe-mostlyclean-make: mostlyclean-make
 
 mostlyclean-make: 
        @[ -f ./make/Makefile ] || exit 0; \
@@ -11446,9 +13293,12 @@ mostlyclean-make:
                  mostlyclean) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-clean-make clean-make
 maybe-clean-make:
+@if make
+maybe-clean-make: clean-make
 
 clean-make: 
        @[ -f ./make/Makefile ] || exit 0; \
@@ -11467,9 +13317,12 @@ clean-make:
                  clean) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-distclean-make distclean-make
 maybe-distclean-make:
+@if make
+maybe-distclean-make: distclean-make
 
 distclean-make: 
        @[ -f ./make/Makefile ] || exit 0; \
@@ -11488,9 +13341,12 @@ distclean-make:
                  distclean) \
          || exit 1
 
+@endif make
 
 .PHONY: maybe-maintainer-clean-make maintainer-clean-make
 maybe-maintainer-clean-make:
+@if make
+maybe-maintainer-clean-make: maintainer-clean-make
 
 maintainer-clean-make: 
        @[ -f ./make/Makefile ] || exit 0; \
@@ -11509,10 +13365,13 @@ maintainer-clean-make:
                  maintainer-clean) \
          || exit 1
 
+@endif make
 
 
 .PHONY: configure-mmalloc maybe-configure-mmalloc
 maybe-configure-mmalloc:
+@if mmalloc
+maybe-configure-mmalloc: configure-mmalloc
 configure-mmalloc:
        @test ! -f mmalloc/Makefile || exit 0; \
        [ -d mmalloc ] || mkdir mmalloc; \
@@ -11528,6 +13387,7 @@ configure-mmalloc:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -11549,23 +13409,32 @@ configure-mmalloc:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif mmalloc
 
 .PHONY: all-mmalloc maybe-all-mmalloc
 maybe-all-mmalloc:
+@if mmalloc
+maybe-all-mmalloc: all-mmalloc
 all-mmalloc: configure-mmalloc
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd mmalloc && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif mmalloc
 
 .PHONY: check-mmalloc maybe-check-mmalloc
 maybe-check-mmalloc:
+@if mmalloc
+maybe-check-mmalloc: check-mmalloc
 
 check-mmalloc:
 
+@endif mmalloc
 
 .PHONY: install-mmalloc maybe-install-mmalloc
 maybe-install-mmalloc:
+@if mmalloc
+maybe-install-mmalloc: install-mmalloc
 
 install-mmalloc: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -11573,11 +13442,14 @@ install-mmalloc: installdirs
        $(SET_LIB_PATH) \
        (cd mmalloc && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif mmalloc
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-mmalloc info-mmalloc
 maybe-info-mmalloc:
+@if mmalloc
+maybe-info-mmalloc: info-mmalloc
 
 info-mmalloc: \
     configure-mmalloc 
@@ -11597,9 +13469,12 @@ info-mmalloc: \
                  info) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-dvi-mmalloc dvi-mmalloc
 maybe-dvi-mmalloc:
+@if mmalloc
+maybe-dvi-mmalloc: dvi-mmalloc
 
 dvi-mmalloc: \
     configure-mmalloc 
@@ -11619,9 +13494,12 @@ dvi-mmalloc: \
                  dvi) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-TAGS-mmalloc TAGS-mmalloc
 maybe-TAGS-mmalloc:
+@if mmalloc
+maybe-TAGS-mmalloc: TAGS-mmalloc
 
 TAGS-mmalloc: \
     configure-mmalloc 
@@ -11641,9 +13519,12 @@ TAGS-mmalloc: \
                  TAGS) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-install-info-mmalloc install-info-mmalloc
 maybe-install-info-mmalloc:
+@if mmalloc
+maybe-install-info-mmalloc: install-info-mmalloc
 
 install-info-mmalloc: \
     configure-mmalloc \
@@ -11664,9 +13545,12 @@ install-info-mmalloc: \
                  install-info) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-installcheck-mmalloc installcheck-mmalloc
 maybe-installcheck-mmalloc:
+@if mmalloc
+maybe-installcheck-mmalloc: installcheck-mmalloc
 
 installcheck-mmalloc: \
     configure-mmalloc 
@@ -11686,9 +13570,12 @@ installcheck-mmalloc: \
                  installcheck) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-mostlyclean-mmalloc mostlyclean-mmalloc
 maybe-mostlyclean-mmalloc:
+@if mmalloc
+maybe-mostlyclean-mmalloc: mostlyclean-mmalloc
 
 mostlyclean-mmalloc: 
        @[ -f ./mmalloc/Makefile ] || exit 0; \
@@ -11707,9 +13594,12 @@ mostlyclean-mmalloc:
                  mostlyclean) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-clean-mmalloc clean-mmalloc
 maybe-clean-mmalloc:
+@if mmalloc
+maybe-clean-mmalloc: clean-mmalloc
 
 clean-mmalloc: 
        @[ -f ./mmalloc/Makefile ] || exit 0; \
@@ -11728,9 +13618,12 @@ clean-mmalloc:
                  clean) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-distclean-mmalloc distclean-mmalloc
 maybe-distclean-mmalloc:
+@if mmalloc
+maybe-distclean-mmalloc: distclean-mmalloc
 
 distclean-mmalloc: 
        @[ -f ./mmalloc/Makefile ] || exit 0; \
@@ -11749,9 +13642,12 @@ distclean-mmalloc:
                  distclean) \
          || exit 1
 
+@endif mmalloc
 
 .PHONY: maybe-maintainer-clean-mmalloc maintainer-clean-mmalloc
 maybe-maintainer-clean-mmalloc:
+@if mmalloc
+maybe-maintainer-clean-mmalloc: maintainer-clean-mmalloc
 
 maintainer-clean-mmalloc: 
        @[ -f ./mmalloc/Makefile ] || exit 0; \
@@ -11770,10 +13666,13 @@ maintainer-clean-mmalloc:
                  maintainer-clean) \
          || exit 1
 
+@endif mmalloc
 
 
 .PHONY: configure-patch maybe-configure-patch
 maybe-configure-patch:
+@if patch
+maybe-configure-patch: configure-patch
 configure-patch:
        @test ! -f patch/Makefile || exit 0; \
        [ -d patch ] || mkdir patch; \
@@ -11789,6 +13688,7 @@ configure-patch:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -11810,17 +13710,23 @@ configure-patch:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif patch
 
 .PHONY: all-patch maybe-all-patch
 maybe-all-patch:
+@if patch
+maybe-all-patch: all-patch
 all-patch: configure-patch
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd patch && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif patch
 
 .PHONY: check-patch maybe-check-patch
 maybe-check-patch:
+@if patch
+maybe-check-patch: check-patch
 
 check-patch:
        @r=`${PWD_COMMAND}`; export r; \
@@ -11828,9 +13734,12 @@ check-patch:
        $(SET_LIB_PATH) \
        (cd patch && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif patch
 
 .PHONY: install-patch maybe-install-patch
 maybe-install-patch:
+@if patch
+maybe-install-patch: install-patch
 
 install-patch: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -11838,11 +13747,14 @@ install-patch: installdirs
        $(SET_LIB_PATH) \
        (cd patch && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif patch
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-patch info-patch
 maybe-info-patch:
+@if patch
+maybe-info-patch: info-patch
 
 info-patch: \
     configure-patch 
@@ -11862,9 +13774,12 @@ info-patch: \
                  info) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-dvi-patch dvi-patch
 maybe-dvi-patch:
+@if patch
+maybe-dvi-patch: dvi-patch
 
 dvi-patch: \
     configure-patch 
@@ -11884,9 +13799,12 @@ dvi-patch: \
                  dvi) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-TAGS-patch TAGS-patch
 maybe-TAGS-patch:
+@if patch
+maybe-TAGS-patch: TAGS-patch
 
 TAGS-patch: \
     configure-patch 
@@ -11906,9 +13824,12 @@ TAGS-patch: \
                  TAGS) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-install-info-patch install-info-patch
 maybe-install-info-patch:
+@if patch
+maybe-install-info-patch: install-info-patch
 
 install-info-patch: \
     configure-patch \
@@ -11929,9 +13850,12 @@ install-info-patch: \
                  install-info) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-installcheck-patch installcheck-patch
 maybe-installcheck-patch:
+@if patch
+maybe-installcheck-patch: installcheck-patch
 
 installcheck-patch: \
     configure-patch 
@@ -11951,9 +13875,12 @@ installcheck-patch: \
                  installcheck) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-mostlyclean-patch mostlyclean-patch
 maybe-mostlyclean-patch:
+@if patch
+maybe-mostlyclean-patch: mostlyclean-patch
 
 mostlyclean-patch: 
        @[ -f ./patch/Makefile ] || exit 0; \
@@ -11972,9 +13899,12 @@ mostlyclean-patch:
                  mostlyclean) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-clean-patch clean-patch
 maybe-clean-patch:
+@if patch
+maybe-clean-patch: clean-patch
 
 clean-patch: 
        @[ -f ./patch/Makefile ] || exit 0; \
@@ -11993,9 +13923,12 @@ clean-patch:
                  clean) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-distclean-patch distclean-patch
 maybe-distclean-patch:
+@if patch
+maybe-distclean-patch: distclean-patch
 
 distclean-patch: 
        @[ -f ./patch/Makefile ] || exit 0; \
@@ -12014,9 +13947,12 @@ distclean-patch:
                  distclean) \
          || exit 1
 
+@endif patch
 
 .PHONY: maybe-maintainer-clean-patch maintainer-clean-patch
 maybe-maintainer-clean-patch:
+@if patch
+maybe-maintainer-clean-patch: maintainer-clean-patch
 
 maintainer-clean-patch: 
        @[ -f ./patch/Makefile ] || exit 0; \
@@ -12035,10 +13971,13 @@ maintainer-clean-patch:
                  maintainer-clean) \
          || exit 1
 
+@endif patch
 
 
 .PHONY: configure-perl maybe-configure-perl
 maybe-configure-perl:
+@if perl
+maybe-configure-perl: configure-perl
 configure-perl:
        @test ! -f perl/Makefile || exit 0; \
        [ -d perl ] || mkdir perl; \
@@ -12054,6 +13993,7 @@ configure-perl:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -12075,17 +14015,23 @@ configure-perl:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif perl
 
 .PHONY: all-perl maybe-all-perl
 maybe-all-perl:
+@if perl
+maybe-all-perl: all-perl
 all-perl: configure-perl
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd perl && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif perl
 
 .PHONY: check-perl maybe-check-perl
 maybe-check-perl:
+@if perl
+maybe-check-perl: check-perl
 
 check-perl:
        @r=`${PWD_COMMAND}`; export r; \
@@ -12093,9 +14039,12 @@ check-perl:
        $(SET_LIB_PATH) \
        (cd perl && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif perl
 
 .PHONY: install-perl maybe-install-perl
 maybe-install-perl:
+@if perl
+maybe-install-perl: install-perl
 
 install-perl: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -12103,11 +14052,14 @@ install-perl: installdirs
        $(SET_LIB_PATH) \
        (cd perl && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif perl
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-perl info-perl
 maybe-info-perl:
+@if perl
+maybe-info-perl: info-perl
 
 info-perl: \
     configure-perl 
@@ -12127,9 +14079,12 @@ info-perl: \
                  info) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-dvi-perl dvi-perl
 maybe-dvi-perl:
+@if perl
+maybe-dvi-perl: dvi-perl
 
 dvi-perl: \
     configure-perl 
@@ -12149,9 +14104,12 @@ dvi-perl: \
                  dvi) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-TAGS-perl TAGS-perl
 maybe-TAGS-perl:
+@if perl
+maybe-TAGS-perl: TAGS-perl
 
 TAGS-perl: \
     configure-perl 
@@ -12171,9 +14129,12 @@ TAGS-perl: \
                  TAGS) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-install-info-perl install-info-perl
 maybe-install-info-perl:
+@if perl
+maybe-install-info-perl: install-info-perl
 
 install-info-perl: \
     configure-perl \
@@ -12194,9 +14155,12 @@ install-info-perl: \
                  install-info) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-installcheck-perl installcheck-perl
 maybe-installcheck-perl:
+@if perl
+maybe-installcheck-perl: installcheck-perl
 
 installcheck-perl: \
     configure-perl 
@@ -12216,9 +14180,12 @@ installcheck-perl: \
                  installcheck) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-mostlyclean-perl mostlyclean-perl
 maybe-mostlyclean-perl:
+@if perl
+maybe-mostlyclean-perl: mostlyclean-perl
 
 mostlyclean-perl: 
        @[ -f ./perl/Makefile ] || exit 0; \
@@ -12237,9 +14204,12 @@ mostlyclean-perl:
                  mostlyclean) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-clean-perl clean-perl
 maybe-clean-perl:
+@if perl
+maybe-clean-perl: clean-perl
 
 clean-perl: 
        @[ -f ./perl/Makefile ] || exit 0; \
@@ -12258,9 +14228,12 @@ clean-perl:
                  clean) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-distclean-perl distclean-perl
 maybe-distclean-perl:
+@if perl
+maybe-distclean-perl: distclean-perl
 
 distclean-perl: 
        @[ -f ./perl/Makefile ] || exit 0; \
@@ -12279,9 +14252,12 @@ distclean-perl:
                  distclean) \
          || exit 1
 
+@endif perl
 
 .PHONY: maybe-maintainer-clean-perl maintainer-clean-perl
 maybe-maintainer-clean-perl:
+@if perl
+maybe-maintainer-clean-perl: maintainer-clean-perl
 
 maintainer-clean-perl: 
        @[ -f ./perl/Makefile ] || exit 0; \
@@ -12300,10 +14276,13 @@ maintainer-clean-perl:
                  maintainer-clean) \
          || exit 1
 
+@endif perl
 
 
 .PHONY: configure-prms maybe-configure-prms
 maybe-configure-prms:
+@if prms
+maybe-configure-prms: configure-prms
 configure-prms:
        @test ! -f prms/Makefile || exit 0; \
        [ -d prms ] || mkdir prms; \
@@ -12319,6 +14298,7 @@ configure-prms:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -12340,17 +14320,23 @@ configure-prms:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif prms
 
 .PHONY: all-prms maybe-all-prms
 maybe-all-prms:
+@if prms
+maybe-all-prms: all-prms
 all-prms: configure-prms
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd prms && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif prms
 
 .PHONY: check-prms maybe-check-prms
 maybe-check-prms:
+@if prms
+maybe-check-prms: check-prms
 
 check-prms:
        @r=`${PWD_COMMAND}`; export r; \
@@ -12358,9 +14344,12 @@ check-prms:
        $(SET_LIB_PATH) \
        (cd prms && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif prms
 
 .PHONY: install-prms maybe-install-prms
 maybe-install-prms:
+@if prms
+maybe-install-prms: install-prms
 
 install-prms: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -12368,11 +14357,14 @@ install-prms: installdirs
        $(SET_LIB_PATH) \
        (cd prms && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif prms
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-prms info-prms
 maybe-info-prms:
+@if prms
+maybe-info-prms: info-prms
 
 info-prms: \
     configure-prms 
@@ -12392,9 +14384,12 @@ info-prms: \
                  info) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-dvi-prms dvi-prms
 maybe-dvi-prms:
+@if prms
+maybe-dvi-prms: dvi-prms
 
 dvi-prms: \
     configure-prms 
@@ -12414,9 +14409,12 @@ dvi-prms: \
                  dvi) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-TAGS-prms TAGS-prms
 maybe-TAGS-prms:
+@if prms
+maybe-TAGS-prms: TAGS-prms
 
 TAGS-prms: \
     configure-prms 
@@ -12436,9 +14434,12 @@ TAGS-prms: \
                  TAGS) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-install-info-prms install-info-prms
 maybe-install-info-prms:
+@if prms
+maybe-install-info-prms: install-info-prms
 
 install-info-prms: \
     configure-prms \
@@ -12459,9 +14460,12 @@ install-info-prms: \
                  install-info) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-installcheck-prms installcheck-prms
 maybe-installcheck-prms:
+@if prms
+maybe-installcheck-prms: installcheck-prms
 
 installcheck-prms: \
     configure-prms 
@@ -12481,9 +14485,12 @@ installcheck-prms: \
                  installcheck) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-mostlyclean-prms mostlyclean-prms
 maybe-mostlyclean-prms:
+@if prms
+maybe-mostlyclean-prms: mostlyclean-prms
 
 mostlyclean-prms: 
        @[ -f ./prms/Makefile ] || exit 0; \
@@ -12502,9 +14509,12 @@ mostlyclean-prms:
                  mostlyclean) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-clean-prms clean-prms
 maybe-clean-prms:
+@if prms
+maybe-clean-prms: clean-prms
 
 clean-prms: 
        @[ -f ./prms/Makefile ] || exit 0; \
@@ -12523,9 +14533,12 @@ clean-prms:
                  clean) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-distclean-prms distclean-prms
 maybe-distclean-prms:
+@if prms
+maybe-distclean-prms: distclean-prms
 
 distclean-prms: 
        @[ -f ./prms/Makefile ] || exit 0; \
@@ -12544,9 +14557,12 @@ distclean-prms:
                  distclean) \
          || exit 1
 
+@endif prms
 
 .PHONY: maybe-maintainer-clean-prms maintainer-clean-prms
 maybe-maintainer-clean-prms:
+@if prms
+maybe-maintainer-clean-prms: maintainer-clean-prms
 
 maintainer-clean-prms: 
        @[ -f ./prms/Makefile ] || exit 0; \
@@ -12565,10 +14581,13 @@ maintainer-clean-prms:
                  maintainer-clean) \
          || exit 1
 
+@endif prms
 
 
 .PHONY: configure-rcs maybe-configure-rcs
 maybe-configure-rcs:
+@if rcs
+maybe-configure-rcs: configure-rcs
 configure-rcs:
        @test ! -f rcs/Makefile || exit 0; \
        [ -d rcs ] || mkdir rcs; \
@@ -12584,6 +14603,7 @@ configure-rcs:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -12605,17 +14625,23 @@ configure-rcs:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif rcs
 
 .PHONY: all-rcs maybe-all-rcs
 maybe-all-rcs:
+@if rcs
+maybe-all-rcs: all-rcs
 all-rcs: configure-rcs
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd rcs && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif rcs
 
 .PHONY: check-rcs maybe-check-rcs
 maybe-check-rcs:
+@if rcs
+maybe-check-rcs: check-rcs
 
 check-rcs:
        @r=`${PWD_COMMAND}`; export r; \
@@ -12623,9 +14649,12 @@ check-rcs:
        $(SET_LIB_PATH) \
        (cd rcs && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif rcs
 
 .PHONY: install-rcs maybe-install-rcs
 maybe-install-rcs:
+@if rcs
+maybe-install-rcs: install-rcs
 
 install-rcs: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -12633,11 +14662,14 @@ install-rcs: installdirs
        $(SET_LIB_PATH) \
        (cd rcs && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif rcs
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-rcs info-rcs
 maybe-info-rcs:
+@if rcs
+maybe-info-rcs: info-rcs
 
 info-rcs: \
     configure-rcs 
@@ -12657,9 +14689,12 @@ info-rcs: \
                  info) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-dvi-rcs dvi-rcs
 maybe-dvi-rcs:
+@if rcs
+maybe-dvi-rcs: dvi-rcs
 
 dvi-rcs: \
     configure-rcs 
@@ -12679,9 +14714,12 @@ dvi-rcs: \
                  dvi) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-TAGS-rcs TAGS-rcs
 maybe-TAGS-rcs:
+@if rcs
+maybe-TAGS-rcs: TAGS-rcs
 
 TAGS-rcs: \
     configure-rcs 
@@ -12701,9 +14739,12 @@ TAGS-rcs: \
                  TAGS) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-install-info-rcs install-info-rcs
 maybe-install-info-rcs:
+@if rcs
+maybe-install-info-rcs: install-info-rcs
 
 install-info-rcs: \
     configure-rcs \
@@ -12724,9 +14765,12 @@ install-info-rcs: \
                  install-info) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-installcheck-rcs installcheck-rcs
 maybe-installcheck-rcs:
+@if rcs
+maybe-installcheck-rcs: installcheck-rcs
 
 installcheck-rcs: \
     configure-rcs 
@@ -12746,9 +14790,12 @@ installcheck-rcs: \
                  installcheck) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-mostlyclean-rcs mostlyclean-rcs
 maybe-mostlyclean-rcs:
+@if rcs
+maybe-mostlyclean-rcs: mostlyclean-rcs
 
 mostlyclean-rcs: 
        @[ -f ./rcs/Makefile ] || exit 0; \
@@ -12767,9 +14814,12 @@ mostlyclean-rcs:
                  mostlyclean) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-clean-rcs clean-rcs
 maybe-clean-rcs:
+@if rcs
+maybe-clean-rcs: clean-rcs
 
 clean-rcs: 
        @[ -f ./rcs/Makefile ] || exit 0; \
@@ -12788,9 +14838,12 @@ clean-rcs:
                  clean) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-distclean-rcs distclean-rcs
 maybe-distclean-rcs:
+@if rcs
+maybe-distclean-rcs: distclean-rcs
 
 distclean-rcs: 
        @[ -f ./rcs/Makefile ] || exit 0; \
@@ -12809,9 +14862,12 @@ distclean-rcs:
                  distclean) \
          || exit 1
 
+@endif rcs
 
 .PHONY: maybe-maintainer-clean-rcs maintainer-clean-rcs
 maybe-maintainer-clean-rcs:
+@if rcs
+maybe-maintainer-clean-rcs: maintainer-clean-rcs
 
 maintainer-clean-rcs: 
        @[ -f ./rcs/Makefile ] || exit 0; \
@@ -12830,10 +14886,13 @@ maintainer-clean-rcs:
                  maintainer-clean) \
          || exit 1
 
+@endif rcs
 
 
 .PHONY: configure-readline maybe-configure-readline
 maybe-configure-readline:
+@if readline
+maybe-configure-readline: configure-readline
 configure-readline:
        @test ! -f readline/Makefile || exit 0; \
        [ -d readline ] || mkdir readline; \
@@ -12849,6 +14908,7 @@ configure-readline:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -12870,17 +14930,23 @@ configure-readline:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif readline
 
 .PHONY: all-readline maybe-all-readline
 maybe-all-readline:
+@if readline
+maybe-all-readline: all-readline
 all-readline: configure-readline
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd readline && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif readline
 
 .PHONY: check-readline maybe-check-readline
 maybe-check-readline:
+@if readline
+maybe-check-readline: check-readline
 
 check-readline:
        @r=`${PWD_COMMAND}`; export r; \
@@ -12888,9 +14954,12 @@ check-readline:
        $(SET_LIB_PATH) \
        (cd readline && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif readline
 
 .PHONY: install-readline maybe-install-readline
 maybe-install-readline:
+@if readline
+maybe-install-readline: install-readline
 
 install-readline: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -12898,11 +14967,14 @@ install-readline: installdirs
        $(SET_LIB_PATH) \
        (cd readline && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif readline
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-readline info-readline
 maybe-info-readline:
+@if readline
+maybe-info-readline: info-readline
 
 info-readline: \
     configure-readline 
@@ -12922,9 +14994,12 @@ info-readline: \
                  info) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-dvi-readline dvi-readline
 maybe-dvi-readline:
+@if readline
+maybe-dvi-readline: dvi-readline
 
 dvi-readline: \
     configure-readline 
@@ -12944,9 +15019,12 @@ dvi-readline: \
                  dvi) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-TAGS-readline TAGS-readline
 maybe-TAGS-readline:
+@if readline
+maybe-TAGS-readline: TAGS-readline
 
 TAGS-readline: \
     configure-readline 
@@ -12966,9 +15044,12 @@ TAGS-readline: \
                  TAGS) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-install-info-readline install-info-readline
 maybe-install-info-readline:
+@if readline
+maybe-install-info-readline: install-info-readline
 
 install-info-readline: \
     configure-readline \
@@ -12989,9 +15070,12 @@ install-info-readline: \
                  install-info) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-installcheck-readline installcheck-readline
 maybe-installcheck-readline:
+@if readline
+maybe-installcheck-readline: installcheck-readline
 
 installcheck-readline: \
     configure-readline 
@@ -13011,9 +15095,12 @@ installcheck-readline: \
                  installcheck) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-mostlyclean-readline mostlyclean-readline
 maybe-mostlyclean-readline:
+@if readline
+maybe-mostlyclean-readline: mostlyclean-readline
 
 mostlyclean-readline: 
        @[ -f ./readline/Makefile ] || exit 0; \
@@ -13032,9 +15119,12 @@ mostlyclean-readline:
                  mostlyclean) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-clean-readline clean-readline
 maybe-clean-readline:
+@if readline
+maybe-clean-readline: clean-readline
 
 clean-readline: 
        @[ -f ./readline/Makefile ] || exit 0; \
@@ -13053,9 +15143,12 @@ clean-readline:
                  clean) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-distclean-readline distclean-readline
 maybe-distclean-readline:
+@if readline
+maybe-distclean-readline: distclean-readline
 
 distclean-readline: 
        @[ -f ./readline/Makefile ] || exit 0; \
@@ -13074,9 +15167,12 @@ distclean-readline:
                  distclean) \
          || exit 1
 
+@endif readline
 
 .PHONY: maybe-maintainer-clean-readline maintainer-clean-readline
 maybe-maintainer-clean-readline:
+@if readline
+maybe-maintainer-clean-readline: maintainer-clean-readline
 
 maintainer-clean-readline: 
        @[ -f ./readline/Makefile ] || exit 0; \
@@ -13095,10 +15191,13 @@ maintainer-clean-readline:
                  maintainer-clean) \
          || exit 1
 
+@endif readline
 
 
 .PHONY: configure-release maybe-configure-release
 maybe-configure-release:
+@if release
+maybe-configure-release: configure-release
 configure-release:
        @test ! -f release/Makefile || exit 0; \
        [ -d release ] || mkdir release; \
@@ -13114,6 +15213,7 @@ configure-release:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -13135,31 +15235,43 @@ configure-release:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif release
 
 .PHONY: all-release maybe-all-release
 maybe-all-release:
+@if release
+maybe-all-release: all-release
 all-release: configure-release
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd release && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif release
 
 .PHONY: check-release maybe-check-release
 maybe-check-release:
+@if release
+maybe-check-release: check-release
 
 check-release:
 
+@endif release
 
 .PHONY: install-release maybe-install-release
 maybe-install-release:
+@if release
+maybe-install-release: install-release
 
 install-release:
 
+@endif release
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-release info-release
 maybe-info-release:
+@if release
+maybe-info-release: info-release
 
 info-release: \
     configure-release 
@@ -13179,9 +15291,12 @@ info-release: \
                  info) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-dvi-release dvi-release
 maybe-dvi-release:
+@if release
+maybe-dvi-release: dvi-release
 
 dvi-release: \
     configure-release 
@@ -13201,9 +15316,12 @@ dvi-release: \
                  dvi) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-TAGS-release TAGS-release
 maybe-TAGS-release:
+@if release
+maybe-TAGS-release: TAGS-release
 
 TAGS-release: \
     configure-release 
@@ -13223,9 +15341,12 @@ TAGS-release: \
                  TAGS) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-install-info-release install-info-release
 maybe-install-info-release:
+@if release
+maybe-install-info-release: install-info-release
 
 install-info-release: \
     configure-release \
@@ -13246,9 +15367,12 @@ install-info-release: \
                  install-info) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-installcheck-release installcheck-release
 maybe-installcheck-release:
+@if release
+maybe-installcheck-release: installcheck-release
 
 installcheck-release: \
     configure-release 
@@ -13268,9 +15392,12 @@ installcheck-release: \
                  installcheck) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-mostlyclean-release mostlyclean-release
 maybe-mostlyclean-release:
+@if release
+maybe-mostlyclean-release: mostlyclean-release
 
 mostlyclean-release: 
        @[ -f ./release/Makefile ] || exit 0; \
@@ -13289,9 +15416,12 @@ mostlyclean-release:
                  mostlyclean) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-clean-release clean-release
 maybe-clean-release:
+@if release
+maybe-clean-release: clean-release
 
 clean-release: 
        @[ -f ./release/Makefile ] || exit 0; \
@@ -13310,9 +15440,12 @@ clean-release:
                  clean) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-distclean-release distclean-release
 maybe-distclean-release:
+@if release
+maybe-distclean-release: distclean-release
 
 distclean-release: 
        @[ -f ./release/Makefile ] || exit 0; \
@@ -13331,9 +15464,12 @@ distclean-release:
                  distclean) \
          || exit 1
 
+@endif release
 
 .PHONY: maybe-maintainer-clean-release maintainer-clean-release
 maybe-maintainer-clean-release:
+@if release
+maybe-maintainer-clean-release: maintainer-clean-release
 
 maintainer-clean-release: 
        @[ -f ./release/Makefile ] || exit 0; \
@@ -13352,10 +15488,13 @@ maintainer-clean-release:
                  maintainer-clean) \
          || exit 1
 
+@endif release
 
 
 .PHONY: configure-recode maybe-configure-recode
 maybe-configure-recode:
+@if recode
+maybe-configure-recode: configure-recode
 configure-recode:
        @test ! -f recode/Makefile || exit 0; \
        [ -d recode ] || mkdir recode; \
@@ -13371,6 +15510,7 @@ configure-recode:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -13392,17 +15532,23 @@ configure-recode:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif recode
 
 .PHONY: all-recode maybe-all-recode
 maybe-all-recode:
+@if recode
+maybe-all-recode: all-recode
 all-recode: configure-recode
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd recode && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif recode
 
 .PHONY: check-recode maybe-check-recode
 maybe-check-recode:
+@if recode
+maybe-check-recode: check-recode
 
 check-recode:
        @r=`${PWD_COMMAND}`; export r; \
@@ -13410,9 +15556,12 @@ check-recode:
        $(SET_LIB_PATH) \
        (cd recode && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif recode
 
 .PHONY: install-recode maybe-install-recode
 maybe-install-recode:
+@if recode
+maybe-install-recode: install-recode
 
 install-recode: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -13420,11 +15569,14 @@ install-recode: installdirs
        $(SET_LIB_PATH) \
        (cd recode && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif recode
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-recode info-recode
 maybe-info-recode:
+@if recode
+maybe-info-recode: info-recode
 
 info-recode: \
     configure-recode 
@@ -13444,9 +15596,12 @@ info-recode: \
                  info) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-dvi-recode dvi-recode
 maybe-dvi-recode:
+@if recode
+maybe-dvi-recode: dvi-recode
 
 dvi-recode: \
     configure-recode 
@@ -13466,9 +15621,12 @@ dvi-recode: \
                  dvi) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-TAGS-recode TAGS-recode
 maybe-TAGS-recode:
+@if recode
+maybe-TAGS-recode: TAGS-recode
 
 TAGS-recode: \
     configure-recode 
@@ -13488,9 +15646,12 @@ TAGS-recode: \
                  TAGS) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-install-info-recode install-info-recode
 maybe-install-info-recode:
+@if recode
+maybe-install-info-recode: install-info-recode
 
 install-info-recode: \
     configure-recode \
@@ -13511,9 +15672,12 @@ install-info-recode: \
                  install-info) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-installcheck-recode installcheck-recode
 maybe-installcheck-recode:
+@if recode
+maybe-installcheck-recode: installcheck-recode
 
 installcheck-recode: \
     configure-recode 
@@ -13533,9 +15697,12 @@ installcheck-recode: \
                  installcheck) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-mostlyclean-recode mostlyclean-recode
 maybe-mostlyclean-recode:
+@if recode
+maybe-mostlyclean-recode: mostlyclean-recode
 
 mostlyclean-recode: 
        @[ -f ./recode/Makefile ] || exit 0; \
@@ -13554,9 +15721,12 @@ mostlyclean-recode:
                  mostlyclean) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-clean-recode clean-recode
 maybe-clean-recode:
+@if recode
+maybe-clean-recode: clean-recode
 
 clean-recode: 
        @[ -f ./recode/Makefile ] || exit 0; \
@@ -13575,9 +15745,12 @@ clean-recode:
                  clean) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-distclean-recode distclean-recode
 maybe-distclean-recode:
+@if recode
+maybe-distclean-recode: distclean-recode
 
 distclean-recode: 
        @[ -f ./recode/Makefile ] || exit 0; \
@@ -13596,9 +15769,12 @@ distclean-recode:
                  distclean) \
          || exit 1
 
+@endif recode
 
 .PHONY: maybe-maintainer-clean-recode maintainer-clean-recode
 maybe-maintainer-clean-recode:
+@if recode
+maybe-maintainer-clean-recode: maintainer-clean-recode
 
 maintainer-clean-recode: 
        @[ -f ./recode/Makefile ] || exit 0; \
@@ -13617,10 +15793,13 @@ maintainer-clean-recode:
                  maintainer-clean) \
          || exit 1
 
+@endif recode
 
 
 .PHONY: configure-sed maybe-configure-sed
 maybe-configure-sed:
+@if sed
+maybe-configure-sed: configure-sed
 configure-sed:
        @test ! -f sed/Makefile || exit 0; \
        [ -d sed ] || mkdir sed; \
@@ -13636,6 +15815,7 @@ configure-sed:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -13657,17 +15837,23 @@ configure-sed:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif sed
 
 .PHONY: all-sed maybe-all-sed
 maybe-all-sed:
+@if sed
+maybe-all-sed: all-sed
 all-sed: configure-sed
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd sed && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif sed
 
 .PHONY: check-sed maybe-check-sed
 maybe-check-sed:
+@if sed
+maybe-check-sed: check-sed
 
 check-sed:
        @r=`${PWD_COMMAND}`; export r; \
@@ -13675,9 +15861,12 @@ check-sed:
        $(SET_LIB_PATH) \
        (cd sed && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif sed
 
 .PHONY: install-sed maybe-install-sed
 maybe-install-sed:
+@if sed
+maybe-install-sed: install-sed
 
 install-sed: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -13685,11 +15874,14 @@ install-sed: installdirs
        $(SET_LIB_PATH) \
        (cd sed && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif sed
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-sed info-sed
 maybe-info-sed:
+@if sed
+maybe-info-sed: info-sed
 
 info-sed: \
     configure-sed 
@@ -13709,9 +15901,12 @@ info-sed: \
                  info) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-dvi-sed dvi-sed
 maybe-dvi-sed:
+@if sed
+maybe-dvi-sed: dvi-sed
 
 dvi-sed: \
     configure-sed 
@@ -13731,9 +15926,12 @@ dvi-sed: \
                  dvi) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-TAGS-sed TAGS-sed
 maybe-TAGS-sed:
+@if sed
+maybe-TAGS-sed: TAGS-sed
 
 TAGS-sed: \
     configure-sed 
@@ -13753,9 +15951,12 @@ TAGS-sed: \
                  TAGS) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-install-info-sed install-info-sed
 maybe-install-info-sed:
+@if sed
+maybe-install-info-sed: install-info-sed
 
 install-info-sed: \
     configure-sed \
@@ -13776,9 +15977,12 @@ install-info-sed: \
                  install-info) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-installcheck-sed installcheck-sed
 maybe-installcheck-sed:
+@if sed
+maybe-installcheck-sed: installcheck-sed
 
 installcheck-sed: \
     configure-sed 
@@ -13798,9 +16002,12 @@ installcheck-sed: \
                  installcheck) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-mostlyclean-sed mostlyclean-sed
 maybe-mostlyclean-sed:
+@if sed
+maybe-mostlyclean-sed: mostlyclean-sed
 
 mostlyclean-sed: 
        @[ -f ./sed/Makefile ] || exit 0; \
@@ -13819,9 +16026,12 @@ mostlyclean-sed:
                  mostlyclean) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-clean-sed clean-sed
 maybe-clean-sed:
+@if sed
+maybe-clean-sed: clean-sed
 
 clean-sed: 
        @[ -f ./sed/Makefile ] || exit 0; \
@@ -13840,9 +16050,12 @@ clean-sed:
                  clean) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-distclean-sed distclean-sed
 maybe-distclean-sed:
+@if sed
+maybe-distclean-sed: distclean-sed
 
 distclean-sed: 
        @[ -f ./sed/Makefile ] || exit 0; \
@@ -13861,9 +16074,12 @@ distclean-sed:
                  distclean) \
          || exit 1
 
+@endif sed
 
 .PHONY: maybe-maintainer-clean-sed maintainer-clean-sed
 maybe-maintainer-clean-sed:
+@if sed
+maybe-maintainer-clean-sed: maintainer-clean-sed
 
 maintainer-clean-sed: 
        @[ -f ./sed/Makefile ] || exit 0; \
@@ -13882,10 +16098,13 @@ maintainer-clean-sed:
                  maintainer-clean) \
          || exit 1
 
+@endif sed
 
 
 .PHONY: configure-send-pr maybe-configure-send-pr
 maybe-configure-send-pr:
+@if send-pr
+maybe-configure-send-pr: configure-send-pr
 configure-send-pr:
        @test ! -f send-pr/Makefile || exit 0; \
        [ -d send-pr ] || mkdir send-pr; \
@@ -13901,6 +16120,7 @@ configure-send-pr:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -13922,17 +16142,23 @@ configure-send-pr:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif send-pr
 
 .PHONY: all-send-pr maybe-all-send-pr
 maybe-all-send-pr:
+@if send-pr
+maybe-all-send-pr: all-send-pr
 all-send-pr: configure-send-pr
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd send-pr && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif send-pr
 
 .PHONY: check-send-pr maybe-check-send-pr
 maybe-check-send-pr:
+@if send-pr
+maybe-check-send-pr: check-send-pr
 
 check-send-pr:
        @r=`${PWD_COMMAND}`; export r; \
@@ -13940,9 +16166,12 @@ check-send-pr:
        $(SET_LIB_PATH) \
        (cd send-pr && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif send-pr
 
 .PHONY: install-send-pr maybe-install-send-pr
 maybe-install-send-pr:
+@if send-pr
+maybe-install-send-pr: install-send-pr
 
 install-send-pr: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -13950,11 +16179,14 @@ install-send-pr: installdirs
        $(SET_LIB_PATH) \
        (cd send-pr && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif send-pr
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-send-pr info-send-pr
 maybe-info-send-pr:
+@if send-pr
+maybe-info-send-pr: info-send-pr
 
 info-send-pr: \
     configure-send-pr 
@@ -13974,9 +16206,12 @@ info-send-pr: \
                  info) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-dvi-send-pr dvi-send-pr
 maybe-dvi-send-pr:
+@if send-pr
+maybe-dvi-send-pr: dvi-send-pr
 
 dvi-send-pr: \
     configure-send-pr 
@@ -13996,9 +16231,12 @@ dvi-send-pr: \
                  dvi) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-TAGS-send-pr TAGS-send-pr
 maybe-TAGS-send-pr:
+@if send-pr
+maybe-TAGS-send-pr: TAGS-send-pr
 
 TAGS-send-pr: \
     configure-send-pr 
@@ -14018,9 +16256,12 @@ TAGS-send-pr: \
                  TAGS) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-install-info-send-pr install-info-send-pr
 maybe-install-info-send-pr:
+@if send-pr
+maybe-install-info-send-pr: install-info-send-pr
 
 install-info-send-pr: \
     configure-send-pr \
@@ -14041,9 +16282,12 @@ install-info-send-pr: \
                  install-info) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-installcheck-send-pr installcheck-send-pr
 maybe-installcheck-send-pr:
+@if send-pr
+maybe-installcheck-send-pr: installcheck-send-pr
 
 installcheck-send-pr: \
     configure-send-pr 
@@ -14063,9 +16307,12 @@ installcheck-send-pr: \
                  installcheck) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-mostlyclean-send-pr mostlyclean-send-pr
 maybe-mostlyclean-send-pr:
+@if send-pr
+maybe-mostlyclean-send-pr: mostlyclean-send-pr
 
 mostlyclean-send-pr: 
        @[ -f ./send-pr/Makefile ] || exit 0; \
@@ -14084,9 +16331,12 @@ mostlyclean-send-pr:
                  mostlyclean) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-clean-send-pr clean-send-pr
 maybe-clean-send-pr:
+@if send-pr
+maybe-clean-send-pr: clean-send-pr
 
 clean-send-pr: 
        @[ -f ./send-pr/Makefile ] || exit 0; \
@@ -14105,9 +16355,12 @@ clean-send-pr:
                  clean) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-distclean-send-pr distclean-send-pr
 maybe-distclean-send-pr:
+@if send-pr
+maybe-distclean-send-pr: distclean-send-pr
 
 distclean-send-pr: 
        @[ -f ./send-pr/Makefile ] || exit 0; \
@@ -14126,9 +16379,12 @@ distclean-send-pr:
                  distclean) \
          || exit 1
 
+@endif send-pr
 
 .PHONY: maybe-maintainer-clean-send-pr maintainer-clean-send-pr
 maybe-maintainer-clean-send-pr:
+@if send-pr
+maybe-maintainer-clean-send-pr: maintainer-clean-send-pr
 
 maintainer-clean-send-pr: 
        @[ -f ./send-pr/Makefile ] || exit 0; \
@@ -14147,10 +16403,13 @@ maintainer-clean-send-pr:
                  maintainer-clean) \
          || exit 1
 
+@endif send-pr
 
 
 .PHONY: configure-shellutils maybe-configure-shellutils
 maybe-configure-shellutils:
+@if shellutils
+maybe-configure-shellutils: configure-shellutils
 configure-shellutils:
        @test ! -f shellutils/Makefile || exit 0; \
        [ -d shellutils ] || mkdir shellutils; \
@@ -14166,6 +16425,7 @@ configure-shellutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -14187,17 +16447,23 @@ configure-shellutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif shellutils
 
 .PHONY: all-shellutils maybe-all-shellutils
 maybe-all-shellutils:
+@if shellutils
+maybe-all-shellutils: all-shellutils
 all-shellutils: configure-shellutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd shellutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif shellutils
 
 .PHONY: check-shellutils maybe-check-shellutils
 maybe-check-shellutils:
+@if shellutils
+maybe-check-shellutils: check-shellutils
 
 check-shellutils:
        @r=`${PWD_COMMAND}`; export r; \
@@ -14205,9 +16471,12 @@ check-shellutils:
        $(SET_LIB_PATH) \
        (cd shellutils && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif shellutils
 
 .PHONY: install-shellutils maybe-install-shellutils
 maybe-install-shellutils:
+@if shellutils
+maybe-install-shellutils: install-shellutils
 
 install-shellutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -14215,11 +16484,14 @@ install-shellutils: installdirs
        $(SET_LIB_PATH) \
        (cd shellutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif shellutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-shellutils info-shellutils
 maybe-info-shellutils:
+@if shellutils
+maybe-info-shellutils: info-shellutils
 
 info-shellutils: \
     configure-shellutils 
@@ -14239,9 +16511,12 @@ info-shellutils: \
                  info) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-dvi-shellutils dvi-shellutils
 maybe-dvi-shellutils:
+@if shellutils
+maybe-dvi-shellutils: dvi-shellutils
 
 dvi-shellutils: \
     configure-shellutils 
@@ -14261,9 +16536,12 @@ dvi-shellutils: \
                  dvi) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-TAGS-shellutils TAGS-shellutils
 maybe-TAGS-shellutils:
+@if shellutils
+maybe-TAGS-shellutils: TAGS-shellutils
 
 TAGS-shellutils: \
     configure-shellutils 
@@ -14283,9 +16561,12 @@ TAGS-shellutils: \
                  TAGS) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-install-info-shellutils install-info-shellutils
 maybe-install-info-shellutils:
+@if shellutils
+maybe-install-info-shellutils: install-info-shellutils
 
 install-info-shellutils: \
     configure-shellutils \
@@ -14306,9 +16587,12 @@ install-info-shellutils: \
                  install-info) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-installcheck-shellutils installcheck-shellutils
 maybe-installcheck-shellutils:
+@if shellutils
+maybe-installcheck-shellutils: installcheck-shellutils
 
 installcheck-shellutils: \
     configure-shellutils 
@@ -14328,9 +16612,12 @@ installcheck-shellutils: \
                  installcheck) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-mostlyclean-shellutils mostlyclean-shellutils
 maybe-mostlyclean-shellutils:
+@if shellutils
+maybe-mostlyclean-shellutils: mostlyclean-shellutils
 
 mostlyclean-shellutils: 
        @[ -f ./shellutils/Makefile ] || exit 0; \
@@ -14349,9 +16636,12 @@ mostlyclean-shellutils:
                  mostlyclean) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-clean-shellutils clean-shellutils
 maybe-clean-shellutils:
+@if shellutils
+maybe-clean-shellutils: clean-shellutils
 
 clean-shellutils: 
        @[ -f ./shellutils/Makefile ] || exit 0; \
@@ -14370,9 +16660,12 @@ clean-shellutils:
                  clean) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-distclean-shellutils distclean-shellutils
 maybe-distclean-shellutils:
+@if shellutils
+maybe-distclean-shellutils: distclean-shellutils
 
 distclean-shellutils: 
        @[ -f ./shellutils/Makefile ] || exit 0; \
@@ -14391,9 +16684,12 @@ distclean-shellutils:
                  distclean) \
          || exit 1
 
+@endif shellutils
 
 .PHONY: maybe-maintainer-clean-shellutils maintainer-clean-shellutils
 maybe-maintainer-clean-shellutils:
+@if shellutils
+maybe-maintainer-clean-shellutils: maintainer-clean-shellutils
 
 maintainer-clean-shellutils: 
        @[ -f ./shellutils/Makefile ] || exit 0; \
@@ -14412,10 +16708,13 @@ maintainer-clean-shellutils:
                  maintainer-clean) \
          || exit 1
 
+@endif shellutils
 
 
 .PHONY: configure-sid maybe-configure-sid
 maybe-configure-sid:
+@if sid
+maybe-configure-sid: configure-sid
 configure-sid:
        @test ! -f sid/Makefile || exit 0; \
        [ -d sid ] || mkdir sid; \
@@ -14431,6 +16730,7 @@ configure-sid:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -14452,17 +16752,23 @@ configure-sid:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif sid
 
 .PHONY: all-sid maybe-all-sid
 maybe-all-sid:
+@if sid
+maybe-all-sid: all-sid
 all-sid: configure-sid
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd sid && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif sid
 
 .PHONY: check-sid maybe-check-sid
 maybe-check-sid:
+@if sid
+maybe-check-sid: check-sid
 
 check-sid:
        @r=`${PWD_COMMAND}`; export r; \
@@ -14470,9 +16776,12 @@ check-sid:
        $(SET_LIB_PATH) \
        (cd sid && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif sid
 
 .PHONY: install-sid maybe-install-sid
 maybe-install-sid:
+@if sid
+maybe-install-sid: install-sid
 
 install-sid: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -14480,11 +16789,14 @@ install-sid: installdirs
        $(SET_LIB_PATH) \
        (cd sid && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif sid
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-sid info-sid
 maybe-info-sid:
+@if sid
+maybe-info-sid: info-sid
 
 info-sid: \
     configure-sid 
@@ -14504,9 +16816,12 @@ info-sid: \
                  info) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-dvi-sid dvi-sid
 maybe-dvi-sid:
+@if sid
+maybe-dvi-sid: dvi-sid
 
 dvi-sid: \
     configure-sid 
@@ -14526,9 +16841,12 @@ dvi-sid: \
                  dvi) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-TAGS-sid TAGS-sid
 maybe-TAGS-sid:
+@if sid
+maybe-TAGS-sid: TAGS-sid
 
 TAGS-sid: \
     configure-sid 
@@ -14548,9 +16866,12 @@ TAGS-sid: \
                  TAGS) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-install-info-sid install-info-sid
 maybe-install-info-sid:
+@if sid
+maybe-install-info-sid: install-info-sid
 
 install-info-sid: \
     configure-sid \
@@ -14571,9 +16892,12 @@ install-info-sid: \
                  install-info) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-installcheck-sid installcheck-sid
 maybe-installcheck-sid:
+@if sid
+maybe-installcheck-sid: installcheck-sid
 
 installcheck-sid: \
     configure-sid 
@@ -14593,9 +16917,12 @@ installcheck-sid: \
                  installcheck) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-mostlyclean-sid mostlyclean-sid
 maybe-mostlyclean-sid:
+@if sid
+maybe-mostlyclean-sid: mostlyclean-sid
 
 mostlyclean-sid: 
        @[ -f ./sid/Makefile ] || exit 0; \
@@ -14614,9 +16941,12 @@ mostlyclean-sid:
                  mostlyclean) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-clean-sid clean-sid
 maybe-clean-sid:
+@if sid
+maybe-clean-sid: clean-sid
 
 clean-sid: 
        @[ -f ./sid/Makefile ] || exit 0; \
@@ -14635,9 +16965,12 @@ clean-sid:
                  clean) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-distclean-sid distclean-sid
 maybe-distclean-sid:
+@if sid
+maybe-distclean-sid: distclean-sid
 
 distclean-sid: 
        @[ -f ./sid/Makefile ] || exit 0; \
@@ -14656,9 +16989,12 @@ distclean-sid:
                  distclean) \
          || exit 1
 
+@endif sid
 
 .PHONY: maybe-maintainer-clean-sid maintainer-clean-sid
 maybe-maintainer-clean-sid:
+@if sid
+maybe-maintainer-clean-sid: maintainer-clean-sid
 
 maintainer-clean-sid: 
        @[ -f ./sid/Makefile ] || exit 0; \
@@ -14677,10 +17013,13 @@ maintainer-clean-sid:
                  maintainer-clean) \
          || exit 1
 
+@endif sid
 
 
 .PHONY: configure-sim maybe-configure-sim
 maybe-configure-sim:
+@if sim
+maybe-configure-sim: configure-sim
 configure-sim:
        @test ! -f sim/Makefile || exit 0; \
        [ -d sim ] || mkdir sim; \
@@ -14696,6 +17035,7 @@ configure-sim:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -14717,17 +17057,23 @@ configure-sim:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif sim
 
 .PHONY: all-sim maybe-all-sim
 maybe-all-sim:
+@if sim
+maybe-all-sim: all-sim
 all-sim: configure-sim
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd sim && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif sim
 
 .PHONY: check-sim maybe-check-sim
 maybe-check-sim:
+@if sim
+maybe-check-sim: check-sim
 
 check-sim:
        @r=`${PWD_COMMAND}`; export r; \
@@ -14735,9 +17081,12 @@ check-sim:
        $(SET_LIB_PATH) \
        (cd sim && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif sim
 
 .PHONY: install-sim maybe-install-sim
 maybe-install-sim:
+@if sim
+maybe-install-sim: install-sim
 
 install-sim: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -14745,11 +17094,14 @@ install-sim: installdirs
        $(SET_LIB_PATH) \
        (cd sim && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif sim
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-sim info-sim
 maybe-info-sim:
+@if sim
+maybe-info-sim: info-sim
 
 info-sim: \
     configure-sim 
@@ -14769,9 +17121,12 @@ info-sim: \
                  info) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-dvi-sim dvi-sim
 maybe-dvi-sim:
+@if sim
+maybe-dvi-sim: dvi-sim
 
 dvi-sim: \
     configure-sim 
@@ -14791,9 +17146,12 @@ dvi-sim: \
                  dvi) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-TAGS-sim TAGS-sim
 maybe-TAGS-sim:
+@if sim
+maybe-TAGS-sim: TAGS-sim
 
 TAGS-sim: \
     configure-sim 
@@ -14813,9 +17171,12 @@ TAGS-sim: \
                  TAGS) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-install-info-sim install-info-sim
 maybe-install-info-sim:
+@if sim
+maybe-install-info-sim: install-info-sim
 
 install-info-sim: \
     configure-sim \
@@ -14836,9 +17197,12 @@ install-info-sim: \
                  install-info) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-installcheck-sim installcheck-sim
 maybe-installcheck-sim:
+@if sim
+maybe-installcheck-sim: installcheck-sim
 
 installcheck-sim: \
     configure-sim 
@@ -14858,9 +17222,12 @@ installcheck-sim: \
                  installcheck) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-mostlyclean-sim mostlyclean-sim
 maybe-mostlyclean-sim:
+@if sim
+maybe-mostlyclean-sim: mostlyclean-sim
 
 mostlyclean-sim: 
        @[ -f ./sim/Makefile ] || exit 0; \
@@ -14879,9 +17246,12 @@ mostlyclean-sim:
                  mostlyclean) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-clean-sim clean-sim
 maybe-clean-sim:
+@if sim
+maybe-clean-sim: clean-sim
 
 clean-sim: 
        @[ -f ./sim/Makefile ] || exit 0; \
@@ -14900,9 +17270,12 @@ clean-sim:
                  clean) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-distclean-sim distclean-sim
 maybe-distclean-sim:
+@if sim
+maybe-distclean-sim: distclean-sim
 
 distclean-sim: 
        @[ -f ./sim/Makefile ] || exit 0; \
@@ -14921,9 +17294,12 @@ distclean-sim:
                  distclean) \
          || exit 1
 
+@endif sim
 
 .PHONY: maybe-maintainer-clean-sim maintainer-clean-sim
 maybe-maintainer-clean-sim:
+@if sim
+maybe-maintainer-clean-sim: maintainer-clean-sim
 
 maintainer-clean-sim: 
        @[ -f ./sim/Makefile ] || exit 0; \
@@ -14942,10 +17318,13 @@ maintainer-clean-sim:
                  maintainer-clean) \
          || exit 1
 
+@endif sim
 
 
 .PHONY: configure-tar maybe-configure-tar
 maybe-configure-tar:
+@if tar
+maybe-configure-tar: configure-tar
 configure-tar:
        @test ! -f tar/Makefile || exit 0; \
        [ -d tar ] || mkdir tar; \
@@ -14961,6 +17340,7 @@ configure-tar:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -14982,17 +17362,23 @@ configure-tar:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif tar
 
 .PHONY: all-tar maybe-all-tar
 maybe-all-tar:
+@if tar
+maybe-all-tar: all-tar
 all-tar: configure-tar
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd tar && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif tar
 
 .PHONY: check-tar maybe-check-tar
 maybe-check-tar:
+@if tar
+maybe-check-tar: check-tar
 
 check-tar:
        @r=`${PWD_COMMAND}`; export r; \
@@ -15000,9 +17386,12 @@ check-tar:
        $(SET_LIB_PATH) \
        (cd tar && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif tar
 
 .PHONY: install-tar maybe-install-tar
 maybe-install-tar:
+@if tar
+maybe-install-tar: install-tar
 
 install-tar: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -15010,11 +17399,14 @@ install-tar: installdirs
        $(SET_LIB_PATH) \
        (cd tar && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif tar
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-tar info-tar
 maybe-info-tar:
+@if tar
+maybe-info-tar: info-tar
 
 info-tar: \
     configure-tar 
@@ -15034,9 +17426,12 @@ info-tar: \
                  info) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-dvi-tar dvi-tar
 maybe-dvi-tar:
+@if tar
+maybe-dvi-tar: dvi-tar
 
 dvi-tar: \
     configure-tar 
@@ -15056,9 +17451,12 @@ dvi-tar: \
                  dvi) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-TAGS-tar TAGS-tar
 maybe-TAGS-tar:
+@if tar
+maybe-TAGS-tar: TAGS-tar
 
 TAGS-tar: \
     configure-tar 
@@ -15078,9 +17476,12 @@ TAGS-tar: \
                  TAGS) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-install-info-tar install-info-tar
 maybe-install-info-tar:
+@if tar
+maybe-install-info-tar: install-info-tar
 
 install-info-tar: \
     configure-tar \
@@ -15101,9 +17502,12 @@ install-info-tar: \
                  install-info) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-installcheck-tar installcheck-tar
 maybe-installcheck-tar:
+@if tar
+maybe-installcheck-tar: installcheck-tar
 
 installcheck-tar: \
     configure-tar 
@@ -15123,9 +17527,12 @@ installcheck-tar: \
                  installcheck) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-mostlyclean-tar mostlyclean-tar
 maybe-mostlyclean-tar:
+@if tar
+maybe-mostlyclean-tar: mostlyclean-tar
 
 mostlyclean-tar: 
        @[ -f ./tar/Makefile ] || exit 0; \
@@ -15144,9 +17551,12 @@ mostlyclean-tar:
                  mostlyclean) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-clean-tar clean-tar
 maybe-clean-tar:
+@if tar
+maybe-clean-tar: clean-tar
 
 clean-tar: 
        @[ -f ./tar/Makefile ] || exit 0; \
@@ -15165,9 +17575,12 @@ clean-tar:
                  clean) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-distclean-tar distclean-tar
 maybe-distclean-tar:
+@if tar
+maybe-distclean-tar: distclean-tar
 
 distclean-tar: 
        @[ -f ./tar/Makefile ] || exit 0; \
@@ -15186,9 +17599,12 @@ distclean-tar:
                  distclean) \
          || exit 1
 
+@endif tar
 
 .PHONY: maybe-maintainer-clean-tar maintainer-clean-tar
 maybe-maintainer-clean-tar:
+@if tar
+maybe-maintainer-clean-tar: maintainer-clean-tar
 
 maintainer-clean-tar: 
        @[ -f ./tar/Makefile ] || exit 0; \
@@ -15207,10 +17623,13 @@ maintainer-clean-tar:
                  maintainer-clean) \
          || exit 1
 
+@endif tar
 
 
 .PHONY: configure-texinfo maybe-configure-texinfo
 maybe-configure-texinfo:
+@if texinfo
+maybe-configure-texinfo: configure-texinfo
 configure-texinfo:
        @test ! -f texinfo/Makefile || exit 0; \
        [ -d texinfo ] || mkdir texinfo; \
@@ -15226,6 +17645,7 @@ configure-texinfo:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -15247,17 +17667,23 @@ configure-texinfo:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif texinfo
 
 .PHONY: all-texinfo maybe-all-texinfo
 maybe-all-texinfo:
+@if texinfo
+maybe-all-texinfo: all-texinfo
 all-texinfo: configure-texinfo
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd texinfo && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif texinfo
 
 .PHONY: check-texinfo maybe-check-texinfo
 maybe-check-texinfo:
+@if texinfo
+maybe-check-texinfo: check-texinfo
 
 check-texinfo:
        @r=`${PWD_COMMAND}`; export r; \
@@ -15265,17 +17691,23 @@ check-texinfo:
        $(SET_LIB_PATH) \
        (cd texinfo && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif texinfo
 
 .PHONY: install-texinfo maybe-install-texinfo
 maybe-install-texinfo:
+@if texinfo
+maybe-install-texinfo: install-texinfo
 
 install-texinfo:
 
+@endif texinfo
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-texinfo info-texinfo
 maybe-info-texinfo:
+@if texinfo
+maybe-info-texinfo: info-texinfo
 
 info-texinfo: \
     configure-texinfo 
@@ -15295,9 +17727,12 @@ info-texinfo: \
                  info) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-dvi-texinfo dvi-texinfo
 maybe-dvi-texinfo:
+@if texinfo
+maybe-dvi-texinfo: dvi-texinfo
 
 dvi-texinfo: \
     configure-texinfo 
@@ -15317,9 +17752,12 @@ dvi-texinfo: \
                  dvi) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-TAGS-texinfo TAGS-texinfo
 maybe-TAGS-texinfo:
+@if texinfo
+maybe-TAGS-texinfo: TAGS-texinfo
 
 TAGS-texinfo: \
     configure-texinfo 
@@ -15339,9 +17777,12 @@ TAGS-texinfo: \
                  TAGS) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-install-info-texinfo install-info-texinfo
 maybe-install-info-texinfo:
+@if texinfo
+maybe-install-info-texinfo: install-info-texinfo
 
 install-info-texinfo: \
     configure-texinfo \
@@ -15362,9 +17803,12 @@ install-info-texinfo: \
                  install-info) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-installcheck-texinfo installcheck-texinfo
 maybe-installcheck-texinfo:
+@if texinfo
+maybe-installcheck-texinfo: installcheck-texinfo
 
 installcheck-texinfo: \
     configure-texinfo 
@@ -15384,9 +17828,12 @@ installcheck-texinfo: \
                  installcheck) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-mostlyclean-texinfo mostlyclean-texinfo
 maybe-mostlyclean-texinfo:
+@if texinfo
+maybe-mostlyclean-texinfo: mostlyclean-texinfo
 
 mostlyclean-texinfo: 
        @[ -f ./texinfo/Makefile ] || exit 0; \
@@ -15405,9 +17852,12 @@ mostlyclean-texinfo:
                  mostlyclean) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-clean-texinfo clean-texinfo
 maybe-clean-texinfo:
+@if texinfo
+maybe-clean-texinfo: clean-texinfo
 
 clean-texinfo: 
        @[ -f ./texinfo/Makefile ] || exit 0; \
@@ -15426,9 +17876,12 @@ clean-texinfo:
                  clean) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-distclean-texinfo distclean-texinfo
 maybe-distclean-texinfo:
+@if texinfo
+maybe-distclean-texinfo: distclean-texinfo
 
 distclean-texinfo: 
        @[ -f ./texinfo/Makefile ] || exit 0; \
@@ -15447,9 +17900,12 @@ distclean-texinfo:
                  distclean) \
          || exit 1
 
+@endif texinfo
 
 .PHONY: maybe-maintainer-clean-texinfo maintainer-clean-texinfo
 maybe-maintainer-clean-texinfo:
+@if texinfo
+maybe-maintainer-clean-texinfo: maintainer-clean-texinfo
 
 maintainer-clean-texinfo: 
        @[ -f ./texinfo/Makefile ] || exit 0; \
@@ -15468,10 +17924,13 @@ maintainer-clean-texinfo:
                  maintainer-clean) \
          || exit 1
 
+@endif texinfo
 
 
 .PHONY: configure-textutils maybe-configure-textutils
 maybe-configure-textutils:
+@if textutils
+maybe-configure-textutils: configure-textutils
 configure-textutils:
        @test ! -f textutils/Makefile || exit 0; \
        [ -d textutils ] || mkdir textutils; \
@@ -15487,6 +17946,7 @@ configure-textutils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -15508,17 +17968,23 @@ configure-textutils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif textutils
 
 .PHONY: all-textutils maybe-all-textutils
 maybe-all-textutils:
+@if textutils
+maybe-all-textutils: all-textutils
 all-textutils: configure-textutils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd textutils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif textutils
 
 .PHONY: check-textutils maybe-check-textutils
 maybe-check-textutils:
+@if textutils
+maybe-check-textutils: check-textutils
 
 check-textutils:
        @r=`${PWD_COMMAND}`; export r; \
@@ -15526,9 +17992,12 @@ check-textutils:
        $(SET_LIB_PATH) \
        (cd textutils && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif textutils
 
 .PHONY: install-textutils maybe-install-textutils
 maybe-install-textutils:
+@if textutils
+maybe-install-textutils: install-textutils
 
 install-textutils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -15536,11 +18005,14 @@ install-textutils: installdirs
        $(SET_LIB_PATH) \
        (cd textutils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif textutils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-textutils info-textutils
 maybe-info-textutils:
+@if textutils
+maybe-info-textutils: info-textutils
 
 info-textutils: \
     configure-textutils 
@@ -15560,9 +18032,12 @@ info-textutils: \
                  info) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-dvi-textutils dvi-textutils
 maybe-dvi-textutils:
+@if textutils
+maybe-dvi-textutils: dvi-textutils
 
 dvi-textutils: \
     configure-textutils 
@@ -15582,9 +18057,12 @@ dvi-textutils: \
                  dvi) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-TAGS-textutils TAGS-textutils
 maybe-TAGS-textutils:
+@if textutils
+maybe-TAGS-textutils: TAGS-textutils
 
 TAGS-textutils: \
     configure-textutils 
@@ -15604,9 +18082,12 @@ TAGS-textutils: \
                  TAGS) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-install-info-textutils install-info-textutils
 maybe-install-info-textutils:
+@if textutils
+maybe-install-info-textutils: install-info-textutils
 
 install-info-textutils: \
     configure-textutils \
@@ -15627,9 +18108,12 @@ install-info-textutils: \
                  install-info) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-installcheck-textutils installcheck-textutils
 maybe-installcheck-textutils:
+@if textutils
+maybe-installcheck-textutils: installcheck-textutils
 
 installcheck-textutils: \
     configure-textutils 
@@ -15649,9 +18133,12 @@ installcheck-textutils: \
                  installcheck) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-mostlyclean-textutils mostlyclean-textutils
 maybe-mostlyclean-textutils:
+@if textutils
+maybe-mostlyclean-textutils: mostlyclean-textutils
 
 mostlyclean-textutils: 
        @[ -f ./textutils/Makefile ] || exit 0; \
@@ -15670,9 +18157,12 @@ mostlyclean-textutils:
                  mostlyclean) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-clean-textutils clean-textutils
 maybe-clean-textutils:
+@if textutils
+maybe-clean-textutils: clean-textutils
 
 clean-textutils: 
        @[ -f ./textutils/Makefile ] || exit 0; \
@@ -15691,9 +18181,12 @@ clean-textutils:
                  clean) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-distclean-textutils distclean-textutils
 maybe-distclean-textutils:
+@if textutils
+maybe-distclean-textutils: distclean-textutils
 
 distclean-textutils: 
        @[ -f ./textutils/Makefile ] || exit 0; \
@@ -15712,9 +18205,12 @@ distclean-textutils:
                  distclean) \
          || exit 1
 
+@endif textutils
 
 .PHONY: maybe-maintainer-clean-textutils maintainer-clean-textutils
 maybe-maintainer-clean-textutils:
+@if textutils
+maybe-maintainer-clean-textutils: maintainer-clean-textutils
 
 maintainer-clean-textutils: 
        @[ -f ./textutils/Makefile ] || exit 0; \
@@ -15733,10 +18229,13 @@ maintainer-clean-textutils:
                  maintainer-clean) \
          || exit 1
 
+@endif textutils
 
 
 .PHONY: configure-time maybe-configure-time
 maybe-configure-time:
+@if time
+maybe-configure-time: configure-time
 configure-time:
        @test ! -f time/Makefile || exit 0; \
        [ -d time ] || mkdir time; \
@@ -15752,6 +18251,7 @@ configure-time:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -15773,17 +18273,23 @@ configure-time:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif time
 
 .PHONY: all-time maybe-all-time
 maybe-all-time:
+@if time
+maybe-all-time: all-time
 all-time: configure-time
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd time && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif time
 
 .PHONY: check-time maybe-check-time
 maybe-check-time:
+@if time
+maybe-check-time: check-time
 
 check-time:
        @r=`${PWD_COMMAND}`; export r; \
@@ -15791,9 +18297,12 @@ check-time:
        $(SET_LIB_PATH) \
        (cd time && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif time
 
 .PHONY: install-time maybe-install-time
 maybe-install-time:
+@if time
+maybe-install-time: install-time
 
 install-time: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -15801,11 +18310,14 @@ install-time: installdirs
        $(SET_LIB_PATH) \
        (cd time && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif time
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-time info-time
 maybe-info-time:
+@if time
+maybe-info-time: info-time
 
 info-time: \
     configure-time 
@@ -15825,9 +18337,12 @@ info-time: \
                  info) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-dvi-time dvi-time
 maybe-dvi-time:
+@if time
+maybe-dvi-time: dvi-time
 
 dvi-time: \
     configure-time 
@@ -15847,9 +18362,12 @@ dvi-time: \
                  dvi) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-TAGS-time TAGS-time
 maybe-TAGS-time:
+@if time
+maybe-TAGS-time: TAGS-time
 
 TAGS-time: \
     configure-time 
@@ -15869,9 +18387,12 @@ TAGS-time: \
                  TAGS) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-install-info-time install-info-time
 maybe-install-info-time:
+@if time
+maybe-install-info-time: install-info-time
 
 install-info-time: \
     configure-time \
@@ -15892,9 +18413,12 @@ install-info-time: \
                  install-info) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-installcheck-time installcheck-time
 maybe-installcheck-time:
+@if time
+maybe-installcheck-time: installcheck-time
 
 installcheck-time: \
     configure-time 
@@ -15914,9 +18438,12 @@ installcheck-time: \
                  installcheck) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-mostlyclean-time mostlyclean-time
 maybe-mostlyclean-time:
+@if time
+maybe-mostlyclean-time: mostlyclean-time
 
 mostlyclean-time: 
        @[ -f ./time/Makefile ] || exit 0; \
@@ -15935,9 +18462,12 @@ mostlyclean-time:
                  mostlyclean) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-clean-time clean-time
 maybe-clean-time:
+@if time
+maybe-clean-time: clean-time
 
 clean-time: 
        @[ -f ./time/Makefile ] || exit 0; \
@@ -15956,9 +18486,12 @@ clean-time:
                  clean) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-distclean-time distclean-time
 maybe-distclean-time:
+@if time
+maybe-distclean-time: distclean-time
 
 distclean-time: 
        @[ -f ./time/Makefile ] || exit 0; \
@@ -15977,9 +18510,12 @@ distclean-time:
                  distclean) \
          || exit 1
 
+@endif time
 
 .PHONY: maybe-maintainer-clean-time maintainer-clean-time
 maybe-maintainer-clean-time:
+@if time
+maybe-maintainer-clean-time: maintainer-clean-time
 
 maintainer-clean-time: 
        @[ -f ./time/Makefile ] || exit 0; \
@@ -15998,10 +18534,13 @@ maintainer-clean-time:
                  maintainer-clean) \
          || exit 1
 
+@endif time
 
 
 .PHONY: configure-uudecode maybe-configure-uudecode
 maybe-configure-uudecode:
+@if uudecode
+maybe-configure-uudecode: configure-uudecode
 configure-uudecode:
        @test ! -f uudecode/Makefile || exit 0; \
        [ -d uudecode ] || mkdir uudecode; \
@@ -16017,6 +18556,7 @@ configure-uudecode:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -16038,17 +18578,23 @@ configure-uudecode:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif uudecode
 
 .PHONY: all-uudecode maybe-all-uudecode
 maybe-all-uudecode:
+@if uudecode
+maybe-all-uudecode: all-uudecode
 all-uudecode: configure-uudecode
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd uudecode && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif uudecode
 
 .PHONY: check-uudecode maybe-check-uudecode
 maybe-check-uudecode:
+@if uudecode
+maybe-check-uudecode: check-uudecode
 
 check-uudecode:
        @r=`${PWD_COMMAND}`; export r; \
@@ -16056,9 +18602,12 @@ check-uudecode:
        $(SET_LIB_PATH) \
        (cd uudecode && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif uudecode
 
 .PHONY: install-uudecode maybe-install-uudecode
 maybe-install-uudecode:
+@if uudecode
+maybe-install-uudecode: install-uudecode
 
 install-uudecode: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -16066,11 +18615,14 @@ install-uudecode: installdirs
        $(SET_LIB_PATH) \
        (cd uudecode && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif uudecode
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-uudecode info-uudecode
 maybe-info-uudecode:
+@if uudecode
+maybe-info-uudecode: info-uudecode
 
 info-uudecode: \
     configure-uudecode 
@@ -16090,9 +18642,12 @@ info-uudecode: \
                  info) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-dvi-uudecode dvi-uudecode
 maybe-dvi-uudecode:
+@if uudecode
+maybe-dvi-uudecode: dvi-uudecode
 
 dvi-uudecode: \
     configure-uudecode 
@@ -16112,9 +18667,12 @@ dvi-uudecode: \
                  dvi) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-TAGS-uudecode TAGS-uudecode
 maybe-TAGS-uudecode:
+@if uudecode
+maybe-TAGS-uudecode: TAGS-uudecode
 
 TAGS-uudecode: \
     configure-uudecode 
@@ -16134,9 +18692,12 @@ TAGS-uudecode: \
                  TAGS) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-install-info-uudecode install-info-uudecode
 maybe-install-info-uudecode:
+@if uudecode
+maybe-install-info-uudecode: install-info-uudecode
 
 install-info-uudecode: \
     configure-uudecode \
@@ -16157,9 +18718,12 @@ install-info-uudecode: \
                  install-info) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-installcheck-uudecode installcheck-uudecode
 maybe-installcheck-uudecode:
+@if uudecode
+maybe-installcheck-uudecode: installcheck-uudecode
 
 installcheck-uudecode: \
     configure-uudecode 
@@ -16179,9 +18743,12 @@ installcheck-uudecode: \
                  installcheck) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-mostlyclean-uudecode mostlyclean-uudecode
 maybe-mostlyclean-uudecode:
+@if uudecode
+maybe-mostlyclean-uudecode: mostlyclean-uudecode
 
 mostlyclean-uudecode: 
        @[ -f ./uudecode/Makefile ] || exit 0; \
@@ -16200,9 +18767,12 @@ mostlyclean-uudecode:
                  mostlyclean) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-clean-uudecode clean-uudecode
 maybe-clean-uudecode:
+@if uudecode
+maybe-clean-uudecode: clean-uudecode
 
 clean-uudecode: 
        @[ -f ./uudecode/Makefile ] || exit 0; \
@@ -16221,9 +18791,12 @@ clean-uudecode:
                  clean) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-distclean-uudecode distclean-uudecode
 maybe-distclean-uudecode:
+@if uudecode
+maybe-distclean-uudecode: distclean-uudecode
 
 distclean-uudecode: 
        @[ -f ./uudecode/Makefile ] || exit 0; \
@@ -16242,9 +18815,12 @@ distclean-uudecode:
                  distclean) \
          || exit 1
 
+@endif uudecode
 
 .PHONY: maybe-maintainer-clean-uudecode maintainer-clean-uudecode
 maybe-maintainer-clean-uudecode:
+@if uudecode
+maybe-maintainer-clean-uudecode: maintainer-clean-uudecode
 
 maintainer-clean-uudecode: 
        @[ -f ./uudecode/Makefile ] || exit 0; \
@@ -16263,10 +18839,13 @@ maintainer-clean-uudecode:
                  maintainer-clean) \
          || exit 1
 
+@endif uudecode
 
 
 .PHONY: configure-wdiff maybe-configure-wdiff
 maybe-configure-wdiff:
+@if wdiff
+maybe-configure-wdiff: configure-wdiff
 configure-wdiff:
        @test ! -f wdiff/Makefile || exit 0; \
        [ -d wdiff ] || mkdir wdiff; \
@@ -16282,6 +18861,7 @@ configure-wdiff:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -16303,17 +18883,23 @@ configure-wdiff:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif wdiff
 
 .PHONY: all-wdiff maybe-all-wdiff
 maybe-all-wdiff:
+@if wdiff
+maybe-all-wdiff: all-wdiff
 all-wdiff: configure-wdiff
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd wdiff && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif wdiff
 
 .PHONY: check-wdiff maybe-check-wdiff
 maybe-check-wdiff:
+@if wdiff
+maybe-check-wdiff: check-wdiff
 
 check-wdiff:
        @r=`${PWD_COMMAND}`; export r; \
@@ -16321,9 +18907,12 @@ check-wdiff:
        $(SET_LIB_PATH) \
        (cd wdiff && $(MAKE) $(FLAGS_TO_PASS) check)
 
+@endif wdiff
 
 .PHONY: install-wdiff maybe-install-wdiff
 maybe-install-wdiff:
+@if wdiff
+maybe-install-wdiff: install-wdiff
 
 install-wdiff: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -16331,11 +18920,14 @@ install-wdiff: installdirs
        $(SET_LIB_PATH) \
        (cd wdiff && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif wdiff
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-wdiff info-wdiff
 maybe-info-wdiff:
+@if wdiff
+maybe-info-wdiff: info-wdiff
 
 info-wdiff: \
     configure-wdiff 
@@ -16355,9 +18947,12 @@ info-wdiff: \
                  info) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-dvi-wdiff dvi-wdiff
 maybe-dvi-wdiff:
+@if wdiff
+maybe-dvi-wdiff: dvi-wdiff
 
 dvi-wdiff: \
     configure-wdiff 
@@ -16377,9 +18972,12 @@ dvi-wdiff: \
                  dvi) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-TAGS-wdiff TAGS-wdiff
 maybe-TAGS-wdiff:
+@if wdiff
+maybe-TAGS-wdiff: TAGS-wdiff
 
 TAGS-wdiff: \
     configure-wdiff 
@@ -16399,9 +18997,12 @@ TAGS-wdiff: \
                  TAGS) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-install-info-wdiff install-info-wdiff
 maybe-install-info-wdiff:
+@if wdiff
+maybe-install-info-wdiff: install-info-wdiff
 
 install-info-wdiff: \
     configure-wdiff \
@@ -16422,9 +19023,12 @@ install-info-wdiff: \
                  install-info) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-installcheck-wdiff installcheck-wdiff
 maybe-installcheck-wdiff:
+@if wdiff
+maybe-installcheck-wdiff: installcheck-wdiff
 
 installcheck-wdiff: \
     configure-wdiff 
@@ -16444,9 +19048,12 @@ installcheck-wdiff: \
                  installcheck) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-mostlyclean-wdiff mostlyclean-wdiff
 maybe-mostlyclean-wdiff:
+@if wdiff
+maybe-mostlyclean-wdiff: mostlyclean-wdiff
 
 mostlyclean-wdiff: 
        @[ -f ./wdiff/Makefile ] || exit 0; \
@@ -16465,9 +19072,12 @@ mostlyclean-wdiff:
                  mostlyclean) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-clean-wdiff clean-wdiff
 maybe-clean-wdiff:
+@if wdiff
+maybe-clean-wdiff: clean-wdiff
 
 clean-wdiff: 
        @[ -f ./wdiff/Makefile ] || exit 0; \
@@ -16486,9 +19096,12 @@ clean-wdiff:
                  clean) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-distclean-wdiff distclean-wdiff
 maybe-distclean-wdiff:
+@if wdiff
+maybe-distclean-wdiff: distclean-wdiff
 
 distclean-wdiff: 
        @[ -f ./wdiff/Makefile ] || exit 0; \
@@ -16507,9 +19120,12 @@ distclean-wdiff:
                  distclean) \
          || exit 1
 
+@endif wdiff
 
 .PHONY: maybe-maintainer-clean-wdiff maintainer-clean-wdiff
 maybe-maintainer-clean-wdiff:
+@if wdiff
+maybe-maintainer-clean-wdiff: maintainer-clean-wdiff
 
 maintainer-clean-wdiff: 
        @[ -f ./wdiff/Makefile ] || exit 0; \
@@ -16528,10 +19144,13 @@ maintainer-clean-wdiff:
                  maintainer-clean) \
          || exit 1
 
+@endif wdiff
 
 
 .PHONY: configure-zip maybe-configure-zip
 maybe-configure-zip:
+@if zip
+maybe-configure-zip: configure-zip
 configure-zip:
        @test ! -f zip/Makefile || exit 0; \
        [ -d zip ] || mkdir zip; \
@@ -16547,6 +19166,7 @@ configure-zip:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -16568,17 +19188,23 @@ configure-zip:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif zip
 
 .PHONY: all-zip maybe-all-zip
 maybe-all-zip:
+@if zip
+maybe-all-zip: all-zip
 all-zip: configure-zip
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd zip && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif zip
 
 .PHONY: check-zip maybe-check-zip
 maybe-check-zip:
+@if zip
+maybe-check-zip: check-zip
 
 # This module is only tested in a native toolchain.
 check-zip:
@@ -16589,9 +19215,12 @@ check-zip:
          (cd zip && $(MAKE) $(FLAGS_TO_PASS) check); \
        fi
 
+@endif zip
 
 .PHONY: install-zip maybe-install-zip
 maybe-install-zip:
+@if zip
+maybe-install-zip: install-zip
 
 install-zip: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -16599,11 +19228,14 @@ install-zip: installdirs
        $(SET_LIB_PATH) \
        (cd zip && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif zip
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-zip info-zip
 maybe-info-zip:
+@if zip
+maybe-info-zip: info-zip
 
 info-zip: \
     configure-zip 
@@ -16623,9 +19255,12 @@ info-zip: \
                  info) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-dvi-zip dvi-zip
 maybe-dvi-zip:
+@if zip
+maybe-dvi-zip: dvi-zip
 
 dvi-zip: \
     configure-zip 
@@ -16645,9 +19280,12 @@ dvi-zip: \
                  dvi) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-TAGS-zip TAGS-zip
 maybe-TAGS-zip:
+@if zip
+maybe-TAGS-zip: TAGS-zip
 
 TAGS-zip: \
     configure-zip 
@@ -16667,9 +19305,12 @@ TAGS-zip: \
                  TAGS) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-install-info-zip install-info-zip
 maybe-install-info-zip:
+@if zip
+maybe-install-info-zip: install-info-zip
 
 install-info-zip: \
     configure-zip \
@@ -16690,9 +19331,12 @@ install-info-zip: \
                  install-info) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-installcheck-zip installcheck-zip
 maybe-installcheck-zip:
+@if zip
+maybe-installcheck-zip: installcheck-zip
 
 installcheck-zip: \
     configure-zip 
@@ -16712,9 +19356,12 @@ installcheck-zip: \
                  installcheck) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-mostlyclean-zip mostlyclean-zip
 maybe-mostlyclean-zip:
+@if zip
+maybe-mostlyclean-zip: mostlyclean-zip
 
 mostlyclean-zip: 
        @[ -f ./zip/Makefile ] || exit 0; \
@@ -16733,9 +19380,12 @@ mostlyclean-zip:
                  mostlyclean) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-clean-zip clean-zip
 maybe-clean-zip:
+@if zip
+maybe-clean-zip: clean-zip
 
 clean-zip: 
        @[ -f ./zip/Makefile ] || exit 0; \
@@ -16754,9 +19404,12 @@ clean-zip:
                  clean) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-distclean-zip distclean-zip
 maybe-distclean-zip:
+@if zip
+maybe-distclean-zip: distclean-zip
 
 distclean-zip: 
        @[ -f ./zip/Makefile ] || exit 0; \
@@ -16775,9 +19428,12 @@ distclean-zip:
                  distclean) \
          || exit 1
 
+@endif zip
 
 .PHONY: maybe-maintainer-clean-zip maintainer-clean-zip
 maybe-maintainer-clean-zip:
+@if zip
+maybe-maintainer-clean-zip: maintainer-clean-zip
 
 maintainer-clean-zip: 
        @[ -f ./zip/Makefile ] || exit 0; \
@@ -16796,10 +19452,13 @@ maintainer-clean-zip:
                  maintainer-clean) \
          || exit 1
 
+@endif zip
 
 
 .PHONY: configure-zlib maybe-configure-zlib
 maybe-configure-zlib:
+@if zlib
+maybe-configure-zlib: configure-zlib
 configure-zlib:
        @test ! -f zlib/Makefile || exit 0; \
        [ -d zlib ] || mkdir zlib; \
@@ -16815,6 +19474,7 @@ configure-zlib:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -16836,31 +19496,43 @@ configure-zlib:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif zlib
 
 .PHONY: all-zlib maybe-all-zlib
 maybe-all-zlib:
+@if zlib
+maybe-all-zlib: all-zlib
 all-zlib: configure-zlib
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd zlib && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif zlib
 
 .PHONY: check-zlib maybe-check-zlib
 maybe-check-zlib:
+@if zlib
+maybe-check-zlib: check-zlib
 
 check-zlib:
 
+@endif zlib
 
 .PHONY: install-zlib maybe-install-zlib
 maybe-install-zlib:
+@if zlib
+maybe-install-zlib: install-zlib
 
 install-zlib:
 
+@endif zlib
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-zlib info-zlib
 maybe-info-zlib:
+@if zlib
+maybe-info-zlib: info-zlib
 
 info-zlib: \
     configure-zlib 
@@ -16880,9 +19552,12 @@ info-zlib: \
                  info) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-dvi-zlib dvi-zlib
 maybe-dvi-zlib:
+@if zlib
+maybe-dvi-zlib: dvi-zlib
 
 dvi-zlib: \
     configure-zlib 
@@ -16902,9 +19577,12 @@ dvi-zlib: \
                  dvi) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-TAGS-zlib TAGS-zlib
 maybe-TAGS-zlib:
+@if zlib
+maybe-TAGS-zlib: TAGS-zlib
 
 TAGS-zlib: \
     configure-zlib 
@@ -16924,9 +19602,12 @@ TAGS-zlib: \
                  TAGS) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-install-info-zlib install-info-zlib
 maybe-install-info-zlib:
+@if zlib
+maybe-install-info-zlib: install-info-zlib
 
 install-info-zlib: \
     configure-zlib \
@@ -16947,9 +19628,12 @@ install-info-zlib: \
                  install-info) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-installcheck-zlib installcheck-zlib
 maybe-installcheck-zlib:
+@if zlib
+maybe-installcheck-zlib: installcheck-zlib
 
 installcheck-zlib: \
     configure-zlib 
@@ -16969,9 +19653,12 @@ installcheck-zlib: \
                  installcheck) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-mostlyclean-zlib mostlyclean-zlib
 maybe-mostlyclean-zlib:
+@if zlib
+maybe-mostlyclean-zlib: mostlyclean-zlib
 
 mostlyclean-zlib: 
        @[ -f ./zlib/Makefile ] || exit 0; \
@@ -16990,9 +19677,12 @@ mostlyclean-zlib:
                  mostlyclean) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-clean-zlib clean-zlib
 maybe-clean-zlib:
+@if zlib
+maybe-clean-zlib: clean-zlib
 
 clean-zlib: 
        @[ -f ./zlib/Makefile ] || exit 0; \
@@ -17011,9 +19701,12 @@ clean-zlib:
                  clean) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-distclean-zlib distclean-zlib
 maybe-distclean-zlib:
+@if zlib
+maybe-distclean-zlib: distclean-zlib
 
 distclean-zlib: 
        @[ -f ./zlib/Makefile ] || exit 0; \
@@ -17032,9 +19725,12 @@ distclean-zlib:
                  distclean) \
          || exit 1
 
+@endif zlib
 
 .PHONY: maybe-maintainer-clean-zlib maintainer-clean-zlib
 maybe-maintainer-clean-zlib:
+@if zlib
+maybe-maintainer-clean-zlib: maintainer-clean-zlib
 
 maintainer-clean-zlib: 
        @[ -f ./zlib/Makefile ] || exit 0; \
@@ -17053,10 +19749,13 @@ maintainer-clean-zlib:
                  maintainer-clean) \
          || exit 1
 
+@endif zlib
 
 
 .PHONY: configure-gdb maybe-configure-gdb
 maybe-configure-gdb:
+@if gdb
+maybe-configure-gdb: configure-gdb
 configure-gdb:
        @test ! -f gdb/Makefile || exit 0; \
        [ -d gdb ] || mkdir gdb; \
@@ -17072,6 +19771,7 @@ configure-gdb:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -17093,17 +19793,23 @@ configure-gdb:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gdb
 
 .PHONY: all-gdb maybe-all-gdb
 maybe-all-gdb:
+@if gdb
+maybe-all-gdb: all-gdb
 all-gdb: configure-gdb
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd gdb && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all)
+@endif gdb
 
 .PHONY: check-gdb maybe-check-gdb
 maybe-check-gdb:
+@if gdb
+maybe-check-gdb: check-gdb
 
 check-gdb:
        @r=`${PWD_COMMAND}`; export r; \
@@ -17111,9 +19817,12 @@ check-gdb:
        $(SET_LIB_PATH) \
        (cd gdb && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check)
 
+@endif gdb
 
 .PHONY: install-gdb maybe-install-gdb
 maybe-install-gdb:
+@if gdb
+maybe-install-gdb: install-gdb
 
 install-gdb: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -17121,11 +19830,14 @@ install-gdb: installdirs
        $(SET_LIB_PATH) \
        (cd gdb && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install)
 
+@endif gdb
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-gdb info-gdb
 maybe-info-gdb:
+@if gdb
+maybe-info-gdb: info-gdb
 
 info-gdb: \
     configure-gdb 
@@ -17145,9 +19857,12 @@ info-gdb: \
                  info) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-dvi-gdb dvi-gdb
 maybe-dvi-gdb:
+@if gdb
+maybe-dvi-gdb: dvi-gdb
 
 dvi-gdb: \
     configure-gdb 
@@ -17167,9 +19882,12 @@ dvi-gdb: \
                  dvi) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-TAGS-gdb TAGS-gdb
 maybe-TAGS-gdb:
+@if gdb
+maybe-TAGS-gdb: TAGS-gdb
 
 TAGS-gdb: \
     configure-gdb 
@@ -17189,9 +19907,12 @@ TAGS-gdb: \
                  TAGS) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-install-info-gdb install-info-gdb
 maybe-install-info-gdb:
+@if gdb
+maybe-install-info-gdb: install-info-gdb
 
 install-info-gdb: \
     configure-gdb \
@@ -17212,9 +19933,12 @@ install-info-gdb: \
                  install-info) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-installcheck-gdb installcheck-gdb
 maybe-installcheck-gdb:
+@if gdb
+maybe-installcheck-gdb: installcheck-gdb
 
 installcheck-gdb: \
     configure-gdb 
@@ -17234,9 +19958,12 @@ installcheck-gdb: \
                  installcheck) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-mostlyclean-gdb mostlyclean-gdb
 maybe-mostlyclean-gdb:
+@if gdb
+maybe-mostlyclean-gdb: mostlyclean-gdb
 
 mostlyclean-gdb: 
        @[ -f ./gdb/Makefile ] || exit 0; \
@@ -17255,9 +19982,12 @@ mostlyclean-gdb:
                  mostlyclean) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-clean-gdb clean-gdb
 maybe-clean-gdb:
+@if gdb
+maybe-clean-gdb: clean-gdb
 
 clean-gdb: 
        @[ -f ./gdb/Makefile ] || exit 0; \
@@ -17276,9 +20006,12 @@ clean-gdb:
                  clean) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-distclean-gdb distclean-gdb
 maybe-distclean-gdb:
+@if gdb
+maybe-distclean-gdb: distclean-gdb
 
 distclean-gdb: 
        @[ -f ./gdb/Makefile ] || exit 0; \
@@ -17297,9 +20030,12 @@ distclean-gdb:
                  distclean) \
          || exit 1
 
+@endif gdb
 
 .PHONY: maybe-maintainer-clean-gdb maintainer-clean-gdb
 maybe-maintainer-clean-gdb:
+@if gdb
+maybe-maintainer-clean-gdb: maintainer-clean-gdb
 
 maintainer-clean-gdb: 
        @[ -f ./gdb/Makefile ] || exit 0; \
@@ -17318,10 +20054,13 @@ maintainer-clean-gdb:
                  maintainer-clean) \
          || exit 1
 
+@endif gdb
 
 
 .PHONY: configure-expect maybe-configure-expect
 maybe-configure-expect:
+@if expect
+maybe-configure-expect: configure-expect
 configure-expect:
        @test ! -f expect/Makefile || exit 0; \
        [ -d expect ] || mkdir expect; \
@@ -17337,6 +20076,7 @@ configure-expect:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -17358,17 +20098,23 @@ configure-expect:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif expect
 
 .PHONY: all-expect maybe-all-expect
 maybe-all-expect:
+@if expect
+maybe-all-expect: all-expect
 all-expect: configure-expect
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd expect && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all)
+@endif expect
 
 .PHONY: check-expect maybe-check-expect
 maybe-check-expect:
+@if expect
+maybe-check-expect: check-expect
 
 check-expect:
        @r=`${PWD_COMMAND}`; export r; \
@@ -17376,9 +20122,12 @@ check-expect:
        $(SET_LIB_PATH) \
        (cd expect && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check)
 
+@endif expect
 
 .PHONY: install-expect maybe-install-expect
 maybe-install-expect:
+@if expect
+maybe-install-expect: install-expect
 
 install-expect: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -17386,11 +20135,14 @@ install-expect: installdirs
        $(SET_LIB_PATH) \
        (cd expect && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install)
 
+@endif expect
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-expect info-expect
 maybe-info-expect:
+@if expect
+maybe-info-expect: info-expect
 
 info-expect: \
     configure-expect 
@@ -17410,9 +20162,12 @@ info-expect: \
                  info) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-dvi-expect dvi-expect
 maybe-dvi-expect:
+@if expect
+maybe-dvi-expect: dvi-expect
 
 dvi-expect: \
     configure-expect 
@@ -17432,9 +20187,12 @@ dvi-expect: \
                  dvi) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-TAGS-expect TAGS-expect
 maybe-TAGS-expect:
+@if expect
+maybe-TAGS-expect: TAGS-expect
 
 TAGS-expect: \
     configure-expect 
@@ -17454,9 +20212,12 @@ TAGS-expect: \
                  TAGS) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-install-info-expect install-info-expect
 maybe-install-info-expect:
+@if expect
+maybe-install-info-expect: install-info-expect
 
 install-info-expect: \
     configure-expect \
@@ -17477,9 +20238,12 @@ install-info-expect: \
                  install-info) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-installcheck-expect installcheck-expect
 maybe-installcheck-expect:
+@if expect
+maybe-installcheck-expect: installcheck-expect
 
 installcheck-expect: \
     configure-expect 
@@ -17499,9 +20263,12 @@ installcheck-expect: \
                  installcheck) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-mostlyclean-expect mostlyclean-expect
 maybe-mostlyclean-expect:
+@if expect
+maybe-mostlyclean-expect: mostlyclean-expect
 
 mostlyclean-expect: 
        @[ -f ./expect/Makefile ] || exit 0; \
@@ -17520,9 +20287,12 @@ mostlyclean-expect:
                  mostlyclean) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-clean-expect clean-expect
 maybe-clean-expect:
+@if expect
+maybe-clean-expect: clean-expect
 
 clean-expect: 
        @[ -f ./expect/Makefile ] || exit 0; \
@@ -17541,9 +20311,12 @@ clean-expect:
                  clean) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-distclean-expect distclean-expect
 maybe-distclean-expect:
+@if expect
+maybe-distclean-expect: distclean-expect
 
 distclean-expect: 
        @[ -f ./expect/Makefile ] || exit 0; \
@@ -17562,9 +20335,12 @@ distclean-expect:
                  distclean) \
          || exit 1
 
+@endif expect
 
 .PHONY: maybe-maintainer-clean-expect maintainer-clean-expect
 maybe-maintainer-clean-expect:
+@if expect
+maybe-maintainer-clean-expect: maintainer-clean-expect
 
 maintainer-clean-expect: 
        @[ -f ./expect/Makefile ] || exit 0; \
@@ -17583,10 +20359,13 @@ maintainer-clean-expect:
                  maintainer-clean) \
          || exit 1
 
+@endif expect
 
 
 .PHONY: configure-guile maybe-configure-guile
 maybe-configure-guile:
+@if guile
+maybe-configure-guile: configure-guile
 configure-guile:
        @test ! -f guile/Makefile || exit 0; \
        [ -d guile ] || mkdir guile; \
@@ -17602,6 +20381,7 @@ configure-guile:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -17623,17 +20403,23 @@ configure-guile:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif guile
 
 .PHONY: all-guile maybe-all-guile
 maybe-all-guile:
+@if guile
+maybe-all-guile: all-guile
 all-guile: configure-guile
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd guile && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all)
+@endif guile
 
 .PHONY: check-guile maybe-check-guile
 maybe-check-guile:
+@if guile
+maybe-check-guile: check-guile
 
 check-guile:
        @r=`${PWD_COMMAND}`; export r; \
@@ -17641,9 +20427,12 @@ check-guile:
        $(SET_LIB_PATH) \
        (cd guile && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check)
 
+@endif guile
 
 .PHONY: install-guile maybe-install-guile
 maybe-install-guile:
+@if guile
+maybe-install-guile: install-guile
 
 install-guile: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -17651,11 +20440,14 @@ install-guile: installdirs
        $(SET_LIB_PATH) \
        (cd guile && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install)
 
+@endif guile
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-guile info-guile
 maybe-info-guile:
+@if guile
+maybe-info-guile: info-guile
 
 info-guile: \
     configure-guile 
@@ -17675,9 +20467,12 @@ info-guile: \
                  info) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-dvi-guile dvi-guile
 maybe-dvi-guile:
+@if guile
+maybe-dvi-guile: dvi-guile
 
 dvi-guile: \
     configure-guile 
@@ -17697,9 +20492,12 @@ dvi-guile: \
                  dvi) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-TAGS-guile TAGS-guile
 maybe-TAGS-guile:
+@if guile
+maybe-TAGS-guile: TAGS-guile
 
 TAGS-guile: \
     configure-guile 
@@ -17719,9 +20517,12 @@ TAGS-guile: \
                  TAGS) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-install-info-guile install-info-guile
 maybe-install-info-guile:
+@if guile
+maybe-install-info-guile: install-info-guile
 
 install-info-guile: \
     configure-guile \
@@ -17742,9 +20543,12 @@ install-info-guile: \
                  install-info) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-installcheck-guile installcheck-guile
 maybe-installcheck-guile:
+@if guile
+maybe-installcheck-guile: installcheck-guile
 
 installcheck-guile: \
     configure-guile 
@@ -17764,9 +20568,12 @@ installcheck-guile: \
                  installcheck) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-mostlyclean-guile mostlyclean-guile
 maybe-mostlyclean-guile:
+@if guile
+maybe-mostlyclean-guile: mostlyclean-guile
 
 mostlyclean-guile: 
        @[ -f ./guile/Makefile ] || exit 0; \
@@ -17785,9 +20592,12 @@ mostlyclean-guile:
                  mostlyclean) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-clean-guile clean-guile
 maybe-clean-guile:
+@if guile
+maybe-clean-guile: clean-guile
 
 clean-guile: 
        @[ -f ./guile/Makefile ] || exit 0; \
@@ -17806,9 +20616,12 @@ clean-guile:
                  clean) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-distclean-guile distclean-guile
 maybe-distclean-guile:
+@if guile
+maybe-distclean-guile: distclean-guile
 
 distclean-guile: 
        @[ -f ./guile/Makefile ] || exit 0; \
@@ -17827,9 +20640,12 @@ distclean-guile:
                  distclean) \
          || exit 1
 
+@endif guile
 
 .PHONY: maybe-maintainer-clean-guile maintainer-clean-guile
 maybe-maintainer-clean-guile:
+@if guile
+maybe-maintainer-clean-guile: maintainer-clean-guile
 
 maintainer-clean-guile: 
        @[ -f ./guile/Makefile ] || exit 0; \
@@ -17848,10 +20664,13 @@ maintainer-clean-guile:
                  maintainer-clean) \
          || exit 1
 
+@endif guile
 
 
 .PHONY: configure-tk maybe-configure-tk
 maybe-configure-tk:
+@if tk
+maybe-configure-tk: configure-tk
 configure-tk:
        @test ! -f tk/Makefile || exit 0; \
        [ -d tk ] || mkdir tk; \
@@ -17867,6 +20686,7 @@ configure-tk:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -17888,17 +20708,23 @@ configure-tk:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif tk
 
 .PHONY: all-tk maybe-all-tk
 maybe-all-tk:
+@if tk
+maybe-all-tk: all-tk
 all-tk: configure-tk
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd tk && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all)
+@endif tk
 
 .PHONY: check-tk maybe-check-tk
 maybe-check-tk:
+@if tk
+maybe-check-tk: check-tk
 
 check-tk:
        @r=`${PWD_COMMAND}`; export r; \
@@ -17906,9 +20732,12 @@ check-tk:
        $(SET_LIB_PATH) \
        (cd tk && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check)
 
+@endif tk
 
 .PHONY: install-tk maybe-install-tk
 maybe-install-tk:
+@if tk
+maybe-install-tk: install-tk
 
 install-tk: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -17916,11 +20745,14 @@ install-tk: installdirs
        $(SET_LIB_PATH) \
        (cd tk && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install)
 
+@endif tk
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-tk info-tk
 maybe-info-tk:
+@if tk
+maybe-info-tk: info-tk
 
 info-tk: \
     configure-tk 
@@ -17940,9 +20772,12 @@ info-tk: \
                  info) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-dvi-tk dvi-tk
 maybe-dvi-tk:
+@if tk
+maybe-dvi-tk: dvi-tk
 
 dvi-tk: \
     configure-tk 
@@ -17962,9 +20797,12 @@ dvi-tk: \
                  dvi) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-TAGS-tk TAGS-tk
 maybe-TAGS-tk:
+@if tk
+maybe-TAGS-tk: TAGS-tk
 
 TAGS-tk: \
     configure-tk 
@@ -17984,9 +20822,12 @@ TAGS-tk: \
                  TAGS) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-install-info-tk install-info-tk
 maybe-install-info-tk:
+@if tk
+maybe-install-info-tk: install-info-tk
 
 install-info-tk: \
     configure-tk \
@@ -18007,9 +20848,12 @@ install-info-tk: \
                  install-info) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-installcheck-tk installcheck-tk
 maybe-installcheck-tk:
+@if tk
+maybe-installcheck-tk: installcheck-tk
 
 installcheck-tk: \
     configure-tk 
@@ -18029,9 +20873,12 @@ installcheck-tk: \
                  installcheck) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-mostlyclean-tk mostlyclean-tk
 maybe-mostlyclean-tk:
+@if tk
+maybe-mostlyclean-tk: mostlyclean-tk
 
 mostlyclean-tk: 
        @[ -f ./tk/Makefile ] || exit 0; \
@@ -18050,9 +20897,12 @@ mostlyclean-tk:
                  mostlyclean) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-clean-tk clean-tk
 maybe-clean-tk:
+@if tk
+maybe-clean-tk: clean-tk
 
 clean-tk: 
        @[ -f ./tk/Makefile ] || exit 0; \
@@ -18071,9 +20921,12 @@ clean-tk:
                  clean) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-distclean-tk distclean-tk
 maybe-distclean-tk:
+@if tk
+maybe-distclean-tk: distclean-tk
 
 distclean-tk: 
        @[ -f ./tk/Makefile ] || exit 0; \
@@ -18092,9 +20945,12 @@ distclean-tk:
                  distclean) \
          || exit 1
 
+@endif tk
 
 .PHONY: maybe-maintainer-clean-tk maintainer-clean-tk
 maybe-maintainer-clean-tk:
+@if tk
+maybe-maintainer-clean-tk: maintainer-clean-tk
 
 maintainer-clean-tk: 
        @[ -f ./tk/Makefile ] || exit 0; \
@@ -18113,10 +20969,13 @@ maintainer-clean-tk:
                  maintainer-clean) \
          || exit 1
 
+@endif tk
 
 
 .PHONY: configure-tix maybe-configure-tix
 maybe-configure-tix:
+@if tix
+maybe-configure-tix: configure-tix
 configure-tix:
        @test ! -f tix/Makefile || exit 0; \
        [ -d tix ] || mkdir tix; \
@@ -18132,6 +20991,7 @@ configure-tix:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -18153,17 +21013,23 @@ configure-tix:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif tix
 
 .PHONY: all-tix maybe-all-tix
 maybe-all-tix:
+@if tix
+maybe-all-tix: all-tix
 all-tix: configure-tix
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd tix && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all)
+@endif tix
 
 .PHONY: check-tix maybe-check-tix
 maybe-check-tix:
+@if tix
+maybe-check-tix: check-tix
 
 check-tix:
        @r=`${PWD_COMMAND}`; export r; \
@@ -18171,9 +21037,12 @@ check-tix:
        $(SET_LIB_PATH) \
        (cd tix && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check)
 
+@endif tix
 
 .PHONY: install-tix maybe-install-tix
 maybe-install-tix:
+@if tix
+maybe-install-tix: install-tix
 
 install-tix: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -18181,11 +21050,14 @@ install-tix: installdirs
        $(SET_LIB_PATH) \
        (cd tix && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) install)
 
+@endif tix
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-tix info-tix
 maybe-info-tix:
+@if tix
+maybe-info-tix: info-tix
 
 info-tix: \
     configure-tix 
@@ -18205,9 +21077,12 @@ info-tix: \
                  info) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-dvi-tix dvi-tix
 maybe-dvi-tix:
+@if tix
+maybe-dvi-tix: dvi-tix
 
 dvi-tix: \
     configure-tix 
@@ -18227,9 +21102,12 @@ dvi-tix: \
                  dvi) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-TAGS-tix TAGS-tix
 maybe-TAGS-tix:
+@if tix
+maybe-TAGS-tix: TAGS-tix
 
 TAGS-tix: \
     configure-tix 
@@ -18249,9 +21127,12 @@ TAGS-tix: \
                  TAGS) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-install-info-tix install-info-tix
 maybe-install-info-tix:
+@if tix
+maybe-install-info-tix: install-info-tix
 
 install-info-tix: \
     configure-tix \
@@ -18272,9 +21153,12 @@ install-info-tix: \
                  install-info) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-installcheck-tix installcheck-tix
 maybe-installcheck-tix:
+@if tix
+maybe-installcheck-tix: installcheck-tix
 
 installcheck-tix: \
     configure-tix 
@@ -18294,9 +21178,12 @@ installcheck-tix: \
                  installcheck) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-mostlyclean-tix mostlyclean-tix
 maybe-mostlyclean-tix:
+@if tix
+maybe-mostlyclean-tix: mostlyclean-tix
 
 mostlyclean-tix: 
        @[ -f ./tix/Makefile ] || exit 0; \
@@ -18315,9 +21202,12 @@ mostlyclean-tix:
                  mostlyclean) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-clean-tix clean-tix
 maybe-clean-tix:
+@if tix
+maybe-clean-tix: clean-tix
 
 clean-tix: 
        @[ -f ./tix/Makefile ] || exit 0; \
@@ -18336,9 +21226,12 @@ clean-tix:
                  clean) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-distclean-tix distclean-tix
 maybe-distclean-tix:
+@if tix
+maybe-distclean-tix: distclean-tix
 
 distclean-tix: 
        @[ -f ./tix/Makefile ] || exit 0; \
@@ -18357,9 +21250,12 @@ distclean-tix:
                  distclean) \
          || exit 1
 
+@endif tix
 
 .PHONY: maybe-maintainer-clean-tix maintainer-clean-tix
 maybe-maintainer-clean-tix:
+@if tix
+maybe-maintainer-clean-tix: maintainer-clean-tix
 
 maintainer-clean-tix: 
        @[ -f ./tix/Makefile ] || exit 0; \
@@ -18378,10 +21274,13 @@ maintainer-clean-tix:
                  maintainer-clean) \
          || exit 1
 
+@endif tix
 
 
 .PHONY: configure-libtermcap maybe-configure-libtermcap
 maybe-configure-libtermcap:
+@if libtermcap
+maybe-configure-libtermcap: configure-libtermcap
 configure-libtermcap:
        @test ! -f libtermcap/Makefile || exit 0; \
        [ -d libtermcap ] || mkdir libtermcap; \
@@ -18397,6 +21296,7 @@ configure-libtermcap:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -18418,23 +21318,32 @@ configure-libtermcap:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif libtermcap
 
 .PHONY: all-libtermcap maybe-all-libtermcap
 maybe-all-libtermcap:
+@if libtermcap
+maybe-all-libtermcap: all-libtermcap
 all-libtermcap: configure-libtermcap
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd libtermcap && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif libtermcap
 
 .PHONY: check-libtermcap maybe-check-libtermcap
 maybe-check-libtermcap:
+@if libtermcap
+maybe-check-libtermcap: check-libtermcap
 
 check-libtermcap:
 
+@endif libtermcap
 
 .PHONY: install-libtermcap maybe-install-libtermcap
 maybe-install-libtermcap:
+@if libtermcap
+maybe-install-libtermcap: install-libtermcap
 
 install-libtermcap: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -18442,11 +21351,14 @@ install-libtermcap: installdirs
        $(SET_LIB_PATH) \
        (cd libtermcap && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif libtermcap
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-libtermcap info-libtermcap
 maybe-info-libtermcap:
+@if libtermcap
+maybe-info-libtermcap: info-libtermcap
 
 info-libtermcap: \
     configure-libtermcap 
@@ -18466,9 +21378,12 @@ info-libtermcap: \
                  info) \
          || exit 1
 
+@endif libtermcap
 
 .PHONY: maybe-dvi-libtermcap dvi-libtermcap
 maybe-dvi-libtermcap:
+@if libtermcap
+maybe-dvi-libtermcap: dvi-libtermcap
 
 dvi-libtermcap: \
     configure-libtermcap 
@@ -18488,9 +21403,12 @@ dvi-libtermcap: \
                  dvi) \
          || exit 1
 
+@endif libtermcap
 
 .PHONY: maybe-TAGS-libtermcap TAGS-libtermcap
 maybe-TAGS-libtermcap:
+@if libtermcap
+maybe-TAGS-libtermcap: TAGS-libtermcap
 
 TAGS-libtermcap: \
     configure-libtermcap 
@@ -18510,9 +21428,12 @@ TAGS-libtermcap: \
                  TAGS) \
          || exit 1
 
+@endif libtermcap
 
 .PHONY: maybe-install-info-libtermcap install-info-libtermcap
 maybe-install-info-libtermcap:
+@if libtermcap
+maybe-install-info-libtermcap: install-info-libtermcap
 
 install-info-libtermcap: \
     configure-libtermcap \
@@ -18533,9 +21454,12 @@ install-info-libtermcap: \
                  install-info) \
          || exit 1
 
+@endif libtermcap
 
 .PHONY: maybe-installcheck-libtermcap installcheck-libtermcap
 maybe-installcheck-libtermcap:
+@if libtermcap
+maybe-installcheck-libtermcap: installcheck-libtermcap
 
 installcheck-libtermcap: \
     configure-libtermcap 
@@ -18555,38 +21479,53 @@ installcheck-libtermcap: \
                  installcheck) \
          || exit 1
 
+@endif libtermcap
 
 .PHONY: maybe-mostlyclean-libtermcap mostlyclean-libtermcap
 maybe-mostlyclean-libtermcap:
+@if libtermcap
+maybe-mostlyclean-libtermcap: mostlyclean-libtermcap
 
 # libtermcap doesn't support mostlyclean.
 mostlyclean-libtermcap:
 
+@endif libtermcap
 
 .PHONY: maybe-clean-libtermcap clean-libtermcap
 maybe-clean-libtermcap:
+@if libtermcap
+maybe-clean-libtermcap: clean-libtermcap
 
 # libtermcap doesn't support clean.
 clean-libtermcap:
 
+@endif libtermcap
 
 .PHONY: maybe-distclean-libtermcap distclean-libtermcap
 maybe-distclean-libtermcap:
+@if libtermcap
+maybe-distclean-libtermcap: distclean-libtermcap
 
 # libtermcap doesn't support distclean.
 distclean-libtermcap:
 
+@endif libtermcap
 
 .PHONY: maybe-maintainer-clean-libtermcap maintainer-clean-libtermcap
 maybe-maintainer-clean-libtermcap:
+@if libtermcap
+maybe-maintainer-clean-libtermcap: maintainer-clean-libtermcap
 
 # libtermcap doesn't support maintainer-clean.
 maintainer-clean-libtermcap:
 
+@endif libtermcap
 
 
 .PHONY: configure-utils maybe-configure-utils
 maybe-configure-utils:
+@if utils
+maybe-configure-utils: configure-utils
 configure-utils:
        @test ! -f utils/Makefile || exit 0; \
        [ -d utils ] || mkdir utils; \
@@ -18602,6 +21541,7 @@ configure-utils:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -18623,23 +21563,32 @@ configure-utils:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif utils
 
 .PHONY: all-utils maybe-all-utils
 maybe-all-utils:
+@if utils
+maybe-all-utils: all-utils
 all-utils: configure-utils
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd utils && $(MAKE) $(FLAGS_TO_PASS) all)
+@endif utils
 
 .PHONY: check-utils maybe-check-utils
 maybe-check-utils:
+@if utils
+maybe-check-utils: check-utils
 
 check-utils:
 
+@endif utils
 
 .PHONY: install-utils maybe-install-utils
 maybe-install-utils:
+@if utils
+maybe-install-utils: install-utils
 
 install-utils: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -18647,11 +21596,14 @@ install-utils: installdirs
        $(SET_LIB_PATH) \
        (cd utils && $(MAKE) $(FLAGS_TO_PASS) install)
 
+@endif utils
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-utils info-utils
 maybe-info-utils:
+@if utils
+maybe-info-utils: info-utils
 
 info-utils: \
     configure-utils 
@@ -18671,9 +21623,12 @@ info-utils: \
                  info) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-dvi-utils dvi-utils
 maybe-dvi-utils:
+@if utils
+maybe-dvi-utils: dvi-utils
 
 dvi-utils: \
     configure-utils 
@@ -18693,9 +21648,12 @@ dvi-utils: \
                  dvi) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-TAGS-utils TAGS-utils
 maybe-TAGS-utils:
+@if utils
+maybe-TAGS-utils: TAGS-utils
 
 TAGS-utils: \
     configure-utils 
@@ -18715,9 +21673,12 @@ TAGS-utils: \
                  TAGS) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-install-info-utils install-info-utils
 maybe-install-info-utils:
+@if utils
+maybe-install-info-utils: install-info-utils
 
 install-info-utils: \
     configure-utils \
@@ -18738,9 +21699,12 @@ install-info-utils: \
                  install-info) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-installcheck-utils installcheck-utils
 maybe-installcheck-utils:
+@if utils
+maybe-installcheck-utils: installcheck-utils
 
 installcheck-utils: \
     configure-utils 
@@ -18760,9 +21724,12 @@ installcheck-utils: \
                  installcheck) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-mostlyclean-utils mostlyclean-utils
 maybe-mostlyclean-utils:
+@if utils
+maybe-mostlyclean-utils: mostlyclean-utils
 
 mostlyclean-utils: 
        @[ -f ./utils/Makefile ] || exit 0; \
@@ -18781,9 +21748,12 @@ mostlyclean-utils:
                  mostlyclean) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-clean-utils clean-utils
 maybe-clean-utils:
+@if utils
+maybe-clean-utils: clean-utils
 
 clean-utils: 
        @[ -f ./utils/Makefile ] || exit 0; \
@@ -18802,9 +21772,12 @@ clean-utils:
                  clean) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-distclean-utils distclean-utils
 maybe-distclean-utils:
+@if utils
+maybe-distclean-utils: distclean-utils
 
 distclean-utils: 
        @[ -f ./utils/Makefile ] || exit 0; \
@@ -18823,9 +21796,12 @@ distclean-utils:
                  distclean) \
          || exit 1
 
+@endif utils
 
 .PHONY: maybe-maintainer-clean-utils maintainer-clean-utils
 maybe-maintainer-clean-utils:
+@if utils
+maybe-maintainer-clean-utils: maintainer-clean-utils
 
 maintainer-clean-utils: 
        @[ -f ./utils/Makefile ] || exit 0; \
@@ -18844,6 +21820,7 @@ maintainer-clean-utils:
                  maintainer-clean) \
          || exit 1
 
+@endif utils
 
 
 
@@ -18853,6 +21830,8 @@ maintainer-clean-utils:
 
 .PHONY: configure-target-libstdc++-v3 maybe-configure-target-libstdc++-v3
 maybe-configure-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-configure-target-libstdc++-v3: configure-target-libstdc++-v3
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libstdc++-v3/multilib.out: multilib.out
@@ -18876,6 +21855,7 @@ configure-target-libstdc++-v3: $(TARGET_SUBDIR)/libstdc++-v3/multilib.out
        CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -18900,18 +21880,24 @@ configure-target-libstdc++-v3: $(TARGET_SUBDIR)/libstdc++-v3/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libstdc++-v3
 
 .PHONY: all-target-libstdc++-v3 maybe-all-target-libstdc++-v3
 maybe-all-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-all-target-libstdc++-v3: all-target-libstdc++-v3
 all-target-libstdc++-v3: configure-target-libstdc++-v3
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libstdc++-v3 && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)'  all)
+@endif target-libstdc++-v3
 
 .PHONY: check-target-libstdc++-v3 maybe-check-target-libstdc++-v3
 maybe-check-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-check-target-libstdc++-v3: check-target-libstdc++-v3
 
 check-target-libstdc++-v3:
        @r=`${PWD_COMMAND}`; export r; \
@@ -18920,9 +21906,12 @@ check-target-libstdc++-v3:
        (cd $(TARGET_SUBDIR)/libstdc++-v3 && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)'  check)
 
+@endif target-libstdc++-v3
 
 .PHONY: install-target-libstdc++-v3 maybe-install-target-libstdc++-v3
 maybe-install-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-install-target-libstdc++-v3: install-target-libstdc++-v3
 
 install-target-libstdc++-v3: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -18931,11 +21920,14 @@ install-target-libstdc++-v3: installdirs
        (cd $(TARGET_SUBDIR)/libstdc++-v3 && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libstdc++-v3
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libstdc++-v3 info-target-libstdc++-v3
 maybe-info-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-info-target-libstdc++-v3: info-target-libstdc++-v3
 
 info-target-libstdc++-v3: \
     configure-target-libstdc++-v3 
@@ -18955,9 +21947,12 @@ info-target-libstdc++-v3: \
                  info) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-dvi-target-libstdc++-v3 dvi-target-libstdc++-v3
 maybe-dvi-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-dvi-target-libstdc++-v3: dvi-target-libstdc++-v3
 
 dvi-target-libstdc++-v3: \
     configure-target-libstdc++-v3 
@@ -18977,9 +21972,12 @@ dvi-target-libstdc++-v3: \
                  dvi) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-TAGS-target-libstdc++-v3 TAGS-target-libstdc++-v3
 maybe-TAGS-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-TAGS-target-libstdc++-v3: TAGS-target-libstdc++-v3
 
 TAGS-target-libstdc++-v3: \
     configure-target-libstdc++-v3 
@@ -18999,9 +21997,12 @@ TAGS-target-libstdc++-v3: \
                  TAGS) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-install-info-target-libstdc++-v3 install-info-target-libstdc++-v3
 maybe-install-info-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-install-info-target-libstdc++-v3: install-info-target-libstdc++-v3
 
 install-info-target-libstdc++-v3: \
     configure-target-libstdc++-v3 \
@@ -19022,9 +22023,12 @@ install-info-target-libstdc++-v3: \
                  install-info) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-installcheck-target-libstdc++-v3 installcheck-target-libstdc++-v3
 maybe-installcheck-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-installcheck-target-libstdc++-v3: installcheck-target-libstdc++-v3
 
 installcheck-target-libstdc++-v3: \
     configure-target-libstdc++-v3 
@@ -19044,9 +22048,12 @@ installcheck-target-libstdc++-v3: \
                  installcheck) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-mostlyclean-target-libstdc++-v3 mostlyclean-target-libstdc++-v3
 maybe-mostlyclean-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-mostlyclean-target-libstdc++-v3: mostlyclean-target-libstdc++-v3
 
 mostlyclean-target-libstdc++-v3: 
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
@@ -19065,9 +22072,12 @@ mostlyclean-target-libstdc++-v3:
                  mostlyclean) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-clean-target-libstdc++-v3 clean-target-libstdc++-v3
 maybe-clean-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-clean-target-libstdc++-v3: clean-target-libstdc++-v3
 
 clean-target-libstdc++-v3: 
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
@@ -19086,9 +22096,12 @@ clean-target-libstdc++-v3:
                  clean) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-distclean-target-libstdc++-v3 distclean-target-libstdc++-v3
 maybe-distclean-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-distclean-target-libstdc++-v3: distclean-target-libstdc++-v3
 
 distclean-target-libstdc++-v3: 
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
@@ -19107,9 +22120,12 @@ distclean-target-libstdc++-v3:
                  distclean) \
          || exit 1
 
+@endif target-libstdc++-v3
 
 .PHONY: maybe-maintainer-clean-target-libstdc++-v3 maintainer-clean-target-libstdc++-v3
 maybe-maintainer-clean-target-libstdc++-v3:
+@if target-libstdc++-v3
+maybe-maintainer-clean-target-libstdc++-v3: maintainer-clean-target-libstdc++-v3
 
 maintainer-clean-target-libstdc++-v3: 
        @[ -f $(TARGET_SUBDIR)/libstdc++-v3/Makefile ] || exit 0 ; \
@@ -19128,10 +22144,331 @@ maintainer-clean-target-libstdc++-v3:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libstdc++-v3
+
+
+.PHONY: configure-target-libmudflap maybe-configure-target-libmudflap
+maybe-configure-target-libmudflap:
+@if target-libmudflap
+maybe-configure-target-libmudflap: configure-target-libmudflap
+
+# There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
+$(TARGET_SUBDIR)/libmudflap/multilib.out: multilib.out
+       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libmudflap ; \
+       rm -f $(TARGET_SUBDIR)/libmudflap/Makefile || : ; \
+       cp multilib.out $(TARGET_SUBDIR)/libmudflap/multilib.out
+
+configure-target-libmudflap: $(TARGET_SUBDIR)/libmudflap/multilib.out
+       @test ! -f $(TARGET_SUBDIR)/libmudflap/Makefile || exit 0; \
+       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libmudflap ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       AR="$(AR_FOR_TARGET)"; export AR; \
+       AS="$(AS_FOR_TARGET)"; export AS; \
+       CC="$(CC_FOR_TARGET)"; export CC; \
+       CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
+       CONFIG_SHELL="$(SHELL)"; export CONFIG_SHELL; \
+       CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \
+       CXX="$(CXX_FOR_TARGET)"; export CXX; \
+       CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
+       GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
+       DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
+       LD="$(LD_FOR_TARGET)"; export LD; \
+       LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
+       NM="$(NM_FOR_TARGET)"; export NM; \
+       RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
+       WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
+       echo Configuring in $(TARGET_SUBDIR)/libmudflap; \
+       cd "$(TARGET_SUBDIR)/libmudflap" || exit 1; \
+       case $(srcdir) in \
+         /* | [A-Za-z]:[\\/]*) \
+           topdir=$(srcdir) ;; \
+         *) \
+           case "$(TARGET_SUBDIR)" in \
+             .) topdir="../$(srcdir)" ;; \
+             *) topdir="../../$(srcdir)" ;; \
+           esac ;; \
+       esac; \
+         srcdiroption="--srcdir=$${topdir}/libmudflap"; \
+         libsrcdir="$$s/libmudflap"; \
+       rm -f no-such-file || : ; \
+       CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
+         $(TARGET_CONFIGARGS) $${srcdiroption} \
+         --with-target-subdir="$(TARGET_SUBDIR)" \
+         || exit 1
+@endif target-libmudflap
+
+.PHONY: all-target-libmudflap maybe-all-target-libmudflap
+maybe-all-target-libmudflap:
+@if target-libmudflap
+maybe-all-target-libmudflap: all-target-libmudflap
+all-target-libmudflap: configure-target-libmudflap
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libmudflap
+
+.PHONY: check-target-libmudflap maybe-check-target-libmudflap
+maybe-check-target-libmudflap:
+@if target-libmudflap
+maybe-check-target-libmudflap: check-target-libmudflap
+
+check-target-libmudflap:
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
+
+@endif target-libmudflap
+
+.PHONY: install-target-libmudflap maybe-install-target-libmudflap
+maybe-install-target-libmudflap:
+@if target-libmudflap
+maybe-install-target-libmudflap: install-target-libmudflap
+
+install-target-libmudflap: installdirs
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
+
+@endif target-libmudflap
+
+# Other targets (info, dvi, etc.)
+
+.PHONY: maybe-info-target-libmudflap info-target-libmudflap
+maybe-info-target-libmudflap:
+@if target-libmudflap
+maybe-info-target-libmudflap: info-target-libmudflap
+
+info-target-libmudflap: \
+    configure-target-libmudflap 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing info in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 info) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-dvi-target-libmudflap dvi-target-libmudflap
+maybe-dvi-target-libmudflap:
+@if target-libmudflap
+maybe-dvi-target-libmudflap: dvi-target-libmudflap
+
+dvi-target-libmudflap: \
+    configure-target-libmudflap 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing dvi in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 dvi) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-TAGS-target-libmudflap TAGS-target-libmudflap
+maybe-TAGS-target-libmudflap:
+@if target-libmudflap
+maybe-TAGS-target-libmudflap: TAGS-target-libmudflap
+
+TAGS-target-libmudflap: \
+    configure-target-libmudflap 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing TAGS in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 TAGS) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-install-info-target-libmudflap install-info-target-libmudflap
+maybe-install-info-target-libmudflap:
+@if target-libmudflap
+maybe-install-info-target-libmudflap: install-info-target-libmudflap
+
+install-info-target-libmudflap: \
+    configure-target-libmudflap \
+    info-target-libmudflap 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing install-info in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 install-info) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-installcheck-target-libmudflap installcheck-target-libmudflap
+maybe-installcheck-target-libmudflap:
+@if target-libmudflap
+maybe-installcheck-target-libmudflap: installcheck-target-libmudflap
+
+installcheck-target-libmudflap: \
+    configure-target-libmudflap 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing installcheck in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 installcheck) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-mostlyclean-target-libmudflap mostlyclean-target-libmudflap
+maybe-mostlyclean-target-libmudflap:
+@if target-libmudflap
+maybe-mostlyclean-target-libmudflap: mostlyclean-target-libmudflap
+
+mostlyclean-target-libmudflap: 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing mostlyclean in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 mostlyclean) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-clean-target-libmudflap clean-target-libmudflap
+maybe-clean-target-libmudflap:
+@if target-libmudflap
+maybe-clean-target-libmudflap: clean-target-libmudflap
+
+clean-target-libmudflap: 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing clean in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 clean) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-distclean-target-libmudflap distclean-target-libmudflap
+maybe-distclean-target-libmudflap:
+@if target-libmudflap
+maybe-distclean-target-libmudflap: distclean-target-libmudflap
+
+distclean-target-libmudflap: 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing distclean in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 distclean) \
+         || exit 1
+
+@endif target-libmudflap
+
+.PHONY: maybe-maintainer-clean-target-libmudflap maintainer-clean-target-libmudflap
+maybe-maintainer-clean-target-libmudflap:
+@if target-libmudflap
+maybe-maintainer-clean-target-libmudflap: maintainer-clean-target-libmudflap
+
+maintainer-clean-target-libmudflap: 
+       @[ -f $(TARGET_SUBDIR)/libmudflap/Makefile ] || exit 0 ; \
+       r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+       $(SET_LIB_PATH) \
+       echo "Doing maintainer-clean in $(TARGET_SUBDIR)/libmudflap" ; \
+       for flag in $(EXTRA_TARGET_FLAGS); do \
+         eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
+       done; \
+       (cd $(TARGET_SUBDIR)/libmudflap && \
+         $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
+                 "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
+                 "RANLIB=$${RANLIB}" \
+                 "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
+                 maintainer-clean) \
+         || exit 1
+
+@endif target-libmudflap
 
 
 .PHONY: configure-target-newlib maybe-configure-target-newlib
 maybe-configure-target-newlib:
+@if target-newlib
+maybe-configure-target-newlib: configure-target-newlib
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/newlib/multilib.out: multilib.out
@@ -19154,6 +22491,7 @@ configure-target-newlib: $(TARGET_SUBDIR)/newlib/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -19178,18 +22516,24 @@ configure-target-newlib: $(TARGET_SUBDIR)/newlib/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-newlib
 
 .PHONY: all-target-newlib maybe-all-target-newlib
 maybe-all-target-newlib:
+@if target-newlib
+maybe-all-target-newlib: all-target-newlib
 all-target-newlib: configure-target-newlib
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/newlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-newlib
 
 .PHONY: check-target-newlib maybe-check-target-newlib
 maybe-check-target-newlib:
+@if target-newlib
+maybe-check-target-newlib: check-target-newlib
 
 check-target-newlib:
        @r=`${PWD_COMMAND}`; export r; \
@@ -19198,9 +22542,12 @@ check-target-newlib:
        (cd $(TARGET_SUBDIR)/newlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-newlib
 
 .PHONY: install-target-newlib maybe-install-target-newlib
 maybe-install-target-newlib:
+@if target-newlib
+maybe-install-target-newlib: install-target-newlib
 
 install-target-newlib: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -19209,11 +22556,14 @@ install-target-newlib: installdirs
        (cd $(TARGET_SUBDIR)/newlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-newlib
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-newlib info-target-newlib
 maybe-info-target-newlib:
+@if target-newlib
+maybe-info-target-newlib: info-target-newlib
 
 info-target-newlib: \
     configure-target-newlib 
@@ -19233,9 +22583,12 @@ info-target-newlib: \
                  info) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-dvi-target-newlib dvi-target-newlib
 maybe-dvi-target-newlib:
+@if target-newlib
+maybe-dvi-target-newlib: dvi-target-newlib
 
 dvi-target-newlib: \
     configure-target-newlib 
@@ -19255,9 +22608,12 @@ dvi-target-newlib: \
                  dvi) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-TAGS-target-newlib TAGS-target-newlib
 maybe-TAGS-target-newlib:
+@if target-newlib
+maybe-TAGS-target-newlib: TAGS-target-newlib
 
 TAGS-target-newlib: \
     configure-target-newlib 
@@ -19277,9 +22633,12 @@ TAGS-target-newlib: \
                  TAGS) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-install-info-target-newlib install-info-target-newlib
 maybe-install-info-target-newlib:
+@if target-newlib
+maybe-install-info-target-newlib: install-info-target-newlib
 
 install-info-target-newlib: \
     configure-target-newlib \
@@ -19300,9 +22659,12 @@ install-info-target-newlib: \
                  install-info) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-installcheck-target-newlib installcheck-target-newlib
 maybe-installcheck-target-newlib:
+@if target-newlib
+maybe-installcheck-target-newlib: installcheck-target-newlib
 
 installcheck-target-newlib: \
     configure-target-newlib 
@@ -19322,9 +22684,12 @@ installcheck-target-newlib: \
                  installcheck) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-mostlyclean-target-newlib mostlyclean-target-newlib
 maybe-mostlyclean-target-newlib:
+@if target-newlib
+maybe-mostlyclean-target-newlib: mostlyclean-target-newlib
 
 mostlyclean-target-newlib: 
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
@@ -19343,9 +22708,12 @@ mostlyclean-target-newlib:
                  mostlyclean) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-clean-target-newlib clean-target-newlib
 maybe-clean-target-newlib:
+@if target-newlib
+maybe-clean-target-newlib: clean-target-newlib
 
 clean-target-newlib: 
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
@@ -19364,9 +22732,12 @@ clean-target-newlib:
                  clean) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-distclean-target-newlib distclean-target-newlib
 maybe-distclean-target-newlib:
+@if target-newlib
+maybe-distclean-target-newlib: distclean-target-newlib
 
 distclean-target-newlib: 
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
@@ -19385,9 +22756,12 @@ distclean-target-newlib:
                  distclean) \
          || exit 1
 
+@endif target-newlib
 
 .PHONY: maybe-maintainer-clean-target-newlib maintainer-clean-target-newlib
 maybe-maintainer-clean-target-newlib:
+@if target-newlib
+maybe-maintainer-clean-target-newlib: maintainer-clean-target-newlib
 
 maintainer-clean-target-newlib: 
        @[ -f $(TARGET_SUBDIR)/newlib/Makefile ] || exit 0 ; \
@@ -19406,20 +22780,23 @@ maintainer-clean-target-newlib:
                  maintainer-clean) \
          || exit 1
 
+@endif target-newlib
 
 
-.PHONY: configure-target-libf2c maybe-configure-target-libf2c
-maybe-configure-target-libf2c:
+.PHONY: configure-target-libgfortran maybe-configure-target-libgfortran
+maybe-configure-target-libgfortran:
+@if target-libgfortran
+maybe-configure-target-libgfortran: configure-target-libgfortran
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
-$(TARGET_SUBDIR)/libf2c/multilib.out: multilib.out
-       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libf2c ; \
-       rm -f $(TARGET_SUBDIR)/libf2c/Makefile || : ; \
-       cp multilib.out $(TARGET_SUBDIR)/libf2c/multilib.out
+$(TARGET_SUBDIR)/libgfortran/multilib.out: multilib.out
+       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libgfortran ; \
+       rm -f $(TARGET_SUBDIR)/libgfortran/Makefile || : ; \
+       cp multilib.out $(TARGET_SUBDIR)/libgfortran/multilib.out
 
-configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/multilib.out
-       @test ! -f $(TARGET_SUBDIR)/libf2c/Makefile || exit 0; \
-       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libf2c ; \
+configure-target-libgfortran: $(TARGET_SUBDIR)/libgfortran/multilib.out
+       @test ! -f $(TARGET_SUBDIR)/libgfortran/Makefile || exit 0; \
+       $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/libgfortran ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
@@ -19432,14 +22809,15 @@ configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
        NM="$(NM_FOR_TARGET)"; export NM; \
        RANLIB="$(RANLIB_FOR_TARGET)"; export RANLIB; \
        WINDRES="$(WINDRES_FOR_TARGET)"; export WINDRES; \
-       echo Configuring in $(TARGET_SUBDIR)/libf2c; \
-       cd "$(TARGET_SUBDIR)/libf2c" || exit 1; \
+       echo Configuring in $(TARGET_SUBDIR)/libgfortran; \
+       cd "$(TARGET_SUBDIR)/libgfortran" || exit 1; \
        case $(srcdir) in \
          /* | [A-Za-z]:[\\/]*) \
            topdir=$(srcdir) ;; \
@@ -19449,61 +22827,73 @@ configure-target-libf2c: $(TARGET_SUBDIR)/libf2c/multilib.out
              *) topdir="../../$(srcdir)" ;; \
            esac ;; \
        esac; \
-         srcdiroption="--srcdir=$${topdir}/libf2c"; \
-         libsrcdir="$$s/libf2c"; \
+         srcdiroption="--srcdir=$${topdir}/libgfortran"; \
+         libsrcdir="$$s/libgfortran"; \
        rm -f no-such-file || : ; \
        CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libgfortran
 
-.PHONY: all-target-libf2c maybe-all-target-libf2c
-maybe-all-target-libf2c:
-all-target-libf2c: configure-target-libf2c
+.PHONY: all-target-libgfortran maybe-all-target-libgfortran
+maybe-all-target-libgfortran:
+@if target-libgfortran
+maybe-all-target-libgfortran: all-target-libgfortran
+all-target-libgfortran: configure-target-libgfortran
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libgfortran
 
-.PHONY: check-target-libf2c maybe-check-target-libf2c
-maybe-check-target-libf2c:
+.PHONY: check-target-libgfortran maybe-check-target-libgfortran
+maybe-check-target-libgfortran:
+@if target-libgfortran
+maybe-check-target-libgfortran: check-target-libgfortran
 
-check-target-libf2c:
+check-target-libgfortran:
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-libgfortran
 
-.PHONY: install-target-libf2c maybe-install-target-libf2c
-maybe-install-target-libf2c:
+.PHONY: install-target-libgfortran maybe-install-target-libgfortran
+maybe-install-target-libgfortran:
+@if target-libgfortran
+maybe-install-target-libgfortran: install-target-libgfortran
 
-install-target-libf2c: installdirs
+install-target-libgfortran: installdirs
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libgfortran
 
 # Other targets (info, dvi, etc.)
 
-.PHONY: maybe-info-target-libf2c info-target-libf2c
-maybe-info-target-libf2c:
+.PHONY: maybe-info-target-libgfortran info-target-libgfortran
+maybe-info-target-libgfortran:
+@if target-libgfortran
+maybe-info-target-libgfortran: info-target-libgfortran
 
-info-target-libf2c: \
-    configure-target-libf2c 
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+info-target-libgfortran: \
+    configure-target-libgfortran 
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing info in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing info in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19511,21 +22901,24 @@ info-target-libf2c: \
                  info) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-dvi-target-libf2c dvi-target-libf2c
-maybe-dvi-target-libf2c:
+.PHONY: maybe-dvi-target-libgfortran dvi-target-libgfortran
+maybe-dvi-target-libgfortran:
+@if target-libgfortran
+maybe-dvi-target-libgfortran: dvi-target-libgfortran
 
-dvi-target-libf2c: \
-    configure-target-libf2c 
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+dvi-target-libgfortran: \
+    configure-target-libgfortran 
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing dvi in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing dvi in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19533,21 +22926,24 @@ dvi-target-libf2c: \
                  dvi) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-TAGS-target-libf2c TAGS-target-libf2c
-maybe-TAGS-target-libf2c:
+.PHONY: maybe-TAGS-target-libgfortran TAGS-target-libgfortran
+maybe-TAGS-target-libgfortran:
+@if target-libgfortran
+maybe-TAGS-target-libgfortran: TAGS-target-libgfortran
 
-TAGS-target-libf2c: \
-    configure-target-libf2c 
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+TAGS-target-libgfortran: \
+    configure-target-libgfortran 
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing TAGS in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing TAGS in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19555,22 +22951,25 @@ TAGS-target-libf2c: \
                  TAGS) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-install-info-target-libf2c install-info-target-libf2c
-maybe-install-info-target-libf2c:
+.PHONY: maybe-install-info-target-libgfortran install-info-target-libgfortran
+maybe-install-info-target-libgfortran:
+@if target-libgfortran
+maybe-install-info-target-libgfortran: install-info-target-libgfortran
 
-install-info-target-libf2c: \
-    configure-target-libf2c \
-    info-target-libf2c 
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+install-info-target-libgfortran: \
+    configure-target-libgfortran \
+    info-target-libgfortran 
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing install-info in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing install-info in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19578,21 +22977,24 @@ install-info-target-libf2c: \
                  install-info) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-installcheck-target-libf2c installcheck-target-libf2c
-maybe-installcheck-target-libf2c:
+.PHONY: maybe-installcheck-target-libgfortran installcheck-target-libgfortran
+maybe-installcheck-target-libgfortran:
+@if target-libgfortran
+maybe-installcheck-target-libgfortran: installcheck-target-libgfortran
 
-installcheck-target-libf2c: \
-    configure-target-libf2c 
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+installcheck-target-libgfortran: \
+    configure-target-libgfortran 
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing installcheck in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing installcheck in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19600,20 +23002,23 @@ installcheck-target-libf2c: \
                  installcheck) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-mostlyclean-target-libf2c mostlyclean-target-libf2c
-maybe-mostlyclean-target-libf2c:
+.PHONY: maybe-mostlyclean-target-libgfortran mostlyclean-target-libgfortran
+maybe-mostlyclean-target-libgfortran:
+@if target-libgfortran
+maybe-mostlyclean-target-libgfortran: mostlyclean-target-libgfortran
 
-mostlyclean-target-libf2c
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+mostlyclean-target-libgfortran
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing mostlyclean in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing mostlyclean in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19621,20 +23026,23 @@ mostlyclean-target-libf2c:
                  mostlyclean) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-clean-target-libf2c clean-target-libf2c
-maybe-clean-target-libf2c:
+.PHONY: maybe-clean-target-libgfortran clean-target-libgfortran
+maybe-clean-target-libgfortran:
+@if target-libgfortran
+maybe-clean-target-libgfortran: clean-target-libgfortran
 
-clean-target-libf2c
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+clean-target-libgfortran
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing clean in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing clean in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19642,20 +23050,23 @@ clean-target-libf2c:
                  clean) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-distclean-target-libf2c distclean-target-libf2c
-maybe-distclean-target-libf2c:
+.PHONY: maybe-distclean-target-libgfortran distclean-target-libgfortran
+maybe-distclean-target-libgfortran:
+@if target-libgfortran
+maybe-distclean-target-libgfortran: distclean-target-libgfortran
 
-distclean-target-libf2c
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+distclean-target-libgfortran
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing distclean in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing distclean in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19663,20 +23074,23 @@ distclean-target-libf2c:
                  distclean) \
          || exit 1
 
+@endif target-libgfortran
 
-.PHONY: maybe-maintainer-clean-target-libf2c maintainer-clean-target-libf2c
-maybe-maintainer-clean-target-libf2c:
+.PHONY: maybe-maintainer-clean-target-libgfortran maintainer-clean-target-libgfortran
+maybe-maintainer-clean-target-libgfortran:
+@if target-libgfortran
+maybe-maintainer-clean-target-libgfortran: maintainer-clean-target-libgfortran
 
-maintainer-clean-target-libf2c
-       @[ -f $(TARGET_SUBDIR)/libf2c/Makefile ] || exit 0 ; \
+maintainer-clean-target-libgfortran
+       @[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
-       echo "Doing maintainer-clean in $(TARGET_SUBDIR)/libf2c" ; \
+       echo "Doing maintainer-clean in $(TARGET_SUBDIR)/libgfortran" ; \
        for flag in $(EXTRA_TARGET_FLAGS); do \
          eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
        done; \
-       (cd $(TARGET_SUBDIR)/libf2c && \
+       (cd $(TARGET_SUBDIR)/libgfortran && \
          $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
                  "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
                  "RANLIB=$${RANLIB}" \
@@ -19684,10 +23098,13 @@ maintainer-clean-target-libf2c:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libgfortran
 
 
 .PHONY: configure-target-libobjc maybe-configure-target-libobjc
 maybe-configure-target-libobjc:
+@if target-libobjc
+maybe-configure-target-libobjc: configure-target-libobjc
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libobjc/multilib.out: multilib.out
@@ -19710,6 +23127,7 @@ configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -19734,18 +23152,24 @@ configure-target-libobjc: $(TARGET_SUBDIR)/libobjc/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libobjc
 
 .PHONY: all-target-libobjc maybe-all-target-libobjc
 maybe-all-target-libobjc:
+@if target-libobjc
+maybe-all-target-libobjc: all-target-libobjc
 all-target-libobjc: configure-target-libobjc
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libobjc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libobjc
 
 .PHONY: check-target-libobjc maybe-check-target-libobjc
 maybe-check-target-libobjc:
+@if target-libobjc
+maybe-check-target-libobjc: check-target-libobjc
 
 check-target-libobjc:
        @r=`${PWD_COMMAND}`; export r; \
@@ -19754,9 +23178,12 @@ check-target-libobjc:
        (cd $(TARGET_SUBDIR)/libobjc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-libobjc
 
 .PHONY: install-target-libobjc maybe-install-target-libobjc
 maybe-install-target-libobjc:
+@if target-libobjc
+maybe-install-target-libobjc: install-target-libobjc
 
 install-target-libobjc: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -19765,11 +23192,14 @@ install-target-libobjc: installdirs
        (cd $(TARGET_SUBDIR)/libobjc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libobjc
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libobjc info-target-libobjc
 maybe-info-target-libobjc:
+@if target-libobjc
+maybe-info-target-libobjc: info-target-libobjc
 
 info-target-libobjc: \
     configure-target-libobjc 
@@ -19789,9 +23219,12 @@ info-target-libobjc: \
                  info) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-dvi-target-libobjc dvi-target-libobjc
 maybe-dvi-target-libobjc:
+@if target-libobjc
+maybe-dvi-target-libobjc: dvi-target-libobjc
 
 dvi-target-libobjc: \
     configure-target-libobjc 
@@ -19811,9 +23244,12 @@ dvi-target-libobjc: \
                  dvi) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-TAGS-target-libobjc TAGS-target-libobjc
 maybe-TAGS-target-libobjc:
+@if target-libobjc
+maybe-TAGS-target-libobjc: TAGS-target-libobjc
 
 TAGS-target-libobjc: \
     configure-target-libobjc 
@@ -19833,9 +23269,12 @@ TAGS-target-libobjc: \
                  TAGS) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-install-info-target-libobjc install-info-target-libobjc
 maybe-install-info-target-libobjc:
+@if target-libobjc
+maybe-install-info-target-libobjc: install-info-target-libobjc
 
 install-info-target-libobjc: \
     configure-target-libobjc \
@@ -19856,9 +23295,12 @@ install-info-target-libobjc: \
                  install-info) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-installcheck-target-libobjc installcheck-target-libobjc
 maybe-installcheck-target-libobjc:
+@if target-libobjc
+maybe-installcheck-target-libobjc: installcheck-target-libobjc
 
 installcheck-target-libobjc: \
     configure-target-libobjc 
@@ -19878,9 +23320,12 @@ installcheck-target-libobjc: \
                  installcheck) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-mostlyclean-target-libobjc mostlyclean-target-libobjc
 maybe-mostlyclean-target-libobjc:
+@if target-libobjc
+maybe-mostlyclean-target-libobjc: mostlyclean-target-libobjc
 
 mostlyclean-target-libobjc: 
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
@@ -19899,9 +23344,12 @@ mostlyclean-target-libobjc:
                  mostlyclean) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-clean-target-libobjc clean-target-libobjc
 maybe-clean-target-libobjc:
+@if target-libobjc
+maybe-clean-target-libobjc: clean-target-libobjc
 
 clean-target-libobjc: 
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
@@ -19920,9 +23368,12 @@ clean-target-libobjc:
                  clean) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-distclean-target-libobjc distclean-target-libobjc
 maybe-distclean-target-libobjc:
+@if target-libobjc
+maybe-distclean-target-libobjc: distclean-target-libobjc
 
 distclean-target-libobjc: 
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
@@ -19941,9 +23392,12 @@ distclean-target-libobjc:
                  distclean) \
          || exit 1
 
+@endif target-libobjc
 
 .PHONY: maybe-maintainer-clean-target-libobjc maintainer-clean-target-libobjc
 maybe-maintainer-clean-target-libobjc:
+@if target-libobjc
+maybe-maintainer-clean-target-libobjc: maintainer-clean-target-libobjc
 
 maintainer-clean-target-libobjc: 
        @[ -f $(TARGET_SUBDIR)/libobjc/Makefile ] || exit 0 ; \
@@ -19962,10 +23416,13 @@ maintainer-clean-target-libobjc:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libobjc
 
 
 .PHONY: configure-target-libtermcap maybe-configure-target-libtermcap
 maybe-configure-target-libtermcap:
+@if target-libtermcap
+maybe-configure-target-libtermcap: configure-target-libtermcap
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libtermcap/multilib.out: multilib.out
@@ -19988,6 +23445,7 @@ configure-target-libtermcap: $(TARGET_SUBDIR)/libtermcap/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -20034,25 +23492,34 @@ configure-target-libtermcap: $(TARGET_SUBDIR)/libtermcap/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libtermcap
 
 .PHONY: all-target-libtermcap maybe-all-target-libtermcap
 maybe-all-target-libtermcap:
+@if target-libtermcap
+maybe-all-target-libtermcap: all-target-libtermcap
 all-target-libtermcap: configure-target-libtermcap
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libtermcap && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libtermcap
 
 .PHONY: check-target-libtermcap maybe-check-target-libtermcap
 maybe-check-target-libtermcap:
+@if target-libtermcap
+maybe-check-target-libtermcap: check-target-libtermcap
 
 # Dummy target for uncheckable module.
 check-target-libtermcap:
 
+@endif target-libtermcap
 
 .PHONY: install-target-libtermcap maybe-install-target-libtermcap
 maybe-install-target-libtermcap:
+@if target-libtermcap
+maybe-install-target-libtermcap: install-target-libtermcap
 
 install-target-libtermcap: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -20061,11 +23528,14 @@ install-target-libtermcap: installdirs
        (cd $(TARGET_SUBDIR)/libtermcap && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libtermcap
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libtermcap info-target-libtermcap
 maybe-info-target-libtermcap:
+@if target-libtermcap
+maybe-info-target-libtermcap: info-target-libtermcap
 
 info-target-libtermcap: \
     configure-target-libtermcap 
@@ -20085,9 +23555,12 @@ info-target-libtermcap: \
                  info) \
          || exit 1
 
+@endif target-libtermcap
 
 .PHONY: maybe-dvi-target-libtermcap dvi-target-libtermcap
 maybe-dvi-target-libtermcap:
+@if target-libtermcap
+maybe-dvi-target-libtermcap: dvi-target-libtermcap
 
 dvi-target-libtermcap: \
     configure-target-libtermcap 
@@ -20107,9 +23580,12 @@ dvi-target-libtermcap: \
                  dvi) \
          || exit 1
 
+@endif target-libtermcap
 
 .PHONY: maybe-TAGS-target-libtermcap TAGS-target-libtermcap
 maybe-TAGS-target-libtermcap:
+@if target-libtermcap
+maybe-TAGS-target-libtermcap: TAGS-target-libtermcap
 
 TAGS-target-libtermcap: \
     configure-target-libtermcap 
@@ -20129,9 +23605,12 @@ TAGS-target-libtermcap: \
                  TAGS) \
          || exit 1
 
+@endif target-libtermcap
 
 .PHONY: maybe-install-info-target-libtermcap install-info-target-libtermcap
 maybe-install-info-target-libtermcap:
+@if target-libtermcap
+maybe-install-info-target-libtermcap: install-info-target-libtermcap
 
 install-info-target-libtermcap: \
     configure-target-libtermcap \
@@ -20152,9 +23631,12 @@ install-info-target-libtermcap: \
                  install-info) \
          || exit 1
 
+@endif target-libtermcap
 
 .PHONY: maybe-installcheck-target-libtermcap installcheck-target-libtermcap
 maybe-installcheck-target-libtermcap:
+@if target-libtermcap
+maybe-installcheck-target-libtermcap: installcheck-target-libtermcap
 
 installcheck-target-libtermcap: \
     configure-target-libtermcap 
@@ -20174,38 +23656,53 @@ installcheck-target-libtermcap: \
                  installcheck) \
          || exit 1
 
+@endif target-libtermcap
 
 .PHONY: maybe-mostlyclean-target-libtermcap mostlyclean-target-libtermcap
 maybe-mostlyclean-target-libtermcap:
+@if target-libtermcap
+maybe-mostlyclean-target-libtermcap: mostlyclean-target-libtermcap
 
 # libtermcap doesn't support mostlyclean.
 mostlyclean-target-libtermcap:
 
+@endif target-libtermcap
 
 .PHONY: maybe-clean-target-libtermcap clean-target-libtermcap
 maybe-clean-target-libtermcap:
+@if target-libtermcap
+maybe-clean-target-libtermcap: clean-target-libtermcap
 
 # libtermcap doesn't support clean.
 clean-target-libtermcap:
 
+@endif target-libtermcap
 
 .PHONY: maybe-distclean-target-libtermcap distclean-target-libtermcap
 maybe-distclean-target-libtermcap:
+@if target-libtermcap
+maybe-distclean-target-libtermcap: distclean-target-libtermcap
 
 # libtermcap doesn't support distclean.
 distclean-target-libtermcap:
 
+@endif target-libtermcap
 
 .PHONY: maybe-maintainer-clean-target-libtermcap maintainer-clean-target-libtermcap
 maybe-maintainer-clean-target-libtermcap:
+@if target-libtermcap
+maybe-maintainer-clean-target-libtermcap: maintainer-clean-target-libtermcap
 
 # libtermcap doesn't support maintainer-clean.
 maintainer-clean-target-libtermcap:
 
+@endif target-libtermcap
 
 
 .PHONY: configure-target-winsup maybe-configure-target-winsup
 maybe-configure-target-winsup:
+@if target-winsup
+maybe-configure-target-winsup: configure-target-winsup
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/winsup/multilib.out: multilib.out
@@ -20228,6 +23725,7 @@ configure-target-winsup: $(TARGET_SUBDIR)/winsup/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -20252,18 +23750,24 @@ configure-target-winsup: $(TARGET_SUBDIR)/winsup/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-winsup
 
 .PHONY: all-target-winsup maybe-all-target-winsup
 maybe-all-target-winsup:
+@if target-winsup
+maybe-all-target-winsup: all-target-winsup
 all-target-winsup: configure-target-winsup
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/winsup && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-winsup
 
 .PHONY: check-target-winsup maybe-check-target-winsup
 maybe-check-target-winsup:
+@if target-winsup
+maybe-check-target-winsup: check-target-winsup
 
 check-target-winsup:
        @r=`${PWD_COMMAND}`; export r; \
@@ -20272,9 +23776,12 @@ check-target-winsup:
        (cd $(TARGET_SUBDIR)/winsup && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-winsup
 
 .PHONY: install-target-winsup maybe-install-target-winsup
 maybe-install-target-winsup:
+@if target-winsup
+maybe-install-target-winsup: install-target-winsup
 
 install-target-winsup: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -20283,11 +23790,14 @@ install-target-winsup: installdirs
        (cd $(TARGET_SUBDIR)/winsup && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-winsup
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-winsup info-target-winsup
 maybe-info-target-winsup:
+@if target-winsup
+maybe-info-target-winsup: info-target-winsup
 
 info-target-winsup: \
     configure-target-winsup 
@@ -20307,9 +23817,12 @@ info-target-winsup: \
                  info) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-dvi-target-winsup dvi-target-winsup
 maybe-dvi-target-winsup:
+@if target-winsup
+maybe-dvi-target-winsup: dvi-target-winsup
 
 dvi-target-winsup: \
     configure-target-winsup 
@@ -20329,9 +23842,12 @@ dvi-target-winsup: \
                  dvi) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-TAGS-target-winsup TAGS-target-winsup
 maybe-TAGS-target-winsup:
+@if target-winsup
+maybe-TAGS-target-winsup: TAGS-target-winsup
 
 TAGS-target-winsup: \
     configure-target-winsup 
@@ -20351,9 +23867,12 @@ TAGS-target-winsup: \
                  TAGS) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-install-info-target-winsup install-info-target-winsup
 maybe-install-info-target-winsup:
+@if target-winsup
+maybe-install-info-target-winsup: install-info-target-winsup
 
 install-info-target-winsup: \
     configure-target-winsup \
@@ -20374,9 +23893,12 @@ install-info-target-winsup: \
                  install-info) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-installcheck-target-winsup installcheck-target-winsup
 maybe-installcheck-target-winsup:
+@if target-winsup
+maybe-installcheck-target-winsup: installcheck-target-winsup
 
 installcheck-target-winsup: \
     configure-target-winsup 
@@ -20396,9 +23918,12 @@ installcheck-target-winsup: \
                  installcheck) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-mostlyclean-target-winsup mostlyclean-target-winsup
 maybe-mostlyclean-target-winsup:
+@if target-winsup
+maybe-mostlyclean-target-winsup: mostlyclean-target-winsup
 
 mostlyclean-target-winsup: 
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
@@ -20417,9 +23942,12 @@ mostlyclean-target-winsup:
                  mostlyclean) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-clean-target-winsup clean-target-winsup
 maybe-clean-target-winsup:
+@if target-winsup
+maybe-clean-target-winsup: clean-target-winsup
 
 clean-target-winsup: 
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
@@ -20438,9 +23966,12 @@ clean-target-winsup:
                  clean) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-distclean-target-winsup distclean-target-winsup
 maybe-distclean-target-winsup:
+@if target-winsup
+maybe-distclean-target-winsup: distclean-target-winsup
 
 distclean-target-winsup: 
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
@@ -20459,9 +23990,12 @@ distclean-target-winsup:
                  distclean) \
          || exit 1
 
+@endif target-winsup
 
 .PHONY: maybe-maintainer-clean-target-winsup maintainer-clean-target-winsup
 maybe-maintainer-clean-target-winsup:
+@if target-winsup
+maybe-maintainer-clean-target-winsup: maintainer-clean-target-winsup
 
 maintainer-clean-target-winsup: 
        @[ -f $(TARGET_SUBDIR)/winsup/Makefile ] || exit 0 ; \
@@ -20480,10 +24014,13 @@ maintainer-clean-target-winsup:
                  maintainer-clean) \
          || exit 1
 
+@endif target-winsup
 
 
 .PHONY: configure-target-libgloss maybe-configure-target-libgloss
 maybe-configure-target-libgloss:
+@if target-libgloss
+maybe-configure-target-libgloss: configure-target-libgloss
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libgloss/multilib.out: multilib.out
@@ -20506,6 +24043,7 @@ configure-target-libgloss: $(TARGET_SUBDIR)/libgloss/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -20530,25 +24068,34 @@ configure-target-libgloss: $(TARGET_SUBDIR)/libgloss/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libgloss
 
 .PHONY: all-target-libgloss maybe-all-target-libgloss
 maybe-all-target-libgloss:
+@if target-libgloss
+maybe-all-target-libgloss: all-target-libgloss
 all-target-libgloss: configure-target-libgloss
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libgloss && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libgloss
 
 .PHONY: check-target-libgloss maybe-check-target-libgloss
 maybe-check-target-libgloss:
+@if target-libgloss
+maybe-check-target-libgloss: check-target-libgloss
 
 # Dummy target for uncheckable module.
 check-target-libgloss:
 
+@endif target-libgloss
 
 .PHONY: install-target-libgloss maybe-install-target-libgloss
 maybe-install-target-libgloss:
+@if target-libgloss
+maybe-install-target-libgloss: install-target-libgloss
 
 install-target-libgloss: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -20557,11 +24104,14 @@ install-target-libgloss: installdirs
        (cd $(TARGET_SUBDIR)/libgloss && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libgloss
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libgloss info-target-libgloss
 maybe-info-target-libgloss:
+@if target-libgloss
+maybe-info-target-libgloss: info-target-libgloss
 
 info-target-libgloss: \
     configure-target-libgloss 
@@ -20581,9 +24131,12 @@ info-target-libgloss: \
                  info) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-dvi-target-libgloss dvi-target-libgloss
 maybe-dvi-target-libgloss:
+@if target-libgloss
+maybe-dvi-target-libgloss: dvi-target-libgloss
 
 dvi-target-libgloss: \
     configure-target-libgloss 
@@ -20603,9 +24156,12 @@ dvi-target-libgloss: \
                  dvi) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-TAGS-target-libgloss TAGS-target-libgloss
 maybe-TAGS-target-libgloss:
+@if target-libgloss
+maybe-TAGS-target-libgloss: TAGS-target-libgloss
 
 TAGS-target-libgloss: \
     configure-target-libgloss 
@@ -20625,9 +24181,12 @@ TAGS-target-libgloss: \
                  TAGS) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-install-info-target-libgloss install-info-target-libgloss
 maybe-install-info-target-libgloss:
+@if target-libgloss
+maybe-install-info-target-libgloss: install-info-target-libgloss
 
 install-info-target-libgloss: \
     configure-target-libgloss \
@@ -20648,9 +24207,12 @@ install-info-target-libgloss: \
                  install-info) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-installcheck-target-libgloss installcheck-target-libgloss
 maybe-installcheck-target-libgloss:
+@if target-libgloss
+maybe-installcheck-target-libgloss: installcheck-target-libgloss
 
 installcheck-target-libgloss: \
     configure-target-libgloss 
@@ -20670,9 +24232,12 @@ installcheck-target-libgloss: \
                  installcheck) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-mostlyclean-target-libgloss mostlyclean-target-libgloss
 maybe-mostlyclean-target-libgloss:
+@if target-libgloss
+maybe-mostlyclean-target-libgloss: mostlyclean-target-libgloss
 
 mostlyclean-target-libgloss: 
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
@@ -20691,9 +24256,12 @@ mostlyclean-target-libgloss:
                  mostlyclean) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-clean-target-libgloss clean-target-libgloss
 maybe-clean-target-libgloss:
+@if target-libgloss
+maybe-clean-target-libgloss: clean-target-libgloss
 
 clean-target-libgloss: 
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
@@ -20712,9 +24280,12 @@ clean-target-libgloss:
                  clean) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-distclean-target-libgloss distclean-target-libgloss
 maybe-distclean-target-libgloss:
+@if target-libgloss
+maybe-distclean-target-libgloss: distclean-target-libgloss
 
 distclean-target-libgloss: 
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
@@ -20733,9 +24304,12 @@ distclean-target-libgloss:
                  distclean) \
          || exit 1
 
+@endif target-libgloss
 
 .PHONY: maybe-maintainer-clean-target-libgloss maintainer-clean-target-libgloss
 maybe-maintainer-clean-target-libgloss:
+@if target-libgloss
+maybe-maintainer-clean-target-libgloss: maintainer-clean-target-libgloss
 
 maintainer-clean-target-libgloss: 
        @[ -f $(TARGET_SUBDIR)/libgloss/Makefile ] || exit 0 ; \
@@ -20754,10 +24328,13 @@ maintainer-clean-target-libgloss:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libgloss
 
 
 .PHONY: configure-target-libiberty maybe-configure-target-libiberty
 maybe-configure-target-libiberty:
+@if target-libiberty
+maybe-configure-target-libiberty: configure-target-libiberty
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libiberty/multilib.out: multilib.out
@@ -20780,6 +24357,7 @@ configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -20804,18 +24382,24 @@ configure-target-libiberty: $(TARGET_SUBDIR)/libiberty/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libiberty
 
 .PHONY: all-target-libiberty maybe-all-target-libiberty
 maybe-all-target-libiberty:
+@if target-libiberty
+maybe-all-target-libiberty: all-target-libiberty
 all-target-libiberty: configure-target-libiberty
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libiberty && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libiberty
 
 .PHONY: check-target-libiberty maybe-check-target-libiberty
 maybe-check-target-libiberty:
+@if target-libiberty
+maybe-check-target-libiberty: check-target-libiberty
 
 check-target-libiberty:
        @r=`${PWD_COMMAND}`; export r; \
@@ -20824,9 +24408,12 @@ check-target-libiberty:
        (cd $(TARGET_SUBDIR)/libiberty && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-libiberty
 
 .PHONY: install-target-libiberty maybe-install-target-libiberty
 maybe-install-target-libiberty:
+@if target-libiberty
+maybe-install-target-libiberty: install-target-libiberty
 
 install-target-libiberty: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -20835,11 +24422,14 @@ install-target-libiberty: installdirs
        (cd $(TARGET_SUBDIR)/libiberty && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libiberty
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libiberty info-target-libiberty
 maybe-info-target-libiberty:
+@if target-libiberty
+maybe-info-target-libiberty: info-target-libiberty
 
 info-target-libiberty: \
     configure-target-libiberty 
@@ -20859,9 +24449,12 @@ info-target-libiberty: \
                  info) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-dvi-target-libiberty dvi-target-libiberty
 maybe-dvi-target-libiberty:
+@if target-libiberty
+maybe-dvi-target-libiberty: dvi-target-libiberty
 
 dvi-target-libiberty: \
     configure-target-libiberty 
@@ -20881,9 +24474,12 @@ dvi-target-libiberty: \
                  dvi) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-TAGS-target-libiberty TAGS-target-libiberty
 maybe-TAGS-target-libiberty:
+@if target-libiberty
+maybe-TAGS-target-libiberty: TAGS-target-libiberty
 
 TAGS-target-libiberty: \
     configure-target-libiberty 
@@ -20903,9 +24499,12 @@ TAGS-target-libiberty: \
                  TAGS) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-install-info-target-libiberty install-info-target-libiberty
 maybe-install-info-target-libiberty:
+@if target-libiberty
+maybe-install-info-target-libiberty: install-info-target-libiberty
 
 install-info-target-libiberty: \
     configure-target-libiberty \
@@ -20926,9 +24525,12 @@ install-info-target-libiberty: \
                  install-info) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-installcheck-target-libiberty installcheck-target-libiberty
 maybe-installcheck-target-libiberty:
+@if target-libiberty
+maybe-installcheck-target-libiberty: installcheck-target-libiberty
 
 installcheck-target-libiberty: \
     configure-target-libiberty 
@@ -20948,9 +24550,12 @@ installcheck-target-libiberty: \
                  installcheck) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-mostlyclean-target-libiberty mostlyclean-target-libiberty
 maybe-mostlyclean-target-libiberty:
+@if target-libiberty
+maybe-mostlyclean-target-libiberty: mostlyclean-target-libiberty
 
 mostlyclean-target-libiberty: 
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
@@ -20969,9 +24574,12 @@ mostlyclean-target-libiberty:
                  mostlyclean) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-clean-target-libiberty clean-target-libiberty
 maybe-clean-target-libiberty:
+@if target-libiberty
+maybe-clean-target-libiberty: clean-target-libiberty
 
 clean-target-libiberty: 
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
@@ -20990,9 +24598,12 @@ clean-target-libiberty:
                  clean) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-distclean-target-libiberty distclean-target-libiberty
 maybe-distclean-target-libiberty:
+@if target-libiberty
+maybe-distclean-target-libiberty: distclean-target-libiberty
 
 distclean-target-libiberty: 
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
@@ -21011,9 +24622,12 @@ distclean-target-libiberty:
                  distclean) \
          || exit 1
 
+@endif target-libiberty
 
 .PHONY: maybe-maintainer-clean-target-libiberty maintainer-clean-target-libiberty
 maybe-maintainer-clean-target-libiberty:
+@if target-libiberty
+maybe-maintainer-clean-target-libiberty: maintainer-clean-target-libiberty
 
 maintainer-clean-target-libiberty: 
        @[ -f $(TARGET_SUBDIR)/libiberty/Makefile ] || exit 0 ; \
@@ -21032,10 +24646,13 @@ maintainer-clean-target-libiberty:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libiberty
 
 
 .PHONY: configure-target-gperf maybe-configure-target-gperf
 maybe-configure-target-gperf:
+@if target-gperf
+maybe-configure-target-gperf: configure-target-gperf
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/gperf/multilib.out: multilib.out
@@ -21058,6 +24675,7 @@ configure-target-gperf: $(TARGET_SUBDIR)/gperf/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -21082,18 +24700,24 @@ configure-target-gperf: $(TARGET_SUBDIR)/gperf/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-gperf
 
 .PHONY: all-target-gperf maybe-all-target-gperf
 maybe-all-target-gperf:
+@if target-gperf
+maybe-all-target-gperf: all-target-gperf
 all-target-gperf: configure-target-gperf
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/gperf && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-gperf
 
 .PHONY: check-target-gperf maybe-check-target-gperf
 maybe-check-target-gperf:
+@if target-gperf
+maybe-check-target-gperf: check-target-gperf
 
 check-target-gperf:
        @r=`${PWD_COMMAND}`; export r; \
@@ -21102,9 +24726,12 @@ check-target-gperf:
        (cd $(TARGET_SUBDIR)/gperf && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-gperf
 
 .PHONY: install-target-gperf maybe-install-target-gperf
 maybe-install-target-gperf:
+@if target-gperf
+maybe-install-target-gperf: install-target-gperf
 
 install-target-gperf: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -21113,11 +24740,14 @@ install-target-gperf: installdirs
        (cd $(TARGET_SUBDIR)/gperf && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-gperf
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-gperf info-target-gperf
 maybe-info-target-gperf:
+@if target-gperf
+maybe-info-target-gperf: info-target-gperf
 
 info-target-gperf: \
     configure-target-gperf 
@@ -21137,9 +24767,12 @@ info-target-gperf: \
                  info) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-dvi-target-gperf dvi-target-gperf
 maybe-dvi-target-gperf:
+@if target-gperf
+maybe-dvi-target-gperf: dvi-target-gperf
 
 dvi-target-gperf: \
     configure-target-gperf 
@@ -21159,9 +24792,12 @@ dvi-target-gperf: \
                  dvi) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-TAGS-target-gperf TAGS-target-gperf
 maybe-TAGS-target-gperf:
+@if target-gperf
+maybe-TAGS-target-gperf: TAGS-target-gperf
 
 TAGS-target-gperf: \
     configure-target-gperf 
@@ -21181,9 +24817,12 @@ TAGS-target-gperf: \
                  TAGS) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-install-info-target-gperf install-info-target-gperf
 maybe-install-info-target-gperf:
+@if target-gperf
+maybe-install-info-target-gperf: install-info-target-gperf
 
 install-info-target-gperf: \
     configure-target-gperf \
@@ -21204,9 +24843,12 @@ install-info-target-gperf: \
                  install-info) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-installcheck-target-gperf installcheck-target-gperf
 maybe-installcheck-target-gperf:
+@if target-gperf
+maybe-installcheck-target-gperf: installcheck-target-gperf
 
 installcheck-target-gperf: \
     configure-target-gperf 
@@ -21226,9 +24868,12 @@ installcheck-target-gperf: \
                  installcheck) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-mostlyclean-target-gperf mostlyclean-target-gperf
 maybe-mostlyclean-target-gperf:
+@if target-gperf
+maybe-mostlyclean-target-gperf: mostlyclean-target-gperf
 
 mostlyclean-target-gperf: 
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
@@ -21247,9 +24892,12 @@ mostlyclean-target-gperf:
                  mostlyclean) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-clean-target-gperf clean-target-gperf
 maybe-clean-target-gperf:
+@if target-gperf
+maybe-clean-target-gperf: clean-target-gperf
 
 clean-target-gperf: 
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
@@ -21268,9 +24916,12 @@ clean-target-gperf:
                  clean) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-distclean-target-gperf distclean-target-gperf
 maybe-distclean-target-gperf:
+@if target-gperf
+maybe-distclean-target-gperf: distclean-target-gperf
 
 distclean-target-gperf: 
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
@@ -21289,9 +24940,12 @@ distclean-target-gperf:
                  distclean) \
          || exit 1
 
+@endif target-gperf
 
 .PHONY: maybe-maintainer-clean-target-gperf maintainer-clean-target-gperf
 maybe-maintainer-clean-target-gperf:
+@if target-gperf
+maybe-maintainer-clean-target-gperf: maintainer-clean-target-gperf
 
 maintainer-clean-target-gperf: 
        @[ -f $(TARGET_SUBDIR)/gperf/Makefile ] || exit 0 ; \
@@ -21310,10 +24964,13 @@ maintainer-clean-target-gperf:
                  maintainer-clean) \
          || exit 1
 
+@endif target-gperf
 
 
 .PHONY: configure-target-examples maybe-configure-target-examples
 maybe-configure-target-examples:
+@if target-examples
+maybe-configure-target-examples: configure-target-examples
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/examples/multilib.out: multilib.out
@@ -21336,6 +24993,7 @@ configure-target-examples: $(TARGET_SUBDIR)/examples/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -21360,34 +25018,46 @@ configure-target-examples: $(TARGET_SUBDIR)/examples/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-examples
 
 .PHONY: all-target-examples maybe-all-target-examples
 maybe-all-target-examples:
+@if target-examples
+maybe-all-target-examples: all-target-examples
 all-target-examples: configure-target-examples
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/examples && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-examples
 
 .PHONY: check-target-examples maybe-check-target-examples
 maybe-check-target-examples:
+@if target-examples
+maybe-check-target-examples: check-target-examples
 
 # Dummy target for uncheckable module.
 check-target-examples:
 
+@endif target-examples
 
 .PHONY: install-target-examples maybe-install-target-examples
 maybe-install-target-examples:
+@if target-examples
+maybe-install-target-examples: install-target-examples
 
 # Dummy target for uninstallable.
 install-target-examples:
 
+@endif target-examples
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-examples info-target-examples
 maybe-info-target-examples:
+@if target-examples
+maybe-info-target-examples: info-target-examples
 
 info-target-examples: \
     configure-target-examples 
@@ -21407,9 +25077,12 @@ info-target-examples: \
                  info) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-dvi-target-examples dvi-target-examples
 maybe-dvi-target-examples:
+@if target-examples
+maybe-dvi-target-examples: dvi-target-examples
 
 dvi-target-examples: \
     configure-target-examples 
@@ -21429,9 +25102,12 @@ dvi-target-examples: \
                  dvi) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-TAGS-target-examples TAGS-target-examples
 maybe-TAGS-target-examples:
+@if target-examples
+maybe-TAGS-target-examples: TAGS-target-examples
 
 TAGS-target-examples: \
     configure-target-examples 
@@ -21451,9 +25127,12 @@ TAGS-target-examples: \
                  TAGS) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-install-info-target-examples install-info-target-examples
 maybe-install-info-target-examples:
+@if target-examples
+maybe-install-info-target-examples: install-info-target-examples
 
 install-info-target-examples: \
     configure-target-examples \
@@ -21474,9 +25153,12 @@ install-info-target-examples: \
                  install-info) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-installcheck-target-examples installcheck-target-examples
 maybe-installcheck-target-examples:
+@if target-examples
+maybe-installcheck-target-examples: installcheck-target-examples
 
 installcheck-target-examples: \
     configure-target-examples 
@@ -21496,9 +25178,12 @@ installcheck-target-examples: \
                  installcheck) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-mostlyclean-target-examples mostlyclean-target-examples
 maybe-mostlyclean-target-examples:
+@if target-examples
+maybe-mostlyclean-target-examples: mostlyclean-target-examples
 
 mostlyclean-target-examples: 
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
@@ -21517,9 +25202,12 @@ mostlyclean-target-examples:
                  mostlyclean) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-clean-target-examples clean-target-examples
 maybe-clean-target-examples:
+@if target-examples
+maybe-clean-target-examples: clean-target-examples
 
 clean-target-examples: 
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
@@ -21538,9 +25226,12 @@ clean-target-examples:
                  clean) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-distclean-target-examples distclean-target-examples
 maybe-distclean-target-examples:
+@if target-examples
+maybe-distclean-target-examples: distclean-target-examples
 
 distclean-target-examples: 
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
@@ -21559,9 +25250,12 @@ distclean-target-examples:
                  distclean) \
          || exit 1
 
+@endif target-examples
 
 .PHONY: maybe-maintainer-clean-target-examples maintainer-clean-target-examples
 maybe-maintainer-clean-target-examples:
+@if target-examples
+maybe-maintainer-clean-target-examples: maintainer-clean-target-examples
 
 maintainer-clean-target-examples: 
        @[ -f $(TARGET_SUBDIR)/examples/Makefile ] || exit 0 ; \
@@ -21580,10 +25274,13 @@ maintainer-clean-target-examples:
                  maintainer-clean) \
          || exit 1
 
+@endif target-examples
 
 
 .PHONY: configure-target-libffi maybe-configure-target-libffi
 maybe-configure-target-libffi:
+@if target-libffi
+maybe-configure-target-libffi: configure-target-libffi
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libffi/multilib.out: multilib.out
@@ -21606,6 +25303,7 @@ configure-target-libffi: $(TARGET_SUBDIR)/libffi/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -21630,18 +25328,24 @@ configure-target-libffi: $(TARGET_SUBDIR)/libffi/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libffi
 
 .PHONY: all-target-libffi maybe-all-target-libffi
 maybe-all-target-libffi:
+@if target-libffi
+maybe-all-target-libffi: all-target-libffi
 all-target-libffi: configure-target-libffi
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libffi && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libffi
 
 .PHONY: check-target-libffi maybe-check-target-libffi
 maybe-check-target-libffi:
+@if target-libffi
+maybe-check-target-libffi: check-target-libffi
 
 check-target-libffi:
        @r=`${PWD_COMMAND}`; export r; \
@@ -21650,9 +25354,12 @@ check-target-libffi:
        (cd $(TARGET_SUBDIR)/libffi && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-libffi
 
 .PHONY: install-target-libffi maybe-install-target-libffi
 maybe-install-target-libffi:
+@if target-libffi
+maybe-install-target-libffi: install-target-libffi
 
 install-target-libffi: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -21661,11 +25368,14 @@ install-target-libffi: installdirs
        (cd $(TARGET_SUBDIR)/libffi && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libffi
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libffi info-target-libffi
 maybe-info-target-libffi:
+@if target-libffi
+maybe-info-target-libffi: info-target-libffi
 
 info-target-libffi: \
     configure-target-libffi 
@@ -21685,9 +25395,12 @@ info-target-libffi: \
                  info) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-dvi-target-libffi dvi-target-libffi
 maybe-dvi-target-libffi:
+@if target-libffi
+maybe-dvi-target-libffi: dvi-target-libffi
 
 dvi-target-libffi: \
     configure-target-libffi 
@@ -21707,9 +25420,12 @@ dvi-target-libffi: \
                  dvi) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-TAGS-target-libffi TAGS-target-libffi
 maybe-TAGS-target-libffi:
+@if target-libffi
+maybe-TAGS-target-libffi: TAGS-target-libffi
 
 TAGS-target-libffi: \
     configure-target-libffi 
@@ -21729,9 +25445,12 @@ TAGS-target-libffi: \
                  TAGS) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-install-info-target-libffi install-info-target-libffi
 maybe-install-info-target-libffi:
+@if target-libffi
+maybe-install-info-target-libffi: install-info-target-libffi
 
 install-info-target-libffi: \
     configure-target-libffi \
@@ -21752,9 +25471,12 @@ install-info-target-libffi: \
                  install-info) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-installcheck-target-libffi installcheck-target-libffi
 maybe-installcheck-target-libffi:
+@if target-libffi
+maybe-installcheck-target-libffi: installcheck-target-libffi
 
 installcheck-target-libffi: \
     configure-target-libffi 
@@ -21774,9 +25496,12 @@ installcheck-target-libffi: \
                  installcheck) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-mostlyclean-target-libffi mostlyclean-target-libffi
 maybe-mostlyclean-target-libffi:
+@if target-libffi
+maybe-mostlyclean-target-libffi: mostlyclean-target-libffi
 
 mostlyclean-target-libffi: 
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
@@ -21795,9 +25520,12 @@ mostlyclean-target-libffi:
                  mostlyclean) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-clean-target-libffi clean-target-libffi
 maybe-clean-target-libffi:
+@if target-libffi
+maybe-clean-target-libffi: clean-target-libffi
 
 clean-target-libffi: 
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
@@ -21816,9 +25544,12 @@ clean-target-libffi:
                  clean) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-distclean-target-libffi distclean-target-libffi
 maybe-distclean-target-libffi:
+@if target-libffi
+maybe-distclean-target-libffi: distclean-target-libffi
 
 distclean-target-libffi: 
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
@@ -21837,9 +25568,12 @@ distclean-target-libffi:
                  distclean) \
          || exit 1
 
+@endif target-libffi
 
 .PHONY: maybe-maintainer-clean-target-libffi maintainer-clean-target-libffi
 maybe-maintainer-clean-target-libffi:
+@if target-libffi
+maybe-maintainer-clean-target-libffi: maintainer-clean-target-libffi
 
 maintainer-clean-target-libffi: 
        @[ -f $(TARGET_SUBDIR)/libffi/Makefile ] || exit 0 ; \
@@ -21858,10 +25592,13 @@ maintainer-clean-target-libffi:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libffi
 
 
 .PHONY: configure-target-libjava maybe-configure-target-libjava
 maybe-configure-target-libjava:
+@if target-libjava
+maybe-configure-target-libjava: configure-target-libjava
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libjava/multilib.out: multilib.out
@@ -21885,6 +25622,7 @@ configure-target-libjava: $(TARGET_SUBDIR)/libjava/multilib.out
        CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -21909,18 +25647,24 @@ configure-target-libjava: $(TARGET_SUBDIR)/libjava/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libjava
 
 .PHONY: all-target-libjava maybe-all-target-libjava
 maybe-all-target-libjava:
+@if target-libjava
+maybe-all-target-libjava: all-target-libjava
 all-target-libjava: configure-target-libjava
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libjava && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)'  all)
+@endif target-libjava
 
 .PHONY: check-target-libjava maybe-check-target-libjava
 maybe-check-target-libjava:
+@if target-libjava
+maybe-check-target-libjava: check-target-libjava
 
 check-target-libjava:
        @r=`${PWD_COMMAND}`; export r; \
@@ -21929,9 +25673,12 @@ check-target-libjava:
        (cd $(TARGET_SUBDIR)/libjava && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)'  check)
 
+@endif target-libjava
 
 .PHONY: install-target-libjava maybe-install-target-libjava
 maybe-install-target-libjava:
+@if target-libjava
+maybe-install-target-libjava: install-target-libjava
 
 install-target-libjava: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -21940,11 +25687,14 @@ install-target-libjava: installdirs
        (cd $(TARGET_SUBDIR)/libjava && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libjava
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libjava info-target-libjava
 maybe-info-target-libjava:
+@if target-libjava
+maybe-info-target-libjava: info-target-libjava
 
 info-target-libjava: \
     configure-target-libjava 
@@ -21964,9 +25714,12 @@ info-target-libjava: \
                  info) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-dvi-target-libjava dvi-target-libjava
 maybe-dvi-target-libjava:
+@if target-libjava
+maybe-dvi-target-libjava: dvi-target-libjava
 
 dvi-target-libjava: \
     configure-target-libjava 
@@ -21986,9 +25739,12 @@ dvi-target-libjava: \
                  dvi) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-TAGS-target-libjava TAGS-target-libjava
 maybe-TAGS-target-libjava:
+@if target-libjava
+maybe-TAGS-target-libjava: TAGS-target-libjava
 
 TAGS-target-libjava: \
     configure-target-libjava 
@@ -22008,9 +25764,12 @@ TAGS-target-libjava: \
                  TAGS) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-install-info-target-libjava install-info-target-libjava
 maybe-install-info-target-libjava:
+@if target-libjava
+maybe-install-info-target-libjava: install-info-target-libjava
 
 install-info-target-libjava: \
     configure-target-libjava \
@@ -22031,9 +25790,12 @@ install-info-target-libjava: \
                  install-info) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-installcheck-target-libjava installcheck-target-libjava
 maybe-installcheck-target-libjava:
+@if target-libjava
+maybe-installcheck-target-libjava: installcheck-target-libjava
 
 installcheck-target-libjava: \
     configure-target-libjava 
@@ -22053,9 +25815,12 @@ installcheck-target-libjava: \
                  installcheck) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-mostlyclean-target-libjava mostlyclean-target-libjava
 maybe-mostlyclean-target-libjava:
+@if target-libjava
+maybe-mostlyclean-target-libjava: mostlyclean-target-libjava
 
 mostlyclean-target-libjava: 
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
@@ -22074,9 +25839,12 @@ mostlyclean-target-libjava:
                  mostlyclean) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-clean-target-libjava clean-target-libjava
 maybe-clean-target-libjava:
+@if target-libjava
+maybe-clean-target-libjava: clean-target-libjava
 
 clean-target-libjava: 
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
@@ -22095,9 +25863,12 @@ clean-target-libjava:
                  clean) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-distclean-target-libjava distclean-target-libjava
 maybe-distclean-target-libjava:
+@if target-libjava
+maybe-distclean-target-libjava: distclean-target-libjava
 
 distclean-target-libjava: 
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
@@ -22116,9 +25887,12 @@ distclean-target-libjava:
                  distclean) \
          || exit 1
 
+@endif target-libjava
 
 .PHONY: maybe-maintainer-clean-target-libjava maintainer-clean-target-libjava
 maybe-maintainer-clean-target-libjava:
+@if target-libjava
+maybe-maintainer-clean-target-libjava: maintainer-clean-target-libjava
 
 maintainer-clean-target-libjava: 
        @[ -f $(TARGET_SUBDIR)/libjava/Makefile ] || exit 0 ; \
@@ -22137,10 +25911,13 @@ maintainer-clean-target-libjava:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libjava
 
 
 .PHONY: configure-target-zlib maybe-configure-target-zlib
 maybe-configure-target-zlib:
+@if target-zlib
+maybe-configure-target-zlib: configure-target-zlib
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/zlib/multilib.out: multilib.out
@@ -22163,6 +25940,7 @@ configure-target-zlib: $(TARGET_SUBDIR)/zlib/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -22209,18 +25987,24 @@ configure-target-zlib: $(TARGET_SUBDIR)/zlib/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-zlib
 
 .PHONY: all-target-zlib maybe-all-target-zlib
 maybe-all-target-zlib:
+@if target-zlib
+maybe-all-target-zlib: all-target-zlib
 all-target-zlib: configure-target-zlib
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/zlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-zlib
 
 .PHONY: check-target-zlib maybe-check-target-zlib
 maybe-check-target-zlib:
+@if target-zlib
+maybe-check-target-zlib: check-target-zlib
 
 check-target-zlib:
        @r=`${PWD_COMMAND}`; export r; \
@@ -22229,9 +26013,12 @@ check-target-zlib:
        (cd $(TARGET_SUBDIR)/zlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-zlib
 
 .PHONY: install-target-zlib maybe-install-target-zlib
 maybe-install-target-zlib:
+@if target-zlib
+maybe-install-target-zlib: install-target-zlib
 
 install-target-zlib: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -22240,11 +26027,14 @@ install-target-zlib: installdirs
        (cd $(TARGET_SUBDIR)/zlib && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-zlib
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-zlib info-target-zlib
 maybe-info-target-zlib:
+@if target-zlib
+maybe-info-target-zlib: info-target-zlib
 
 info-target-zlib: \
     configure-target-zlib 
@@ -22264,9 +26054,12 @@ info-target-zlib: \
                  info) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-dvi-target-zlib dvi-target-zlib
 maybe-dvi-target-zlib:
+@if target-zlib
+maybe-dvi-target-zlib: dvi-target-zlib
 
 dvi-target-zlib: \
     configure-target-zlib 
@@ -22286,9 +26079,12 @@ dvi-target-zlib: \
                  dvi) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-TAGS-target-zlib TAGS-target-zlib
 maybe-TAGS-target-zlib:
+@if target-zlib
+maybe-TAGS-target-zlib: TAGS-target-zlib
 
 TAGS-target-zlib: \
     configure-target-zlib 
@@ -22308,9 +26104,12 @@ TAGS-target-zlib: \
                  TAGS) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-install-info-target-zlib install-info-target-zlib
 maybe-install-info-target-zlib:
+@if target-zlib
+maybe-install-info-target-zlib: install-info-target-zlib
 
 install-info-target-zlib: \
     configure-target-zlib \
@@ -22331,9 +26130,12 @@ install-info-target-zlib: \
                  install-info) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-installcheck-target-zlib installcheck-target-zlib
 maybe-installcheck-target-zlib:
+@if target-zlib
+maybe-installcheck-target-zlib: installcheck-target-zlib
 
 installcheck-target-zlib: \
     configure-target-zlib 
@@ -22353,9 +26155,12 @@ installcheck-target-zlib: \
                  installcheck) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-mostlyclean-target-zlib mostlyclean-target-zlib
 maybe-mostlyclean-target-zlib:
+@if target-zlib
+maybe-mostlyclean-target-zlib: mostlyclean-target-zlib
 
 mostlyclean-target-zlib: 
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
@@ -22374,9 +26179,12 @@ mostlyclean-target-zlib:
                  mostlyclean) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-clean-target-zlib clean-target-zlib
 maybe-clean-target-zlib:
+@if target-zlib
+maybe-clean-target-zlib: clean-target-zlib
 
 clean-target-zlib: 
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
@@ -22395,9 +26203,12 @@ clean-target-zlib:
                  clean) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-distclean-target-zlib distclean-target-zlib
 maybe-distclean-target-zlib:
+@if target-zlib
+maybe-distclean-target-zlib: distclean-target-zlib
 
 distclean-target-zlib: 
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
@@ -22416,9 +26227,12 @@ distclean-target-zlib:
                  distclean) \
          || exit 1
 
+@endif target-zlib
 
 .PHONY: maybe-maintainer-clean-target-zlib maintainer-clean-target-zlib
 maybe-maintainer-clean-target-zlib:
+@if target-zlib
+maybe-maintainer-clean-target-zlib: maintainer-clean-target-zlib
 
 maintainer-clean-target-zlib: 
        @[ -f $(TARGET_SUBDIR)/zlib/Makefile ] || exit 0 ; \
@@ -22437,10 +26251,13 @@ maintainer-clean-target-zlib:
                  maintainer-clean) \
          || exit 1
 
+@endif target-zlib
 
 
 .PHONY: configure-target-boehm-gc maybe-configure-target-boehm-gc
 maybe-configure-target-boehm-gc:
+@if target-boehm-gc
+maybe-configure-target-boehm-gc: configure-target-boehm-gc
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/boehm-gc/multilib.out: multilib.out
@@ -22463,6 +26280,7 @@ configure-target-boehm-gc: $(TARGET_SUBDIR)/boehm-gc/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -22487,18 +26305,24 @@ configure-target-boehm-gc: $(TARGET_SUBDIR)/boehm-gc/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-boehm-gc
 
 .PHONY: all-target-boehm-gc maybe-all-target-boehm-gc
 maybe-all-target-boehm-gc:
+@if target-boehm-gc
+maybe-all-target-boehm-gc: all-target-boehm-gc
 all-target-boehm-gc: configure-target-boehm-gc
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/boehm-gc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-boehm-gc
 
 .PHONY: check-target-boehm-gc maybe-check-target-boehm-gc
 maybe-check-target-boehm-gc:
+@if target-boehm-gc
+maybe-check-target-boehm-gc: check-target-boehm-gc
 
 check-target-boehm-gc:
        @r=`${PWD_COMMAND}`; export r; \
@@ -22507,9 +26331,12 @@ check-target-boehm-gc:
        (cd $(TARGET_SUBDIR)/boehm-gc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-boehm-gc
 
 .PHONY: install-target-boehm-gc maybe-install-target-boehm-gc
 maybe-install-target-boehm-gc:
+@if target-boehm-gc
+maybe-install-target-boehm-gc: install-target-boehm-gc
 
 install-target-boehm-gc: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -22518,11 +26345,14 @@ install-target-boehm-gc: installdirs
        (cd $(TARGET_SUBDIR)/boehm-gc && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-boehm-gc
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-boehm-gc info-target-boehm-gc
 maybe-info-target-boehm-gc:
+@if target-boehm-gc
+maybe-info-target-boehm-gc: info-target-boehm-gc
 
 info-target-boehm-gc: \
     configure-target-boehm-gc 
@@ -22542,9 +26372,12 @@ info-target-boehm-gc: \
                  info) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-dvi-target-boehm-gc dvi-target-boehm-gc
 maybe-dvi-target-boehm-gc:
+@if target-boehm-gc
+maybe-dvi-target-boehm-gc: dvi-target-boehm-gc
 
 dvi-target-boehm-gc: \
     configure-target-boehm-gc 
@@ -22564,9 +26397,12 @@ dvi-target-boehm-gc: \
                  dvi) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-TAGS-target-boehm-gc TAGS-target-boehm-gc
 maybe-TAGS-target-boehm-gc:
+@if target-boehm-gc
+maybe-TAGS-target-boehm-gc: TAGS-target-boehm-gc
 
 TAGS-target-boehm-gc: \
     configure-target-boehm-gc 
@@ -22586,9 +26422,12 @@ TAGS-target-boehm-gc: \
                  TAGS) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-install-info-target-boehm-gc install-info-target-boehm-gc
 maybe-install-info-target-boehm-gc:
+@if target-boehm-gc
+maybe-install-info-target-boehm-gc: install-info-target-boehm-gc
 
 install-info-target-boehm-gc: \
     configure-target-boehm-gc \
@@ -22609,9 +26448,12 @@ install-info-target-boehm-gc: \
                  install-info) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-installcheck-target-boehm-gc installcheck-target-boehm-gc
 maybe-installcheck-target-boehm-gc:
+@if target-boehm-gc
+maybe-installcheck-target-boehm-gc: installcheck-target-boehm-gc
 
 installcheck-target-boehm-gc: \
     configure-target-boehm-gc 
@@ -22631,9 +26473,12 @@ installcheck-target-boehm-gc: \
                  installcheck) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-mostlyclean-target-boehm-gc mostlyclean-target-boehm-gc
 maybe-mostlyclean-target-boehm-gc:
+@if target-boehm-gc
+maybe-mostlyclean-target-boehm-gc: mostlyclean-target-boehm-gc
 
 mostlyclean-target-boehm-gc: 
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
@@ -22652,9 +26497,12 @@ mostlyclean-target-boehm-gc:
                  mostlyclean) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-clean-target-boehm-gc clean-target-boehm-gc
 maybe-clean-target-boehm-gc:
+@if target-boehm-gc
+maybe-clean-target-boehm-gc: clean-target-boehm-gc
 
 clean-target-boehm-gc: 
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
@@ -22673,9 +26521,12 @@ clean-target-boehm-gc:
                  clean) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-distclean-target-boehm-gc distclean-target-boehm-gc
 maybe-distclean-target-boehm-gc:
+@if target-boehm-gc
+maybe-distclean-target-boehm-gc: distclean-target-boehm-gc
 
 distclean-target-boehm-gc: 
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
@@ -22694,9 +26545,12 @@ distclean-target-boehm-gc:
                  distclean) \
          || exit 1
 
+@endif target-boehm-gc
 
 .PHONY: maybe-maintainer-clean-target-boehm-gc maintainer-clean-target-boehm-gc
 maybe-maintainer-clean-target-boehm-gc:
+@if target-boehm-gc
+maybe-maintainer-clean-target-boehm-gc: maintainer-clean-target-boehm-gc
 
 maintainer-clean-target-boehm-gc: 
        @[ -f $(TARGET_SUBDIR)/boehm-gc/Makefile ] || exit 0 ; \
@@ -22715,10 +26569,13 @@ maintainer-clean-target-boehm-gc:
                  maintainer-clean) \
          || exit 1
 
+@endif target-boehm-gc
 
 
 .PHONY: configure-target-qthreads maybe-configure-target-qthreads
 maybe-configure-target-qthreads:
+@if target-qthreads
+maybe-configure-target-qthreads: configure-target-qthreads
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/qthreads/multilib.out: multilib.out
@@ -22741,6 +26598,7 @@ configure-target-qthreads: $(TARGET_SUBDIR)/qthreads/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -22765,18 +26623,24 @@ configure-target-qthreads: $(TARGET_SUBDIR)/qthreads/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-qthreads
 
 .PHONY: all-target-qthreads maybe-all-target-qthreads
 maybe-all-target-qthreads:
+@if target-qthreads
+maybe-all-target-qthreads: all-target-qthreads
 all-target-qthreads: configure-target-qthreads
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/qthreads && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-qthreads
 
 .PHONY: check-target-qthreads maybe-check-target-qthreads
 maybe-check-target-qthreads:
+@if target-qthreads
+maybe-check-target-qthreads: check-target-qthreads
 
 check-target-qthreads:
        @r=`${PWD_COMMAND}`; export r; \
@@ -22785,9 +26649,12 @@ check-target-qthreads:
        (cd $(TARGET_SUBDIR)/qthreads && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-qthreads
 
 .PHONY: install-target-qthreads maybe-install-target-qthreads
 maybe-install-target-qthreads:
+@if target-qthreads
+maybe-install-target-qthreads: install-target-qthreads
 
 install-target-qthreads: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -22796,11 +26663,14 @@ install-target-qthreads: installdirs
        (cd $(TARGET_SUBDIR)/qthreads && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-qthreads
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-qthreads info-target-qthreads
 maybe-info-target-qthreads:
+@if target-qthreads
+maybe-info-target-qthreads: info-target-qthreads
 
 info-target-qthreads: \
     configure-target-qthreads 
@@ -22820,9 +26690,12 @@ info-target-qthreads: \
                  info) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-dvi-target-qthreads dvi-target-qthreads
 maybe-dvi-target-qthreads:
+@if target-qthreads
+maybe-dvi-target-qthreads: dvi-target-qthreads
 
 dvi-target-qthreads: \
     configure-target-qthreads 
@@ -22842,9 +26715,12 @@ dvi-target-qthreads: \
                  dvi) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-TAGS-target-qthreads TAGS-target-qthreads
 maybe-TAGS-target-qthreads:
+@if target-qthreads
+maybe-TAGS-target-qthreads: TAGS-target-qthreads
 
 TAGS-target-qthreads: \
     configure-target-qthreads 
@@ -22864,9 +26740,12 @@ TAGS-target-qthreads: \
                  TAGS) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-install-info-target-qthreads install-info-target-qthreads
 maybe-install-info-target-qthreads:
+@if target-qthreads
+maybe-install-info-target-qthreads: install-info-target-qthreads
 
 install-info-target-qthreads: \
     configure-target-qthreads \
@@ -22887,9 +26766,12 @@ install-info-target-qthreads: \
                  install-info) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-installcheck-target-qthreads installcheck-target-qthreads
 maybe-installcheck-target-qthreads:
+@if target-qthreads
+maybe-installcheck-target-qthreads: installcheck-target-qthreads
 
 installcheck-target-qthreads: \
     configure-target-qthreads 
@@ -22909,9 +26791,12 @@ installcheck-target-qthreads: \
                  installcheck) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-mostlyclean-target-qthreads mostlyclean-target-qthreads
 maybe-mostlyclean-target-qthreads:
+@if target-qthreads
+maybe-mostlyclean-target-qthreads: mostlyclean-target-qthreads
 
 mostlyclean-target-qthreads: 
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
@@ -22930,9 +26815,12 @@ mostlyclean-target-qthreads:
                  mostlyclean) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-clean-target-qthreads clean-target-qthreads
 maybe-clean-target-qthreads:
+@if target-qthreads
+maybe-clean-target-qthreads: clean-target-qthreads
 
 clean-target-qthreads: 
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
@@ -22951,9 +26839,12 @@ clean-target-qthreads:
                  clean) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-distclean-target-qthreads distclean-target-qthreads
 maybe-distclean-target-qthreads:
+@if target-qthreads
+maybe-distclean-target-qthreads: distclean-target-qthreads
 
 distclean-target-qthreads: 
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
@@ -22972,9 +26863,12 @@ distclean-target-qthreads:
                  distclean) \
          || exit 1
 
+@endif target-qthreads
 
 .PHONY: maybe-maintainer-clean-target-qthreads maintainer-clean-target-qthreads
 maybe-maintainer-clean-target-qthreads:
+@if target-qthreads
+maybe-maintainer-clean-target-qthreads: maintainer-clean-target-qthreads
 
 maintainer-clean-target-qthreads: 
        @[ -f $(TARGET_SUBDIR)/qthreads/Makefile ] || exit 0 ; \
@@ -22993,10 +26887,13 @@ maintainer-clean-target-qthreads:
                  maintainer-clean) \
          || exit 1
 
+@endif target-qthreads
 
 
 .PHONY: configure-target-rda maybe-configure-target-rda
 maybe-configure-target-rda:
+@if target-rda
+maybe-configure-target-rda: configure-target-rda
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/rda/multilib.out: multilib.out
@@ -23019,6 +26916,7 @@ configure-target-rda: $(TARGET_SUBDIR)/rda/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -23043,18 +26941,24 @@ configure-target-rda: $(TARGET_SUBDIR)/rda/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-rda
 
 .PHONY: all-target-rda maybe-all-target-rda
 maybe-all-target-rda:
+@if target-rda
+maybe-all-target-rda: all-target-rda
 all-target-rda: configure-target-rda
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/rda && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-rda
 
 .PHONY: check-target-rda maybe-check-target-rda
 maybe-check-target-rda:
+@if target-rda
+maybe-check-target-rda: check-target-rda
 
 check-target-rda:
        @r=`${PWD_COMMAND}`; export r; \
@@ -23063,9 +26967,12 @@ check-target-rda:
        (cd $(TARGET_SUBDIR)/rda && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-rda
 
 .PHONY: install-target-rda maybe-install-target-rda
 maybe-install-target-rda:
+@if target-rda
+maybe-install-target-rda: install-target-rda
 
 install-target-rda: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -23074,11 +26981,14 @@ install-target-rda: installdirs
        (cd $(TARGET_SUBDIR)/rda && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-rda
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-rda info-target-rda
 maybe-info-target-rda:
+@if target-rda
+maybe-info-target-rda: info-target-rda
 
 info-target-rda: \
     configure-target-rda 
@@ -23098,9 +27008,12 @@ info-target-rda: \
                  info) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-dvi-target-rda dvi-target-rda
 maybe-dvi-target-rda:
+@if target-rda
+maybe-dvi-target-rda: dvi-target-rda
 
 dvi-target-rda: \
     configure-target-rda 
@@ -23120,9 +27033,12 @@ dvi-target-rda: \
                  dvi) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-TAGS-target-rda TAGS-target-rda
 maybe-TAGS-target-rda:
+@if target-rda
+maybe-TAGS-target-rda: TAGS-target-rda
 
 TAGS-target-rda: \
     configure-target-rda 
@@ -23142,9 +27058,12 @@ TAGS-target-rda: \
                  TAGS) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-install-info-target-rda install-info-target-rda
 maybe-install-info-target-rda:
+@if target-rda
+maybe-install-info-target-rda: install-info-target-rda
 
 install-info-target-rda: \
     configure-target-rda \
@@ -23165,9 +27084,12 @@ install-info-target-rda: \
                  install-info) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-installcheck-target-rda installcheck-target-rda
 maybe-installcheck-target-rda:
+@if target-rda
+maybe-installcheck-target-rda: installcheck-target-rda
 
 installcheck-target-rda: \
     configure-target-rda 
@@ -23187,9 +27109,12 @@ installcheck-target-rda: \
                  installcheck) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-mostlyclean-target-rda mostlyclean-target-rda
 maybe-mostlyclean-target-rda:
+@if target-rda
+maybe-mostlyclean-target-rda: mostlyclean-target-rda
 
 mostlyclean-target-rda: 
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
@@ -23208,9 +27133,12 @@ mostlyclean-target-rda:
                  mostlyclean) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-clean-target-rda clean-target-rda
 maybe-clean-target-rda:
+@if target-rda
+maybe-clean-target-rda: clean-target-rda
 
 clean-target-rda: 
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
@@ -23229,9 +27157,12 @@ clean-target-rda:
                  clean) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-distclean-target-rda distclean-target-rda
 maybe-distclean-target-rda:
+@if target-rda
+maybe-distclean-target-rda: distclean-target-rda
 
 distclean-target-rda: 
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
@@ -23250,9 +27181,12 @@ distclean-target-rda:
                  distclean) \
          || exit 1
 
+@endif target-rda
 
 .PHONY: maybe-maintainer-clean-target-rda maintainer-clean-target-rda
 maybe-maintainer-clean-target-rda:
+@if target-rda
+maybe-maintainer-clean-target-rda: maintainer-clean-target-rda
 
 maintainer-clean-target-rda: 
        @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
@@ -23271,10 +27205,13 @@ maintainer-clean-target-rda:
                  maintainer-clean) \
          || exit 1
 
+@endif target-rda
 
 
 .PHONY: configure-target-libada maybe-configure-target-libada
 maybe-configure-target-libada:
+@if target-libada
+maybe-configure-target-libada: configure-target-libada
 
 # There's only one multilib.out.  Cleverer subdirs shouldn't need it copied.
 $(TARGET_SUBDIR)/libada/multilib.out: multilib.out
@@ -23297,6 +27234,7 @@ configure-target-libada: $(TARGET_SUBDIR)/libada/multilib.out
        CXX="$(CXX_FOR_TARGET)"; export CXX; \
        CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
        GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
+       GFORTRAN="$(GFORTRAN_FOR_TARGET)"; export GFORTRAN; \
        DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
        LD="$(LD_FOR_TARGET)"; export LD; \
        LDFLAGS="$(LDFLAGS_FOR_TARGET)"; export LDFLAGS; \
@@ -23321,18 +27259,24 @@ configure-target-libada: $(TARGET_SUBDIR)/libada/multilib.out
          $(TARGET_CONFIGARGS) $${srcdiroption} \
          --with-target-subdir="$(TARGET_SUBDIR)" \
          || exit 1
+@endif target-libada
 
 .PHONY: all-target-libada maybe-all-target-libada
 maybe-all-target-libada:
+@if target-libada
+maybe-all-target-libada: all-target-libada
 all-target-libada: configure-target-libada
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(SET_LIB_PATH) \
        (cd $(TARGET_SUBDIR)/libada && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  all)
+@endif target-libada
 
 .PHONY: check-target-libada maybe-check-target-libada
 maybe-check-target-libada:
+@if target-libada
+maybe-check-target-libada: check-target-libada
 
 check-target-libada:
        @r=`${PWD_COMMAND}`; export r; \
@@ -23341,9 +27285,12 @@ check-target-libada:
        (cd $(TARGET_SUBDIR)/libada && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS)  check)
 
+@endif target-libada
 
 .PHONY: install-target-libada maybe-install-target-libada
 maybe-install-target-libada:
+@if target-libada
+maybe-install-target-libada: install-target-libada
 
 install-target-libada: installdirs
        @r=`${PWD_COMMAND}`; export r; \
@@ -23352,11 +27299,14 @@ install-target-libada: installdirs
        (cd $(TARGET_SUBDIR)/libada && \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
 
+@endif target-libada
 
 # Other targets (info, dvi, etc.)
 
 .PHONY: maybe-info-target-libada info-target-libada
 maybe-info-target-libada:
+@if target-libada
+maybe-info-target-libada: info-target-libada
 
 info-target-libada: \
     configure-target-libada 
@@ -23376,9 +27326,12 @@ info-target-libada: \
                  info) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-dvi-target-libada dvi-target-libada
 maybe-dvi-target-libada:
+@if target-libada
+maybe-dvi-target-libada: dvi-target-libada
 
 dvi-target-libada: \
     configure-target-libada 
@@ -23398,9 +27351,12 @@ dvi-target-libada: \
                  dvi) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-TAGS-target-libada TAGS-target-libada
 maybe-TAGS-target-libada:
+@if target-libada
+maybe-TAGS-target-libada: TAGS-target-libada
 
 TAGS-target-libada: \
     configure-target-libada 
@@ -23420,9 +27376,12 @@ TAGS-target-libada: \
                  TAGS) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-install-info-target-libada install-info-target-libada
 maybe-install-info-target-libada:
+@if target-libada
+maybe-install-info-target-libada: install-info-target-libada
 
 install-info-target-libada: \
     configure-target-libada \
@@ -23443,9 +27402,12 @@ install-info-target-libada: \
                  install-info) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-installcheck-target-libada installcheck-target-libada
 maybe-installcheck-target-libada:
+@if target-libada
+maybe-installcheck-target-libada: installcheck-target-libada
 
 installcheck-target-libada: \
     configure-target-libada 
@@ -23465,9 +27427,12 @@ installcheck-target-libada: \
                  installcheck) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-mostlyclean-target-libada mostlyclean-target-libada
 maybe-mostlyclean-target-libada:
+@if target-libada
+maybe-mostlyclean-target-libada: mostlyclean-target-libada
 
 mostlyclean-target-libada: 
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
@@ -23486,9 +27451,12 @@ mostlyclean-target-libada:
                  mostlyclean) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-clean-target-libada clean-target-libada
 maybe-clean-target-libada:
+@if target-libada
+maybe-clean-target-libada: clean-target-libada
 
 clean-target-libada: 
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
@@ -23507,9 +27475,12 @@ clean-target-libada:
                  clean) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-distclean-target-libada distclean-target-libada
 maybe-distclean-target-libada:
+@if target-libada
+maybe-distclean-target-libada: distclean-target-libada
 
 distclean-target-libada: 
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
@@ -23528,9 +27499,12 @@ distclean-target-libada:
                  distclean) \
          || exit 1
 
+@endif target-libada
 
 .PHONY: maybe-maintainer-clean-target-libada maintainer-clean-target-libada
 maybe-maintainer-clean-target-libada:
+@if target-libada
+maybe-maintainer-clean-target-libada: maintainer-clean-target-libada
 
 maintainer-clean-target-libada: 
        @[ -f $(TARGET_SUBDIR)/libada/Makefile ] || exit 0 ; \
@@ -23549,6 +27523,7 @@ maintainer-clean-target-libada:
                  maintainer-clean) \
          || exit 1
 
+@endif target-libada
 
 
 
@@ -23568,6 +27543,8 @@ maintainer-clean-target-libada:
 # We must skip configuring if toplevel bootstrap is going.
 .PHONY: configure-gcc maybe-configure-gcc
 maybe-configure-gcc:
+@if gcc
+maybe-configure-gcc: configure-gcc
 configure-gcc:
        @test ! -f gcc/Makefile || exit 0; \
        [ -f stage_last ] && exit 0; \
@@ -23585,11 +27562,14 @@ configure-gcc:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
        OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
        OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
+       GMPLIBS="$(HOST_GMPLIBS)"; export GMPLIBS; \
+       GMPINC="$(HOST_GMPINC)"; export GMPINC; \
        echo Configuring in gcc; \
        cd gcc || exit 1; \
        case $(srcdir) in \
@@ -23606,12 +27586,15 @@ configure-gcc:
        $(SHELL) $${libsrcdir}/configure \
          $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
+@endif gcc
 
 # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
 # causes trouble.  This wart will be fixed eventually by moving
 # the bootstrap behavior to this file.
 .PHONY: all-gcc maybe-all-gcc
 maybe-all-gcc:
+@if gcc
+maybe-all-gcc: all-gcc
 all-gcc: configure-gcc
        r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
@@ -23624,6 +27607,7 @@ all-gcc: configure-gcc
          $(SET_LIB_PATH) \
          (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
        fi
+@endif gcc
 
 # Building GCC uses some tools for rebuilding "source" files
 # like texinfo, bison/byacc, etc.  So we must depend on those.
@@ -23701,6 +27685,8 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
 
 .PHONY: check-gcc maybe-check-gcc
 maybe-check-gcc:
+@if gcc
+maybe-check-gcc: check-gcc
 check-gcc:
        @if [ -f ./gcc/Makefile ] ; then \
          r=`${PWD_COMMAND}`; export r; \
@@ -23724,9 +27710,12 @@ check-gcc-c++:
 
 .PHONY: check-c++
 check-c++: check-target-libstdc++-v3 check-gcc-c++
+@endif gcc
 
 .PHONY: install-gcc maybe-install-gcc
 maybe-install-gcc:
+@if gcc
+maybe-install-gcc: install-gcc
 install-gcc:
        @if [ -f ./gcc/Makefile ] ; then \
          r=`${PWD_COMMAND}`; export r; \
@@ -23736,6 +27725,7 @@ install-gcc:
        else \
          true; \
        fi
+@endif gcc
 
 # Install the gcc headers files, but not the fixed include files,
 # which Cygnus is not allowed to distribute.  This rule is very
@@ -23762,6 +27752,8 @@ gcc-no-fixedincludes:
 
 .PHONY: maybe-info-gcc info-gcc
 maybe-info-gcc:
+@if gcc
+maybe-info-gcc: info-gcc
 info-gcc: \
     configure-gcc 
        @[ -f ./gcc/Makefile ] || exit 0; \
@@ -23779,10 +27771,13 @@ info-gcc: \
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  info) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-dvi-gcc dvi-gcc
 maybe-dvi-gcc:
+@if gcc
+maybe-dvi-gcc: dvi-gcc
 dvi-gcc: \
     configure-gcc 
        @[ -f ./gcc/Makefile ] || exit 0; \
@@ -23800,10 +27795,13 @@ dvi-gcc: \
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  dvi) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-TAGS-gcc TAGS-gcc
 maybe-TAGS-gcc:
+@if gcc
+maybe-TAGS-gcc: TAGS-gcc
 TAGS-gcc: \
     configure-gcc 
        @[ -f ./gcc/Makefile ] || exit 0; \
@@ -23821,10 +27819,13 @@ TAGS-gcc: \
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  TAGS) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-install-info-gcc install-info-gcc
 maybe-install-info-gcc:
+@if gcc
+maybe-install-info-gcc: install-info-gcc
 install-info-gcc: \
     configure-gcc \
     info-gcc 
@@ -23843,10 +27844,13 @@ install-info-gcc: \
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  install-info) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-installcheck-gcc installcheck-gcc
 maybe-installcheck-gcc:
+@if gcc
+maybe-installcheck-gcc: installcheck-gcc
 installcheck-gcc: \
     configure-gcc 
        @[ -f ./gcc/Makefile ] || exit 0; \
@@ -23864,10 +27868,13 @@ installcheck-gcc: \
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  installcheck) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-mostlyclean-gcc mostlyclean-gcc
 maybe-mostlyclean-gcc:
+@if gcc
+maybe-mostlyclean-gcc: mostlyclean-gcc
 mostlyclean-gcc: 
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
@@ -23884,10 +27891,13 @@ mostlyclean-gcc:
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  mostlyclean) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-clean-gcc clean-gcc
 maybe-clean-gcc:
+@if gcc
+maybe-clean-gcc: clean-gcc
 clean-gcc: 
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
@@ -23904,10 +27914,13 @@ clean-gcc:
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  clean) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-distclean-gcc distclean-gcc
 maybe-distclean-gcc:
+@if gcc
+maybe-distclean-gcc: distclean-gcc
 distclean-gcc: 
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
@@ -23924,10 +27937,13 @@ distclean-gcc:
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  distclean) \
          || exit 1
+@endif gcc
 
 
 .PHONY: maybe-maintainer-clean-gcc maintainer-clean-gcc
 maybe-maintainer-clean-gcc:
+@if gcc
+maybe-maintainer-clean-gcc: maintainer-clean-gcc
 maintainer-clean-gcc: 
        @[ -f ./gcc/Makefile ] || exit 0; \
        r=`${PWD_COMMAND}`; export r; \
@@ -23944,6 +27960,7 @@ maintainer-clean-gcc:
                  "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
                  maintainer-clean) \
          || exit 1
+@endif gcc
 
 
 
@@ -24007,6 +28024,7 @@ configure-stage1-gcc:
        CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -24046,11 +28064,11 @@ all-stage1-gcc: configure-stage1-gcc prebootstrap
        mv stage1-gcc gcc ; \
        cd gcc && \
        $(MAKE) $(GCC_FLAGS_TO_PASS) \
-               CFLAGS="$(STAGE1_CFLAGS)" \
-               || exit 1 ; \
+               CFLAGS="$(STAGE1_CFLAGS)" && $(STAMP) ../all-stage1-gcc ; \
+       result=$$? ; \
        cd .. ; \
        mv gcc stage1-gcc ; \
-       $(STAMP) all-stage1-gcc
+       exit $$result
 
 # TODO: Deal with STAGE_PREFIX (which is only for ada, incidentally)
 # Possibly pass --enable-werror-always (depending on --enable-werror);
@@ -24077,6 +28095,7 @@ configure-stage2-gcc: all-stage1-gcc
        AS="$(AS)"; export AS; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -24121,11 +28140,12 @@ all-stage2-gcc: all-stage1-gcc configure-stage2-gcc
                CC="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/" \
                CC_FOR_BUILD="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/" \
                STAGE_PREFIX=$$r/prev-gcc/ \
-               $(POSTSTAGE1_FLAGS_TO_PASS) || exit 1 ; \
+               $(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage2-gcc ; \
+       result=$$? ; \
        cd .. ; \
        mv prev-gcc stage1-gcc ; \
        mv gcc stage2-gcc ; \
-       $(STAMP) all-stage2-gcc
+       exit $$result
 
 configure-stage3-gcc: all-stage2-gcc
        echo configure-stage3-gcc > stage_last ; \
@@ -24149,6 +28169,7 @@ configure-stage3-gcc: all-stage2-gcc
        AS="$(AS)"; export AS; \
        DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
        LD="$(LD)"; export LD; \
+       LDFLAGS="$(LDFLAGS)"; export LDFLAGS; \
        NM="$(NM)"; export NM; \
        RANLIB="$(RANLIB)"; export RANLIB; \
        WINDRES="$(WINDRES)"; export WINDRES; \
@@ -24187,11 +28208,12 @@ all-stage3-gcc: all-stage2-gcc configure-stage3-gcc
                CC="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/" \
                CC_FOR_BUILD="$(STAGE_CC_WRAPPER) $$r/prev-gcc/xgcc$(exeext) -B$$r/prev-gcc/ -B$(build_tooldir)/bin/" \
                STAGE_PREFIX=$$r/prev-gcc/ \
-               $(POSTSTAGE1_FLAGS_TO_PASS) || exit 1 ; \
+               $(POSTSTAGE1_FLAGS_TO_PASS) && $(STAMP) ../all-stage3-gcc \
+       result=$$? ; \
        cd .. ; \
        mv prev-gcc stage2-gcc ; \
        mv gcc stage3-gcc ; \
-       $(STAMP) all-stage3-gcc
+       exit $$result
 
 # We only want to compare .o files, so set this!
 objext = .o
@@ -24204,8 +28226,8 @@ compare: all-stage3-gcc
        files=`find . -name "*$(objext)" -print` ; \
        cd .. ; \
        for file in $${files} ; do \
-         cmp --ignore-initial=16 $$r/stage2-gcc/$$file $$r/stage3-gcc/$$file \
-             > /dev/null 2>&1; \
+         f1=$$r/stage2-gcc/$$file; f2=$$r/stage3-gcc/$$file; \
+         @do_compare@ > /dev/null 2>&1; \
          test $$? -eq 1 && echo $$file differs >> .bad_compare || true; \
        done ; \
        if [ -f .bad_compare ]; then \
@@ -24226,6 +28248,30 @@ new-bootstrap: compare
        $(MAKE) all ; \
        mv gcc stage3-gcc
 
+new-cleanstrap:
+       rm -rf configure-stage1-gcc all-stage1-gcc stage1-gcc \
+         configure-stage2-gcc all-stage2-gcc stage2-gcc \
+         configure-stage3-gcc all-stage3-gcc stage3-gcc \
+         compare
+       $(MAKE) new-bootstrap
+
+new-restage1:
+       rm -rf all-stage1-gcc \
+         configure-stage2-gcc all-stage2-gcc stage2-gcc \
+         configure-stage3-gcc all-stage3-gcc stage3-gcc \
+         compare
+       $(MAKE) all-stage1-gcc
+
+new-restage2: all-stage1-gcc
+       rm -rf all-stage2-gcc \
+         configure-stage3-gcc all-stage3-gcc stage3-gcc \
+         compare
+       $(MAKE) all-stage2-gcc
+
+new-restage3: all-stage2-gcc
+       rm -rf all-stage3-gcc compare
+       $(MAKE) compare
+
 # --------------------------------------
 # Dependencies between different modules
 # --------------------------------------
@@ -24241,11 +28287,11 @@ new-bootstrap: compare
 # GCC needs to identify certain tools.
 # GCC also needs the information exported by the intl configure script.
 configure-gcc: maybe-configure-intl maybe-configure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex
-all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
+all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib maybe-all-libbanshee
 # This is a slightly kludgy method of getting dependencies on 
 # all-build-libiberty correct; it would be better to build it every time.
-all-gcc: maybe-all-build-libiberty
-all-bootstrap: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib
+all-gcc: maybe-all-build-libiberty maybe-all-libbanshee
+all-bootstrap: maybe-all-binutils maybe-all-bison maybe-all-byacc maybe-all-gas maybe-all-intl maybe-all-ld maybe-all-libbanshee maybe-all-libiberty maybe-all-texinfo maybe-all-zlib 
 
 # Host modules specific to gdb.
 # GDB needs to know that the simulator is being built.
@@ -24318,8 +28364,7 @@ configure-target-boehm-gc: $(ALL_GCC_C) maybe-configure-target-qthreads
 configure-target-fastjar: maybe-configure-target-zlib
 all-target-fastjar: maybe-all-target-zlib maybe-all-target-libiberty
 configure-target-libada: $(ALL_GCC_C)
-configure-target-libf2c: $(ALL_GCC_C)
-all-target-libf2c: maybe-all-target-libiberty
+configure-target-libgfortran: $(ALL_GCC_C)
 configure-target-libffi: $(ALL_GCC_C) 
 configure-target-libjava: $(ALL_GCC_C) maybe-configure-target-zlib maybe-configure-target-boehm-gc maybe-configure-target-qthreads maybe-configure-target-libffi
 all-target-libjava: maybe-all-fastjar maybe-all-target-zlib maybe-all-target-boehm-gc maybe-all-target-qthreads maybe-all-target-libffi
@@ -24345,10 +28390,6 @@ configure-target-gperf: $(ALL_GCC_CXX)
 all-target-gperf: maybe-all-target-libiberty maybe-all-target-libstdc++-v3
 configure-target-qthreads: $(ALL_GCC_C)
 
-# Dependencies of maybe-foo on foo.  These are used because, for example,
-# all-gcc only depends on all-gas if gas is present and being configured.
-@maybe_dependencies@
-
 # Serialization dependencies.  Host configures don't work well in parallel to
 # each other, due to contention over config.cache.  Target configures and 
 # build configures are similar.