discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUmakefile covering sources in different directories


From: Chris B. Vetter
Subject: Re: GNUmakefile covering sources in different directories
Date: Tue, 9 Dec 2003 16:53:49 -0800

On Wed, 10 Dec 2003 01:20:49 +0100
Philip Mötteli <Philip.Moetteli@tele2.ch> wrote:
> I try to port OmniFoundation to Linux. OmniFoundation has its sources 
> distributed over different directories. When I include in my  
> GNUmakefile a source from a different directory like this:
> OmniFoundation_OBJC_FILES= \
> OpenStepExtensions/NSArray-OFExtensions.m
[...]
> How do I have to include files in my GNUmakefile, that are in a  
> subdirectory, so that they are treated like all the others?

OmniFoundation/GNUMakefile:

  LIBRARY_NAME = OmniFoundation
  LIBRARY_SUBPROJECTS = OpenStepExtensions FooDirectory BarDirectory...

You will need additional makefiles in all those subproject directories
as well.

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]