autoconf, automake / cmake configuration in codelite?

CodeLite installation/troubleshooting forum
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

autoconf, automake / cmake configuration in codelite?

Post 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
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: autoconf, automake / cmake configuration in codelite?

Post 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
Make sure you have read the HOW TO POST thread
Post Reply