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

4

10

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.

Opium answered 1/8, 2009 at 17:10 Comment(0)
A
3

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

Arbuckle answered 29/4, 2010 at 0:35 Comment(0)
E
2

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

Ellis answered 6/9, 2009 at 17:3 Comment(0)
T
2

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

Triaxial answered 19/10, 2009 at 13:41 Comment(0)
T
1

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.

Timm answered 8/9, 2009 at 0:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.