Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348675
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
Makefile
View Options
PYMODULES := $(shell bin/ls-py-modules)
DB_MODULES = swh-storage swh-archiver swh-scheduler swh-indexer swh-scheduler/sql/updater
DOC_MODULE = swh-docs
all:
# TODO this is too close to "docs" below, but is meant to go away anyhow, when
# the dependency graph stuff will migrate to the swh-docs/ module
.PHONY: doc
doc:
make -C doc/
check: $(patsubst %,check/%,$(PYMODULES))
typecheck: $(patsubst %,typecheck/%,$(PYMODULES))
distclean: $(patsubst %,distclean/%,$(PYMODULES))
test: $(patsubst %,test/%,$(PYMODULES))
docs: $(patsubst %,docs/%,$(filter-out $(DOC_MODULE),$(PYMODULES)))
docs-assets: $(patsubst %,docs-assets/%,$(filter-out $(DOC_MODULE),$(PYMODULES)))
docs-apidoc: $(patsubst %,docs-apidoc/%,$(filter-out $(DOC_MODULE),$(PYMODULES)))
docs-clean: $(patsubst %,docs-clean/%,$(filter-out $(DOC_MODULE),$(PYMODULES)))
check/%:
make -C $* check
typecheck/%:
make -C $* typecheck
distclean/%:
make -C $* distclean
test/%:
make -C $* test
docs/%:
make -C $*/docs
docs-assets/%:
make -C $*/docs assets
docs-apidoc/%:
make -C $*/docs apidoc
docs-clean/%:
make -C $*/docs clean
.PHONY: update clean
update:
git pull
mr up
clean:
make -C doc/ clean
.PHONY: check-staged
check-staged:
make -C docker/ check-staged
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Jul 4 2025, 6:43 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3283317
Attached To
rDENV Development environment
Event Timeline
Log In to Comment