source: archive/makedepend.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[3b69a2aa]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[432a111]7 <!ENTITY makedepend-download-http "&xorg-download-http;/util/makedepend-&makedepend-version;.tar.bz2">
8 <!ENTITY makedepend-download-ftp "&xorg-download-ftp;/util/makedepend-&makedepend-version;.tar.bz2">
9 <!ENTITY makedepend-md5sum "0475638eb40a3920d0d3f14482c924a4">
10 <!ENTITY makedepend-size "144 KB">
11 <!ENTITY makedepend-buildsize "1.5 MB">
[3b69a2aa]12 <!ENTITY makedepend-time "less than 0.1 SBU">
13]>
14
15<sect1 id="makedepend" xreflabel="makedepend-&makedepend-version;">
16 <?dbhtml filename="makedepend.html"?>
17
18
19 <title>makedepend-&makedepend-version;</title>
20
21 <indexterm zone="makedepend">
22 <primary sortas="a-makedepend">makedepend</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to makedepend</title>
27
28 <para>The <application>makedepend</application> package contains a
29 C-preprocessor like utility to determine build-time dependencies.</para>
30
[5f26d66f]31 &lfs74_checked;
[3b69a2aa]32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&makedepend-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&makedepend-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &makedepend-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &makedepend-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &makedepend-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &makedepend-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">makedepend Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
[9fee07b6]58 <para role="required">
[adf6dd9a]59 <xref linkend="xorg7-proto"/>
[9fee07b6]60 </para>
[3b69a2aa]61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/makedepend"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of makedepend</title>
69
70 <para>Install <application>makedepend</application> by running the following
71 commands:</para>
72
73<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
74make</userinput></screen>
75
76 <para>To test the results, issue: <command>make check</command>.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title>Contents</title>
86
87 <segmentedlist>
88 <segtitle>Installed Program</segtitle>
[244e6e56]89 <segtitle>Installed Libraries</segtitle>
90 <segtitle>Installed Directories</segtitle>
[3b69a2aa]91
92 <seglistitem>
93 <seg>makedepend</seg>
[244e6e56]94 <seg>None</seg>
95 <seg>None</seg>
[3b69a2aa]96 </seglistitem>
97 </segmentedlist>
98
99 <variablelist>
100 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
101 <?dbfo list-presentation="list"?>
102 <?dbhtml list-presentation="table"?>
103
104 <varlistentry id="makedepend-x7">
105 <term><command>makedepend</command></term>
106 <listitem>
107 <para>creates dependencies in makefiles.</para>
108 <indexterm zone="makedepend makedepend-x7">
109 <primary sortas="b-makedepend">makedepend</primary>
110 </indexterm>
111 </listitem>
112 </varlistentry>
113
114 </variablelist>
115
116 </sect2>
117
118</sect1>
Note: See TracBrowser for help on using the repository browser.