On Tuesday 29 January 2008, Ali - wrote:
> Hi,
>
> There is this existing big project which is based on autotools and I am
> trying to simply include the existing make files into my cmake project
> (don't even mention the possibility of converting the whole thing to cmake,
> this is the project own
On Jan 29, 2008 8:18 AM, Ali - <[EMAIL PROTECTED]> wrote:
>
> (1) Somewhere in this file the include line for the existing make file is
> added.
>
> (2) Somewhere in the compile command all the flags from the existing make
> file, stored in one single variable $(EXISTING_MAKE_FLAGS), is added.
>
>
Hi,
There is this existing big project which is based on autotools and I am trying
to simply include the existing make files into my cmake project (don't even
mention the possibility of converting the whole thing to cmake, this is the
project owners problem). I was able to sucessfully implement