Re: [CMake] bash-script-like project

2011-10-30 Thread Andrea Crotti
I rephrase a bit the question which was probably too long :) So suppose that I just need to do the following things (but in a portable way with CMake). cd org-mode make cd tramp autoreconf -fi ./configure make cd doxymacs autoreconf -fi ./configure make ... where some of the commands

Re: [CMake] bash-script-like project

2011-10-30 Thread Eric Noulard
2011/10/30 Andrea Crotti andrea.crott...@gmail.com: I rephrase a bit the question which was probably too long :) So suppose that I just need to do the following things (but in a portable way with CMake). cd org-mode make cd tramp autoreconf -fi ./configure make cd doxymacs autoreconf

[CMake] bash-script-like project

2011-10-28 Thread Andrea Crotti
I'm experiment a bit with CMake and now I would like to automate the configuration of my Emacs configuration. In my configuration I have many git submodules and some of them need to be actually compiled. So I just need to do a foreach loop and run for each of them the right command, very