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

make for windows use the incorrect date for update check

2001-01-12 Thread Thomas Heidler
Make use the creation time instead the modification time for update check. best regards Thomas Heidler # GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. # Built for Windows32 # Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 # Free Software Foundatio