make.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-make" xreflabel="Make" role="wrap">
  7. <title>Make-&make-version;</title>
  8. <?dbhtml filename="make.html"?>
  9. <indexterm zone="ch-system-make"><primary sortas="a-Make">Make</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Make package contains a program for compiling large packages.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>0.2 SBU</seg><seg>8.8 MB</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>Make installation depends on</segtitle>
  19. <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
  20. GCC, Gettext, Glibc, Grep, Sed</seg></seglistitem>
  21. </segmentedlist>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Make</title>
  25. <para>Prepare Make for compilation:</para>
  26. <screen><userinput>./configure --prefix=/usr</userinput></screen>
  27. <para>Compile the package:</para>
  28. <screen><userinput>make</userinput></screen>
  29. <para>To test the results, issue:
  30. <userinput>make check</userinput>.</para>
  31. <para>Now install the package:</para>
  32. <screen><userinput>make install</userinput></screen>
  33. </sect2>
  34. <sect2 id="contents-make"><title>Contents of Make</title>
  35. <para><emphasis>Installed program</emphasis>: make</para>
  36. </sect2>
  37. <sect2><title>Short description</title>
  38. <indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm>
  39. <para id="make"><command>make</command> automatically determines which pieces of a
  40. large package need to be recompiled, and then issues the relevant commands.</para>
  41. </sect2>
  42. </sect1>