source: archive/makedepend.xml@ ccded7e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccded7e was c08b5cbd, checked in by Igor Živković <igor@…>, 10 years ago

removed makedepend and pangox-compat

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12687 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
Line 
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
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">
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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>makedepend-&makedepend-version;</title>
24
25 <indexterm zone="makedepend">
26 <primary sortas="a-makedepend">makedepend</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to makedepend</title>
31
32 <para>The <application>makedepend</application> package contains a
33 C-preprocessor like utility to determine build-time dependencies.</para>
34
35 &lfs74_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&makedepend-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&makedepend-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &makedepend-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &makedepend-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &makedepend-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &makedepend-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">makedepend Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="xorg7-proto"/>
64 </para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/makedepend"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of makedepend</title>
73
74 <para>Install <application>makedepend</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
78make</userinput></screen>
79
80 <para>To test the results, issue: <command>make check</command>.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="content">
89 <title>Contents</title>
90
91 <segmentedlist>
92 <segtitle>Installed Program</segtitle>
93 <segtitle>Installed Libraries</segtitle>
94 <segtitle>Installed Directories</segtitle>
95
96 <seglistitem>
97 <seg>makedepend</seg>
98 <seg>None</seg>
99 <seg>None</seg>
100 </seglistitem>
101 </segmentedlist>
102
103 <variablelist>
104 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
105 <?dbfo list-presentation="list"?>
106 <?dbhtml list-presentation="table"?>
107
108 <varlistentry id="makedepend-x7">
109 <term><command>makedepend</command></term>
110 <listitem>
111 <para>creates dependencies in makefiles.</para>
112 <indexterm zone="makedepend makedepend-x7">
113 <primary sortas="b-makedepend">makedepend</primary>
114 </indexterm>
115 </listitem>
116 </varlistentry>
117
118 </variablelist>
119
120 </sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.