Page 1 of 1

autoconf, automake / cmake configuration in codelite?

Posted: Sat Oct 09, 2010 11:23 am
by jiapei100
Hi, Eran:

The codelite project structure seems to be:

solution.tags
solution.workspace
solution.workspace.session
solution.mk
--- project1
project1.mk
project1.project
--- project2
project2.mk
project2.project


I'm wondering is there any convenient tool in codelite to produce an ordinary installation auxiliary files for
1) autoconf, automake
Makefile, etc.
2) cmake
.cmake etc.

I remember KDevelop might be able to produce Makefile defaultly for "autoconf, automake" installation.

Looking forward to your help.

Best Regards
JIA

Re: autoconf, automake / cmake configuration in codelite?

Posted: Sat Oct 09, 2010 1:11 pm
by eranif
There is no such tool.

codelite's makefiles can be compiled using command line.

Other than that, you can write a plugin to achieve what you want (for a good reference, have a look at the qmake plugin)

Eran