This file is indexed.

/usr/lib/polymake/bundled/group/conf.make is in polymake 3.0r1-4.

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
ifndef ImportedIntoExtension
# not included on behalf of another extension
include /build/polymake-HGAfhv/polymake-3.0r1/debian/polymake/usr/lib/polymake/conf.make
RequireExtensions := ${ProjectTop}/bundled/lrs ${ProjectTop}/bundled/cdd ${ProjectTop}/bundled/ppl
endif
ExtensionTop := ${ProjectTop}/bundled/group
CXXflags := -I${ExtensionTop}/external/permlib/include ${CXXflags}