Thanks Luis, it was very helpful, I wrote a makefile for g95 compiler. Thanks again<br>One more question, do you know if it's possible after compile the program, to run it inside VIM, without leave VIM? or there's nothing more that leave VIM and type ./program's_name on console.<br>
<br>Thanks<br><br>Hector Emilio Barrios Barrios<br><br><br><div class="gmail_quote">2008/5/2 Luís Silva <<a href="mailto:lacsilva@gmail.com">lacsilva@gmail.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is not a Makefile for VIM. Are you familiarised with<br>
the make program? If so you just need to create a regular<br>
Makefile. The manual with a good tutorial is here:<br>
<br>
<a href="http://www.gnu.org/software/make/manual/make.html" target="_blank">http://www.gnu.org/software/make/manual/make.html</a><br>
<br>
Play around a bit with it before you go on. As I told you,<br>
to run the makefile you just need to type :make from inside<br>
VIM or make on the command-line. Also, from inside vim<br>
type :help make to see what your possibilities are.<br>
<font color="#888888">--<br>
</font><div><div></div><div class="Wj3C7c">Luís A. C. Silva<br>
<a href="mailto:lacsilva@gmail.com">lacsilva@gmail.com</a><br>
-----BEGIN GEEK CODE BLOCK-----<br>
Version: 3.1<br>
GCS/S d()>$ s: a? C+++(+++)$>+++ UL+++ P@<br>
L+++(+++)$>+++ !E---(---)>--- W++(++)>++ !N !o<br>
K--? !w---(---)?>--- O-(-) !M-(-)>- !V PS++(+) PE Y+ PGP-<br>
t+>$ 5++ X++ !R? tv b++ DI+++(++)>+ !D G+ e+++?<br>
h?>$ !r?* !y**<br>
------END GEEK CODE BLOCK------<br>
</div></div><br>--<br>
kubuntu-users mailing list<br>
<a href="mailto:kubuntu-users@lists.ubuntu.com">kubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kubuntu-users</a><br>
<br></blockquote></div><br>