make all --print-data-base --no-builtin-variables --no-builtin-rules --question make: *** No rule to make target 'all'. Stop. # GNU Make 4.3 # Built for x86_64-pc-linux-gnu # Copyright (C) 1988-2020 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. # Make data base, printed on Sun Jun 19 11:15:26 2022 # Variables # environment GDK_BACKEND = x11 # environment LC_ALL = C # environment TERMINATOR_DBUS_NAME = net.tenshu.Terminator21a9d5db22c73a993ff0b42f64b396873 # makefile (from 'Makefile', line 38) BASEOPTS = -c $(CONFDIR) $(PAPEROPT_$(PAPER)) $(FORCE) $(VERBOSE) $(SPHINXOPTS) $(SOURCEDIR) # environment VSCODE_IPC_HOOK_EXTHOST = /run/user/1000/vscode-ipc-44ef05a6-8062-4d3b-b5c3-84a996c42ae2.sock # environment MANDATORY_PATH = /usr/share/gconf/xubuntu.mandatory.path # makefile (from 'Makefile', line 25) STUBDIR = circuitpython-stubs # environment VSCODE_CWD = /home/raghu/data/laboratory/circuitpython # makefile (from 'Makefile', line 9) PYTHON = python3 # makefile (from 'Makefile', line 22) VERBOSE = -v # environment TERMINATOR_UUID = urn:uuid:9a591585-820b-496e-a222-fc4d1e1bdc6f # environment LIBVIRT_DEFAULT_URI = qemu:///system # environment GDM_LANG = en_US # default MAKE_COMMAND := make # environment QT_ACCESSIBILITY = 1 # automatic @D = $(patsubst %/,%,$(dir $@)) # environment VSCODE_HANDLES_UNCAUGHT_ERRORS = true # default .VARIABLES := # environment PWD = /home/raghu/data/laboratory/circuitpython # automatic %D = $(patsubst %/,%,$(dir $%)) # environment XDG_DATA_DIRS = /usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share # environment OLDPWD = /home/raghu/data/laboratory # automatic ^D = $(patsubst %/,%,$(dir $^)) # environment VSCODE_LOG_STACK = false # automatic %F = $(notdir $%) # environment VSCODE_CODE_CACHE_PATH = /home/raghu/.config/Code/CachedData/30d9c6cd9483b2cc586687151bcbcd635f373630 # environment XDG_SESSION_PATH = /org/freedesktop/DisplayManager/Session0 # environment LANG = C # environment XAUTHORITY = /home/raghu/.Xauthority # default .LOADED := # default .INCLUDE_DIRS = /usr/local/include /usr/include /usr/include # makefile MAKEFLAGS = pqrR # makefile (from 'Makefile', line 29) DISTDIR = dist # makefile (from 'Makefile', line 16) SOURCEDIR = . # environment TERMINATOR_DBUS_PATH = /net/tenshu/Terminator2 # makefile CURDIR := /home/raghu/data/laboratory/circuitpython # environment VSCODE_PIPE_LOGGING = true # environment APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1 # environment LESSOPEN = | /usr/bin/lesspipe %s # automatic *D = $(patsubst %/,%,$(dir $*)) # makefile (from 'Makefile', line 43) TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/espressif ports/mimxrt10xx ports/nrf ports/raspberrypi ports/stm py shared-bindings shared-module supervisor # environment MFLAGS = -pqrR # environment SSH_AUTH_SOCK = /run/user/1000/keyring/ssh # default .SHELLFLAGS := -c # environment XDG_CONFIG_DIRS = /etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg # makefile (from 'Makefile', line 36) PAPEROPT_a4 = -D latex_paper_size=a4 # makefile (from 'Makefile', line 37) PAPEROPT_letter = -D latex_paper_size=letter # automatic +D = $(patsubst %/,%,$(dir $+)) # environment XDG_SESSION_DESKTOP = xubuntu # makefile (from 'Makefile', line 1) MAKEFILE_LIST := Makefile # automatic @F = $(notdir $@) # environment VSCODE_VERBOSE_LOGGING = true # environment VSCODE_PID = 240406 # environment XDG_SESSION_TYPE = x11 # automatic ?D = $(patsubst %/,%,$(dir $?)) # environment CLUTTER_BACKEND = x11 # makefile (from 'Makefile', line 47) TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" -o -path "ports/*/build" -o -path ports/atmel-samd/asf4 -o -path ports/cxd56/spresense-exported-sdk -o -path ports/espressif/esp-idf -o -path ports/mimxrt10xx/sdk -o -path ports/raspberrypi/sdk -o -path ports/stm/st_driver -o -path lib/tinyusb -o -path lib/lwip -o -path extmod/ulab/circuitpython -o -path extmod/ulab/micropython # makefile (from 'Makefile', line 39) ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(BASEOPTS) # environment SESSION_MANAGER = local/compromyse:@/tmp/.ICE-unix/1307,unix/compromyse:/tmp/.ICE-unix/1307 # automatic *F = $(notdir $*) # environment QT_QPA_PLATFORMTHEME = gtk2 # environment CHROME_DESKTOP = code-url-handler.desktop # environment DBUS_SESSION_BUS_ADDRESS = unix:path=/run/user/1000/bus # automatic &2 2> /dev/null; test $$? -eq 128 rm locale/*~ || true git checkout --theirs -- locale/* make translate one-of-each: samd21 litex mimxrt10xx nrf stm # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. all-source: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. clean-samd21: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 306): $(MAKE) -C ports/atmel-samd BOARD=trinket_m0 clean fetch-submodules: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 328): # This update will fail because the commits we need aren't the latest on the # branch. We can ignore that though because we fix it with the second command. # (Only works for git servers that allow sha fetches.) git submodule update --init -N --depth 1 || true git submodule foreach 'git fetch --tags --depth 1 origin $$sha1 && git checkout -q $$sha1' dirhtml: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 99): $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." samd51: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 286): $(MAKE) -C ports/atmel-samd BOARD=feather_m4_express # Not a target: .DEFAULT: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. latex: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 148): $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." @echo "Run \`make' in that directory to run these through (pdf)latex" \ "(use \`make latexpdf' here to do that automatically)." locale/circuitpython.pot: all-source # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 229): find $(TRANSLATE_SOURCES) -type d \( $(TRANSLATE_SOURCES_EXC) \) -prune -o -type f \( -iname "*.c" -o -iname "*.h" \) -print | (LC_ALL=C sort) | xgettext -f- -L C -s --add-location=file --keyword=translate --keyword=MP_ERROR_TEXT -o - | sed -e '/"POT-Creation-Date: /d' > $@ # Not a target: all: # Command line target. # Implicit rule search has been done. # File does not exist. # File has not been updated. help: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 63): @echo "Please use \`make ' where is one of" @echo " fetch-submodules to fetch dependencies from submodules, run this right after you clone the repo" @echo " html to make standalone HTML files" @echo " dirhtml to make HTML files named index.html in directories" @echo " singlehtml to make a single large HTML file" @echo " pickle to make pickle files" @echo " json to make JSON files" @echo " htmlhelp to make HTML files and a HTML help project" @echo " qthelp to make HTML files and a qthelp project" @echo " devhelp to make HTML files and a Devhelp project" @echo " epub to make an epub" @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" @echo " latexpdf to make LaTeX files and run them through pdflatex" @echo " latexpdfja to make LaTeX files and run them through platex/dvipdfmx" @echo " text to make text files" @echo " man to make manual pages" @echo " texinfo to make Texinfo files" @echo " info to make Texinfo files and run them through makeinfo" @echo " gettext to make PO message catalogs" @echo " changes to make an overview of all changed/added/deprecated items" @echo " xml to make Docutils-native XML files" @echo " pseudoxml to make pseudoxml-XML files for display purposes" @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" changes: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 199): $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes @echo @echo "The overview file is in $(BUILDDIR)/changes." json: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 114): $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json @echo @echo "Build finished; now you can process the JSON files." clean-mimxrt10xx: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 318): $(MAKE) -C ports/mimxrt10xx BOARD=feather_mimxrt1011 clean qthelp: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 125): $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp @echo @echo "Build finished; now you can run "qcollectiongenerator" with the" \ ".qhcp project file in $(BUILDDIR)/qthelp, like this:" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/MicroPython.qhcp" @echo "To view the help file:" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/MicroPython.qhc" nrf: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 298): $(MAKE) -C ports/nrf BOARD=feather_nrf52840_express check-stubs: stubs # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 273): @(cd $(STUBDIR) && set -- */__init__.pyi && mypy "$${@%/*}") @tools/test-stubs.sh gettext: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 194): $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale @echo @echo "Build finished. The message catalogs are in $(BUILDDIR)/locale." xml: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 215): $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml @echo @echo "Build finished. The XML files are in $(BUILDDIR)/xml." pseudoxml: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 220): $(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml @echo @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." devhelp: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 134): $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @echo @echo "Build finished." @echo "To view the help file:" @echo "# mkdir -p $$HOME/.local/share/devhelp/MicroPython" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/MicroPython" @echo "# devhelp" clean-samd51: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 309): $(MAKE) -C ports/atmel-samd BOARD=feather_m4_express clean .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs all-source translate msgmerge check-translate stubs check-stubs fetch-submodules # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. texinfo: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 181): $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo @echo @echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo." @echo "Run \`make' in that directory to run these through makeinfo" \ "(use \`make info' here to do that automatically)." linkcheck: # Phony target (prerequisite of .PHONY). # Implicit rule search has not been done. # File does not exist. # File has not been updated. # recipe to execute (from 'Makefile', line 204): $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck @echo @echo "Link check complete; look for any errors in the above output " \ "or in $(BUILDDIR)/linkcheck/output.txt." samd21: # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. # recipe to execute (from 'Makefile', line 283): $(MAKE) -C ports/atmel-samd BOARD=trinket_m0 # files hash-table stats: # Load=55/1024=5%, Rehash=0, Collisions=5/153=3% # VPATH Search Paths # No 'vpath' search paths. # No general ('VPATH' variable) search path. # strcache buffers: 1 (0) / strings = 80 / storage = 764 B / avg = 9 B # current buf: size = 8162 B / used = 764 B / count = 80 / avg = 9 B # strcache performance: lookups = 192 / hit rate = 58% # hash-table stats: # Load=80/8192=1%, Rehash=0, Collisions=0/192=0% # Finished Make data base on Sun Jun 19 11:15:26 2022