同步操作将从 唐佐林/python 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
ifneq ($(lastword a b),b)$(error These Makefiles require make 3.81 or newer)endif# Set TOP to be the path to get from the current directory (where make was# invoked) to the top of the tree. $(lastword $(MAKEFILE_LIST)) returns# the name of this makefile relative to where make was invoked.## We assume that this file is in the py directory so we use $(dir ) twice# to get to the top of the tree.THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))TOP := ./# Turn on increased build verbosity by defining BUILD_VERBOSE in your main# Makefile or in your environment. You can also use V=1 on the make command# line.ifeq ("$(origin V)", "command line")BUILD_VERBOSE=$(V)endififndef BUILD_VERBOSEBUILD_VERBOSE = 0endififeq ($(BUILD_VERBOSE),0)Q = @elseQ =endif# Since this is a new feature, advertise itifeq ($(BUILD_VERBOSE),0)$(info Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.)endif# default settings; can be overridden in main MakefilePY_SRC ?= $(TOP)/pyBUILD ?= buildRM = rmECHO = @echoCP = cpMKDIR = mkdirSED = sedCAT = catTOUCH = touchPYTHON = python3AS = $(CROSS_COMPILE)asCC = $(CROSS_COMPILE)gccCXX = $(CROSS_COMPILE)g++GDB = $(CROSS_COMPILE)gdbLD = $(CROSS_COMPILE)ldOBJCOPY = $(CROSS_COMPILE)objcopySIZE = $(CROSS_COMPILE)sizeSTRIP = $(CROSS_COMPILE)stripAR = $(CROSS_COMPILE)arMAKE_MANIFEST = $(PYTHON) $(TOP)/tools/makemanifest.pyMAKE_FROZEN = $(PYTHON) $(TOP)/tools/make-frozen.pyMPY_CROSS = $(TOP)/mpy-cross/mpy-crossMPY_TOOL = $(PYTHON) $(TOP)/tools/mpy-tool.pyMPY_LIB_DIR = $(TOP)/../micropython-liball:.PHONY: all.DELETE_ON_ERROR:MKENV_INCLUDED = 1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。