Lines Matching refs:module

361   IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
364 @if target-[+module+]
365 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
366 @endif target-[+module+]
373 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
382 @if [+module+]
383 HOST_LIB_PATH_[+module+] = \
384 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
385 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
386 @endif [+module+]
471 maybe-configure-[+module+][+
476 maybe-configure-target-[+module+][+
499 all-build: maybe-all-build-[+module+][+ ENDFOR build_modules +]
503 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
504 all-host: maybe-all-[+module+][+ IF bootstrap +]
505 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
509 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
510 all-target: maybe-all-target-[+module+][+ IF bootstrap +]
511 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR target_modules +]
529 [+make_target+]-host: maybe-[+make_target+]-[+module+][+ ENDFOR host_modules +]
533 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules +]
602 maybe-check-[+module+][+
608 maybe-check-target-[+module+][+
650 maybe-install-[+module+][+ ENDIF +][+
656 maybe-install-[+module+][+
662 maybe-install-target-[+module+][+
721 .PHONY: configure-[+prefix+][+module+] maybe-configure-[+prefix+][+module+]
722 maybe-configure-[+prefix+][+module+]:
723 @if [+prefix+][+module+]
724 maybe-configure-[+prefix+][+module+]: configure-[+prefix+][+module+]
725 configure-[+prefix+][+module+]: [+ IF bootstrap +]
726 @endif [+prefix+][+module+]
727 @if [+prefix+][+module+]-bootstrap
729 @endif [+prefix+][+module+]-bootstrap
730 @if [+prefix+][+module+][+ ELSE bootstrap +]
736 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+] ; \
737 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null ; \
738 if test -r [+subdir+]/[+module+]/multilib.out; then \
739 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
740 rm -f [+subdir+]/[+module+]/multilib.tmp; \
742 rm -f [+subdir+]/[+module+]/Makefile; \
743 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
746 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
748 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
749 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+] ; \
751 echo Configuring in [+subdir+]/[+module+]; \
755 *) topdir=`echo [+subdir+]/[+module+]/ | \
764 @endif [+prefix+][+module+]
768 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
769 maybe-configure-stage[+id+]-[+prefix+][+module+]:
770 @if [+prefix+][+module+]-bootstrap
771 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
772 configure-stage[+id+]-[+prefix+][+module+]:
774 @$(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]
779 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null ; \
780 if test -r [+subdir+]/[+module+]/multilib.out; then \
781 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
782 rm -f [+subdir+]/[+module+]/multilib.tmp; \
784 rm -f [+subdir+]/[+module+]/Makefile; \
785 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
788 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
790 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
793 echo Configuring stage [+id+] in [+subdir+]/[+module+] ; \
794 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+] ; \
795 cd [+subdir+]/[+module+] || exit 1; \
798 *) topdir=`echo [+subdir+]/[+module+]/ | \
806 @endif [+prefix+][+module+]-bootstrap
812 .PHONY: all-[+prefix+][+module+] maybe-all-[+prefix+][+module+]
813 maybe-all-[+prefix+][+module+]:
814 @if [+prefix+][+module+]
815 TARGET-[+prefix+][+module+]=[+
817 maybe-all-[+prefix+][+module+]: all-[+prefix+][+module+]
818 all-[+prefix+][+module+]: configure-[+prefix+][+module+][+ IF bootstrap +]
819 @endif [+prefix+][+module+]
820 @if [+prefix+][+module+]-bootstrap
822 @endif [+prefix+][+module+]-bootstrap
823 @if [+prefix+][+module+][+ ELSE bootstrap +]
828 (cd [+subdir+]/[+module+] && \
829 $(MAKE) [+args+] [+extra_make_flags+] $(TARGET-[+prefix+][+module+]))
830 @endif [+prefix+][+module+]
834 .PHONY: all-stage[+id+]-[+prefix+][+module+] maybe-all-stage[+id+]-[+prefix+][+module+]
835 .PHONY: clean-stage[+id+]-[+prefix+][+module+] maybe-clean-stage[+id+]-[+prefix+][+module+]
836 maybe-all-stage[+id+]-[+prefix+][+module+]:
837 maybe-clean-stage[+id+]-[+prefix+][+module+]:
838 @if [+prefix+][+module+]-bootstrap
839 maybe-all-stage[+id+]-[+prefix+][+module+]: all-stage[+id+]-[+prefix+][+module+]
840 all-stage[+id+]: all-stage[+id+]-[+prefix+][+module+]
841 TARGET-stage[+id+]-[+prefix+][+module+] = $(TARGET-[+prefix+][+module+])
842 all-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
848 cd [+subdir+]/[+module+] && \
852 $(TARGET-stage[+id+]-[+prefix+][+module+])
854 maybe-clean-stage[+id+]-[+prefix+][+module+]: clean-stage[+id+]-[+prefix+][+module+]
855 clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+]
856 clean-stage[+id+]-[+prefix+][+module+]:
857 @[ -f [+subdir+]/[+module+]/Makefile ] || [ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] \
860 cd [+subdir+]/[+module+] && \
864 @endif [+prefix+][+module+]-bootstrap
895 .PHONY: check-[+module+] maybe-check-[+module+]
896 maybe-check-[+module+]:
897 @if [+module+]
898 maybe-check-[+module+]: check-[+module+]
900 check-[+module+]:
903 check-[+module+]:
909 (cd $(HOST_SUBDIR)/[+module+] && \
913 check-[+module+]:
918 (cd $(HOST_SUBDIR)/[+module+] && \
921 @endif [+module+]
923 .PHONY: install-[+module+] maybe-install-[+module+]
924 maybe-install-[+module+]:
925 @if [+module+]
926 maybe-install-[+module+]: install-[+module+]
928 install-[+module+]:
930 install-[+module+]: installdirs
935 (cd $(HOST_SUBDIR)/[+module+] && \
938 @endif [+module+]
942 .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
943 maybe-[+make_target+]-[+module+]:
944 @if [+module+]
945 maybe-[+make_target+]-[+module+]: [+make_target+]-[+module+]
948 [+make_target+]-[+module+]:
950 [+make_target+]-[+module+]: [+
952 [+depend+]-[+module+] [+
955 @[+ ENDIF bootstrap +][ -f ./[+module+]/Makefile ] || exit 0; \
963 (cd $(HOST_SUBDIR)/[+module+] && \
971 @endif [+module+]
1000 .PHONY: check-target-[+module+] maybe-check-target-[+module+]
1001 maybe-check-target-[+module+]:
1002 @if target-[+module+]
1003 maybe-check-target-[+module+]: check-target-[+module+]
1006 check-target-[+module+]:
1008 check-target-[+module+]:
1017 (cd $(TARGET_SUBDIR)/[+module+] && \
1024 @endif target-[+module+]
1026 .PHONY: install-target-[+module+] maybe-install-target-[+module+]
1027 maybe-install-target-[+module+]:
1028 @if target-[+module+]
1029 maybe-install-target-[+module+]: install-target-[+module+]
1032 install-target-[+module+]:
1034 install-target-[+module+]: installdirs
1043 (cd $(TARGET_SUBDIR)/[+module+] && \
1046 @endif target-[+module+]
1050 .PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
1051 maybe-[+make_target+]-target-[+module+]:
1052 @if target-[+module+]
1053 maybe-[+make_target+]-target-[+module+]: [+make_target+]-target-[+module+]
1056 [+make_target+]-target-[+module+]:
1058 [+make_target+]-target-[+module+]: [+
1060 [+depend+]-target-[+module+] [+
1063 @[ -f $(TARGET_SUBDIR)/[+module+]/Makefile ] || exit 0 ; \
1075 (cd $(TARGET_SUBDIR)/[+module+] && \
1083 @endif target-[+module+]
1282 @if [+ module +]
1283 @cd $(HOST_SUBDIR); [ -d stage[+id+]-[+module+] ] || \
1284 mkdir stage[+id+]-[+module+]; \
1285 mv stage[+id+]-[+module+] [+module+] [+ IF prev +] ; \
1286 mv stage[+prev+]-[+module+] prev-[+module+] || test -f stage[+prev+]-lean [+ ENDIF prev +]
1287 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1294 @if [+ module +]
1295 @if test -d $(HOST_SUBDIR)/[+module+] ; then \
1296 cd $(HOST_SUBDIR); mv [+module+] stage[+id+]-[+module+] [+ IF prev +]; \
1297 mv prev-[+module+] stage[+prev+]-[+module+] ; : [+ ENDIF prev +] ; \
1299 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1447 configure-stage[+id+]-target-[+module+]: maybe-all-stage[+id+]-gcc[+
1449 configure-target-[+module+]: stage_last[+
1455 configure-target-[+module+]: maybe-all-gcc[+
1461 configure-target-[+module+]: maybe-all-target-newlib maybe-all-target-libgloss
1462 [+ IF cxx +]configure-target-[+module+]: maybe-all-target-libstdc++-v3
1476 (define dep-target (lambda (module-kind var-name hard)
1480 module-kind
1481 (dep-module var-name)
1485 (define make-dep (lambda (module-kind on-kind)
1487 (dep-target module-kind "module" #t) ": "
1495 ;; dep-module extracts everything up to the first dash in the given
1497 (define dep-module (lambda (var-name)
1513 ;; or if either module is not bootstrapped. It returns "bootstrap" for
1516 ;; modules on a build module (e.g. all-gcc on all-build-bison). All this
1519 (if (and (hash-ref boot-modules (dep-module "module"))
1520 (=* (dep-module "on") "build-"))
1524 (not (hash-ref boot-modules (dep-module "module")))
1525 (not (hash-ref boot-modules (dep-module "on"))))
1567 all-prebootstrap: maybe-all-[+module+][+