Re: [CMake] Including existing make files into cmake

2008-02-04 Thread Alexander Neundorf
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

Re: [CMake] Including existing make files into cmake

2008-01-29 Thread Brandon Van Every
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. > >

[CMake] Including existing make files into cmake

2008-01-29 Thread Ali -
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