Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9337850
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
539 B
Subscribers
None
Makefile
View Options
pyreqs = $(wildcard ../*/requirements.txt)
depgraphs = deps-all.pdf deps-swh.pdf deps-external.pdf
mkgraph = bin/py-depgraph
all: depgraphs
.PHONY: depgraphs
depgraphs: $(depgraphs)
deps-all.dot: ../$(mkgraph) $(pyreqs)
cd .. ; $(mkgraph) > $(CURDIR)/$@
deps-swh.dot: ../$(mkgraph) $(pyreqs)
cd .. ; $(mkgraph) --no-external > $(CURDIR)/$@
deps-external.dot: ../$(mkgraph) $(pyreqs)
cd .. ; $(mkgraph) --no-internal > $(CURDIR)/$@
%.pdf: %.dot
dot -T pdf $< > $@
clean:
-rm -f $(depgraphs) $(patsubst %.pdf,%.dot,$(depgraphs))
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Jul 4 2025, 8:21 AM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3452475
Attached To
rDENV Development environment
Event Timeline
Log In to Comment