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