> "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
Lorenzo> make dist is not a problem for me: I only wish I could have
Lorenzo> different "make install" rules, that's all :-)
If the programs are in different subdirs then there is nothing
preventing you from writing your own:
in
Tom Tromey wrote:
>
> > "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
>
> Lorenzo> I mean that, e.g., java2html could be 1.7 and cpp2html 1.3,
> Lorenzo> though they are in the same package, and possibly do
> Lorenzo> something like make install_java2html...
>
> Version numbers a
> "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
Lorenzo> I mean that, e.g., java2html could be 1.7 and cpp2html 1.3,
Lorenzo> though they are in the same package, and possibly do
Lorenzo> something like make install_java2html...
Version numbers are up to you.
Automake wants to kn
Tom Tromey wrote:
>
> > "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
>
> Lorenzo> I'd like to include two of my programs java2html and cpp2html
> Lorenzo> into the same package (say src2...), but I would like to
> Lorenzo> maintain two different program names and versions, and
>
> "Lorenzo" == Lorenzo Bettini <[EMAIL PROTECTED]> writes:
Lorenzo> I'd like to include two of my programs java2html and cpp2html
Lorenzo> into the same package (say src2...), but I would like to
Lorenzo> maintain two different program names and versions, and
Lorenzo> moreover I'd like to hav
Hi
I'd like to include two of my programs java2html and cpp2html into the
same package (say src2...), but I would like to maintain two different
program names and versions, and moreover I'd like to have the
possibility to build and install only on of these two. Is it possible
with automak