Lines Matching refs:module

477     maybe-configure-[+module+][+
482 maybe-configure-target-[+module+][+
492 maybe-all-[+module+][+
497 maybe-all-target-[+module+][+
511 maybe-[+make_target+]-[+module+][+
517 maybe-[+make_target+]-target-[+module+][+
545 .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
546 maybe-[+make_target+]-[+module+]:
549 [+make_target+]-[+module+]:
551 [+make_target+]-[+module+]: [+
553 [+depend+]-[+module+] [+
555 @[ -f ./[+module+]/Makefile ] || exit 0; \
563 (cd [+module+] && \
575 .PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
576 maybe-[+make_target+]-target-[+module+]:
579 [+make_target+]-target-[+module+]:
581 [+make_target+]-target-[+module+]: [+
583 [+depend+]-target-[+module+] [+
585 @[ -f $(TARGET_SUBDIR)/[+module+]/Makefile ] || exit 0 ; \
593 (cd $(TARGET_SUBDIR)/[+module+] && \
666 maybe-check-[+module+][+
669 maybe-check-target-[+module+][+
701 maybe-install-[+module+][+
707 maybe-install-[+module+][+
713 maybe-install-target-[+module+][+
770 .PHONY: configure-build-[+module+] maybe-configure-build-[+module+]
771 maybe-configure-build-[+module+]:
772 configure-build-[+module+]:
773 @test ! -f $(BUILD_SUBDIR)/[+module+]/Makefile || exit 0; \
774 $(SHELL) $(srcdir)/mkinstalldirs $(BUILD_SUBDIR)/[+module+] ; \
791 echo Configuring in $(BUILD_SUBDIR)/[+module+]; \
804 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
832 .PHONY: all-build-[+module+] maybe-all-build-[+module+]
833 maybe-all-build-[+module+]:
834 all-build-[+module+]: configure-build-[+module+]
837 (cd $(BUILD_SUBDIR)/[+module+] && $(MAKE) all)
844 .PHONY: configure-[+module+] maybe-configure-[+module+]
845 maybe-configure-[+module+]:
846 configure-[+module+]:
847 @test ! -f [+module+]/Makefile || exit 0; \
848 [ -d [+module+] ] || mkdir [+module+]; \
867 echo Configuring in [+module+]; \
868 cd [+module+] || exit 1; \
884 .PHONY: all-[+module+] maybe-all-[+module+]
885 maybe-all-[+module+]:
886 all-[+module+]: configure-[+module+]
890 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
895 .PHONY: check-[+module+] maybe-check-[+module+]
896 maybe-check-[+module+]:
898 check-[+module+]:
901 check-[+module+]:
906 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
912 check-[+module+]:
916 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
922 .PHONY: install-[+module+] maybe-install-[+module+]
923 maybe-install-[+module+]:
925 install-[+module+]:
927 install-[+module+]: installdirs
931 (cd [+module+] && $(MAKE) $(FLAGS_TO_PASS)[+
942 .PHONY: configure-target-[+module+] maybe-configure-target-[+module+]
943 maybe-configure-target-[+module+]:
946 $(TARGET_SUBDIR)/[+module+]/multilib.out: multilib.out
947 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/[+module+] ; \
948 rm -f $(TARGET_SUBDIR)/[+module+]/Makefile || : ; \
949 cp multilib.out $(TARGET_SUBDIR)/[+module+]/multilib.out
951 configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/multilib.out
952 @test ! -f $(TARGET_SUBDIR)/[+module+]/Makefile || exit 0; \
953 $(SHELL) $(srcdir)/mkinstalldirs $(TARGET_SUBDIR)/[+module+] ; \
977 echo Configuring in $(TARGET_SUBDIR)/[+module+]; \
990 if $(SHELL) $$s/symlink-tree $${topdir}/[+module+] "no-such-file" ; then \
1018 .PHONY: all-target-[+module+] maybe-all-target-[+module+]
1019 maybe-all-target-[+module+]:
1020 all-target-[+module+]: configure-target-[+module+]
1024 (cd $(TARGET_SUBDIR)/[+module+] && \
1031 .PHONY: check-target-[+module+] maybe-check-target-[+module+]
1032 maybe-check-target-[+module+]:
1035 check-target-[+module+]:
1037 check-target-[+module+]:
1041 (cd $(TARGET_SUBDIR)/[+module+] && \
1049 .PHONY: install-target-[+module+] maybe-install-target-[+module+]
1050 maybe-install-target-[+module+]:
1053 install-target-[+module+]:
1055 install-target-[+module+]: installdirs
1059 (cd $(TARGET_SUBDIR)/[+module+] && \