Re: [CMake] including other Makefiles into CMake-generated makefile

2006-04-27 Thread Andy Cedilnik
Hi Mike, You can add a custom command that will invoke outside Make and build ACE. Andy Michael Reed wrote: I'm trying to use a library/middleware called ACE, and it has it's own, complex Makefiles. Normally, these are just included in a standard Makefile like so: include $(ACE_ROOT

[CMake] including other Makefiles into CMake-generated makefile

2006-04-27 Thread Michael Reed
I'm trying to use a library/middleware called ACE, and it has it's own, complex Makefiles. Normally, these are just included in a standard Makefile like so: include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(ACE_ROOT)/include