libdb/docs/porting/layout.html

130 lines
4.5 KiB
HTML
Raw Normal View History

2011-09-13 17:44:24 +00:00
<?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">
2012-11-14 21:35:20 +00:00
<p>Library Version 11.2.5.3</p>
2011-09-13 17:44:24 +00:00
</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>