Re: Automake: Compiling sources in other directories

2001-01-12 Thread Tom Tromey
> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: Dave> To work around the problem I have to change the generated dependency to: Dave>h1.lo: ../host/h1.cpp Dave>$(LTCXXCOMPILE) -c -o $@ $< Dave> Is this a make bug, or should automake be generating a rule for Dave> making hl.l

Re: Automake: Compiling sources in other directories

2001-01-12 Thread Dave Brolley
Hi, One of the reasons I tried automake 1.4b was to see if the support for compiling sources from other directories had been included. I was delighted to see that some work has been done in this area. Using my previous example, the directory structure is something like: src/main -- most of th