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
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:
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
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
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),
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.