This file is indexed.

/usr/lib/R/site-library/graph/perf/Makefile is in r-bioc-graph 1.56.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
BASE = graphperf
R ?= R-devel

all: $(BASE).pdf
	@echo "building perf report using $(R)"

$(BASE).pdf: $(BASE).tex
	$(R) CMD texi2dvi --pdf -c -q $<

$(BASE).tex: $(BASE).Rnw
	$(R) CMD Sweave $<

clean:
	@rm -fv $(BASE).pdf $(BASE).tex