Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-10 Thread Thien-Thi Nguyen
() 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

Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-10 Thread Marc Wäckerlin
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

Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-10 Thread Bert Wesarg
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 >

Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-10 Thread Vincent Torri
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

Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-10 Thread 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

Re: Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-09 Thread 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 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

Part 2: Add Cleanfiles for User Defined Special Sources [Re: How to add new Makefile-Rules through Configure?]

2015-03-09 Thread Marc Wäckerlin
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

Re: *CLEANFILES dependency

2014-08-17 Thread fr33domlover
t; So typically, a generated file would be added to exactly one of the > *CLEANFILES variables. > Thank you! :-) -- fr33 signature.asc Description: PGP signature

Re: *CLEANFILES dependency

2014-08-12 Thread Nick Bowler
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

*CLEANFILES dependency

2014-08-12 Thread fr33domlover
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

Re: CLEANFILES

2007-08-05 Thread Ralf Wildenhues
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

Re: CLEANFILES

2007-08-04 Thread Russell Shaw
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

Re: CLEANFILES

2007-08-04 Thread Russell Shaw
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

Re: CLEANFILES

2007-08-04 Thread Cédric Lucantis
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

CLEANFILES

2007-08-04 Thread Russell Shaw
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.

Re: nodist => CLEANFILES, no?

2003-06-25 Thread Akim Demaille
>> 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

Re: nodist => CLEANFILES, no?

2003-06-25 Thread Martin Frydl
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

Re: nodist => CLEANFILES, no?

2003-06-25 Thread Akim Demaille
> 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? >>> >&

Re: nodist => CLEANFILES, no?

2003-06-24 Thread Martin Frydl
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

Re: nodist => CLEANFILES, no?

2003-06-24 Thread Earnie Boyd
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

Re: nodist => CLEANFILES, no?

2003-06-24 Thread Akim Demaille
> 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

Re: nodist => CLEANFILES, no?

2003-06-24 Thread Alexandre Duret-Lutz
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

nodist => CLEANFILES, no?

2003-06-24 Thread Akim Demaille
Why wouldn't nodist_ stuff be automatically included into CLEANFILES? I often find myself repeating things because of this.

Re: CLEANFILES?

2000-10-16 Thread Ossama Othman
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

Re: CLEANFILES?

2000-10-16 Thread Ossama Othman
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