[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: aggregate project
From: |
Nicola Pero |
Subject: |
Re: aggregate project |
Date: |
Wed, 25 Aug 2004 23:10:34 +0100 (BST) |
> Hi!
>
> I've created a GNUstep aggregate project, it consists of 10+ libraries, all of
> the libraries need the same preprocessor-flags, so I thought I could write one
> preamble, include it in the super-project and all is done. But it didn't work.
> Is there any way to do this?
The simplest solution coming to mind is that you can include the preamble
in all the GNUmakefiles of the subprojects, as in
include ../GNUmakefile.preamble