Re-phrased and re-indented a bit
This commit is contained in:
parent
d76ffad242
commit
62b65b58d6
@ -67,7 +67,7 @@
|
|||||||
hash sign "#".
|
hash sign "#".
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Variable can be defined directly without specifying a particular section
|
Variables can be defined directly without specifying a particular section
|
||||||
first; they belong then to the default section, which is simply considered
|
first; they belong then to the default section, which is simply considered
|
||||||
to have an empty name.
|
to have an empty name.
|
||||||
</para>
|
</para>
|
||||||
@ -121,16 +121,17 @@
|
|||||||
<para>
|
<para>
|
||||||
The following target types are currently supported:
|
The following target types are currently supported:
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para>"binary": produces binary files, linked from every object file produced with their source files.</para></listitem>
|
<listitem><para>"binary": produces binary files, linked from every object
|
||||||
<listitem><para>"library": produces a static and a shared version of
|
file produced with their source files.</para></listitem>
|
||||||
the target, linked from every object file produced
|
<listitem><para>"library": produces a static and a shared version of the
|
||||||
with their source files, and respectively appending
|
target, linked from every object file produced with their source files,
|
||||||
".a" and ".so" extensions to the target name; the
|
and respectively appending ".a" and ".so" extensions to the target name;
|
||||||
shared object are also assigned a version number.</para></listitem>
|
the shared object are also assigned a version number.</para></listitem>
|
||||||
<listitem><para>"object": produces a binary object file from the given source.</para></listitem>
|
<listitem><para>"object": produces a binary object file from the given
|
||||||
<listitem><para>"plugin": produces a shared version of the target,
|
source.</para></listitem>
|
||||||
linked from every object file produced with their
|
<listitem><para>"plugin": produces a shared version of the target, linked
|
||||||
source files, and appending the ".so" extension to the target name.</para></listitem>
|
from every object file produced with their source files, and appending
|
||||||
|
the ".so" extension to the target name.</para></listitem>
|
||||||
<listitem><para>"script": runs the given script, expecting the target
|
<listitem><para>"script": runs the given script, expecting the target
|
||||||
file to be generated from the sources defined.</para></listitem>
|
file to be generated from the sources defined.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
Reference in New Issue
Block a user