Home | History | Annotate | Download | only in binutils-2.25

Lines Matching full:flex

136 	FLEX="$(FLEX)"; export FLEX; \
373 FLEX = @FLEX@
710 "FLEX=$(FLEX)" \
894 maybe-configure-flex \
985 all-build: maybe-all-build-flex
1009 all-host: maybe-all-flex
1141 info-host: maybe-info-flex
1224 dvi-host: maybe-dvi-flex
1307 pdf-host: maybe-pdf-flex
1390 html-host: maybe-html-flex
1473 TAGS-host: maybe-TAGS-flex
1556 install-info-host: maybe-install-info-flex
1639 install-pdf-host: maybe-install-pdf-flex
1722 install-html-host: maybe-install-html-flex
1805 installcheck-host: maybe-installcheck-flex
1888 mostlyclean-host: maybe-mostlyclean-flex
1971 clean-host: maybe-clean-flex
2054 distclean-host: maybe-distclean-flex
2137 maintainer-clean-host: maybe-maintainer-clean-flex
2275 maybe-check-flex \
2385 maybe-install-flex \
2431 maybe-install-flex \
2534 maybe-install-strip-flex \
2753 .PHONY: configure-build-flex maybe-configure-build-flex
2754 maybe-configure-build-flex:
2756 configure-build-flex: stage_current
2758 @if build-flex
2759 maybe-configure-build-flex: configure-build-flex
2760 configure-build-flex:
2764 test ! -f $(BUILD_SUBDIR)/flex/Makefile || exit 0; \
2765 $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/flex ; \
2767 echo Configuring in $(BUILD_SUBDIR)/flex; \
2768 cd "$(BUILD_SUBDIR)/flex" || exit 1; \
2771 *) topdir=`echo $(BUILD_SUBDIR)/flex/ | \
2774 srcdiroption="--srcdir=$${topdir}/flex"; \
2775 libsrcdir="$$s/flex"; \
2781 @endif build-flex
2787 .PHONY: all-build-flex maybe-all-build-flex
2788 maybe-all-build-flex:
2790 all-build-flex: stage_current
2792 @if build-flex
2793 TARGET-build-flex=all
2794 maybe-all-build-flex: all-build-flex
2795 all-build-flex: configure-build-flex
2800 (cd $(BUILD_SUBDIR)/flex && \
2802 $(TARGET-build-flex))
2803 @endif build-flex
8661 .PHONY: configure-flex maybe-configure-flex
8662 maybe-configure-flex:
8664 configure-flex: stage_current
8666 @if flex
8667 maybe-configure-flex: configure-flex
8668 configure-flex:
8672 test ! -f $(HOST_SUBDIR)/flex/Makefile || exit 0; \
8673 $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)/flex ; \
8675 echo Configuring in $(HOST_SUBDIR)/flex; \
8676 cd "$(HOST_SUBDIR)/flex" || exit 1; \
8679 *) topdir=`echo $(HOST_SUBDIR)/flex/ | \
8682 srcdiroption="--srcdir=$${topdir}/flex"; \
8683 libsrcdir="$$s/flex"; \
8688 @endif flex
8694 .PHONY: all-flex maybe-all-flex
8695 maybe-all-flex:
8697 all-flex: stage_current
8699 @if flex
8700 TARGET-flex=all
8701 maybe-all-flex: all-flex
8702 all-flex: configure-flex
8707 (cd $(HOST_SUBDIR)/flex && \
8709 $(TARGET-flex))
8710 @endif flex
8715 .PHONY: check-flex maybe-check-flex
8716 maybe-check-flex:
8717 @if flex
8718 maybe-check-flex: check-flex
8721 check-flex:
8727 (cd $(HOST_SUBDIR)/flex && \
8731 @endif flex
8733 .PHONY: install-flex maybe-install-flex
8734 maybe-install-flex:
8735 @if flex
8736 maybe-install-flex: install-flex
8738 install-flex: installdirs
8743 (cd $(HOST_SUBDIR)/flex && \
8746 @endif flex
8748 .PHONY: install-strip-flex maybe-install-strip-flex
8749 maybe-install-strip-flex:
8750 @if flex
8751 maybe-install-strip-flex: install-strip-flex
8753 install-strip-flex: installdirs
8758 (cd $(HOST_SUBDIR)/flex && \
8761 @endif flex
8765 .PHONY: maybe-info-flex info-flex
8766 maybe-info-flex:
8767 @if flex
8768 maybe-info-flex: info-flex
8770 info-flex: \
8771 configure-flex
8773 @[ -f ./flex/Makefile ] || exit 0; \
8780 echo "Doing info in flex" ; \
8781 (cd $(HOST_SUBDIR)/flex && \
8789 @endif flex
8791 .PHONY: maybe-dvi-flex dvi-flex
8792 maybe-dvi-flex:
8793 @if flex
8794 maybe-dvi-flex: dvi-flex
8796 dvi-flex: \
8797 configure-flex
8799 @[ -f ./flex/Makefile ] || exit 0; \
8806 echo "Doing dvi in flex" ; \
8807 (cd $(HOST_SUBDIR)/flex && \
8815 @endif flex
8817 .PHONY: maybe-pdf-flex pdf-flex
8818 maybe-pdf-flex:
8819 @if flex
8820 maybe-pdf-flex: pdf-flex
8822 pdf-flex: \
8823 configure-flex
8825 @[ -f ./flex/Makefile ] || exit 0; \
8832 echo "Doing pdf in flex" ; \
8833 (cd $(HOST_SUBDIR)/flex && \
8841 @endif flex
8843 .PHONY: maybe-html-flex html-flex
8844 maybe-html-flex:
8845 @if flex
8846 maybe-html-flex: html-flex
8848 html-flex: \
8849 configure-flex
8851 @[ -f ./flex/Makefile ] || exit 0; \
8858 echo "Doing html in flex" ; \
8859 (cd $(HOST_SUBDIR)/flex && \
8867 @endif flex
8869 .PHONY: maybe-TAGS-flex TAGS-flex
8870 maybe-TAGS-flex:
8871 @if flex
8872 maybe-TAGS-flex: TAGS-flex
8874 TAGS-flex: \
8875 configure-flex
8877 @[ -f ./flex/Makefile ] || exit 0; \
8884 echo "Doing TAGS in flex" ; \
8885 (cd $(HOST_SUBDIR)/flex && \
8893 @endif flex
8895 .PHONY: maybe-install-info-flex install-info-flex
8896 maybe-install-info-flex:
8897 @if flex
8898 maybe-install-info-flex: install-info-flex
8900 install-info-flex: \
8901 configure-flex \
8902 info-flex
8904 @[ -f ./flex/Makefile ] || exit 0; \
8911 echo "Doing install-info in flex" ; \
8912 (cd $(HOST_SUBDIR)/flex && \
8920 @endif flex
8922 .PHONY: maybe-install-pdf-flex install-pdf-flex
8923 maybe-install-pdf-flex:
8924 @if flex
8925 maybe-install-pdf-flex: install-pdf-flex
8927 install-pdf-flex: \
8928 configure-flex \
8929 pdf-flex
8931 @[ -f ./flex/Makefile ] || exit 0; \
8938 echo "Doing install-pdf in flex" ; \
8939 (cd $(HOST_SUBDIR)/flex && \
8947 @endif flex
8949 .PHONY: maybe-install-html-flex install-html-flex
8950 maybe-install-html-flex:
8951 @if flex
8952 maybe-install-html-flex: install-html-flex
8954 install-html-flex: \
8955 configure-flex \
8956 html-flex
8958 @[ -f ./flex/Makefile ] || exit 0; \
8965 echo "Doing install-html in flex" ; \
8966 (cd $(HOST_SUBDIR)/flex && \
8974 @endif flex
8976 .PHONY: maybe-installcheck-flex installcheck-flex
8977 maybe-installcheck-flex:
8978 @if flex
8979 maybe-installcheck-flex: installcheck-flex
8981 installcheck-flex: \
8982 configure-flex
8984 @[ -f ./flex/Makefile ] || exit 0; \
8991 echo "Doing installcheck in flex" ; \
8992 (cd $(HOST_SUBDIR)/flex && \
9000 @endif flex
9002 .PHONY: maybe-mostlyclean-flex mostlyclean-flex
9003 maybe-mostlyclean-flex:
9004 @if flex
9005 maybe-mostlyclean-flex: mostlyclean-flex
9007 mostlyclean-flex:
9009 @[ -f ./flex/Makefile ] || exit 0; \
9016 echo "Doing mostlyclean in flex" ; \
9017 (cd $(HOST_SUBDIR)/flex && \
9025 @endif flex
9027 .PHONY: maybe-clean-flexflex
9028 maybe-clean-flex:
9029 @if flex
9030 maybe-clean-flex: clean-flex
9032 clean-flex:
9034 @[ -f ./flex/Makefile ] || exit 0; \
9041 echo "Doing clean in flex" ; \
9042 (cd $(HOST_SUBDIR)/flex && \
9050 @endif flex
9052 .PHONY: maybe-distclean-flex distclean-flex
9053 maybe-distclean-flex:
9054 @if flex
9055 maybe-distclean-flex: distclean-flex
9057 distclean-flex:
9059 @[ -f ./flex/Makefile ] || exit 0; \
9066 echo "Doing distclean in flex" ; \
9067 (cd $(HOST_SUBDIR)/flex && \
9075 @endif flex
9077 .PHONY: maybe-maintainer-clean-flex maintainer-clean-flex
9078 maybe-maintainer-clean-flex:
9079 @if flex
9080 maybe-maintainer-clean-flex: maintainer-clean-flex
9082 maintainer-clean-flex:
9084 @[ -f ./flex/Makefile ] || exit 0; \
9091 echo "Doing maintainer-clean in flex" ; \
9092 (cd $(HOST_SUBDIR)/flex && \
9100 @endif flex
46969 all-build-flex: maybe-all-build-texinfo
46970 all-build-flex: maybe-all-build-bison
46971 all-build-flex: maybe-all-build-m4
47095 all-gcc: maybe-all-build-flex
47097 all-stage1-gcc: maybe-all-build-flex
47098 all-stage2-gcc: maybe-all-build-flex
47099 all-stage3-gcc: maybe-all-build-flex
47100 all-stage4-gcc: maybe-all-build-flex
47101 all-stageprofile-gcc: maybe-all-build-flex
47102 all-stagefeedback-gcc: maybe-all-build-flex
47399 all-binutils: maybe-all-build-flex
47401 all-stage1-binutils: maybe-all-build-flex
47402 all-stage2-binutils: maybe-all-build-flex
47403 all-stage3-binutils: maybe-all-build-flex
47404 all-stage4-binutils: maybe-all-build-flex
47405 all-stageprofile-binutils: maybe-all-build-flex
47406 all-stagefeedback-binutils: maybe-all-build-flex
47521 all-ld: maybe-all-build-flex
47523 all-stage1-ld: maybe-all-build-flex
47524 all-stage2-ld: maybe-all-build-flex
47525 all-stage3-ld: maybe-all-build-flex
47526 all-stage4-ld: maybe-all-build-flex
47527 all-stageprofile-ld: maybe-all-build-flex
47528 all-stagefeedback-ld: maybe-all-build-flex
47687 all-flex: maybe-all-build-bison
47688 all-flex: maybe-all-intl
47689 all-flex: maybe-all-m4
47690 all-flex: maybe-all-build-texinfo