Re: Generating two binaries

2002-07-11 Thread Tom Tromey
> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> writes: Bruce> What about putting a FAQ pointer on the software/automake Bruce> page that points to this kind of info? :-) Nobody ever started a FAQ. I'd be happy with a manually maintained one. Either a web page or a .texi file. Even a Wiki some

Re: Generating two binaries

2002-07-11 Thread Bruce Korb
Harlan Stenn wrote: > > What about the ctags/etags example in the automake info pages? What about putting a FAQ pointer on the software/automake page that points to this kind of info? :-) I just don't know how to use faq-o-matic stuff, or I'd whip something up. == Bruce Korb AG URL: http://a

Re: Generating two binaries

2002-07-11 Thread Harlan Stenn
What about the ctags/etags example in the automake info pages? H

Re: Generating two binaries

2002-07-11 Thread Alexandre Duret-Lutz
On Thu, Jul 11, 2002 at 11:29:31AM -0700, Bruce Korb wrote: > Wei Qin wrote: > > > > Hi, > > > > I need to generate two binaries from the same source code. The > > difference of the two are only compile time macro definitions. I need one > > version with "-DNO_PAGE_CACHE" and the other

Re: Generating two binaries

2002-07-11 Thread Bruce Korb
Wei Qin wrote: > > Hi, > > I need to generate two binaries from the same source code. The > difference of the two are only compile time macro definitions. I need one > version with "-DNO_PAGE_CACHE" and the other version without. > > What should I do in Makefile.am in order to

Generating two binaries

2002-07-11 Thread Wei Qin
Hi, I need to generate two binaries from the same source code. The difference of the two are only compile time macro definitions. I need one version with "-DNO_PAGE_CACHE" and the other version without. What should I do in Makefile.am in order to generate the two? thanks in ad