Lines Matching refs:hello

627     maybe-configure-hello \
765 all-host: maybe-all-hello
890 info-host: maybe-info-hello
996 dvi-host: maybe-dvi-hello
1102 pdf-host: maybe-pdf-hello
1208 html-host: maybe-html-hello
1314 TAGS-host: maybe-TAGS-hello
1420 install-info-host: maybe-install-info-hello
1526 install-pdf-host: maybe-install-pdf-hello
1632 install-html-host: maybe-install-html-hello
1738 installcheck-host: maybe-installcheck-hello
1844 mostlyclean-host: maybe-mostlyclean-hello
1950 clean-host: maybe-clean-hello
2056 distclean-host: maybe-distclean-hello
2162 maintainer-clean-host: maybe-maintainer-clean-hello
2322 maybe-check-hello \
2454 maybe-install-hello \
2527 maybe-install-hello \
17995 .PHONY: configure-hello maybe-configure-hello
17996 maybe-configure-hello:
17998 configure-hello: stage_current
18000 @if hello
18001 maybe-configure-hello: configure-hello
18002 configure-hello:
18006 test ! -f $(HOST_SUBDIR)/hello/Makefile || exit 0; \
18007 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/hello ; \
18009 echo Configuring in $(HOST_SUBDIR)/hello; \
18010 cd "$(HOST_SUBDIR)/hello" || exit 1; \
18013 *) topdir=`echo $(HOST_SUBDIR)/hello/ | \
18016 srcdiroption="--srcdir=$${topdir}/hello"; \
18017 libsrcdir="$$s/hello"; \
18022 @endif hello
18028 .PHONY: all-hello maybe-all-hello
18029 maybe-all-hello:
18031 all-hello: stage_current
18033 @if hello
18034 TARGET-hello=all
18035 maybe-all-hello: all-hello
18036 all-hello: configure-hello
18041 (cd $(HOST_SUBDIR)/hello && \
18042 $(MAKE) $(FLAGS_TO_PASS) $(TARGET-hello))
18043 @endif hello
18048 .PHONY: check-hello maybe-check-hello
18049 maybe-check-hello:
18050 @if hello
18051 maybe-check-hello: check-hello
18053 check-hello:
18058 (cd $(HOST_SUBDIR)/hello && \
18061 @endif hello
18063 .PHONY: install-hello maybe-install-hello
18064 maybe-install-hello:
18065 @if hello
18066 maybe-install-hello: install-hello
18068 install-hello: installdirs
18073 (cd $(HOST_SUBDIR)/hello && \
18076 @endif hello
18080 .PHONY: maybe-info-hello info-hello
18081 maybe-info-hello:
18082 @if hello
18083 maybe-info-hello: info-hello
18085 info-hello: \
18086 configure-hello
18088 @[ -f ./hello/Makefile ] || exit 0; \
18095 echo "Doing info in hello" ; \
18096 (cd $(HOST_SUBDIR)/hello && \
18104 @endif hello
18106 .PHONY: maybe-dvi-hello dvi-hello
18107 maybe-dvi-hello:
18108 @if hello
18109 maybe-dvi-hello: dvi-hello
18111 dvi-hello: \
18112 configure-hello
18114 @[ -f ./hello/Makefile ] || exit 0; \
18121 echo "Doing dvi in hello" ; \
18122 (cd $(HOST_SUBDIR)/hello && \
18130 @endif hello
18132 .PHONY: maybe-pdf-hello pdf-hello
18133 maybe-pdf-hello:
18134 @if hello
18135 maybe-pdf-hello: pdf-hello
18137 pdf-hello: \
18138 configure-hello
18140 @[ -f ./hello/Makefile ] || exit 0; \
18147 echo "Doing pdf in hello" ; \
18148 (cd $(HOST_SUBDIR)/hello && \
18156 @endif hello
18158 .PHONY: maybe-html-hello html-hello
18159 maybe-html-hello:
18160 @if hello
18161 maybe-html-hello: html-hello
18163 html-hello: \
18164 configure-hello
18166 @[ -f ./hello/Makefile ] || exit 0; \
18173 echo "Doing html in hello" ; \
18174 (cd $(HOST_SUBDIR)/hello && \
18182 @endif hello
18184 .PHONY: maybe-TAGS-hello TAGS-hello
18185 maybe-TAGS-hello:
18186 @if hello
18187 maybe-TAGS-hello: TAGS-hello
18189 TAGS-hello: \
18190 configure-hello
18192 @[ -f ./hello/Makefile ] || exit 0; \
18199 echo "Doing TAGS in hello" ; \
18200 (cd $(HOST_SUBDIR)/hello && \
18208 @endif hello
18210 .PHONY: maybe-install-info-hello install-info-hello
18211 maybe-install-info-hello:
18212 @if hello
18213 maybe-install-info-hello: install-info-hello
18215 install-info-hello: \
18216 configure-hello \
18217 info-hello
18219 @[ -f ./hello/Makefile ] || exit 0; \
18226 echo "Doing install-info in hello" ; \
18227 (cd $(HOST_SUBDIR)/hello && \
18235 @endif hello
18237 .PHONY: maybe-install-pdf-hello install-pdf-hello
18238 maybe-install-pdf-hello:
18239 @if hello
18240 maybe-install-pdf-hello: install-pdf-hello
18242 install-pdf-hello: \
18243 configure-hello \
18244 pdf-hello
18246 @[ -f ./hello/Makefile ] || exit 0; \
18253 echo "Doing install-pdf in hello" ; \
18254 (cd $(HOST_SUBDIR)/hello && \
18262 @endif hello
18264 .PHONY: maybe-install-html-hello install-html-hello
18265 maybe-install-html-hello:
18266 @if hello
18267 maybe-install-html-hello: install-html-hello
18269 install-html-hello: \
18270 configure-hello \
18271 html-hello
18273 @[ -f ./hello/Makefile ] || exit 0; \
18280 echo "Doing install-html in hello" ; \
18281 (cd $(HOST_SUBDIR)/hello && \
18289 @endif hello
18291 .PHONY: maybe-installcheck-hello installcheck-hello
18292 maybe-installcheck-hello:
18293 @if hello
18294 maybe-installcheck-hello: installcheck-hello
18296 installcheck-hello: \
18297 configure-hello
18299 @[ -f ./hello/Makefile ] || exit 0; \
18306 echo "Doing installcheck in hello" ; \
18307 (cd $(HOST_SUBDIR)/hello && \
18315 @endif hello
18317 .PHONY: maybe-mostlyclean-hello mostlyclean-hello
18318 maybe-mostlyclean-hello:
18319 @if hello
18320 maybe-mostlyclean-hello: mostlyclean-hello
18322 mostlyclean-hello:
18324 @[ -f ./hello/Makefile ] || exit 0; \
18331 echo "Doing mostlyclean in hello" ; \
18332 (cd $(HOST_SUBDIR)/hello && \
18340 @endif hello
18342 .PHONY: maybe-clean-hello clean-hello
18343 maybe-clean-hello:
18344 @if hello
18345 maybe-clean-hello: clean-hello
18347 clean-hello:
18349 @[ -f ./hello/Makefile ] || exit 0; \
18356 echo "Doing clean in hello" ; \
18357 (cd $(HOST_SUBDIR)/hello && \
18365 @endif hello
18367 .PHONY: maybe-distclean-hello distclean-hello
18368 maybe-distclean-hello:
18369 @if hello
18370 maybe-distclean-hello: distclean-hello
18372 distclean-hello:
18374 @[ -f ./hello/Makefile ] || exit 0; \
18381 echo "Doing distclean in hello" ; \
18382 (cd $(HOST_SUBDIR)/hello && \
18390 @endif hello
18392 .PHONY: maybe-maintainer-clean-hello maintainer-clean-hello
18393 maybe-maintainer-clean-hello:
18394 @if hello
18395 maybe-maintainer-clean-hello: maintainer-clean-hello
18397 maintainer-clean-hello:
18399 @[ -f ./hello/Makefile ] || exit 0; \
18406 echo "Doing maintainer-clean in hello" ; \
18407 (cd $(HOST_SUBDIR)/hello && \
18415 @endif hello
49335 all-hello: maybe-all-intl
49336 all-hello: maybe-all-build-texinfo