This file is indexed.

/usr/lib/x86_64-linux-gnu/cmake/ug/ug-config.cmake is in libdune-uggrid-dev 2.5.1-2.

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
set(prefix /usr)
set(exec_prefix ${prefix})
set(libdir ${exec_prefix}/lib/x86_64-linux-gnu)
set(includedir ${prefix}/include)
set(UG_PARALLEL yes)
set(UG_FOR_DUNE yes)
set(UG_LIBRARIES -ldevS)
set(UG_LIBRARY_FLAGS -L${libdir})
set(UG_INCLUDES ${includedir})
set(UG_COMPILE_FLAGS -DUG_USE_SYSTEM_HEAP=1 -DUGLIB -DFOR_DUNE -DModelP)