automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Autotools and CMake


From: Kip Warner
Subject: Autotools and CMake
Date: Tue, 23 Dec 2014 19:37:32 -0800

Hey Stefano,

I have a working autotooled project foo that has a new dependency X. X
will be distributed as part of the source distribution in subdirectory
X/. 

X uses its own build system, CMake. To generate X's top level
X/build-dir/Makefile, one runs cmake in the desired build directory with
the last argument X's source root.

What is the most elegant way of solving this problem that you would
suggest? Should foo's  toplevel Makefile.am be modified with a SUBDIRS
containing X so that make recursively decends into X/? In order to do
that, cmake must be executed prior to that to prepare X's makefile.

Respectfully,

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]