This file is indexed.

/usr/share/doc/check/examples/src/Makefile.am is in check 0.10.0-3.

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
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libmoney.la
libmoney_la_SOURCES = money.c money.h

bin_PROGRAMS = main
main_SOURCES = main.c
main_LDADD = libmoney.la