This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: build process question
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 08 Mar 2002 15:05:23 +1300
- Subject: Re: build process question
- References: <86lmd3u8oi.fsf@megacz.com>
Adam Megacz wrote:
>Hey, why does the gcj configury contain a list of all the .java/.cc
>files in libgcj instead of building it on the fly with 'find'?
>
Because automake needs it that way (I think).
Even if we wern't using automake I'd argue to continue doing it with
lists of files, since its nice sometimes to have .java files in the tree
which don't actually get built, to stop certain files being built by
deleting them from the list, etc.
regards
Bryce.