summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-05-21 19:08:54 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2004-05-21 19:08:54 +0000
commita7e609d6a985d400639b3daac1755b64023fc664 (patch)
treecb3be8f35900941d02b58edfd58579df9a024480 /Makefile.in
parentbfa768973cc0b0d0cdc74ccb09b494e24016a4a1 (diff)
downloadcygnal-a7e609d6a985d400639b3daac1755b64023fc664.tar.gz
cygnal-a7e609d6a985d400639b3daac1755b64023fc664.tar.bz2
cygnal-a7e609d6a985d400639b3daac1755b64023fc664.zip
2004-05-21 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl: Whenever a recursive target is defined, wrap it in a special @if/@endif block, and prepare its maybe dependency in the @if/@endif block * configure.in: Instead of writing maybe dependencies, remove the @if/@endif statements, and remove the @if/@endif blocks that remain. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3292
1 files changed, 3288 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index f024943dc..ecd94f058 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1938,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 ; \
@@ -1998,16 +2000,22 @@ 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 ; \
@@ -2068,13 +2076,17 @@ configure-build-libbanshee:
$(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
# --------------------------------------
@@ -2083,6 +2095,8 @@ all-build-libbanshee: configure-build-libbanshee
.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; \
@@ -2120,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; \
@@ -2138,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; \
@@ -2148,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
@@ -2172,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
@@ -2194,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
@@ -2216,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 \
@@ -2239,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
@@ -2261,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; \
@@ -2282,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; \
@@ -2303,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; \
@@ -2324,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; \
@@ -2345,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; \
@@ -2386,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; \
@@ -2404,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; \
@@ -2414,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
@@ -2438,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
@@ -2460,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
@@ -2482,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 \
@@ -2505,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
@@ -2527,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; \
@@ -2548,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; \
@@ -2569,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; \
@@ -2590,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; \
@@ -2611,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; \
@@ -2652,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; \
@@ -2670,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; \
@@ -2680,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
@@ -2704,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
@@ -2726,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
@@ -2748,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 \
@@ -2771,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
@@ -2793,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; \
@@ -2814,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; \
@@ -2835,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; \
@@ -2856,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; \
@@ -2877,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; \
@@ -2918,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; \
@@ -2936,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; \
@@ -2946,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
@@ -2970,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
@@ -2992,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
@@ -3014,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 \
@@ -3037,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
@@ -3059,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; \
@@ -3080,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; \
@@ -3101,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; \
@@ -3122,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; \
@@ -3143,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; \
@@ -3184,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; \
@@ -3202,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; \
@@ -3212,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
@@ -3236,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
@@ -3258,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
@@ -3280,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 \
@@ -3303,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
@@ -3325,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; \
@@ -3346,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; \
@@ -3367,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; \
@@ -3388,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; \
@@ -3409,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; \
@@ -3450,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; \
@@ -3468,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; \
@@ -3478,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
@@ -3502,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
@@ -3524,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
@@ -3546,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 \
@@ -3569,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
@@ -3591,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; \
@@ -3612,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; \
@@ -3633,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; \
@@ -3654,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; \
@@ -3675,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; \
@@ -3716,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; \
@@ -3734,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; \
@@ -3744,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
@@ -3768,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
@@ -3790,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
@@ -3812,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 \
@@ -3835,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
@@ -3857,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; \
@@ -3878,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; \
@@ -3899,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; \
@@ -3920,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; \
@@ -3941,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; \
@@ -3982,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:
@@ -4003,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; \
@@ -4013,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
@@ -4037,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
@@ -4059,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
@@ -4081,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 \
@@ -4104,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
@@ -4126,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; \
@@ -4147,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; \
@@ -4168,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; \
@@ -4189,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; \
@@ -4210,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; \
@@ -4251,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:
@@ -4272,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; \
@@ -4282,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
@@ -4306,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
@@ -4328,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
@@ -4350,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 \
@@ -4373,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
@@ -4395,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; \
@@ -4416,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; \
@@ -4437,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; \
@@ -4458,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; \
@@ -4479,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; \
@@ -4520,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; \
@@ -4538,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; \
@@ -4548,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
@@ -4572,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
@@ -4594,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
@@ -4616,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 \
@@ -4639,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
@@ -4661,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; \
@@ -4682,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; \
@@ -4703,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; \
@@ -4724,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; \
@@ -4745,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; \
@@ -4786,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; \
@@ -4804,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; \
@@ -4814,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
@@ -4838,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
@@ -4860,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
@@ -4882,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 \
@@ -4905,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
@@ -4927,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; \
@@ -4948,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; \
@@ -4969,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; \
@@ -4990,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; \
@@ -5011,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; \
@@ -5052,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; \
@@ -5070,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; \
@@ -5080,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
@@ -5104,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
@@ -5126,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
@@ -5148,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 \
@@ -5171,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
@@ -5193,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; \
@@ -5214,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; \
@@ -5235,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; \
@@ -5256,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; \
@@ -5277,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; \
@@ -5318,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; \
@@ -5342,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
@@ -5366,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
@@ -5388,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
@@ -5410,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 \
@@ -5433,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
@@ -5455,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; \
@@ -5476,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; \
@@ -5497,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; \
@@ -5518,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; \
@@ -5539,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; \
@@ -5580,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; \
@@ -5598,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; \
@@ -5608,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
@@ -5632,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
@@ -5654,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
@@ -5676,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 \
@@ -5699,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
@@ -5721,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; \
@@ -5742,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; \
@@ -5763,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; \
@@ -5784,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; \
@@ -5805,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; \
@@ -5846,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:
@@ -5867,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; \
@@ -5877,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
@@ -5901,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
@@ -5923,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
@@ -5945,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 \
@@ -5968,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
@@ -5990,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; \
@@ -6011,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; \
@@ -6032,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; \
@@ -6053,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; \
@@ -6074,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; \
@@ -6115,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; \
@@ -6133,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; \
@@ -6143,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
@@ -6167,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
@@ -6189,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
@@ -6211,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 \
@@ -6234,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
@@ -6256,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; \
@@ -6277,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; \
@@ -6298,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; \
@@ -6319,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; \
@@ -6340,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; \
@@ -6381,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; \
@@ -6399,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; \
@@ -6409,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
@@ -6433,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
@@ -6455,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
@@ -6477,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 \
@@ -6500,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
@@ -6522,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; \
@@ -6543,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; \
@@ -6564,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; \
@@ -6585,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; \
@@ -6606,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; \
@@ -6647,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; \
@@ -6665,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; \
@@ -6675,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
@@ -6699,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
@@ -6721,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
@@ -6743,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 \
@@ -6766,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
@@ -6788,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; \
@@ -6809,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; \
@@ -6830,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; \
@@ -6851,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; \
@@ -6872,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; \
@@ -6913,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:
@@ -6934,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; \
@@ -6944,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
@@ -6968,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
@@ -6990,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
@@ -7012,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 \
@@ -7035,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
@@ -7057,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; \
@@ -7078,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; \
@@ -7099,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; \
@@ -7120,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; \
@@ -7141,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; \
@@ -7182,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; \
@@ -7200,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; \
@@ -7210,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
@@ -7234,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
@@ -7256,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
@@ -7278,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 \
@@ -7301,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
@@ -7323,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; \
@@ -7344,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; \
@@ -7365,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; \
@@ -7386,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; \
@@ -7407,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; \
@@ -7448,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; \
@@ -7466,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; \
@@ -7476,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
@@ -7500,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
@@ -7522,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
@@ -7544,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 \
@@ -7567,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
@@ -7589,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; \
@@ -7610,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; \
@@ -7631,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; \
@@ -7652,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; \
@@ -7673,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; \
@@ -7714,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; \
@@ -7732,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; \
@@ -7742,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
@@ -7766,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
@@ -7788,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
@@ -7810,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 \
@@ -7833,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
@@ -7855,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; \
@@ -7876,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; \
@@ -7897,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; \
@@ -7918,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; \
@@ -7939,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; \
@@ -7980,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; \
@@ -7998,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; \
@@ -8008,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
@@ -8032,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
@@ -8054,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
@@ -8076,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 \
@@ -8099,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
@@ -8121,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; \
@@ -8142,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; \
@@ -8163,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; \
@@ -8184,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; \
@@ -8205,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; \
@@ -8246,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; \
@@ -8264,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; \
@@ -8274,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
@@ -8298,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
@@ -8320,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
@@ -8342,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 \
@@ -8365,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
@@ -8387,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; \
@@ -8408,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; \
@@ -8429,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; \
@@ -8450,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; \
@@ -8471,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; \
@@ -8512,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; \
@@ -8530,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; \
@@ -8540,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
@@ -8564,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
@@ -8586,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
@@ -8608,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 \
@@ -8631,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
@@ -8653,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; \
@@ -8674,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; \
@@ -8695,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; \
@@ -8716,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; \
@@ -8737,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; \
@@ -8778,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; \
@@ -8796,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; \
@@ -8806,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
@@ -8830,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
@@ -8852,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
@@ -8874,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 \
@@ -8897,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
@@ -8919,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; \
@@ -8940,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; \
@@ -8961,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; \
@@ -8982,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; \
@@ -9003,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; \
@@ -9044,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; \
@@ -9062,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; \
@@ -9072,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
@@ -9096,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
@@ -9118,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
@@ -9140,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 \
@@ -9163,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
@@ -9185,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; \
@@ -9206,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; \
@@ -9227,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; \
@@ -9248,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; \
@@ -9269,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; \
@@ -9310,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; \
@@ -9328,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; \
@@ -9338,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
@@ -9362,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
@@ -9384,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
@@ -9406,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 \
@@ -9429,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
@@ -9451,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; \
@@ -9472,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; \
@@ -9493,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; \
@@ -9514,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; \
@@ -9535,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; \
@@ -9576,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; \
@@ -9594,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; \
@@ -9604,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
@@ -9628,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
@@ -9650,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
@@ -9672,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 \
@@ -9695,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
@@ -9717,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; \
@@ -9745,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; \
@@ -9766,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; \
@@ -9787,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; \
@@ -9828,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; \
@@ -9846,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; \
@@ -9856,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
@@ -9880,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
@@ -9902,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
@@ -9924,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 \
@@ -9947,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
@@ -9969,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; \
@@ -9990,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; \
@@ -10011,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; \
@@ -10032,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; \
@@ -10053,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; \
@@ -10094,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; \
@@ -10112,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; \
@@ -10122,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
@@ -10146,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
@@ -10168,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
@@ -10190,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 \
@@ -10213,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
@@ -10235,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; \
@@ -10256,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; \
@@ -10277,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; \
@@ -10298,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; \
@@ -10319,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; \
@@ -10360,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; \
@@ -10378,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; \
@@ -10388,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
@@ -10412,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
@@ -10434,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
@@ -10456,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 \
@@ -10479,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
@@ -10501,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; \
@@ -10522,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; \
@@ -10543,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; \
@@ -10564,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; \
@@ -10585,10 +11844,13 @@ 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; \
@@ -10626,17 +11888,23 @@ configure-libbanshee:
$(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; \
@@ -10644,17 +11912,23 @@ check-libbanshee:
$(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
@@ -10674,9 +11948,12 @@ info-libbanshee: \
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
@@ -10696,9 +11973,12 @@ dvi-libbanshee: \
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
@@ -10718,9 +11998,12 @@ TAGS-libbanshee: \
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 \
@@ -10741,9 +12024,12 @@ install-info-libbanshee: \
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
@@ -10763,9 +12049,12 @@ installcheck-libbanshee: \
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; \
@@ -10784,9 +12073,12 @@ mostlyclean-libbanshee:
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; \
@@ -10805,9 +12097,12 @@ clean-libbanshee:
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; \
@@ -10826,9 +12121,12 @@ distclean-libbanshee:
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; \
@@ -10847,10 +12145,13 @@ maintainer-clean-libbanshee:
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; \
@@ -10888,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; \
@@ -10906,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; \
@@ -10916,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
@@ -10940,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
@@ -10962,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
@@ -10984,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 \
@@ -11007,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
@@ -11029,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; \
@@ -11050,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; \
@@ -11071,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; \
@@ -11092,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; \
@@ -11113,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; \
@@ -11154,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; \
@@ -11172,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; \
@@ -11182,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
@@ -11206,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
@@ -11228,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
@@ -11250,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 \
@@ -11273,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
@@ -11295,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; \
@@ -11316,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; \
@@ -11337,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; \
@@ -11358,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; \
@@ -11379,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; \
@@ -11420,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; \
@@ -11438,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; \
@@ -11448,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
@@ -11472,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
@@ -11494,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
@@ -11516,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 \
@@ -11539,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
@@ -11561,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; \
@@ -11582,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; \
@@ -11603,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; \
@@ -11624,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; \
@@ -11645,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; \
@@ -11686,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; \
@@ -11704,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; \
@@ -11714,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
@@ -11738,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
@@ -11760,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
@@ -11782,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 \
@@ -11805,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
@@ -11827,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; \
@@ -11848,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; \
@@ -11869,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; \
@@ -11890,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; \
@@ -11911,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; \
@@ -11952,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; \
@@ -11976,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
@@ -12000,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
@@ -12022,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
@@ -12044,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 \
@@ -12067,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
@@ -12089,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; \
@@ -12110,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; \
@@ -12131,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; \
@@ -12152,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; \
@@ -12173,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; \
@@ -12214,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; \
@@ -12232,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; \
@@ -12242,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
@@ -12266,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
@@ -12288,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
@@ -12310,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 \
@@ -12333,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
@@ -12355,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; \
@@ -12376,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; \
@@ -12397,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; \
@@ -12418,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; \
@@ -12439,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; \
@@ -12480,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; \
@@ -12498,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; \
@@ -12508,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
@@ -12532,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
@@ -12554,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
@@ -12576,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 \
@@ -12599,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
@@ -12621,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; \
@@ -12642,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; \
@@ -12663,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; \
@@ -12684,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; \
@@ -12705,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; \
@@ -12746,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; \
@@ -12764,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; \
@@ -12774,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
@@ -12798,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
@@ -12820,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
@@ -12842,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 \
@@ -12865,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
@@ -12887,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; \
@@ -12908,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; \
@@ -12929,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; \
@@ -12950,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; \
@@ -12971,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; \
@@ -13012,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; \
@@ -13030,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; \
@@ -13040,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
@@ -13064,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
@@ -13086,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
@@ -13108,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 \
@@ -13131,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
@@ -13153,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; \
@@ -13174,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; \
@@ -13195,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; \
@@ -13216,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; \
@@ -13237,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; \
@@ -13278,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; \
@@ -13296,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; \
@@ -13306,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
@@ -13330,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
@@ -13352,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
@@ -13374,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 \
@@ -13397,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
@@ -13419,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; \
@@ -13440,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; \
@@ -13461,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; \
@@ -13482,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; \
@@ -13503,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; \
@@ -13544,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
@@ -13588,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
@@ -13610,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
@@ -13632,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 \
@@ -13655,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
@@ -13677,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; \
@@ -13698,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; \
@@ -13719,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; \
@@ -13740,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; \
@@ -13761,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; \
@@ -13802,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; \
@@ -13820,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; \
@@ -13830,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
@@ -13854,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
@@ -13876,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
@@ -13898,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 \
@@ -13921,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
@@ -13943,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; \
@@ -13964,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; \
@@ -13985,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; \
@@ -14006,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; \
@@ -14027,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; \
@@ -14068,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; \
@@ -14086,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; \
@@ -14096,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
@@ -14120,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
@@ -14142,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
@@ -14164,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 \
@@ -14187,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
@@ -14209,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; \
@@ -14230,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; \
@@ -14251,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; \
@@ -14272,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; \
@@ -14293,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; \
@@ -14334,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; \
@@ -14352,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; \
@@ -14362,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
@@ -14386,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
@@ -14408,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
@@ -14430,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 \
@@ -14453,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
@@ -14475,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; \
@@ -14496,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; \
@@ -14517,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; \
@@ -14538,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; \
@@ -14559,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; \
@@ -14600,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; \
@@ -14618,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; \
@@ -14628,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
@@ -14652,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
@@ -14674,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
@@ -14696,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 \
@@ -14719,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
@@ -14741,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; \
@@ -14762,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; \
@@ -14783,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; \
@@ -14804,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; \
@@ -14825,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; \
@@ -14866,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; \
@@ -14884,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; \
@@ -14894,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
@@ -14918,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
@@ -14940,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
@@ -14962,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 \
@@ -14985,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
@@ -15007,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; \
@@ -15028,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; \
@@ -15049,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; \
@@ -15070,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; \
@@ -15091,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; \
@@ -15132,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; \
@@ -15150,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; \
@@ -15160,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
@@ -15184,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
@@ -15206,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
@@ -15228,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 \
@@ -15251,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
@@ -15273,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; \
@@ -15294,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; \
@@ -15315,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; \
@@ -15336,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; \
@@ -15357,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; \
@@ -15398,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; \
@@ -15416,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; \
@@ -15426,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
@@ -15450,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
@@ -15472,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
@@ -15494,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 \
@@ -15517,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
@@ -15539,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; \
@@ -15560,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; \
@@ -15581,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; \
@@ -15602,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; \
@@ -15623,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; \
@@ -15664,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; \
@@ -15682,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
@@ -15712,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
@@ -15734,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
@@ -15756,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 \
@@ -15779,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
@@ -15801,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; \
@@ -15822,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; \
@@ -15843,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; \
@@ -15864,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; \
@@ -15885,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; \
@@ -15926,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; \
@@ -15944,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; \
@@ -15954,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
@@ -15978,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
@@ -16000,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
@@ -16022,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 \
@@ -16045,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
@@ -16067,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; \
@@ -16088,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; \
@@ -16109,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; \
@@ -16130,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; \
@@ -16151,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; \
@@ -16192,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; \
@@ -16210,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; \
@@ -16220,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
@@ -16244,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
@@ -16266,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
@@ -16288,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 \
@@ -16311,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
@@ -16333,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; \
@@ -16354,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; \
@@ -16375,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; \
@@ -16396,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; \
@@ -16417,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; \
@@ -16458,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; \
@@ -16476,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; \
@@ -16486,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
@@ -16510,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
@@ -16532,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
@@ -16554,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 \
@@ -16577,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
@@ -16599,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; \
@@ -16620,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; \
@@ -16641,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; \
@@ -16662,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; \
@@ -16683,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; \
@@ -16724,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; \
@@ -16742,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; \
@@ -16752,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
@@ -16776,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
@@ -16798,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
@@ -16820,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 \
@@ -16843,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
@@ -16865,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; \
@@ -16886,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; \
@@ -16907,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; \
@@ -16928,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; \
@@ -16949,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; \
@@ -16990,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:
@@ -17011,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; \
@@ -17021,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
@@ -17045,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
@@ -17067,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
@@ -17089,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 \
@@ -17112,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
@@ -17134,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; \
@@ -17155,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; \
@@ -17176,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; \
@@ -17197,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; \
@@ -17218,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; \
@@ -17259,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
@@ -17303,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
@@ -17325,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
@@ -17347,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 \
@@ -17370,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
@@ -17392,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; \
@@ -17413,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; \
@@ -17434,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; \
@@ -17455,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; \
@@ -17476,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; \
@@ -17517,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; \
@@ -17535,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; \
@@ -17545,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
@@ -17569,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
@@ -17591,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
@@ -17613,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 \
@@ -17636,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
@@ -17658,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; \
@@ -17679,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; \
@@ -17700,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; \
@@ -17721,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; \
@@ -17742,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; \
@@ -17783,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; \
@@ -17801,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; \
@@ -17811,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
@@ -17835,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
@@ -17857,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
@@ -17879,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 \
@@ -17902,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
@@ -17924,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; \
@@ -17945,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; \
@@ -17966,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; \
@@ -17987,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; \
@@ -18008,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; \
@@ -18049,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; \
@@ -18067,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; \
@@ -18077,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
@@ -18101,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
@@ -18123,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
@@ -18145,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 \
@@ -18168,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
@@ -18190,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; \
@@ -18211,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; \
@@ -18232,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; \
@@ -18253,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; \
@@ -18274,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; \
@@ -18315,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; \
@@ -18333,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; \
@@ -18343,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
@@ -18367,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
@@ -18389,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
@@ -18411,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 \
@@ -18434,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
@@ -18456,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; \
@@ -18477,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; \
@@ -18498,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; \
@@ -18519,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; \
@@ -18540,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; \
@@ -18581,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; \
@@ -18599,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; \
@@ -18609,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
@@ -18633,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
@@ -18655,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
@@ -18677,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 \
@@ -18700,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
@@ -18722,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; \
@@ -18743,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; \
@@ -18764,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; \
@@ -18785,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; \
@@ -18806,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; \
@@ -18847,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; \
@@ -18871,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
@@ -18895,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
@@ -18917,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
@@ -18939,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 \
@@ -18962,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
@@ -18984,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; \
@@ -19053,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; \
@@ -19077,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
@@ -19101,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
@@ -19123,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
@@ -19145,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 \
@@ -19168,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
@@ -19190,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; \
@@ -19211,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; \
@@ -19232,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; \
@@ -19253,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; \
@@ -19274,6 +21820,7 @@ maintainer-clean-utils:
maintainer-clean) \
|| exit 1
+@endif utils
@@ -19283,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
@@ -19331,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; \
@@ -19351,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; \
@@ -19362,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
@@ -19386,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
@@ -19408,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
@@ -19430,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 \
@@ -19453,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
@@ -19475,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 ; \
@@ -19496,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 ; \
@@ -19517,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 ; \
@@ -19538,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 ; \
@@ -19559,10 +22144,13 @@ 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
@@ -19610,18 +22198,24 @@ configure-target-libmudflap: $(TARGET_SUBDIR)/libmudflap/multilib.out
$(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; \
@@ -19630,9 +22224,12 @@ check-target-libmudflap:
(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; \
@@ -19641,11 +22238,14 @@ install-target-libmudflap: installdirs
(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
@@ -19665,9 +22265,12 @@ info-target-libmudflap: \
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
@@ -19687,9 +22290,12 @@ dvi-target-libmudflap: \
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
@@ -19709,9 +22315,12 @@ TAGS-target-libmudflap: \
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 \
@@ -19732,9 +22341,12 @@ install-info-target-libmudflap: \
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
@@ -19754,9 +22366,12 @@ installcheck-target-libmudflap: \
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 ; \
@@ -19775,9 +22390,12 @@ mostlyclean-target-libmudflap:
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 ; \
@@ -19796,9 +22414,12 @@ clean-target-libmudflap:
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 ; \
@@ -19817,9 +22438,12 @@ distclean-target-libmudflap:
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 ; \
@@ -19838,10 +22462,13 @@ maintainer-clean-target-libmudflap:
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
@@ -19889,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; \
@@ -19909,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; \
@@ -19920,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
@@ -19944,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
@@ -19966,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
@@ -19988,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 \
@@ -20011,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
@@ -20033,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 ; \
@@ -20054,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 ; \
@@ -20075,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 ; \
@@ -20096,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 ; \
@@ -20117,10 +22780,13 @@ maintainer-clean-target-newlib:
maintainer-clean) \
|| exit 1
+@endif target-newlib
.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)/libgfortran/multilib.out: multilib.out
@@ -20168,18 +22834,24 @@ configure-target-libgfortran: $(TARGET_SUBDIR)/libgfortran/multilib.out
$(TARGET_CONFIGARGS) $${srcdiroption} \
--with-target-subdir="$(TARGET_SUBDIR)" \
|| exit 1
+@endif target-libgfortran
.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)/libgfortran && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) all)
+@endif target-libgfortran
.PHONY: check-target-libgfortran maybe-check-target-libgfortran
maybe-check-target-libgfortran:
+@if target-libgfortran
+maybe-check-target-libgfortran: check-target-libgfortran
check-target-libgfortran:
@r=`${PWD_COMMAND}`; export r; \
@@ -20188,9 +22860,12 @@ check-target-libgfortran:
(cd $(TARGET_SUBDIR)/libgfortran && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) check)
+@endif target-libgfortran
.PHONY: install-target-libgfortran maybe-install-target-libgfortran
maybe-install-target-libgfortran:
+@if target-libgfortran
+maybe-install-target-libgfortran: install-target-libgfortran
install-target-libgfortran: installdirs
@r=`${PWD_COMMAND}`; export r; \
@@ -20199,11 +22874,14 @@ install-target-libgfortran: installdirs
(cd $(TARGET_SUBDIR)/libgfortran && \
$(MAKE) $(TARGET_FLAGS_TO_PASS) install)
+@endif target-libgfortran
# Other targets (info, dvi, etc.)
.PHONY: maybe-info-target-libgfortran info-target-libgfortran
maybe-info-target-libgfortran:
+@if target-libgfortran
+maybe-info-target-libgfortran: info-target-libgfortran
info-target-libgfortran: \
configure-target-libgfortran
@@ -20223,9 +22901,12 @@ info-target-libgfortran: \
info) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-dvi-target-libgfortran dvi-target-libgfortran
maybe-dvi-target-libgfortran:
+@if target-libgfortran
+maybe-dvi-target-libgfortran: dvi-target-libgfortran
dvi-target-libgfortran: \
configure-target-libgfortran
@@ -20245,9 +22926,12 @@ dvi-target-libgfortran: \
dvi) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-TAGS-target-libgfortran TAGS-target-libgfortran
maybe-TAGS-target-libgfortran:
+@if target-libgfortran
+maybe-TAGS-target-libgfortran: TAGS-target-libgfortran
TAGS-target-libgfortran: \
configure-target-libgfortran
@@ -20267,9 +22951,12 @@ TAGS-target-libgfortran: \
TAGS) \
|| exit 1
+@endif target-libgfortran
.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-libgfortran: \
configure-target-libgfortran \
@@ -20290,9 +22977,12 @@ install-info-target-libgfortran: \
install-info) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-installcheck-target-libgfortran installcheck-target-libgfortran
maybe-installcheck-target-libgfortran:
+@if target-libgfortran
+maybe-installcheck-target-libgfortran: installcheck-target-libgfortran
installcheck-target-libgfortran: \
configure-target-libgfortran
@@ -20312,9 +23002,12 @@ installcheck-target-libgfortran: \
installcheck) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-mostlyclean-target-libgfortran mostlyclean-target-libgfortran
maybe-mostlyclean-target-libgfortran:
+@if target-libgfortran
+maybe-mostlyclean-target-libgfortran: mostlyclean-target-libgfortran
mostlyclean-target-libgfortran:
@[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
@@ -20333,9 +23026,12 @@ mostlyclean-target-libgfortran:
mostlyclean) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-clean-target-libgfortran clean-target-libgfortran
maybe-clean-target-libgfortran:
+@if target-libgfortran
+maybe-clean-target-libgfortran: clean-target-libgfortran
clean-target-libgfortran:
@[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
@@ -20354,9 +23050,12 @@ clean-target-libgfortran:
clean) \
|| exit 1
+@endif target-libgfortran
.PHONY: maybe-distclean-target-libgfortran distclean-target-libgfortran
maybe-distclean-target-libgfortran:
+@if target-libgfortran
+maybe-distclean-target-libgfortran: distclean-target-libgfortran
distclean-target-libgfortran:
@[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
@@ -20375,9 +23074,12 @@ distclean-target-libgfortran:
distclean) \
|| exit 1
+@endif target-libgfortran
.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-libgfortran:
@[ -f $(TARGET_SUBDIR)/libgfortran/Makefile ] || exit 0 ; \
@@ -20396,10 +23098,13 @@ maintainer-clean-target-libgfortran:
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
@@ -20447,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; \
@@ -20467,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; \
@@ -20478,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
@@ -20502,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
@@ -20524,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
@@ -20546,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 \
@@ -20569,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
@@ -20591,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 ; \
@@ -20612,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 ; \
@@ -20633,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 ; \
@@ -20654,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 ; \
@@ -20675,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
@@ -20748,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; \
@@ -20775,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
@@ -20799,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
@@ -20821,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
@@ -20843,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 \
@@ -20866,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
@@ -20888,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
@@ -20967,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; \
@@ -20987,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; \
@@ -20998,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
@@ -21022,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
@@ -21044,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
@@ -21066,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 \
@@ -21089,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
@@ -21111,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 ; \
@@ -21132,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 ; \
@@ -21153,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 ; \
@@ -21174,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 ; \
@@ -21195,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
@@ -21246,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; \
@@ -21273,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
@@ -21297,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
@@ -21319,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
@@ -21341,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 \
@@ -21364,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
@@ -21386,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 ; \
@@ -21407,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 ; \
@@ -21428,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 ; \
@@ -21449,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 ; \
@@ -21470,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
@@ -21521,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; \
@@ -21541,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; \
@@ -21552,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
@@ -21576,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
@@ -21598,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
@@ -21620,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 \
@@ -21643,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
@@ -21665,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 ; \
@@ -21686,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 ; \
@@ -21707,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 ; \
@@ -21728,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 ; \
@@ -21749,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
@@ -21800,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; \
@@ -21820,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; \
@@ -21831,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
@@ -21855,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
@@ -21877,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
@@ -21899,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 \
@@ -21922,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
@@ -21944,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 ; \
@@ -21965,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 ; \
@@ -21986,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 ; \
@@ -22007,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 ; \
@@ -22028,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
@@ -22079,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
@@ -22126,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
@@ -22148,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
@@ -22170,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 \
@@ -22193,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
@@ -22215,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 ; \
@@ -22236,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 ; \
@@ -22257,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 ; \
@@ -22278,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 ; \
@@ -22299,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
@@ -22350,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; \
@@ -22370,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; \
@@ -22381,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
@@ -22405,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
@@ -22427,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
@@ -22449,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 \
@@ -22472,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
@@ -22494,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 ; \
@@ -22515,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 ; \
@@ -22536,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 ; \
@@ -22557,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 ; \
@@ -22578,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
@@ -22630,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; \
@@ -22650,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; \
@@ -22661,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
@@ -22685,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
@@ -22707,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
@@ -22729,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 \
@@ -22752,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
@@ -22774,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 ; \
@@ -22795,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 ; \
@@ -22816,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 ; \
@@ -22837,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 ; \
@@ -22858,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
@@ -22931,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; \
@@ -22951,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; \
@@ -22962,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
@@ -22986,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
@@ -23008,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
@@ -23030,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 \
@@ -23053,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
@@ -23075,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 ; \
@@ -23096,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 ; \
@@ -23117,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 ; \
@@ -23138,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 ; \
@@ -23159,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
@@ -23210,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; \
@@ -23230,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; \
@@ -23241,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
@@ -23265,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
@@ -23287,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
@@ -23309,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 \
@@ -23332,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
@@ -23354,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 ; \
@@ -23375,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 ; \
@@ -23396,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 ; \
@@ -23417,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 ; \
@@ -23438,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
@@ -23489,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; \
@@ -23509,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; \
@@ -23520,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
@@ -23544,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
@@ -23566,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
@@ -23588,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 \
@@ -23611,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
@@ -23633,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 ; \
@@ -23654,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 ; \
@@ -23675,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 ; \
@@ -23696,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 ; \
@@ -23717,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
@@ -23768,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; \
@@ -23788,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; \
@@ -23799,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
@@ -23823,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
@@ -23845,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
@@ -23867,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 \
@@ -23890,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
@@ -23912,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 ; \
@@ -23933,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 ; \
@@ -23954,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 ; \
@@ -23975,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 ; \
@@ -23996,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
@@ -24047,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; \
@@ -24067,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; \
@@ -24078,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
@@ -24102,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
@@ -24124,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
@@ -24146,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 \
@@ -24169,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
@@ -24191,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 ; \
@@ -24212,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 ; \
@@ -24233,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 ; \
@@ -24254,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 ; \
@@ -24275,6 +27523,7 @@ maintainer-clean-target-libada:
maintainer-clean) \
|| exit 1
+@endif target-libada
@@ -24294,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; \
@@ -24335,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; \
@@ -24353,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.
@@ -24430,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; \
@@ -24453,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; \
@@ -24465,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
@@ -24491,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; \
@@ -24508,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; \
@@ -24529,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; \
@@ -24550,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
@@ -24572,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; \
@@ -24593,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; \
@@ -24613,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; \
@@ -24633,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; \
@@ -24653,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; \
@@ -24673,6 +27960,7 @@ maintainer-clean-gcc:
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
maintainer-clean) \
|| exit 1
+@endif gcc
@@ -25102,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.