Re: Automatic dependency tracking when using non-depcomp tools

2022-11-24 Thread Karl Berry
Can I actually rely on Automake making a verbatim copy of the include line from Makefile.am to Makefile.im? As far as I can make out, your logic is exactly correct. Looking at the bin/automake script, I see: my $PATH_PATTERN = '(\w|[+/.-])+'; # This will pass through anything not of the p

Re: Automatic dependency tracking when using non-depcomp tools

2022-11-24 Thread Hans Ulrich Niedermann
On 2022-11-22 18:32 -0700, Karl Berry wrote: > Hi Hans - first, congratulations on getting this to work at all. Thank you for your kind and thorough reply. > I don't recall anyone else undertaking this. And that might be why I could not find anybody else doing auto dependency tracking in Makef

Re: Automatic dependency tracking when using non-depcomp tools

2022-11-22 Thread Karl Berry
Hi Hans - first, congratulations on getting this to work at all. I don't recall anyone else undertaking this. I'm afraid I don't have any particular insights, but just so you know someone read your mail: Question: Is it OK for me to hook into ./$(DEPDIR)/ at all? I could use

Re: automatic dependency tracking

2002-01-18 Thread Tom Tromey
> "Tom" == Tom Lord <[EMAIL PROTECTED]> writes: Tom> Is there anything known to be non-portable about this technique Tom> for generating a list of all included files? Yes. Tom>cc [-I options] -E Tom>| sed -e '{ Tom>/^#[[:space:]]\{1,\}[[:digit:]]\{1,\}[[:space:]]\{

Re: automatic dependency tracking

2001-06-21 Thread Tom Tromey
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes: Johannes> sorry for this question, but where can i get cvs automake? Start at the home page. http://sources.redhat.com/automake/ Tom

RE: automatic dependency tracking

2001-06-21 Thread Kremp, Johannes (Extern)
Johannes> hi, is there a patch which make it possible to make Johannes> dependency-tracking with other compiler than 'gcc'? This is one of the major new features in the cvs automake. sorry for this question, but where can i get cvs automake? johannes

Re: automatic dependency tracking

2001-06-20 Thread Tom Tromey
> "Johannes" == Kremp, Johannes (Extern) <[EMAIL PROTECTED]> writes: Johannes> hi, is there a patch which make it possible to make Johannes> dependency-tracking with other compiler than 'gcc'? This is one of the major new features in the cvs automake. Tom