Recreate depfiles when regenerating Makefiles

2002-01-01 Thread Raja R Harinath
Hi, One of the changes recently was to use the ./config.status foo/Makefile syntax for regenerating makefiles, instead of CONFIG_FILES=foo/Makefile CONFIG_HEADERS= ./config.status However, implicit in the old command was the execution of the various "default" CONFIG_COMMANDS, one of the

Re: [Evolution-hackers] ylwrap dependency

2002-01-01 Thread Tom Tromey
> "Richard" == Richard Boulton <[EMAIL PROTECTED]> writes: Richard> To expand a little: we have a project called evolution, with Richard> a subproject in evolution/libical, with its own configure.in. Richard> Within the libical project, ylwrap is needed. automake -a Richard> puts a ylwrap in

Re: LDADD and library link order

2002-01-01 Thread Tom Tromey
> "Patrick" == Patrick Crosby <[EMAIL PROTECTED]> writes: Patrick> is there a way to get automake to put the libraries specified Patrick> in LDADD after the libraries in LIBS for linking? Nope. Patrick> is there a different LDADD-like variable that does this? Nope. Generally, LIBS is used

Re: building same source with different flag

2002-01-01 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> I can reproduce your problem by manually setting compiler_c_o and adl> compiler_o_lo to "no" in the libtool script generated for a adl> pet-project. So ... adl> As an immediate work-around, you can prevent `depcomp' to add adl

Re: lib_ and noinst_ in the same Makefile.am using conditional!!

2002-01-01 Thread Tom Tromey
> "Elisabetta" == Elisabetta Ronchieri <[EMAIL PROTECTED]> writes: Elisabetta> if P_SELECTED Elisabetta> Clientdir = $(prefix)/include Elisabetta> Client_HEADERS= p.h Elisabetta> lib_LTLIBRARIES= libp.la Elisabetta> libp_la_SOURCES = events.c Elisabetta> else Elisabetta> noinst_LTLI

Re: automake AMDEP errors

2002-01-01 Thread Tom Tromey
> "François" == François Chenais <[EMAIL PROTECTED]> writes: I didn't see a reply to your question... François> What does mean ? François> /usr/local/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL François> /usr/local/share/automake/am/lang-compile.am: AMDEP do

Re: detecting automake version

2002-01-01 Thread Tom Tromey
> "Murray" == Murray Cumming <[EMAIL PROTECTED]> writes: I didn't see a response to this. Murray> I'm trying to make a package work with both automake 1.4 and Murray> automake 1.5. I think that I could do this with some Murray> conditionals in the Makefile.am files. Murray> So is there a ma

Re: Redefined extension caused problems

2002-01-01 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: I didn't see a response to this. adl> IMHO, Automake should be changed to work on a line by line basis adl> (i.e. not paragraph) and let file_contents_internal accumulate adl> the lines for a rule. Other opinions? That's what we

Re: yaccvpath sed prob

2002-01-01 Thread Tom Tromey
> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes: Patrick> Sorry about the previous noise: setting MAKE=gmake avoided Patrick> the problem (which was that %OBJ% in lib/am/yacc.am was Patrick> ../parse.c, so sed s/y\.tab\.c/../parse.c/ wasn't happy) Were you doing a VPATH build using

Re: failure in target_hook

2002-01-01 Thread Tom Tromey
> "Brian" == Brian Minard <[EMAIL PROTECTED]> writes: Brian> Can't call method "target_hook" on an undefined value at Brian> /usr/local/bin/automake line 1896. Alexandre> This has been fixed one week ago. I bet your copy of 1.5a Alexandre> is older than that. Brian> I've just checked auto

Re: Extending automake syntax

2002-01-01 Thread Erik Walthinsen
On 1 Jan 2002, Tom Tromey wrote: > Is SpeciaLib GNU software? > One of automake's goals is to interoperate well with GNU software. SpeciaLib doesn't quite exist yet except as pieces pulled from other projects of mine, mostly libcodec (see codecs.org for all this stuff anyway). I intend to make o

Re: Extending automake syntax

2002-01-01 Thread Tom Tromey
> "Erik" == Erik Walthinsen <[EMAIL PROTECTED]> writes: >> You can't accomplish what you want without hacking automake itself. >> It seems like something specific to your project. Is that the case? Erik> Yup. Well, sorta. "SpeciaLib" is a library and a set of tools Erik> for creating spec

Re: how to turn off OBJC?

2002-01-01 Thread Alexandre Duret-Lutz
Dan> is there a way to turn off objective-c in automake? Tom> There ought to be. Tom> I think setting `SUFFIXES = .m' and then having your own .m.o rule Tom> ought to be sufficient. Unfortunately I don't remember actually Tom> implementing this ... It's not implemented. And presently if