This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: "Scalability" Issues with the libgcj Makefile
- From: Tom Tromey <tromey at redhat dot com>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: Ranjit Mathew <rmathew at hotmail dot com>, java at gcc dot gnu dot org
- Date: 29 Aug 2002 12:11:08 -0600
- Subject: Re: "Scalability" Issues with the libgcj Makefile
- References: <akcqrj$abd$1@main.gmane.org><orofbomdpj.fsf@free.redhat.lsd.ic.unicamp.br>
- Reply-to: tromey at redhat dot com
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> Perhaps the best portable option is to figure out a way to
Alexandre> extract the object file list from the Makefile itself. It
Alexandre> may get trying to follow macro expansions, but I don't see
Alexandre> any other way out :-(
I don't think there will be macro references in _OBJECTS. So a simple
sed script will suffice.
It would be nice if somebody sat down and figured out how to eliminate
the GNU make dependencies from libgcj. Maybe adding a Makefile.am in
each subdir would help (that would be painful). Or maybe some other
approach.
Tom