"Ian D. Stewart" <[EMAIL PROTECTED]> writes:

> Morning Folks,
> 
> I'm looking over the top-level Makefile.am and Makefile.in, trying to
> figure out how we get from one to the other.
> 
> Specifically, what I am trying to do is add package specific targets
> (java-lang, java-io, java-net, etc).  Obviously, I want to add these to
> Makefile.am.  However, in scanning Makefile.in I'm seeing a mess-load of
> targets that don't appear anywhere near Makefile.am.
> 
> What I'm wondering is if there is some other file I should put the new
> targets in.
> 
> If somebody could give me a kindly shove toward the right file, macro or
> documentation I would be greatly appreciative.

Adding targets should not be hard if all you want to do is compile,
just add them to Makefile.am.  However, do you want to just compile
one or the other or do you hope to go so far as to also make dist the
specific targets as well?  No idea if there are cross package native
dependencies... I don't think so other than a few libraries we may or
may not use at this point.  I haven't seen where you can add to
automake/autoconf's dist target in some way other than the 'dist-hook'
target.  Good luck! :)

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>

Reply via email to