Re: Conditional Make Makefile-like in matlab
- From: Ralph Schleicher <rs@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 01:28:51 +0100
"Andrea Tagliasacchi" <ata2@xxxxxxxxxxxxxxxx> writes:
This would allow me to create a .m based Makefile but with a
bit of scripting work to do. Do you have any other suggestion?
Why do you want to reinvent the wheel? make(1) provides all the
facilities you want.
I utilize the GNU build system (Autoconf, Automake, Libtool) for
maintaining my projects. Together with a proper cross-compilation
environment I'm able to rebuild a complete toolbox (approximately
100 MEX-files) for various Matlab versions (6.1, 6.5.1, and 7.1)
and Matlab architectures (Windows, Linux, HP-UX, and Solaris) by
just typing
$ make world
--
Ralph Schleicher http://ralph-schleicher.de
Development * Consulting * Training
Mathematical Modeling and Simulation
Software Tools
.
- Follow-Ups:
- Re: Conditional Make Makefile-like in matlab
- From: Andrea Tagliasacchi
- Re: Conditional Make Makefile-like in matlab
- References:
- Conditional Make Makefile-like in matlab
- From: Andrea Tagliasacchi
- Conditional Make Makefile-like in matlab
- Prev by Date: Re: Returning focus to a figure after a keypress
- Next by Date: Resampling - smart way..
- Previous by thread: Re: Conditional Make Makefile-like in matlab
- Next by thread: Re: Conditional Make Makefile-like in matlab
- Index(es):
Relevant Pages
|