- srcdir:=@srcdir@
- top_srcdir:=@top_srcdir@
- DATA:=/bin/less
- TITLE:="Page map of /bin/less"
- # So that we regenerate the graph when the charting library changes.
- CHART=$(top_srcdir)/charting.scm $(top_srcdir)/charting/draw.scm
- elf-map.png: $(DATA) $(CHART)
- ../../env $(srcdir)/../elf-map.scm $(DATA) $@
|