Re: Using automake in conjunction with kbuild Makefile

2006-11-13 Thread Steve Kreyer
Hi Stepan, first of all thanks for the fast answer. Stepan Kasal wrote: Hello Steve, I do not have any experience with kbuilt, but I'll try to generate some hins anyway: On Mon, Nov 13, 2006 at 11:48:29AM +0100, Steve Kreyer wrote: DEFAULT_INCLUDES = [EMAIL PROTECTED]@ two

Using automake in conjunction with kbuild Makefile

2006-11-13 Thread Steve Kreyer
Hi, I have a source package where a kernel driver is included. I want to distribute this package with autotools. Now I have a problem that I don't really know how automake and the kbuild Makefile can work together... I have the following Makefile.am:

Re: Timestamp or dependency problem with automake

2006-02-19 Thread Steve Kreyer
Hi Ralf, sorry for this late answer, but I was snowboarding this weekend and did not checked my emails til now... Ralf Wildenhues schrieb: I think pointing outside the build tree like this is a hack that can break. Not sure though, but I would not rely on that to work. I need this lit

Re: Timestamp or dependency problem with automake

2006-02-16 Thread Steve Kreyer
Hi, Ralf Wildenhues schrieb: Hi Steve, Did configure enable dependency tracking? If yes, which type? Ok that was it. I did not invoke automake with the -i option, so automatic dependency tracking was enabled :) But one question arise: Even if auto dependency tracking was enabled, i di

Re: Timestamp or dependency problem with automake

2006-02-16 Thread Steve Kreyer
Hi Ralf, thanks for your reply. Ralf Wildenhues <[EMAIL PROTECTED]> schrieb am 16.02.06 10:04:44: > No, I for one don't have a crystal ball. ;-) Sorry for my less verbose information output :) > Yes. You need to show us the Makefile.am's involved (and maybe we'll ask for > more files later),

Timestamp or dependency problem with automake

2006-02-15 Thread Steve Kreyer
Hi, I have some problems compiling my project with make. My directory structur is as follows: topsrcdir/src/ topsrcdir/src/regex topsrcdir/src/tidy When i call make for 2nd time in topsrcdir, make does compile the sources which are located in src from scratch, even if they have not modified.