Lines Matching refs:prefix

55 prefix = @prefix@
938 $(DESTDIR)$(prefix) \
970 .PHONY: configure-[+prefix+][+module+] maybe-configure-[+prefix+][+module+]
971 maybe-configure-[+prefix+][+module+]:
973 configure-[+prefix+][+module+]: stage_current
975 @if [+prefix+][+module+]
976 maybe-configure-[+prefix+][+module+]: configure-[+prefix+][+module+]
977 configure-[+prefix+][+module+]: [+ IF bootstrap +][+ ELSE +]
1012 @endif [+prefix+][+module+]
1016 .PHONY: configure-stage[+id+]-[+prefix+][+module+] maybe-configure-stage[+id+]-[+prefix+][+module+]
1017 maybe-configure-stage[+id+]-[+prefix+][+module+]:
1018 @if [+prefix+][+module+]-bootstrap
1019 maybe-configure-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1020 configure-stage[+id+]-[+prefix+][+module+]:
1041 [+poststage1_exports+][+ ENDIF prev +][+ IF prefix +] \
1044 LIBCFLAGS="$(LIBCFLAGS_FOR_TARGET)"; export LIBCFLAGS;[+ ELSE prefix +] \
1049 ENDIF prefix +] [+extra_exports+] \
1066 @endif [+prefix+][+module+]-bootstrap
1072 .PHONY: all-[+prefix+][+module+] maybe-all-[+prefix+][+module+]
1073 maybe-all-[+prefix+][+module+]:
1075 all-[+prefix+][+module+]: stage_current
1077 @if [+prefix+][+module+]
1078 TARGET-[+prefix+][+module+]=[+
1080 maybe-all-[+prefix+][+module+]: all-[+prefix+][+module+]
1081 all-[+prefix+][+module+]: configure-[+prefix+][+module+][+ IF bootstrap +][+ ELSE +]
1088 $(TARGET-[+prefix+][+module+]))
1089 @endif [+prefix+][+module+]
1093 .PHONY: all-stage[+id+]-[+prefix+][+module+] maybe-all-stage[+id+]-[+prefix+][+module+]
1094 .PHONY: clean-stage[+id+]-[+prefix+][+module+] maybe-clean-stage[+id+]-[+prefix+][+module+]
1095 maybe-all-stage[+id+]-[+prefix+][+module+]:
1096 maybe-clean-stage[+id+]-[+prefix+][+module+]:
1097 @if [+prefix+][+module+]-bootstrap
1098 maybe-all-stage[+id+]-[+prefix+][+module+]: all-stage[+id+]-[+prefix+][+module+]
1099 all-stage[+id+]: all-stage[+id+]-[+prefix+][+module+]
1100 TARGET-stage[+id+]-[+prefix+][+module+] = $(TARGET-[+prefix+][+module+])
1101 all-stage[+id+]-[+prefix+][+module+]: configure-stage[+id+]-[+prefix+][+module+]
1109 $(MAKE) $(BASE_FLAGS_TO_PASS)[+ IF prefix +] \
1112 LIBCFLAGS="$(LIBCFLAGS_FOR_TARGET)"[+ ELSE prefix +] \
1116 LIBCFLAGS="$(LIBCFLAGS)"[+ ENDIF prev +][+ ENDIF prefix +] \
1123 $(TARGET-stage[+id+]-[+prefix+][+module+])
1125 maybe-clean-stage[+id+]-[+prefix+][+module+]: clean-stage[+id+]-[+prefix+][+module+]
1126 clean-stage[+id+]: clean-stage[+id+]-[+prefix+][+module+]
1127 clean-stage[+id+]-[+prefix+][+module+]:
1137 @endif [+prefix+][+module+]-bootstrap
1147 [+ configure prefix="build-" subdir="$(BUILD_SUBDIR)" exports="$(BUILD_EXPORTS)"
1152 [+ all prefix="build-" subdir="$(BUILD_SUBDIR)" exports="$(BUILD_EXPORTS)"
1160 [+ configure prefix="" subdir="$(HOST_SUBDIR)"
1167 [+ all prefix="" subdir="$(HOST_SUBDIR)"
1277 [+ configure prefix="target-" subdir="$(TARGET_SUBDIR)"
1284 [+ all prefix="target-" subdir="$(TARGET_SUBDIR)"
1288 [+ configure prefix="target-" subdir="$(TARGET_SUBDIR)"
1295 [+ all prefix="target-" subdir="$(TARGET_SUBDIR)"
1756 ;; dep-stage builds a string for the prefix of a bootstrap stage.