Lines Matching refs:flex

173 USUAL_LEX = `if [ -f $$r/flex/flex ] ; \
174 then echo $$r/flex/flex ; \
1033 .PHONY: maybe-info-flex info-flex
1034 maybe-info-flex:
1036 info-flex: \
1037 configure-flex
1038 @[ -f ./flex/Makefile ] || exit 0; \
1046 (cd flex && \
2446 maybe-dvi-flex \
2932 .PHONY: maybe-dvi-flex dvi-flex
2933 maybe-dvi-flex:
2935 dvi-flex: \
2936 configure-flex
2937 @[ -f ./flex/Makefile ] || exit 0; \
2945 (cd flex && \
4345 maybe-TAGS-flex \
4831 .PHONY: maybe-TAGS-flex TAGS-flex
4832 maybe-TAGS-flex:
4834 TAGS-flex: \
4835 configure-flex
4836 @[ -f ./flex/Makefile ] || exit 0; \
4844 (cd flex && \
6686 .PHONY: maybe-install-info-flex install-info-flex
6687 maybe-install-info-flex:
6689 install-info-flex: \
6690 configure-flex \
6691 info-flex
6692 @[ -f ./flex/Makefile ] || exit 0; \
6700 (cd flex && \
8162 maybe-installcheck-flex \
8648 .PHONY: maybe-installcheck-flex installcheck-flex
8649 maybe-installcheck-flex:
8651 installcheck-flex: \
8652 configure-flex
8653 @[ -f ./flex/Makefile ] || exit 0; \
8661 (cd flex && \
10061 maybe-mostlyclean-flex \
10528 .PHONY: maybe-mostlyclean-flex mostlyclean-flex
10529 maybe-mostlyclean-flex:
10531 mostlyclean-flex:
10532 @[ -f ./flex/Makefile ] || exit 0; \
10540 (cd flex && \
11836 maybe-clean-flex \
12303 .PHONY: maybe-clean-flex clean-flex
12304 maybe-clean-flex:
12306 clean-flex:
12307 @[ -f ./flex/Makefile ] || exit 0; \
12315 (cd flex && \
13625 maybe-distclean-flex \
14092 .PHONY: maybe-distclean-flex distclean-flex
14093 maybe-distclean-flex:
14095 distclean-flex:
14096 @[ -f ./flex/Makefile ] || exit 0; \
14104 (cd flex && \
15414 maybe-maintainer-clean-flex \
15881 .PHONY: maybe-maintainer-clean-flex maintainer-clean-flex
15882 maybe-maintainer-clean-flex:
15884 maintainer-clean-flex:
15885 @[ -f ./flex/Makefile ] || exit 0; \
15893 (cd flex && \
17260 maybe-check-flex \
17370 maybe-install-flex \
18798 .PHONY: configure-flex maybe-configure-flex
18799 maybe-configure-flex:
18800 configure-flex:
18801 @test ! -f flex/Makefile || exit 0; \
18802 [ -d flex ] || mkdir flex; \
18821 echo Configuring in flex; \
18822 cd flex || exit 1; \
18838 .PHONY: all-flex maybe-all-flex
18839 maybe-all-flex:
18840 all-flex: configure-flex
18844 (cd flex && $(MAKE) $(FLAGS_TO_PASS) all)
18846 .PHONY: check-flex maybe-check-flex
18847 maybe-check-flex:
18850 check-flex:
18855 (cd flex && $(MAKE) $(FLAGS_TO_PASS) check); \
18859 .PHONY: install-flex maybe-install-flex
18860 maybe-install-flex:
18862 install-flex: installdirs
18866 (cd flex && $(MAKE) $(FLAGS_TO_PASS) install)
23514 …onfigure-binutils maybe-configure-gas maybe-configure-ld maybe-configure-bison maybe-configure-flex
23533 all-binutils: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-flex maybe-all-bison ma…
23542 …berty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl
23570 all-flex: maybe-all-libiberty maybe-all-bison maybe-all-byacc