CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
Hi, with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. >From a Makefile.in: CPPASCOMPILE = $(CCAS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) \ $(CCASFLAGS) IMO, as *.S sources are supposed to be preprocesse

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Thomas Schwinge
Hello! On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. It also doesn't for 1.9.6, by the way. > From a Makefile.in: > CPPASCOMPILE = $(CCAS) $(A

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-11 Thread Ralf Corsepius
On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > Hello! > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > > $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) to its compilation rules. > > It also doesn't fo

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Ralf Wildenhues
[ Cc: automake-patches ] * Ralf Corsepius wrote on Thu, Oct 12, 2006 at 06:36:12AM CEST: > On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > > > with automake-cvs/HEAD, and using *.S, CPPASCOMPILE doesn't apply > > > $(D

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Ralf Corsepius
On Sat, 2006-10-14 at 09:18 +0200, Ralf Wildenhues wrote: > [ Cc: automake-patches ] > > * Ralf Corsepius wrote on Thu, Oct 12, 2006 at 06:36:12AM CEST: > > On Wed, 2006-10-11 at 22:02 +0200, Thomas Schwinge wrote: > > > On Wed, Oct 11, 2006 at 10:12:33AM +0200, Ralf Corsepius wrote: > > > > with

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> 2006-10-14 Ralf Wildenhues <[EMAIL PROTECTED]> RW> * automake.in: For preprocessed assembler, add `$(DEFS) RW> $(DEFAULT_INCLUDES) $(INCLUDES)' to the compile rule. RW> * doc/automake.texi (Assembly Support): Update. RW> *

Re: CPPASCOMPILE doesn't use $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)

2006-10-14 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Sat, Oct 14, 2006 at 04:33:12PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > RW> * automake.in: For preprocessed assembler, add `$(DEFS) > RW> $(DEFAULT_INCLUDES) $(INCLUDES)' to the compile rule. > RW> * doc/automake.texi (Assembly Support):