Lines Matching refs:module

536   IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
539 @if target-[+module+]
540 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
541 @endif target-[+module+]
548 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
557 @if [+module+]
558 HOST_LIB_PATH_[+module+] = \
559 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
560 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
561 @endif [+module+]
710 maybe-configure-[+module+][+
715 maybe-configure-target-[+module+][+
745 all-build: maybe-all-build-[+module+][+ ENDFOR build_modules +]
749 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
750 all-host: maybe-all-[+module+][+ IF bootstrap +]
751 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
755 @if target-[+module+]-no-bootstrap[+ ENDIF bootstrap +]
756 all-target: maybe-all-target-[+module+][+ IF bootstrap +]
757 @endif target-[+module+]-no-bootstrap[+
776 [+make_target+]-host: maybe-[+make_target+]-[+module+][+ ENDFOR host_modules +]
780 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules +]
850 maybe-check-[+module+][+
856 maybe-check-target-[+module+][+
919 maybe-install-[+module+][+ ENDIF +][+
925 maybe-install-[+module+][+
931 maybe-install-target-[+module+][+
966 maybe-install-strip-[+module+][+
972 maybe-install-strip-target-[+module+][+
1011 .PHONY: configure-[+prefix+][+module+] maybe-configure-[+prefix+][+module+]
1012 maybe-configure-[+prefix+][+module+]:
1014 configure-[+prefix+][+module+]: stage_current
1016 @if [+prefix+][+module+]
1017 maybe-configure-[+prefix+][+module+]: configure-[+prefix+][+module+]
1018 configure-[+prefix+][+module+]: [+ IF bootstrap +][+ ELSE +]
1024 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1025 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null; \
1026 if test -r [+subdir+]/[+module+]/multilib.out; then \
1027 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
1028 rm -f [+subdir+]/[+module+]/multilib.tmp; \
1030 rm -f [+subdir+]/[+module+]/Makefile; \
1031 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1034 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1036 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
1037 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1039 echo Configuring in [+subdir+]/[+module+]; \
1043 *) topdir=`echo [+subdir+]/[+module+]/ | \
1054 @endif [+prefix+][+module+]
1058 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1059 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1060 @if [+prefix+][+module+]-bootstrap
1061 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1062 configure-stage[+id+]-[+prefix+][+module+]:
1064 @$(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]
1070 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null; \
1071 if test -r [+subdir+]/[+module+]/multilib.out; then \
1072 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
1073 rm -f [+subdir+]/[+module+]/multilib.tmp; \
1075 rm -f [+subdir+]/[+module+]/Makefile; \
1076 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1079 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1081 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
1092 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
1093 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1094 cd [+subdir+]/[+module+] || exit 1; \
1097 *) topdir=`echo [+subdir+]/[+module+]/ | \
1108 @endif [+prefix+][+module+]-bootstrap
1114 .PHONY: all-[+prefix+][+module+] maybe-all-[+prefix+][+module+]
1115 maybe-all-[+prefix+][+module+]:
1117 all-[+prefix+][+module+]: stage_current
1119 @if [+prefix+][+module+]
1120 TARGET-[+prefix+][+module+]=[+
1122 maybe-all-[+prefix+][+module+]: all-[+prefix+][+module+]
1123 all-[+prefix+][+module+]: configure-[+prefix+][+module+][+ IF bootstrap +][+ ELSE +]
1128 (cd [+subdir+]/[+module+] && \
1130 $(TARGET-[+prefix+][+module+]))
1131 @endif [+prefix+][+module+]
1135 .PHONY: all-stage[+id+]-[+prefix+][+module+] maybe-all-stage[+id+]-[+prefix+][+module+]
1136 .PHONY: clean-stage[+id+]-[+prefix+][+module+] maybe-clean-stage[+id+]-[+prefix+][+module+]
1137 maybe-all-stage[+id+]-[+prefix+][+module+]:
1138 maybe-clean-stage[+id+]-[+prefix+][+module+]:
1139 @if [+prefix+][+module+]-bootstrap
1140 maybe-all-stage[+id+]-[+prefix+][+module+]: all-stage[+id+]-[+prefix+][+module+]
1141 all-stage[+id+]: all-stage[+id+]-[+prefix+][+module+]
1142 TARGET-stage[+id+]-[+prefix+][+module+] = $(TARGET-[+prefix+][+module+])
1143 all-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1150 cd [+subdir+]/[+module+] && \
1165 $(TARGET-stage[+id+]-[+prefix+][+module+])
1167 maybe-clean-stage[+id+]-[+prefix+][+module+]: clean-stage[+id+]-[+prefix+][+module+]
1168 clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+]
1169 clean-stage[+id+]-[+prefix+][+module+]:
1171 [ -f [+subdir+]/[+module+]/Makefile ] || exit 0; \
1173 [ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] || exit 0; \
1176 cd [+subdir+]/[+module+] && \
1179 @endif [+prefix+][+module+]-bootstrap
1216 .PHONY: check-[+module+] maybe-check-[+module+]
1217 maybe-check-[+module+]:
1218 @if [+module+]
1219 maybe-check-[+module+]: check-[+module+]
1221 check-[+module+]:
1224 check-[+module+]:
1231 (cd $(HOST_SUBDIR)/[+module+] && \
1236 check-[+module+]:
1242 (cd $(HOST_SUBDIR)/[+module+] && \
1246 @endif [+module+]
1248 .PHONY: install-[+module+] maybe-install-[+module+]
1249 maybe-install-[+module+]:
1250 @if [+module+]
1251 maybe-install-[+module+]: install-[+module+]
1253 install-[+module+]:
1255 install-[+module+]: installdirs
1260 (cd $(HOST_SUBDIR)/[+module+] && \
1263 @endif [+module+]
1265 .PHONY: install-strip-[+module+] maybe-install-strip-[+module+]
1266 maybe-install-strip-[+module+]:
1267 @if [+module+]
1268 maybe-install-strip-[+module+]: install-strip-[+module+]
1270 install-strip-[+module+]:
1272 install-strip-[+module+]: installdirs
1277 (cd $(HOST_SUBDIR)/[+module+] && \
1280 @endif [+module+]
1284 .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
1285 maybe-[+make_target+]-[+module+]:
1286 @if [+module+]
1287 maybe-[+make_target+]-[+module+]: [+make_target+]-[+module+]
1290 [+make_target+]-[+module+]:
1292 [+make_target+]-[+module+]: [+
1294 [+depend+]-[+module+] [+
1297 @[+ ENDIF bootstrap +][ -f ./[+module+]/Makefile ] || exit 0; \
1305 (cd $(HOST_SUBDIR)/[+module+] && \
1313 @endif [+module+]
1346 .PHONY: check-target-[+module+] maybe-check-target-[+module+]
1347 maybe-check-target-[+module+]:
1348 @if target-[+module+]
1349 maybe-check-target-[+module+]: check-target-[+module+]
1352 check-target-[+module+]:
1354 check-target-[+module+]:
1363 (cd $(TARGET_SUBDIR)/[+module+] && \
1370 @endif target-[+module+]
1372 .PHONY: install-target-[+module+] maybe-install-target-[+module+]
1373 maybe-install-target-[+module+]:
1374 @if target-[+module+]
1375 maybe-install-target-[+module+]: install-target-[+module+]
1378 install-target-[+module+]:
1380 install-target-[+module+]: installdirs
1389 (cd $(TARGET_SUBDIR)/[+module+] && \
1392 @endif target-[+module+]
1394 .PHONY: install-strip-target-[+module+] maybe-install-strip-target-[+module+]
1395 maybe-install-strip-target-[+module+]:
1396 @if target-[+module+]
1397 maybe-install-strip-target-[+module+]: install-strip-target-[+module+]
1400 install-strip-target-[+module+]:
1402 install-strip-target-[+module+]: installdirs
1411 (cd $(TARGET_SUBDIR)/[+module+] && \
1414 @endif target-[+module+]
1418 .PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
1419 maybe-[+make_target+]-target-[+module+]:
1420 @if target-[+module+]
1421 maybe-[+make_target+]-target-[+module+]: [+make_target+]-target-[+module+]
1424 [+make_target+]-target-[+module+]:
1426 [+make_target+]-target-[+module+]: [+
1428 [+depend+]-target-[+module+] [+
1431 @[ -f $(TARGET_SUBDIR)/[+module+]/Makefile ] || exit 0; \
1443 (cd $(TARGET_SUBDIR)/[+module+] && \
1451 @endif target-[+module+]
1570 @if [+ module +]
1571 @cd $(HOST_SUBDIR); [ -d stage[+id+]-[+module+] ] || \
1572 mkdir stage[+id+]-[+module+]; \
1573 mv stage[+id+]-[+module+] [+module+][+ IF prev +]; \
1574 mv stage[+prev+]-[+module+] prev-[+module+] || test -f stage[+prev+]-lean [+ ENDIF prev +]
1575 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1582 @if [+ module +]
1583 @if test -d $(HOST_SUBDIR)/[+module+]; then \
1584 cd $(HOST_SUBDIR); mv [+module+] stage[+id+]-[+module+][+ IF prev +]; \
1585 mv prev-[+module+] stage[+prev+]-[+module+]; : [+ ENDIF prev +]; \
1587 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1755 configure-stage[+id+]-target-[+module+]: maybe-all-stage[+id+]-gcc[+
1757 configure-target-[+module+]: stage_last[+
1762 configure-target-[+module+]: maybe-all-gcc[+
1778 (define dep-target (lambda (module-kind var-name hard)
1782 module-kind
1783 (dep-module var-name)
1787 (define make-dep (lambda (module-kind on-kind)
1789 (dep-target module-kind "module" #t) ": "
1797 ;; dep-module extracts everything up to the first dash in the given
1799 (define dep-module (lambda (var-name)
1815 ;; or if either module is not bootstrapped. It returns "bootstrap" for
1818 ;; modules on a build module (e.g. all-gcc on all-build-bison). All this
1821 (if (and (hash-ref boot-modules (dep-module "module"))
1822 (=* (dep-module "on") "build-"))
1826 (not (hash-ref boot-modules (dep-module "module")))
1827 (not (hash-ref boot-modules (dep-module "on"))))
1888 configure-stage[+id+]-target-[+module+]: maybe-all-stage[+id+]-target-libgcc[+
1893 configure-target-[+module+]: maybe-all-target-libgcc[+
1898 configure-target-[+module+]: maybe-all-target-newlib maybe-all-target-libgloss[+
1900 configure-target-[+module+]: maybe-all-target-libstdc++-v3[+