"John Keiser" <[EMAIL PROTECTED]> writes:

> Issue 1: lib must come before native in order for it to depend
> on Classpath classes.

I have changed the order in classpath/Makefile.am.

> Issue 2: .h files should depend on their respective classes, in case they
> change.

> Issue 3: Is there an automagic rule that could do .h files?  Something that
> could do *.h: *.class and figure out dependencies using Makefile's regular
> expression?

JavaDeps does these.  I'm not sure they are going to work for us.  See
the --native flag for jdeps.  One problem here is in getting all those
.h files to the correct directory, or maybe we can set aside a
specific directory that these are put in after creation.  Aside from
that, I can't even get the .h generation to work right since it is a)
creating multiple .h dependencies with the same commands b) make
ignores 'old commands for target "X"'.

I'm assuming you don't like having to do all of the .h generation by
'hand'.

Admittedly the current Makefiles need adjusting to know where the
classpath compiled classes live, etc.  One could presumably hand set
the dependencies in the current Makefiles.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |------------------------------

Reply via email to