>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Akim> The goal is to handle LINK and the like just the way we handle
Akim> COMPILE and the like. First I have to understand completely
Akim> what's so special wrt C, but I'm confident we can reach
Akim> something generic and shorter (many lang_*_finish are likely to
Akim> be useless).
I'm not sure what you mean by C being special. If you mean the `pure'
stuff, then what has happened in the past is that people do weird
things and still want the C support to appear. That is, C is special
first because it has been convenient for it to be special. I don't
have a particularly good example at hand.
Akim> * automake.in (Language): Add attribute `link'.
Akim> (®ister_language): Specify for cxx, objc, f77, gcj.
Akim> (&lang_cxx_finish, &lang_f77_finish, &lang_objc_finish)
Akim> (&lang_java_finish): Adjust.
Ok.
Tom