This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: icc dependency generation


>>> "Ralf" == Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]