Re: INSTALL_STRIP_FLAG is apparently hardwired.

2002-05-06 Thread Alexandre Duret-Lutz
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: >> "Harlan" == Harlan Stenn <[EMAIL PROTECTED]> writes: Harlan> Would it be OK to say: Harlan> INSTALL_STRIP_FLAG=$${INSTALL_STRIP_FLAG:-s} \ Harlan> in lib/am/install.am? Tom> I wouldn't have a problem with this. Alexandre? I don't

Re: Feature request: meta files & wildcards (once again)

2002-05-06 Thread Bruce Korb
Tom Tromey wrote: > > > "Alex" == Alex Hornby <[EMAIL PROTECTED]> writes: > > Alex> I suppose automake could be enhanced so that it automatically > Alex> knew which files are BUILT_SOURCES by looking back through the > Alex> suffix rules. Then the small overhead of listing them twice > Alex>

RE: per object cflags

2002-05-06 Thread Robert Collins
Done I think.. the GNATS web returned to the entry screen without giving me a PR number, so I'm not sure.. Rob > -Original Message- > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 3:38 PM > To: Robert Collins > Cc: [EMAIL PROTECTED] > Subject: Re: per object c

RE: lex & yacc with C++ projects

2002-05-06 Thread Robert Collins
> -Original Message- > From: Tom Tromey [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 3:45 PM > Do you have other C files that you want to compile with > $(CC)? If not you could set `CC = $(CXX)'. (This is pretty ugly.) We have a .c file that generates linker stubs for ob

Re: Antwort: Re: Feature request: meta files & wildcards (once again)

2002-05-06 Thread Stephan Kulow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 06 May 2002 07:29, Tom Tromey wrote: > > "Christoph" == <[EMAIL PROTECTED]> writes: > > Christoph> Yes and no. Take the example of QT's moc files. They have > Christoph> to be generated from .h files, if the class defined in the > Chri

Re: lex & yacc with C++ projects

2002-05-06 Thread Tom Tromey
> "Rob" == Robert Collins <[EMAIL PROTECTED]> writes: Rob> Yes, the C++ output from the tools is incorrect for what we are Rob> doing. (It depends on libstdc++). So all we want is the C Rob> output, and then compile with C++. Tricky. Is there some option you could pass to yacc? If so you