automake
[Top][All Lists]
Advanced

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

Re: Compiling project requiring w/ source requiring different compilers


From: Ralf Wildenhues
Subject: Re: Compiling project requiring w/ source requiring different compilers
Date: Wed, 23 Jan 2008 23:13:09 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Jason,

* jasond wrote on Tue, Jan 22, 2008 at 08:28:58PM CET:
> 
> I have a
> project that will be comprised of two key subbranches: one containing C++
> code that can be compiled into a couple of different libs and a second
> branch that contains "mex" files.  When I say, "mex" file I specifically
> mean a Matlab executable that can be compiled using mex.  I'd like to have
> all of the C++ libraries built first and then all of the mex files second. 

Start off writing the rules for the mex files as you would if you were
not using Automake, but plain make.  Then work from there.  Factor code
into configure.ac as you start to need more portability or choices.  If 
there is enough need, we can add mex handling to Automake.

Cheers,
Ralf




reply via email to

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