This file is indexed.

/usr/share/codeblocks/lib_finder/codeblocks_sdk.xml is in codeblocks-contrib 10.05-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
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<library name="Code::Blocks SDK" short_code="cb">

    <config description="Code::Blocks SDK (pkg-config)">
        <pkgconfig name="codeblocks"/>
    </config>

    <!--

    TODO: These need to be updated to newest sdk structure


    <config>
        <file name="sdk/sdk.h"/>
        <file name="sdk/cbplugin.h"/>
        <file name="sdk/tinyxml/tinyxml.h"/>
        <file name="sdk/wxscintilla/include/wx/wxscintilla.h"/>

        <path include="$(BASE_DIR)/sdk"/>
        <path include="$(BASE_DIR)/sdk/tinyxml"/>
        <path include="$(BASE_DIR)/sdk/wxscintilla/include"/>
        <path include="$(BASE_DIR)/sdk/as/include"/>

        <path lib="$(BASE_DIR)/lib"/>
        <path lib="$(BASE_DIR)/devel"/>
        <path lib="$(BASE_DIR)/sdk/tinyxml"/>
        <path lib="$(BASE_DIR)/sdk/as"/>

        <flags cflags="-DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DBUILDING_PLUGIN"/>
        <flags lflags="-ltxml -lcodeblocks"/>
    </config>

    <config description="Code::Blocks SDK (Standalone Development SDK)">
        <file name="include/sdk.h"/>
        <file name="include/cbplugin.h"/>
        <file name="include/tinyxml/tinyxml.h"/>
        <file name="sdk/wxscintilla/include/wx/wxscintilla.h"/>

        <path include="$(BASE_DIR)/include"/>
        <path include="$(BASE_DIR)/sdk"/>
        <path include="$(BASE_DIR)/sdk/tinyxml"/>
        <path include="$(BASE_DIR)/sdk/wxscintilla/include"/>
        <path include="$(BASE_DIR)/sdk/as/include"/>

        <path lib="$(BASE_DIR)/lib"/>
        <path lib="$(BASE_DIR)/devel"/>
        <path lib="$(BASE_DIR)/sdk/tinyxml"/>
        <path lib="$(BASE_DIR)/sdk/as"/>

        <flags cflags="-DcbDEBUG -DTIXML_USE_STL -DCB_PRECOMP -DWX_PRECOMP -DBUILDING_PLUGIN"/>
        <flags lflags="-ltxml -lcodeblocks"/>
    </config>

    -->
</library>