I have my Makefile in directory "." in which I use the orbit-idl-2 command. The problem is that it generates the files in the current directory but I want them to be generated where the idl file is... In some words, I'd like to do so :
orbit-idl-2 -dir=../src/ ../src/myidl.idl
Thanks for advises !
Damien