<?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: How to create the  .o file and redirect it to another directory -- Makefile in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054170#M93889</link>
    <description>&lt;!--!*#--&gt;Then you need to change your rule:&lt;BR /&gt;obj/Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;   $(CCC) $(CFLAGSCC) -c Modelo.cc -o $@</description>
    <pubDate>Thu, 21 Jun 2007 03:56:41 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-06-21T03:56:41Z</dc:date>
    <item>
      <title>How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054169#M93888</link>
      <description>i have this :&lt;BR /&gt;&lt;BR /&gt;Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt; $(CCC) $(CFLAGSCC) -c  Modelo.cc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i want the .o file to go ../obj&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 21 Jun 2007 03:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054169#M93888</guid>
      <dc:creator>Pedro Dinis</dc:creator>
      <dc:date>2007-06-21T03:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054170#M93889</link>
      <description>&lt;!--!*#--&gt;Then you need to change your rule:&lt;BR /&gt;obj/Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;   $(CCC) $(CFLAGSCC) -c Modelo.cc -o $@</description>
      <pubDate>Thu, 21 Jun 2007 03:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054170#M93889</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-21T03:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054171#M93890</link>
      <description>&lt;!--!*#--&gt;Oops you had some "..":&lt;BR /&gt;../obj/Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;   $(CCC) $(CFLAGSCC) -c Modelo.cc -o $@</description>
      <pubDate>Thu, 21 Jun 2007 03:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054171#M93890</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-21T03:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054172#M93891</link>
      <description>i did it like this&lt;BR /&gt;&lt;BR /&gt;Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt; $(CCC) $(CFLAGSCC) -c  Modelo.cc&lt;BR /&gt; cp *.o ../../obj&lt;BR /&gt; rm *.o&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;../obj/Modelo.o:&lt;BR /&gt;&lt;BR /&gt;../obj/Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;    $(CCC) $(CFLAGSCC) -c  Modelo.cc -o $@&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is now calling g++ instead of aCC&lt;BR /&gt;&lt;BR /&gt;[]-pedro:/home/pedro/MODELO_CC&amp;gt;make&lt;BR /&gt;g++    -c -o Main_Program.o Main_Program.cc&lt;BR /&gt;&lt;BR /&gt;very strange&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 04:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054172#M93891</guid>
      <dc:creator>Pedro Dinis</dc:creator>
      <dc:date>2007-06-21T04:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054173#M93892</link>
      <description>&lt;!--!*#--&gt;&amp;gt;i did it like this&lt;BR /&gt;&lt;BR /&gt;Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;   $(CCC) $(CFLAGSCC) -c Modelo.cc&lt;BR /&gt;   cp *.o ../../obj&lt;BR /&gt;   rm *.o&lt;BR /&gt;&lt;BR /&gt;I'm not sure why you want to do it like this.  This defeats total build avoidance.  You should tell the compiler and make exactly where your files are and not have intermediate stages.&lt;BR /&gt;&lt;BR /&gt;../obj/Modelo.o: Modelo.cc Modelo.h&lt;BR /&gt;   $(CCC) $(CFLAGSCC) -c Modelo.cc -o $@&lt;BR /&gt;&lt;BR /&gt;&amp;gt;is now calling g++ instead of aCC&lt;BR /&gt;&lt;BR /&gt;I'm not sure why?  Did you define CCC=aCC?</description>
      <pubDate>Thu, 21 Jun 2007 05:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054173#M93892</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-21T05:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054174#M93893</link>
      <description>yes &lt;BR /&gt;&lt;BR /&gt;CCC = aCC&lt;BR /&gt;&lt;BR /&gt;i am using aCC with OCCI form Oracle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2007 06:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054174#M93893</guid>
      <dc:creator>Pedro Dinis</dc:creator>
      <dc:date>2007-06-21T06:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054175#M93894</link>
      <description>&amp;gt;yes  CCC = aCC&lt;BR /&gt;&lt;BR /&gt;That should do it.  I'm not sure if make -p would be of any help.</description>
      <pubDate>Fri, 22 Jun 2007 01:17:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054175#M93894</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-22T01:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054176#M93895</link>
      <description>If you have gotten your answers, you should assign points and close the thread.</description>
      <pubDate>Sat, 07 Jul 2007 02:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054176#M93895</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-07T02:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create the  .o file and redirect it to another directory -- Makefile</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054177#M93896</link>
      <description>done</description>
      <pubDate>Tue, 10 Jul 2007 05:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-the-o-file-and-redirect-it-to-another-directory/m-p/5054177#M93896</guid>
      <dc:creator>Pedro Dinis</dc:creator>
      <dc:date>2007-07-10T05:35:01Z</dc:date>
    </item>
  </channel>
</rss>

