Megatest

Makefile at [1f4e895d45]
Login

File docs/code/Makefile artifact 8a3a5a4275 part of check-in 1f4e895d45



all : module-hierarchy.pdf

deps.data : ../../*scm
	cd ../..;csi -bq utils/deps.scm > docs/code/deps.data

module-hierarchy.dot : preamble.dot deps.data postamble.dot
	cat preamble.dot deps.data postamble.dot > module-hierarchy.dot

module-hierarchy.pdf : module-hierarchy.dot
	dot -Tpdf module-hierarchy.dot -o module-hierarchy.pdf