I was following the instruction to install gromacs 4.0.6 on my machine.<br><br><pre>./configure --enable-threads --enable-float --<code>enable-sse --prefix=[mypath]</code><br>make<br>make install <br></pre>The configure looks ok but no Makefile is generated. When I do make or make install, it gives me the error:<br>
<br>make: *** No targets specified and no makefile found.  Stop.<br><br>There are couple makefiles in the directory though, Makefile.in and Makefile.am, do I need to rename one of them to Makefile to make it work?<br><br>
Dian<br><br>