Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 345aa895e80053137c21f8693106c3a0 > files > 204

gtkmm2.4-documentation-2.17.4-1mdv2010.0.noarch.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hand-coded source files</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<link rel="home" href="index.html" title="Programming with gtkmm">
<link rel="up" href="chapter-wrapping-c-libraries.html" title="Appendix H. Wrapping C Libraries with gmmproc">
<link rel="prev" href="sec-wrapping-hg-files.html" title="The .hg and .ccg files">
<link rel="next" href="sec-wrapping-initialization.html" title="Initialization">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Hand-coded source files</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-wrapping-hg-files.html"><img src="icons/prev.png" alt="Prev"></a> </td>
<th width="60%" align="center">Appendix H. Wrapping C Libraries with gmmproc</th>
<td width="20%" align="right"> <a accesskey="n" href="sec-wrapping-initialization.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
</table>
<hr>
</div>
<div class="sect1" title="Hand-coded source files">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sec-wrapping-hand-coded-files"></a>Hand-coded source files</h2></div></div></div>
<p>You might want to include additional source files that will not be
  generated by <span class="command"><strong>gmmproc</strong></span> from <code class="filename">.hg</code> and
  <code class="filename">.ccg</code> files. You can simply place these in your
  <code class="filename">libsomething/libsomethingmm</code> directory and mention them
  in the <code class="filename">Makefile.am</code> in the
  <code class="varname">files_extra_h</code> and <code class="varname">files_extra_cc</code>
  variables.</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-wrapping-hg-files.html"><img src="icons/prev.png" alt="Prev"></a> </td>
<td width="20%" align="center"><a accesskey="u" href="chapter-wrapping-c-libraries.html"><img src="icons/up.png" alt="Up"></a></td>
<td width="40%" align="right"> <a accesskey="n" href="sec-wrapping-initialization.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">The .hg and .ccg files </td>
<td width="20%" align="center"><a accesskey="h" href="index.html"><img src="icons/home.png" alt="Home"></a></td>
<td width="40%" align="right" valign="top"> Initialization</td>
</tr>
</table>
</div>
</body>
</html>