Lines Matching refs:module

659   IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
662 @if target-[+module+]
663 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
664 @endif target-[+module+]
671 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
680 @if [+module+]
681 HOST_LIB_PATH_[+module+] = \
682 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
683 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
684 @endif [+module+]
846 maybe-configure-[+module+][+
851 maybe-configure-target-[+module+][+
897 all-build: maybe-all-build-[+module+][+ ENDFOR build_modules +]
901 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
902 all-host: maybe-all-[+module+][+ IF bootstrap +]
903 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
907 @if target-[+module+]-no-bootstrap[+ ENDIF bootstrap +]
908 all-target: maybe-all-target-[+module+][+ IF bootstrap +]
909 @endif target-[+module+]-no-bootstrap[+
928 [+make_target+]-host: maybe-[+make_target+]-[+module+][+ ENDFOR host_modules +]
932 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules +]
1004 maybe-check-[+module+][+
1010 maybe-check-target-[+module+][+
1073 maybe-install-[+module+][+ ENDIF +][+
1079 maybe-install-[+module+][+
1085 maybe-install-target-[+module+][+
1120 maybe-install-strip-[+module+][+
1126 maybe-install-strip-target-[+module+][+
1165 .PHONY: configure-[+prefix+][+module+] maybe-configure-[+prefix+][+module+]
1166 maybe-configure-[+prefix+][+module+]:
1168 configure-[+prefix+][+module+]: stage_current
1170 @if [+prefix+][+module+]
1171 maybe-configure-[+prefix+][+module+]: configure-[+prefix+][+module+]
1172 configure-[+prefix+][+module+]: [+ IF bootstrap +][+ ELSE +]
1178 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1179 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null; \
1180 if test -r [+subdir+]/[+module+]/multilib.out; then \
1181 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
1182 rm -f [+subdir+]/[+module+]/multilib.tmp; \
1184 rm -f [+subdir+]/[+module+]/Makefile; \
1185 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1188 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1190 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
1191 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1193 echo Configuring in [+subdir+]/[+module+]; \
1197 *) topdir=`echo [+subdir+]/[+module+]/ | \
1208 @endif [+prefix+][+module+]
1212 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1213 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1214 @if [+prefix+][+module+]-bootstrap
1215 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1216 configure-stage[+id+]-[+prefix+][+module+]:
1218 @$(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]
1224 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null; \
1225 if test -r [+subdir+]/[+module+]/multilib.out; then \
1226 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \
1227 rm -f [+subdir+]/[+module+]/multilib.tmp; \
1229 rm -f [+subdir+]/[+module+]/Makefile; \
1230 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1233 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \
1235 [+ ENDIF check_multilibs +]test ! -f [+subdir+]/[+module+]/Makefile || exit 0; \
1246 echo Configuring stage [+id+] in [+subdir+]/[+module+]; \
1247 $(SHELL) $(srcdir)/mkinstalldirs [+subdir+]/[+module+]; \
1248 cd [+subdir+]/[+module+] || exit 1; \
1251 *) topdir=`echo [+subdir+]/[+module+]/ | \
1262 @endif [+prefix+][+module+]-bootstrap
1268 .PHONY: all-[+prefix+][+module+] maybe-all-[+prefix+][+module+]
1269 maybe-all-[+prefix+][+module+]:
1271 all-[+prefix+][+module+]: stage_current
1273 @if [+prefix+][+module+]
1274 TARGET-[+prefix+][+module+]=[+
1276 maybe-all-[+prefix+][+module+]: all-[+prefix+][+module+]
1277 all-[+prefix+][+module+]: configure-[+prefix+][+module+][+ IF bootstrap +][+ ELSE +]
1282 (cd [+subdir+]/[+module+] && \
1284 $(TARGET-[+prefix+][+module+]))
1285 @endif [+prefix+][+module+]
1289 .PHONY: all-stage[+id+]-[+prefix+][+module+] maybe-all-stage[+id+]-[+prefix+][+module+]
1290 .PHONY: clean-stage[+id+]-[+prefix+][+module+] maybe-clean-stage[+id+]-[+prefix+][+module+]
1291 maybe-all-stage[+id+]-[+prefix+][+module+]:
1292 maybe-clean-stage[+id+]-[+prefix+][+module+]:
1293 @if [+prefix+][+module+]-bootstrap
1294 maybe-all-stage[+id+]-[+prefix+][+module+]: all-stage[+id+]-[+prefix+][+module+]
1295 all-stage[+id+]: all-stage[+id+]-[+prefix+][+module+]
1296 TARGET-stage[+id+]-[+prefix+][+module+] = $(TARGET-[+prefix+][+module+])
1297 all-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1304 cd [+subdir+]/[+module+] && \
1321 $(TARGET-stage[+id+]-[+prefix+][+module+])
1323 maybe-clean-stage[+id+]-[+prefix+][+module+]: clean-stage[+id+]-[+prefix+][+module+]
1324 clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+]
1325 clean-stage[+id+]-[+prefix+][+module+]:
1327 [ -f [+subdir+]/[+module+]/Makefile ] || exit 0; \
1329 [ -f [+subdir+]/stage[+id+]-[+module+]/Makefile ] || exit 0; \
1332 cd [+subdir+]/[+module+] && \
1335 @endif [+prefix+][+module+]-bootstrap
1372 .PHONY: check-[+module+] maybe-check-[+module+]
1373 maybe-check-[+module+]:
1374 @if [+module+]
1375 maybe-check-[+module+]: check-[+module+]
1377 check-[+module+]:
1380 check-[+module+]:
1387 (cd $(HOST_SUBDIR)/[+module+] && \
1392 check-[+module+]:
1398 (cd $(HOST_SUBDIR)/[+module+] && \
1402 @endif [+module+]
1404 .PHONY: install-[+module+] maybe-install-[+module+]
1405 maybe-install-[+module+]:
1406 @if [+module+]
1407 maybe-install-[+module+]: install-[+module+]
1409 install-[+module+]:
1411 install-[+module+]: installdirs
1416 (cd $(HOST_SUBDIR)/[+module+] && \
1419 @endif [+module+]
1421 .PHONY: install-strip-[+module+] maybe-install-strip-[+module+]
1422 maybe-install-strip-[+module+]:
1423 @if [+module+]
1424 maybe-install-strip-[+module+]: install-strip-[+module+]
1426 install-strip-[+module+]:
1428 install-strip-[+module+]: installdirs
1433 (cd $(HOST_SUBDIR)/[+module+] && \
1436 @endif [+module+]
1440 .PHONY: maybe-[+make_target+]-[+module+] [+make_target+]-[+module+]
1441 maybe-[+make_target+]-[+module+]:
1442 @if [+module+]
1443 maybe-[+make_target+]-[+module+]: [+make_target+]-[+module+]
1446 [+make_target+]-[+module+]:
1448 [+make_target+]-[+module+]: [+
1450 [+depend+]-[+module+] [+
1453 @[+ ENDIF bootstrap +][ -f ./[+module+]/Makefile ] || exit 0; \
1461 (cd $(HOST_SUBDIR)/[+module+] && \
1469 @endif [+module+]
1502 .PHONY: check-target-[+module+] maybe-check-target-[+module+]
1503 maybe-check-target-[+module+]:
1504 @if target-[+module+]
1505 maybe-check-target-[+module+]: check-target-[+module+]
1508 check-target-[+module+]:
1510 check-target-[+module+]:
1519 (cd $(TARGET_SUBDIR)/[+module+] && \
1526 @endif target-[+module+]
1528 .PHONY: install-target-[+module+] maybe-install-target-[+module+]
1529 maybe-install-target-[+module+]:
1530 @if target-[+module+]
1531 maybe-install-target-[+module+]: install-target-[+module+]
1534 install-target-[+module+]:
1536 install-target-[+module+]: installdirs
1545 (cd $(TARGET_SUBDIR)/[+module+] && \
1548 @endif target-[+module+]
1550 .PHONY: install-strip-target-[+module+] maybe-install-strip-target-[+module+]
1551 maybe-install-strip-target-[+module+]:
1552 @if target-[+module+]
1553 maybe-install-strip-target-[+module+]: install-strip-target-[+module+]
1556 install-strip-target-[+module+]:
1558 install-strip-target-[+module+]: installdirs
1567 (cd $(TARGET_SUBDIR)/[+module+] && \
1570 @endif target-[+module+]
1574 .PHONY: maybe-[+make_target+]-target-[+module+] [+make_target+]-target-[+module+]
1575 maybe-[+make_target+]-target-[+module+]:
1576 @if target-[+module+]
1577 maybe-[+make_target+]-target-[+module+]: [+make_target+]-target-[+module+]
1580 [+make_target+]-target-[+module+]:
1582 [+make_target+]-target-[+module+]: [+
1584 [+depend+]-target-[+module+] [+
1587 @[ -f $(TARGET_SUBDIR)/[+module+]/Makefile ] || exit 0; \
1599 (cd $(TARGET_SUBDIR)/[+module+] && \
1607 @endif target-[+module+]
1738 @if [+ module +]
1739 @cd $(HOST_SUBDIR); [ -d stage[+id+]-[+module+] ] || \
1740 mkdir stage[+id+]-[+module+]; \
1741 mv stage[+id+]-[+module+] [+module+][+ IF prev +]; \
1742 mv stage[+prev+]-[+module+] prev-[+module+] || test -f stage[+prev+]-lean [+ ENDIF prev +]
1743 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1750 @if [+ module +]
1751 @if test -d $(HOST_SUBDIR)/[+module+]; then \
1752 cd $(HOST_SUBDIR); mv [+module+] stage[+id+]-[+module+][+ IF prev +]; \
1753 mv prev-[+module+] stage[+prev+]-[+module+]; : [+ ENDIF prev +]; \
1755 @endif [+ module +][+ ENDIF bootstrap +][+ ENDFOR host_modules +]
1923 configure-stage[+id+]-target-[+module+]: maybe-all-stage[+id+]-gcc[+
1925 configure-target-[+module+]: stage_last[+
1930 configure-target-[+module+]: maybe-all-gcc[+
1946 (define dep-target (lambda (module-kind var-name hard)
1950 module-kind
1951 (dep-module var-name)
1955 (define make-dep (lambda (module-kind on-kind)
1957 (dep-target module-kind "module" #t) ": "
1965 ;; dep-module extracts everything up to the first dash in the given
1967 (define dep-module (lambda (var-name)
1983 ;; dependencies of bootstrapped modules on a build module
1985 ;; on an "install" target, or if the dependence module is not
1987 ;; "postbootstrap" depending on whether the dependent module is
2082 configure-stage[+id+]-target-[+module+]: maybe-all-stage[+id+]-target-libgcc[+
2087 configure-target-[+module+]: maybe-all-target-libgcc[+
2092 configure-target-[+module+]: maybe-all-target-newlib maybe-all-target-libgloss[+
2094 configure-target-[+module+]: maybe-all-target-libstdc++-v3[+