This file is indexed.

/var/lib/pcp-gui/testsuite/GNUmakefile is in pcp-gui-testsuite 1.5.11.

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
15
16
17
18
19
ifdef PCP_CONF
include $(PCP_CONF)
else
include $(PCP_DIR)/etc/pcp.conf
endif
PATH    = $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
include $(PCP_INC_DIR)/builddefs

SUBDIRS = src archives views interact

LDIRT = check.log check.time pmlogger.log *.out.bad *.full

default setup: $(SUBDIRS)
	$(SUBDIRS_MAKERULE)

install:
	$(SUBDIRS_MAKERULE)

include $(BUILDRULES)