automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building many programs into the same project


From: Tom Tromey
Subject: Re: building many programs into the same project
Date: 09 Apr 2001 09:41:39 -0600

>>>>> "Lorenzo" == Lorenzo Bettini <address@hidden> 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 know the overall package version so that it can
correctly make a versioned tarball.  However you aren't required to
use this version number for anything else.  And if you don't want to
use `make dist' then you can just ignore this number completely (you
still have to specify it though).

Automake won't generate separate install rules for different parts of
your package.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]