Re: building many programs into the same project

2001-04-09 Thread Tom Tromey
> "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

Re: building many programs into the same project

2001-04-09 Thread Lorenzo Bettini
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

Re: building many programs into the same project

2001-04-09 Thread Tom Tromey
> "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

Re: building many programs into the same project

2001-04-09 Thread Lorenzo Bettini
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 >

Re: building many programs into the same project

2001-04-07 Thread Tom Tromey
> "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

building many programs into the same project

2001-03-17 Thread Lorenzo Bettini
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