This file is indexed.

/usr/share/dune-common/am/global-rules is in libdune-common-dev 2.4.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
# -*- Makefile -*-
#
# this file should be included into any Makefile.am so that we can
# easily introduce new global rules. DO NOT OVERUSE!
#

# add "sourcescheck"-target testing if all source files are mentioned
include $(top_srcdir)/am/sourcescheck

# check consistency of the headers (see FS#394)
include $(top_srcdir)/am/headercheck

# add "check-log"-target to create automated build logs
include $(top_srcdir)/am/checklog

# add "doc"-target to create and clean documentation
include $(top_srcdir)/am/documentation