Re: broken automatic deps for prefixed object files?

2003-03-11 Thread Alexandre Duret-Lutz
>>> "Markus" == Markus Werle <[EMAIL PROTECTED]> writes: Markus> In order to resolve name clashes for object files, some Markus> of the object files in my Makefile.am obtain a prefix Markus> by using the CPPFLAGS trick Markus> some_exectuable_CPPFLAGS = $(AM_CPPFLAGS) Markus> This works fin

Re: broken automatic deps for prefixed object files?

2003-03-11 Thread Markus Werle
Markus Werle wrote: > Using AM_INIT_AUTOMAKE([subdir-objects]) fails for source files > from external directories: then the dependencies are searched in the external source > tree, not in the build tree. Any idea what went wrong? Btw, I strongly disagree with http://sources.redhat.com/ml/automake

broken automatic deps for prefixed object files?

2003-03-11 Thread Markus Werle
Hi! In order to resolve name clashes for object files, some of the object files in my Makefile.am obtain a prefix by using the CPPFLAGS trick some_exectuable_CPPFLAGS = $(AM_CPPFLAGS) This works fine so far, but unfortunately there seems to be something wrong with the .deps files (or an error e