<?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 makefile in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816904#M45708</link>
    <description>hello everybody!&lt;BR /&gt;&lt;BR /&gt;I've got a makefile but I don't what to do with it.&lt;BR /&gt;How can I involve it in a compile process.&lt;BR /&gt;&lt;BR /&gt;I'm using the Visual Fortran Compiler.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 27 Jan 2005 20:07:30 GMT</pubDate>
    <dc:creator>killabee</dc:creator>
    <dc:date>2005-01-27T20:07:30Z</dc:date>
    <item>
      <title>makefile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816904#M45708</link>
      <description>hello everybody!&lt;BR /&gt;&lt;BR /&gt;I've got a makefile but I don't what to do with it.&lt;BR /&gt;How can I involve it in a compile process.&lt;BR /&gt;&lt;BR /&gt;I'm using the Visual Fortran Compiler.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Jan 2005 20:07:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816904#M45708</guid>
      <dc:creator>killabee</dc:creator>
      <dc:date>2005-01-27T20:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: makefile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816905#M45709</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Could you write, what are you going to do? I don't understand.&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jan 2005 20:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816905#M45709</guid>
      <dc:creator>alcala</dc:creator>
      <dc:date>2005-01-27T20:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: makefile</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816906#M45710</link>
      <description>If the makefile is portable (e.g. to various OS) you would install GNU make, if you don't have it already. cygwin and mingw include GNU make.  If it meant for a particular non-standard Windows make program, you will need to install that one, or fix it.  If you installed Visual Studio, you should have NMAKE, so that is the most likely one for a makefile which is intended to work only on Windows.&lt;BR /&gt;If the makefile is intended for a compiler other than the one you are using, you must study it to see whether it is set up to allow you to specify your compiler, e.g.&lt;BR /&gt;make FC=ifort -nf makefile&lt;BR /&gt;would display the commands which would be executed by invoking make without the n option, if it is set up in the most usual way.</description>
      <pubDate>Thu, 27 Jan 2005 22:21:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/makefile/m-p/816906#M45710</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2005-01-27T22:21:28Z</dc:date>
    </item>
  </channel>
</rss>

