glfs/archive/makedepend.xml
Pierre Labastie 3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00

119 lines
3.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY makedepend-download-http "&xorg-download-http;/util/makedepend-&makedepend-version;.tar.bz2">
<!ENTITY makedepend-download-ftp "&xorg-download-ftp;/util/makedepend-&makedepend-version;.tar.bz2">
<!ENTITY makedepend-md5sum "0475638eb40a3920d0d3f14482c924a4">
<!ENTITY makedepend-size "144 KB">
<!ENTITY makedepend-buildsize "1.5 MB">
<!ENTITY makedepend-time "less than 0.1 SBU">
]>
<sect1 id="makedepend" xreflabel="makedepend-&makedepend-version;">
<?dbhtml filename="makedepend.html"?>
<title>makedepend-&makedepend-version;</title>
<indexterm zone="makedepend">
<primary sortas="a-makedepend">makedepend</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to makedepend</title>
<para>The <application>makedepend</application> package contains a
C-preprocessor like utility to determine build-time dependencies.</para>
&lfs74_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&makedepend-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&makedepend-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &makedepend-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &makedepend-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &makedepend-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &makedepend-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">makedepend Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="xorg7-proto"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/makedepend"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of makedepend</title>
<para>Install <application>makedepend</application> by running the following
commands:</para>
<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>makedepend</seg>
<seg>None</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="makedepend-x7">
<term><command>makedepend</command></term>
<listitem>
<para>creates dependencies in makefiles.</para>
<indexterm zone="makedepend makedepend-x7">
<primary sortas="b-makedepend">makedepend</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>