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.
views:
256answers:
4
+5
Q:
Is there a terminal tool to automatically generate autoconf/automake makefiles for a Vala project?
+2
A:
Automake just recently added support for Vala. To find out more about it check out Automake's notes.
Lucas McCoy
2009-09-06 17:03:10
+1
A:
Download the source code for the Vala compiler and look at 'configure.ac' and 'Makefile.am' in each subdirectory. Vala itself is the canonical example of how to build a Vala project.
Samuel Danielson
2009-09-08 00:40:41
+1
A:
Vala Toys for GEdit includes a tool called vala-gen-project. Give it a try!
elmarco
2009-10-19 13:41:18
+2
A:
There's a sample skeleton Vala project called Sampala. You can clone it and start from there.
Alexander Kojevnikov
2010-04-29 00:35:00