📄 z71.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html> <head> <title> Relevant GNU Documentation </title> <meta name="GENERATOR" content= "Modular DocBook HTML Stylesheet Version 1.45"> <link rel="HOME" title="GTK+ / Gnome Application Development" href="ggad.html"> <link rel="UP" title="Creating Your Source Tree" href= "cha-source.html"> <link rel="PREVIOUS" title="Makefile.am" href="z70.html"> <link rel="NEXT" title="Installing Support Files" href= "z72.html"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink= "#840084" alink="#0000FF"> <div class="NAVHEADER"> <table width="100%" border="0" bgcolor="#ffffff" cellpadding= "1" cellspacing="0"> <tr> <th colspan="4" align="center"> <font color="#000000" size="2">GTK+ / Gnome Application Development</font> </th> </tr> <tr> <td width="25%" bgcolor="#ffffff" align="left"> <a href="z70.html"><font color="#0000ff" size="2"><b> <<< Previous</b></font></a> </td> <td width="25%" colspan="2" bgcolor="#ffffff" align= "center"> <font color="#0000ff" size="2"><b><a href="ggad.html"> <font color="#0000ff" size="2"><b> Home</b></font></a></b></font> </td> <td width="25%" bgcolor="#ffffff" align="right"> <a href="z72.html"><font color="#0000ff" size="2"><b> Next >>></b></font></a> </td> </tr> </table> </div> <div class="SECT1"> <h1 class="SECT1"> <a name="Z71">Relevant GNU Documentation</a> </h1> <p> A number of GNU manuals are relevant to the topics discussed in this chapter, and will give you a deeper understanding. It is worth reading the tutorial sections of each of these. GNU manuals come with the software, and are also available from <a href= "http://www.gnu.org/doc/doc.html" target="_top"> http://www.gnu.org/doc/doc.html</a>. </p> <ul> <li> <p> The <tt class="APPLICATION">libtool</tt> manual explains the intermediate <tt class="APPLICATION"> .lo</tt> and <tt class="APPLICATION">.la</tt> files created while your program or library is compiling; <tt class="APPLICATION">automake</tt> generates makefiles which use <tt class="APPLICATION">libtool</tt>. </p> </li> <li> <p> The <tt class="APPLICATION">autoconf</tt> manual explains how to write <tt class="FILENAME"> configure.in</tt> and its associated files. </p> </li> <li> <p> The <tt class="APPLICATION">automake</tt> manual explains how to write a <tt class="FILENAME"> Makefile.am</tt>. </p> </li> <li> <p> The <tt class="APPLICATION">gettext</tt> manual has sections titled "Programmers" and "Maintainers"; you should read these to learn how the <tt class= "FILENAME">intl</tt> and <tt class="FILENAME">po</tt> subdirectories work. </p> </li> <li> <p> The GNU coding standards describe how GNU packages should behave; <tt class="APPLICATION">autoconf</tt> and <tt class="APPLICATION">automake</tt> try to implement these standards. </p> </li> <li> <p> The GNU <tt class="APPLICATION">hello</tt> package is intended to demonstrate the GNU packaging standards, and is an excellent source of examples. "GnomeHello" and other Gnome packages are a good source of Gnome-specific examples, of course. </p> </li> <li> <p> The manuals for <tt class="APPLICATION">make</tt>, the Bourne shell, and <tt class="APPLICATION">m4</tt> are essential if you need to write custom <tt class= "FILENAME">configure</tt> checks or add <tt class= "FILENAME">Makefile</tt> targets outside of <tt class= "APPLICATION">automake</tt>'s capabilities. </p> </li> </ul> </div> <div class="NAVFOOTER"> <br> <br> <table width="100%" border="0" bgcolor="#ffffff" cellpadding= "1" cellspacing="0"> <tr> <td width="25%" bgcolor="#ffffff" align="left"> <a href="z70.html"><font color="#0000ff" size="2"><b> <<< Previous</b></font></a> </td> <td width="25%" colspan="2" bgcolor="#ffffff" align= "center"> <font color="#0000ff" size="2"><b><a href="ggad.html"> <font color="#0000ff" size="2"><b> Home</b></font></a></b></font> </td> <td width="25%" bgcolor="#ffffff" align="right"> <a href="z72.html"><font color="#0000ff" size="2"><b> Next >>></b></font></a> </td> </tr> <tr> <td colspan="2" align="left"> <font color="#000000" size="2"><b><tt class="FILENAME"> Makefile.am</tt></b></font> </td> <td colspan="2" align="right"> <font color="#000000" size="2"><b>Installing Support Files</b></font> </td> </tr> </table> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -