automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: icc dependency generation


From: Alexandre Duret-Lutz
Subject: Re: icc dependency generation
Date: Fri, 27 Jun 2003 21:09:20 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

>>> "Ralf" == Ralf Wildenhues <address@hidden> writes:

[...]

 >> $ icc -MD -c foo/bar.c ; ls -R
 >> .:
 >> bar.d  bar.o  foo
 >> 
 >> ./foo:
 >> bar.c  bar.h
 >> $ more bar.d
 >> bar.o: foo/bar.c /usr/include/assert.h /usr/include/features.h \

[...]

What happens with `icc -MD -c -o foo/bar.o foo/bar.c' ?
Does that create foo/bar.d or bar.d?  For Automake the
ideal would be foo/bar.d.

You mentioned that the depcomp configure test fails to
chose the icc mode.  What mode does it select presently?

[...]

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]