<p>I don't think so, at least prefix= would not be enough, examples:</p>

<ul>
<li>
<code>datarootdir = ${prefix}/share</code> -> this is the value in a generated Linux Makefile, this would lead to <code>/share</code> on Windows which is not relative, $datarootdir is used for <code>LOCALEDIR</code> and others</li>
<li>
<code>PKGLIBDIR</code> is empty on Windows, on Linux it is <code>$(libdir)/geany-plugins</code> with <code>$libdir</code> being <code>$prefix/lib</code>, no idea why those are different and PKGLIBDIR seems unused at all to me</li>
</ul>

<p>I'v just noticed <code>DOCDIR</code> is still broken, will fix this later today.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/374#issuecomment-189649912">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8H4eSoHdgTaCrVFnu9h0_te5geFks5poaiQgaJpZM4HkePL.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/374#issuecomment-189649912"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>