() Marc Wäckerlin
() Tue, 10 Mar 2015 10:47:37 +0100
Any comments on what is a proper solution?
I think this kind of scan + conditionalized-inclusion mucking
is best done in autogen.sh by way of creating m4 fragments for
configure.ac and makefile fragments for the Makefile.am file(s).
To be p
Am 10.03.2015 12:56, schrieb Bert Wesarg:
On Tue, Mar 10, 2015 at 11:54 AM, Vincent Torri
wrote:
imho, configure.ac is for configuring the project, not defining 'make'
rules. These 'make' rules should go into Makefile.am :
I can only second this. Nobody is forced to use also automake with
aut
On Tue, Mar 10, 2015 at 11:54 AM, Vincent Torri wrote:
> On Tue, Mar 10, 2015 at 10:47 AM, Marc Wäckerlin wrote:
>> Any comments on what is a proper solution?
>>
>> Requirements fo a solution:
>> - Add makefile rules from within configure.ac
>> - No maual changes in makefile.am files required
>
On Tue, Mar 10, 2015 at 10:47 AM, Marc Wäckerlin wrote:
> Thank you for the answers.
>
>
> The question remains:
>
> Isn't there a proper way to add makefile rules from within a configure.ac
> script?
>
>
> Am 10.03.2015 00:46, schrieb Peter Johansson:
>>
>> On 03/09/2015 06:34 PM, Marc Wäckerlin
Thank you for the answers.
The question remains:
Isn't there a proper way to add makefile rules from within a
configure.ac script?
Am 10.03.2015 00:46, schrieb Peter Johansson:
On 03/09/2015 06:34 PM, Marc Wäckerlin wrote:
Just to state my intention: I want to ad a couple of M4-Macros to
On 03/09/2015 06:34 PM, Marc Wäckerlin wrote:
Just to state my intention: I want to ad a couple of M4-Macros to
support users of now unsupported build tools, namely doxygen, Qt,
dpkg-buildpackage, rpmbuild, ...; then I will deliver those as M4
macro library that can be included in configure.ac
assword.ui
---
Should generate "CLEANFILES += ui_cardgui.hxx ui_password.hxx". How
can I achieve this?
There are other ways to accomplish cleaning besides CLEANFILES. You
should be able to solve the problem by adding a 'clean-local' ta
t; So typically, a generated file would be added to exactly one of the
> *CLEANFILES variables.
>
Thank you! :-)
-- fr33
signature.asc
Description: PGP signature
On 2014-08-12 22:30 +0300, fr33domlover wrote:
> This is my first message on this list. I'm doing a lot of autotools related
> work recently so (depending on my level of success) it may be the first of
> many :-)
>
> I read in the Automake manual (the one at www.gnu.o
Hello,
This is my first message on this list. I'm doing a lot of autotools related
work recently so (depending on my level of success) it may be the first of
many :-)
I read in the Automake manual (the one at www.gnu.org) about CLEANFILES,
DISTCLEANFILES and so on. One thing I noticed
Hello,
if I may add a small nit:
* Cédric Lucantis wrote on Sat, Aug 04, 2007 at 11:03:28AM CEST:
>
> CLEANFILES = $(wildcard *.tab) $(wildcard *.tab.h) ...
>
> (I think the wildcard command is better than a shell expansion, but I'm
> not sure it makes a difference in that
Cédric Lucantis wrote:
Le samedi 04 août 2007, Russell Shaw a écrit :
Hi,
I'm using automake 1.9.6.
In automake.am, i have: CLEANFILES: *.tab.c *.tab.h *.tab.callback
However, in the generated makefile, CLEANFILES appears, but is not
referenced anywhere. Therefore, "make clean&quo
Cédric Lucantis wrote:
Le samedi 04 août 2007, Russell Shaw a écrit :
Hi,
I'm using automake 1.9.6.
In automake.am, i have: CLEANFILES: *.tab.c *.tab.h *.tab.callback
However, in the generated makefile, CLEANFILES appears, but is not
referenced anywhere. Therefore, "make clean&quo
Le samedi 04 août 2007, Russell Shaw a écrit :
> Hi,
> I'm using automake 1.9.6.
>
> In automake.am, i have: CLEANFILES: *.tab.c *.tab.h *.tab.callback
>
> However, in the generated makefile, CLEANFILES appears, but is not
> referenced anywhere. Therefore, "make cle
Hi,
I'm using automake 1.9.6.
In automake.am, i have: CLEANFILES: *.tab.c *.tab.h *.tab.callback
However, in the generated makefile, CLEANFILES appears, but is not
referenced anywhere. Therefore, "make clean" doesn't work as it should.
>> But how about making automake even smarter?
>> 1. AC_CONFIG_FILES etc. are to be DISTCLEANED (aren't they already?)
>> 2. nodist_ and target of a rule => CLEAN
> What if the file is in both? I have package-config file which is
> generated by configure (AC_CONFIG_FILES) and then installed
Akim Demaille wrote:
> Earnie Boyd wrote:
>> Akim Demaille wrote:
>>
>>> > On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>>> >> >> Why wouldn't nodist_ stuff be automatically included into
>>> CLEANFILE
> Earnie Boyd wrote:
>> Akim Demaille wrote:
>>
>>> > On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>>> >> >> Why wouldn't nodist_ stuff be automatically included into
>>> CLEANFILES?
>>>
>&
Earnie Boyd wrote:
Akim Demaille wrote:
> On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>> >> Why wouldn't nodist_ stuff be automatically included into
CLEANFILES?
> I think it would make sense.
> http://www.cygwin.com/ml/bug-automake/2002/msg016
Akim Demaille wrote:
> On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>>
>> Why wouldn't nodist_ stuff be automatically included into CLEANFILES?
> I think it would make sense.
> http://www.cygwin.com/ml/bug-automake/2002/msg01693.html
I would lov
> On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>>
>> Why wouldn't nodist_ stuff be automatically included into CLEANFILES?
> I think it would make sense.
> http://www.cygwin.com/ml/bug-automake/2002/msg01693.html
I would love this. The only
On Tue, Jun 24, 2003 at 02:02:25PM +0200, Akim Demaille wrote:
>
> Why wouldn't nodist_ stuff be automatically included into CLEANFILES?
I think it would make sense.
http://www.cygwin.com/ml/bug-automake/2002/msg01693.html
Why wouldn't nodist_ stuff be automatically included into CLEANFILES?
I often find myself repeating things because of this.
On Mon, Oct 16, 2000 at 10:02:02AM -0700, Ossama Othman wrote:
> ## Clean up template repositories, etc.
> clean-local:
> -rm -rf .rpo ptrepository SunWS_cache Templates.DB
That should have been "*.rpo," but you get the idea. :-)
-Ossama
--
Ossama Othman <[EMAIL PROTECTED]>
Distributed
Hi,
On Mon, Oct 16, 2000 at 03:59:31PM +0200, Patrick Guio wrote:
> I try to use the configure tool to build my c++ code. When compiling with
> a DEC/Digital Unix cxx compiler, templates are instantiated in a directory
> called ~/cxx_repository (i.e. *.o files are created in this directory or
> o
25 matches
Mail list logo