Re: dist-bzip2 with subdirs

2006-04-04 Thread Ralf Wildenhues
* Paulo J. Matos wrote on Tue, Apr 04, 2006 at 02:39:38PM CEST: > > Another thing... are header files usually included in _SOURCES or is > there any other field for them? Putting them in *_SOURCES is common. If they're to be installed, put them in include_HEADERS or nobase_include_HEADERS. If t

Re: dist-bzip2 with subdirs

2006-04-04 Thread Paulo J. Matos
On 03/04/06, Paulo J. Matos <[EMAIL PROTECTED]> wrote: > On 03/04/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > Hi Paulo, > > > > * Paulo J. Matos wrote on Mon, Apr 03, 2006 at 06:29:19PM CEST: > > > I'm having a problem with dist-bzip2 since on my makefile I have : > > > VPATH %.cc ./x ./xx .

Re: dist-bzip2 with subdirs

2006-04-03 Thread Paulo J. Matos
On 03/04/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hi Paulo, > > * Paulo J. Matos wrote on Mon, Apr 03, 2006 at 06:29:19PM CEST: > > I'm having a problem with dist-bzip2 since on my makefile I have : > > VPATH %.cc ./x ./xx ./xxx ... > > > > bin_PROGRAMS = foo > > foo_SOURCES = foo.cc bar.cc

Re: dist-bzip2 with subdirs

2006-04-03 Thread Ralf Wildenhues
Hi Paulo, * Paulo J. Matos wrote on Mon, Apr 03, 2006 at 06:29:19PM CEST: > I'm having a problem with dist-bzip2 since on my makefile I have : > VPATH %.cc ./x ./xx ./xxx ... > > bin_PROGRAMS = foo > foo_SOURCES = foo.cc bar.cc ... > > When dist-bzip2 tries to copy some files not direcly in ./sr

Re: dist-bzip2 with subdirs

2006-04-03 Thread Paulo J. Matos
tiple dirs, one should not use VPATH but instead souces should be foo_SOURCES = ./x/foo.cc ./xx/bar.cc ... Thanks, Paulo Matos -- Forwarded message -- From: Stepan Kasal <[EMAIL PROTECTED]> Date: 29-Mar-2006 11:39 Subject: Re: dist-bzip2 with subdirs To: automake@gnu.org Hel

Re: dist-bzip2 with subdirs

2006-03-29 Thread Paulo J. Matos
On 29/03/06, Stepan Kasal <[EMAIL PROTECTED]> wrote: > Hello, > > On Wed, Mar 29, 2006 at 11:33:37AM +0100, Paulo J. Matos wrote: > > software with dist-bzip2 and dist-gzip however it will not keep the > > structure of src directory. > > it keeps the structure. But it distributes only the files me

Re: dist-bzip2 with subdirs

2006-03-29 Thread Ralf Wildenhues
Hi Paulo, * Paulo J. Matos wrote on Wed, Mar 29, 2006 at 12:33:37PM CEST: > > Automake provides targets for generating the distributions of the > software with dist-bzip2 and dist-gzip however it will not keep the > structure of src directory. I don't understand the second half of this sentence

Re: dist-bzip2 with subdirs

2006-03-29 Thread Stepan Kasal
Hello, On Wed, Mar 29, 2006 at 11:33:37AM +0100, Paulo J. Matos wrote: > software with dist-bzip2 and dist-gzip however it will not keep the > structure of src directory. it keeps the structure. But it distributes only the files mentioned in Makefile.am. For details, please see the manual: