Lines Matching refs:rda

628     maybe-configure-target-rda \
747 maybe-all-target-rda \
854 maybe-info-target-rda \
956 maybe-dvi-target-rda \
1058 maybe-html-target-rda \
1160 maybe-TAGS-target-rda \
1262 maybe-install-info-target-rda \
1364 maybe-installcheck-target-rda \
1466 maybe-mostlyclean-target-rda \
1568 maybe-clean-target-rda \
1670 maybe-distclean-target-rda \
1772 maybe-maintainer-clean-target-rda \
1930 maybe-check-target-rda \
2129 maybe-install-target-rda \
34049 @if target-rda
34050 $(TARGET_SUBDIR)/rda/multilib.out: multilib.out
34051 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/rda ; \
34052 rm -f $(TARGET_SUBDIR)/rda/Makefile || : ; \
34053 cp multilib.out $(TARGET_SUBDIR)/rda/multilib.out
34054 @endif target-rda
34058 .PHONY: configure-target-rda maybe-configure-target-rda
34059 maybe-configure-target-rda:
34060 @if target-rda
34061 maybe-configure-target-rda: configure-target-rda
34062 configure-target-rda: $(TARGET_SUBDIR)/rda/multilib.out
34064 @test ! -f $(TARGET_SUBDIR)/rda/Makefile || exit 0; \
34065 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/rda ; \
34069 echo Configuring in $(TARGET_SUBDIR)/rda; \
34070 cd "$(TARGET_SUBDIR)/rda" || exit 1; \
34073 *) topdir=`echo $(TARGET_SUBDIR)/rda/ | \
34076 srcdiroption="--srcdir=$${topdir}/rda"; \
34077 libsrcdir="$$s/rda"; \
34082 @endif target-rda
34088 .PHONY: all-target-rda maybe-all-target-rda
34089 maybe-all-target-rda:
34090 @if target-rda
34091 TARGET-target-rda=all
34092 maybe-all-target-rda: all-target-rda
34093 all-target-rda: configure-target-rda
34098 (cd $(TARGET_SUBDIR)/rda && \
34099 $(MAKE) $(TARGET_FLAGS_TO_PASS) $(TARGET-target-rda))
34100 @endif target-rda
34106 .PHONY: check-target-rda maybe-check-target-rda
34107 maybe-check-target-rda:
34108 @if target-rda
34109 maybe-check-target-rda: check-target-rda
34111 check-target-rda:
34116 (cd $(TARGET_SUBDIR)/rda && \
34119 @endif target-rda
34121 .PHONY: install-target-rda maybe-install-target-rda
34122 maybe-install-target-rda:
34123 @if target-rda
34124 maybe-install-target-rda: install-target-rda
34126 install-target-rda: installdirs
34131 (cd $(TARGET_SUBDIR)/rda && \
34134 @endif target-rda
34138 .PHONY: maybe-info-target-rda info-target-rda
34139 maybe-info-target-rda:
34140 @if target-rda
34141 maybe-info-target-rda: info-target-rda
34143 info-target-rda: \
34144 configure-target-rda
34146 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34150 echo "Doing info in $(TARGET_SUBDIR)/rda" ; \
34154 (cd $(TARGET_SUBDIR)/rda && \
34162 @endif target-rda
34164 .PHONY: maybe-dvi-target-rda dvi-target-rda
34165 maybe-dvi-target-rda:
34166 @if target-rda
34167 maybe-dvi-target-rda: dvi-target-rda
34169 dvi-target-rda: \
34170 configure-target-rda
34172 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34176 echo "Doing dvi in $(TARGET_SUBDIR)/rda" ; \
34180 (cd $(TARGET_SUBDIR)/rda && \
34188 @endif target-rda
34190 .PHONY: maybe-html-target-rda html-target-rda
34191 maybe-html-target-rda:
34192 @if target-rda
34193 maybe-html-target-rda: html-target-rda
34195 html-target-rda: \
34196 configure-target-rda
34198 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34202 echo "Doing html in $(TARGET_SUBDIR)/rda" ; \
34206 (cd $(TARGET_SUBDIR)/rda && \
34214 @endif target-rda
34216 .PHONY: maybe-TAGS-target-rda TAGS-target-rda
34217 maybe-TAGS-target-rda:
34218 @if target-rda
34219 maybe-TAGS-target-rda: TAGS-target-rda
34221 TAGS-target-rda: \
34222 configure-target-rda
34224 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34228 echo "Doing TAGS in $(TARGET_SUBDIR)/rda" ; \
34232 (cd $(TARGET_SUBDIR)/rda && \
34240 @endif target-rda
34242 .PHONY: maybe-install-info-target-rda install-info-target-rda
34243 maybe-install-info-target-rda:
34244 @if target-rda
34245 maybe-install-info-target-rda: install-info-target-rda
34247 install-info-target-rda: \
34248 configure-target-rda \
34249 info-target-rda
34251 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34255 echo "Doing install-info in $(TARGET_SUBDIR)/rda" ; \
34259 (cd $(TARGET_SUBDIR)/rda && \
34267 @endif target-rda
34269 .PHONY: maybe-installcheck-target-rda installcheck-target-rda
34270 maybe-installcheck-target-rda:
34271 @if target-rda
34272 maybe-installcheck-target-rda: installcheck-target-rda
34274 installcheck-target-rda: \
34275 configure-target-rda
34277 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34281 echo "Doing installcheck in $(TARGET_SUBDIR)/rda" ; \
34285 (cd $(TARGET_SUBDIR)/rda && \
34293 @endif target-rda
34295 .PHONY: maybe-mostlyclean-target-rda mostlyclean-target-rda
34296 maybe-mostlyclean-target-rda:
34297 @if target-rda
34298 maybe-mostlyclean-target-rda: mostlyclean-target-rda
34300 mostlyclean-target-rda:
34302 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34306 echo "Doing mostlyclean in $(TARGET_SUBDIR)/rda" ; \
34310 (cd $(TARGET_SUBDIR)/rda && \
34318 @endif target-rda
34320 .PHONY: maybe-clean-target-rda clean-target-rda
34321 maybe-clean-target-rda:
34322 @if target-rda
34323 maybe-clean-target-rda: clean-target-rda
34325 clean-target-rda:
34327 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34331 echo "Doing clean in $(TARGET_SUBDIR)/rda" ; \
34335 (cd $(TARGET_SUBDIR)/rda && \
34343 @endif target-rda
34345 .PHONY: maybe-distclean-target-rda distclean-target-rda
34346 maybe-distclean-target-rda:
34347 @if target-rda
34348 maybe-distclean-target-rda: distclean-target-rda
34350 distclean-target-rda:
34352 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34356 echo "Doing distclean in $(TARGET_SUBDIR)/rda" ; \
34360 (cd $(TARGET_SUBDIR)/rda && \
34368 @endif target-rda
34370 .PHONY: maybe-maintainer-clean-target-rda maintainer-clean-target-rda
34371 maybe-maintainer-clean-target-rda:
34372 @if target-rda
34373 maybe-maintainer-clean-target-rda: maintainer-clean-target-rda
34375 maintainer-clean-target-rda:
34377 @[ -f $(TARGET_SUBDIR)/rda/Makefile ] || exit 0 ; \
34381 echo "Doing maintainer-clean in $(TARGET_SUBDIR)/rda" ; \
34385 (cd $(TARGET_SUBDIR)/rda && \
34393 @endif target-rda
36181 configure-target-rda: maybe-all-gcc
36215 configure-target-rda: maybe-all-target-newlib maybe-all-target-libgloss