[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dist-bzip2 with subdirs
From: |
Paulo J. Matos |
Subject: |
Re: dist-bzip2 with subdirs |
Date: |
Mon, 3 Apr 2006 17:29:19 +0100 |
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 ./src it fails
miserably. Is there any solution for this? Or usually when using
multiple 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 <address@hidden>
Date: 29-Mar-2006 11:39
Subject: Re: dist-bzip2 with subdirs
To: address@hidden
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:
http://sourceware.org/automake/automake.html
HTH,
Stepan Kasal
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
- Re: dist-bzip2 with subdirs,
Paulo J. Matos <=