summaryrefslogtreecommitdiff
path: root/docs/porting/layout.html
blob: 9e0389ff05d7f1fc58daf3aeba71ce43b29044b0 (plain)
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
126
127
128
129
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Source Code Layout</title>
    <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
    <link rel="start" href="index.html" title="Porting Berkeley DB" />
    <link rel="up" href="newbinary.html" title="Chapter 2. Creating a New Berkeley DB Binary" />
    <link rel="prev" href="buildtarget.html" title="Building on the Target Platform" />
    <link rel="next" href="testport.html" title="Chapter 3. Testing and Certifying the Port" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <div class="libver">
        <p>Library Version 12.1.6.1</p>
      </div>
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Source Code Layout</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="buildtarget.html">Prev</a> </td>
          <th width="60%" align="center">Chapter 2. Creating a New Berkeley DB Binary</th>
          <td width="20%" align="right"> <a accesskey="n" href="testport.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="layout"></a>Source Code Layout</h2>
          </div>
        </div>
      </div>
      <p> The following table describes the directories in the Berkeley DB distribution. </p>
      <div class="informaltable">
        <table border="1" width="80%">
          <colgroup>
            <col />
            <col />
          </colgroup>
          <thead>
            <tr>
              <th>Directory</th>
              <th>Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td>LICENSE</td>
              <td>Berkeley DB License</td>
            </tr>
            <tr>
              <td>build_android</td>
              <td>Android build directory</td>
            </tr>
            <tr>
              <td>build_unix</td>
              <td>UNIX build directory</td>
            </tr>
            <tr>
              <td>build_vxworks</td>
              <td>VxWorks build directory</td>
            </tr>
            <tr>
              <td>build_wince</td>
              <td>Windows CE build directory</td>
            </tr>
            <tr>
              <td>build_windows</td>
              <td>Windows build directory</td>
            </tr>
            <tr>
              <td>dist</td>
              <td>Scripts used to auto-generate code for Berkeley DB distribution and administration</td>
            </tr>
            <tr>
              <td>docs</td>
              <td>Documentation</td>
            </tr>
            <tr>
              <td>examples</td>
              <td>Example programs for various language APIs</td>
            </tr>
            <tr>
              <td>lang</td>
              <td>Implementation of various APIs that work with the Berkeley DB library</td>
            </tr>
            <tr>
              <td>src</td>
              <td>Implementation of the Berkeley DB library</td>
            </tr>
            <tr>
              <td>test</td>
              <td>Test suites</td>
            </tr>
            <tr>
              <td>util</td>
              <td>Implementation of utilities that can be used with Berkeley DB</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="buildtarget.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="newbinary.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="testport.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top"> Building on the Target Platform </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Chapter 3. Testing and Certifying the Port</td>
        </tr>
      </table>
    </div>
  </body>
</html>