This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "Scalability" Issues with the libgcj Makefile


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]