Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-19 Thread Eric Anholt
On Wed, 18 Jan 2012 13:38:38 -0500, Gaetan Nadon wrote: > On 12-01-18 01:11 PM, Eric Anholt wrote: > > On Tue, 17 Jan 2012 15:58:11 -0500, Matt Turner wrote: > > > > As far as I can tell, the point of AM_CPPFLAGS existing is if you want > > to make a target that separately calls the preprocessor,

Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-18 Thread Gaetan Nadon
On 12-01-18 01:11 PM, Eric Anholt wrote: > On Tue, 17 Jan 2012 15:58:11 -0500, Matt Turner wrote: > > As far as I can tell, the point of AM_CPPFLAGS existing is if you want > to make a target that separately calls the preprocessor, so you a list > of includes and a list of non-preprocessor compile

Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-18 Thread Gaetan Nadon
On 12-01-17 08:28 PM, Matt Turner wrote: > On Tue, Jan 17, 2012 at 7:21 PM, Gaetan Nadon wrote: >> On 12-01-17 03:58 PM, Matt Turner wrote: >>> --- >>> src/mesa/drivers/dri/i965/Makefile.am |4 +--- >>> 1 files changed, 1 insertions(+), 3 deletions(-) >>> >>> diff --git a/src/mesa/drivers/dri

Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-18 Thread Eric Anholt
On Tue, 17 Jan 2012 15:58:11 -0500, Matt Turner wrote: As far as I can tell, the point of AM_CPPFLAGS existing is if you want to make a target that separately calls the preprocessor, so you a list of includes and a list of non-preprocessor compiler flags. Given that we don't have any preprocesso

Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-17 Thread Gaetan Nadon
On 12-01-17 03:58 PM, Matt Turner wrote: > --- > src/mesa/drivers/dri/i965/Makefile.am |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/Makefile.am > b/src/mesa/drivers/dri/i965/Makefile.am > index 5512381..93937b1 100644 > --- a/src/mesa/

Re: [Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-17 Thread Matt Turner
On Tue, Jan 17, 2012 at 7:21 PM, Gaetan Nadon wrote: > On 12-01-17 03:58 PM, Matt Turner wrote: >> --- >>  src/mesa/drivers/dri/i965/Makefile.am |    4 +--- >>  1 files changed, 1 insertions(+), 3 deletions(-) >> >> diff --git a/src/mesa/drivers/dri/i965/Makefile.am >> b/src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH 1/7] i965: use AM_CPPFLAGS instead of AM_CFLAGS/CXXFLAGS

2012-01-17 Thread Matt Turner
--- src/mesa/drivers/dri/i965/Makefile.am |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 5512381..93937b1 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/