[omniORB] project directory structure and Makefiles
Ian
ian@vuurwerk.nl
Sat, 20 Oct 2001 10:14:46 +0200
On Fri, Oct 19, 2001 at 10:12:42PM -0700, Carl Thompson wrote:
> I have attached a basic example makefile which shows how I normally
> handle building CORBA projects. It builds two targets and handles
> dependencies reasonably (always will rebuild files when they need to be
> rebuilt). It also shows how you can organize things in multiple
> directories without having to write multiple makefiles; ".IDL" files are
> in the "Interface" subdirectory, generated source files go in the
> "Corba" subdirectory and object files go in the "Obj" subdirectory. It
> scales up reasonably; I use a makefile based on this for a project that
> compiles on 6 platforms and 2 different ORBS with several targets and
> 60+ source files.
>
> Feel free to use this if it helps.
Thank you, I will study this over the weekend if I have some time. You
guys are most helpful, thank you very much.
Ian.