This file is indexed.

/usr/lib/grass70/include/Make/Stlib.make is in grass-dev 7.0.3-1build1.

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
STLIB = $(ARCH_LIBDIR)/$(STLIB_PREFIX)$(STLIB_NAME)$(STLIB_SUFFIX)

$(STLIB): $(STLIB_OBJS)
	$(STLIB_LD) $@ $?; $(RANLIB) $@

stlib: $(STLIB)