Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a terminal tool to automatically generate autoconf/automake makefiles for a Vala project?

Tags:

autotools

vala

I am trying to create a Vala project to see how i like developing with the language as a possible replacement for Mono. I think that the automake stuff can be used to generate a project template with all the necessary files (sans my .vala code). Any help would be appreciated.

like image 240
Ronaldo Nascimento Avatar asked Aug 01 '09 17:08

Ronaldo Nascimento


3 Answers

There's a sample skeleton Vala project called Sampala. You can clone it and start from there.

like image 131
Alexander Kojevnikov Avatar answered Oct 19 '22 01:10

Alexander Kojevnikov


Automake just recently added support for Vala. To find out more about it check out Automake's notes.

like image 35
Kredns Avatar answered Oct 19 '22 01:10

Kredns


Vala Toys for GEdit includes a tool called vala-gen-project. Give it a try!

like image 31
elmarco Avatar answered Oct 19 '22 01:10

elmarco