This file is indexed.

/usr/lib/VTKEdge/VTKEdgeConfig.cmake is in libvtkedge-dev 0.2.0~20110819-1build2.

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
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
##=============================================================================
##   This file is part of VTKEdge. See vtkedge.org for more information.
##
##   Copyright (c) 2010 Kitware, Inc.
##
##   VTKEdge may be used under the terms of the BSD License
##   Please see the file Copyright.txt in the root directory of
##   VTKEdge for further information.
##
##   Alternatively, you may see: 
##
##   http://www.vtkedge.org/vtkedge/project/license.html
##
##
##   For custom extensions, consulting services, or training, please
##   this or any other Kitware supported open source project, please
##   contact Kitware at sales@kitware.com.
##
##
##=============================================================================

#-----------------------------------------------------------------------------
#
# VTKEdgeConfig.cmake - CMake configuration file for external projects.
#
# This file is configured by VTKEdge and used by the UseVTKEdge.cmake
# module to load VTKEdge's settings for an external project.

# Compute the installation prefix from VTKEdge_DIR.
set(VTKEdge_INSTALL_PREFIX "${VTKEdge_DIR}")
GET_FILENAME_COMPONENT(VTKEdge_INSTALL_PREFIX "${VTKEdge_INSTALL_PREFIX}" PATH)
GET_FILENAME_COMPONENT(VTKEdge_INSTALL_PREFIX "${VTKEdge_INSTALL_PREFIX}" PATH)

# The VTKEdge version number.
set(VTKEdge_VERSION_MAJOR  "0")
set(VTKEdge_VERSION_MINOR  "2")
set(VTKEdge_VERSION_BUILD  "0")
set(VTKEdge_VERSION        "0.2.0")

# The libraries.
set(VTKEdge_LIBRARIES "vtkKWECommon;vtkKWEFiltering;vtkKWEHybrid;vtkKWEImaging;vtkKWEIO;vtkKWERendering;vtkKWEVolumeRendering;vtkKWEWidgets")

# The CMake macros dir.
set(VTKEdge_CMAKE_DIR "${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/CMake")

# The configuration options.
set(VTKEdge_BUILD_SHARED_LIBS         "1")
set(VTKEdge_BUILD_EXAMPLES            "OFF")
set(VTKEdge_BUILD_PARAVIEW_PLUGINS    "OFF")

set(VTKEdge_USE_CUDA                  "OFF")
set(VTKEdge_USE_DIRECTX               "")
set(VTKEdge_USE_CORE_GRAPHICS         "")
set(VTKEdge_USE_NVCONTROL             "")

set(VTKEdge_USE_ITK                   "ON")

set(VTKEdge_AVAILABLE_KITS            "Common;Filtering;Hybrid;Imaging;IO;Rendering;VolumeRendering;Widgets")
set(VTKEdge_ENABLED_KITS              "Common;Filtering;Hybrid;Imaging;IO;Rendering;VolumeRendering;Widgets")

set(VTKEdge_BUILD_Common_KIT          "ON")
set(VTKEdge_BUILD_Filtering_KIT       "ON")
set(VTKEdge_BUILD_Graphics_KIT        "")
set(VTKEdge_BUILD_Hybrid_KIT          "ON")
set(VTKEdge_BUILD_Imaging_KIT         "ON")
set(VTKEdge_BUILD_IO_KIT              "ON")
set(VTKEdge_BUILD_Rendering_KIT       "ON")
set(VTKEdge_BUILD_VolumeRendering_KIT "ON")
set(VTKEdge_BUILD_Widgets_KIT         "ON")
set(VTKEdge_PAINTBRUSH_LABEL_TYPE     "VTK_UNSIGNED_SHORT")

# The C and C++ flags added to the cmake-configured flags.
set(VTKEdge_REQUIRED_C_FLAGS
  "")
set(VTKEdge_REQUIRED_CXX_FLAGS
  "")
set(VTKEdge_REQUIRED_EXE_LINKER_FLAGS
  "")
set(VTKEdge_REQUIRED_SHARED_LINKER_FLAGS
  "")
set(VTKEdge_REQUIRED_MODULE_LINKER_FLAGS
  "")

# The "use" file.
set(VTKEdge_USE_FILE "${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/UseVTKEdge.cmake")

# The build settings file.
set(VTKEdge_BUILD_SETTINGS_FILE "${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/VTKEdgeBuildSettings.cmake")

# The library directories.
set(VTKEdge_LIBRARY_DIRS "${VTKEdge_INSTALL_PREFIX}/lib/")

# The runtime directories.
# Note that if VTKEdge_CONFIGURATION_TYPES is set (see below) then
# these directories will be the parent directories under which there will
# be a directory of runtime binaries for each configuration type.
set(VTKEdge_RUNTIME_DIRS "${VTKEdge_INSTALL_PREFIX}/lib/")

# The include directories.
set(VTKEdge_INCLUDE_DIRS "${VTKEdge_INSTALL_PREFIX}/include/VTKEdge")

# The library dependencies file.
if(NOT VTKEdge_NO_LIBRARY_DEPENDS AND
    EXISTS "${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/VTKEdgeLibraryDepends.cmake")
  include("${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/VTKEdgeLibraryDepends.cmake")
endif(NOT VTKEdge_NO_LIBRARY_DEPENDS AND
  EXISTS "${VTKEdge_INSTALL_PREFIX}/lib//VTKEdge/VTKEdgeLibraryDepends.cmake")

# The VTK options.
set(VTKEdge_VTK_DIR "/usr/lib/vtk-5.8")

# An install tree always provides one build configuration.
# A build tree may provide either one or multiple build
# configurations depending on the CMake generator used. Since
# this project can be used either from a build tree or an install tree it
# is useful for outside projects to know the configurations available.
# If this VTKEdgeConfig.cmake is in an install tree
# VTKEdge_CONFIGURATION_TYPES will be empty and VTKEdge_BUILD_TYPE
# will be set to the value of CMAKE_BUILD_TYPE used to build
# VTKEdge. If VTKEdgeConfig.cmake is in a build tree
# then VTKEdge_CONFIGURATION_TYPES and VTKEdge_BUILD_TYPE will
# have values matching CMAKE_CONFIGURATION_TYPES and CMAKE_BUILD_TYPE
# for that build tree (only one will ever be set).
set(VTKEdge_CONFIGURATION_TYPES )
set(VTKEdge_BUILD_TYPE )