<?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 makefiles and pattern wildcards in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767611#M895438</link>
    <description>I am trying to move a makefile that has worked under&lt;BR /&gt; sunos, but now does not make on the system w/ hp-ux. The makefile is creating an executable from a bunch of object files. But I keep getting cannot make. The line that I believe it is choking on is below &lt;BR /&gt;&lt;BR /&gt;            $(opath)/%.o : $(cpath)/%.f &lt;BR /&gt;                     f77 -c -o $@ $&amp;lt; &lt;BR /&gt;&lt;BR /&gt; I am not sure if HP-UX knows to deal with the "%" or&lt;BR /&gt; not. I am trying to figure out what gives. Any help&lt;BR /&gt; would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;                                Thanks Mark</description>
    <pubDate>Thu, 18 Jul 2002 22:04:02 GMT</pubDate>
    <dc:creator>mark booth</dc:creator>
    <dc:date>2002-07-18T22:04:02Z</dc:date>
    <item>
      <title>makefiles and pattern wildcards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767611#M895438</link>
      <description>I am trying to move a makefile that has worked under&lt;BR /&gt; sunos, but now does not make on the system w/ hp-ux. The makefile is creating an executable from a bunch of object files. But I keep getting cannot make. The line that I believe it is choking on is below &lt;BR /&gt;&lt;BR /&gt;            $(opath)/%.o : $(cpath)/%.f &lt;BR /&gt;                     f77 -c -o $@ $&amp;lt; &lt;BR /&gt;&lt;BR /&gt; I am not sure if HP-UX knows to deal with the "%" or&lt;BR /&gt; not. I am trying to figure out what gives. Any help&lt;BR /&gt; would be greatly appreciated. &lt;BR /&gt;&lt;BR /&gt;                                Thanks Mark</description>
      <pubDate>Thu, 18 Jul 2002 22:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767611#M895438</guid>
      <dc:creator>mark booth</dc:creator>
      <dc:date>2002-07-18T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: makefiles and pattern wildcards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767612#M895439</link>
      <description>which compiler?&lt;BR /&gt;&lt;BR /&gt;there is a compiler that comes with HPUX by default, but it's not useful for anything other than compiling the kernel. &lt;BR /&gt;&lt;BR /&gt;If you've got GCC or ansi C check the paths if the compiler isn't specifically pathed in your makefile.</description>
      <pubDate>Thu, 18 Jul 2002 23:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767612#M895439</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-07-18T23:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: makefiles and pattern wildcards</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767613#M895440</link>
      <description>I assume you are trying to build a FORTRAN library since the '%' macro is intended to work within libraries. &lt;BR /&gt;&lt;BR /&gt;The .f.o rule should already be known to make but you can do a make -p to display all the make macros and suffix rules. I do assume that you have installed a FORTRAN development system. The other thing that occurs to me (and I can tell because HTML eats white space) is that when you transferred your makefiles to your HP-UX box that you dropped some leading tabs. Make is one of the very few UNIX utilities that absolutely requires tabs in the right places.</description>
      <pubDate>Fri, 19 Jul 2002 01:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makefiles-and-pattern-wildcards/m-p/2767613#M895440</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-19T01:23:02Z</dc:date>
    </item>
  </channel>
</rss>

