This file is indexed.

/var/lib/pcp/testsuite/qt/GNUmakefile is in pcp-testsuite 4.0.1-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
15
16
17
18
19
20
21
22
23
24
25
#!gmake
#
# Copyright (c) 2012 Red Hat.
# Copyright (c) 2010 Aconex.  All Rights Reserved.
#

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 = qmc_context qmc_desc qmc_dynamic qmc_event qmc_format \
	  qmc_group qmc_hosts qmc_indom qmc_metric qmc_source

default default_pcp: $(SUBDIRS)
	$(QA_SUBDIRS_MAKERULE)

setup: $(SUBDIRS)

install install_pcp: $(SUBDIRS)

include $(BUILDRULES)