More dependencies II

2000-10-23 Thread Patrick Guio
I wonder whether it's actually possible to use depcomp with _LDADD object files, like object with different compilation flags? It looks like that the files ~/.deps/*.Po are created while configure is run when detected in _SOURCES files but not _LDADD. Sincerely Patrick -- Forwarded

More about dependencies...

2000-10-23 Thread Patrick Guio
Deal all I refer to my earlier mails about problem with c++ dependencies. I don't know whether this is a bug but I found out why I could not make dependencies tracking working correctly. My code consists of several directories ~ ~/src ~/tests and so on ~/Makefile.am does not contain so much

More dependencies...

2000-10-23 Thread Patrick Guio
Refering to my earlier mail today,I have a comment about .cpp.o: source='$' object='$@' libtool=no \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ $(CXXDEPMODE) $(depcomp) \ $(CXXCOMPILE) -c -o $@ `test -f $ || echo '$(srcdir)/'`$ The name of the dependency file is

Re: More about dependencies...

2000-10-23 Thread Raja R Harinath
Patrick Guio [EMAIL PROTECTED] writes: I refer to my earlier mails about problem with c++ dependencies. I don't know whether this is a bug but I found out why I could not make dependencies tracking working correctly. My code consists of several directories ~ ~/src ~/tests and so on