<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: make in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3748919#M257467</link>
    <description>imake is used to make platform dependent makefiles. Makefiles are templete on how to actually compile and link code and to install in the designated locations. After running imake, you are now being told to&lt;BR /&gt;execute "make Makefiles" then "make clean" then "make install" ... . The argument supplied to make serves as the target. If you examine the Makefile (or makefile) you should see a line like &lt;BR /&gt;install: xxx yyy xxx&lt;BR /&gt;command1 aa bb cc&lt;BR /&gt;command2 xx yy zz&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;This essentially say when you execute make as "make install", look for the "install:" entry and follow those steps. A man make would explain much of this but make is fundamental to building complex applications.&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Mar 2006 14:22:34 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-03-10T14:22:34Z</dc:date>
    <item>
      <title>make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3748918#M257466</link>
      <description>Cud somebody explain me the make steps give here.It is used for building of our code.&lt;BR /&gt;------------------------------------------&lt;BR /&gt;imake -I/baq/msm/${BAIN_ENV}/${VERSION}/config -Tsms.tmpl&lt;BR /&gt;make Makefiles&lt;BR /&gt;make clean&lt;BR /&gt;make install&lt;BR /&gt;make includes&lt;BR /&gt;make depend&lt;BR /&gt;make -k install&lt;BR /&gt;------------------------------------------</description>
      <pubDate>Fri, 10 Mar 2006 14:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3748918#M257466</guid>
      <dc:creator>Hunki</dc:creator>
      <dc:date>2006-03-10T14:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3748919#M257467</link>
      <description>imake is used to make platform dependent makefiles. Makefiles are templete on how to actually compile and link code and to install in the designated locations. After running imake, you are now being told to&lt;BR /&gt;execute "make Makefiles" then "make clean" then "make install" ... . The argument supplied to make serves as the target. If you examine the Makefile (or makefile) you should see a line like &lt;BR /&gt;install: xxx yyy xxx&lt;BR /&gt;command1 aa bb cc&lt;BR /&gt;command2 xx yy zz&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;This essentially say when you execute make as "make install", look for the "install:" entry and follow those steps. A man make would explain much of this but make is fundamental to building complex applications.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Mar 2006 14:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3748919#M257467</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-03-10T14:22:34Z</dc:date>
    </item>
  </channel>
</rss>

