Ryujinx-GtkSharp/pango
Andrés G. Aragoneses 10d3293d3f build: fix automake warning about preprocessor C flags
With automake version 1.13.2 (which comes in debian testing/jessie),
we were starting to get these warnings by default:

...
Running automake --foreign  ...
atk/glue/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gio/glue/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/glue/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/gui-thread-check/profiler/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
pango/glue/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/opaquetest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/valtest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Running autoconf ...
...

We simply follow the warning's recommendation of using AM_CPPFLAGS instead
(CPP meaning C PreProcessor, not C Plus Plus), as explained in
http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html

The deprecation of INCLUDES has been very long there already (since 2002,
therefore Automake 1.7), and we already depend on automake 1.10.
2013-06-17 10:59:28 +02:00
..
glue build: fix automake warning about preprocessor C flags 2013-06-17 10:59:28 +02:00
.gitignore Flatten the bootstrap and remove glade-sharp 2010-11-21 21:18:06 -06:00
Analysis.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
AttrBackground.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrColor.cs 2008-12-19 Mike Kestner <mkestner@novell.com> 2008-12-19 18:57:42 +00:00
AttrFallback.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrFamily.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrFloat.cs 2008-12-19 Mike Kestner <mkestner@novell.com> 2008-12-19 18:57:42 +00:00
AttrFontDesc.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrForeground.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrGravity.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrGravityHint.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
Attribute.cs Kill some unneeded #if GTK_SHARP_N checks 2011-02-09 10:28:31 -06:00
AttrInt.cs 2008-12-19 Mike Kestner <mkestner@novell.com> 2008-12-19 18:57:42 +00:00
AttrIterator.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
AttrLanguage.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrLetterSpacing.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrList.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
AttrRise.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrScale.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrShape.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrSize.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrStretch.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrStrikethrough.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrStrikethroughColor.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrStyle.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrUnderline.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrUnderlineColor.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrVariant.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
AttrWeight.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
Context.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Coverage.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
FontFamily.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
FontMap.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Global.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
GlyphItem.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
GlyphString.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Item.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Layout.cs pango: Re-indent code that was moved inside partial classes 2012-08-05 18:00:11 +02:00
LayoutLine.cs pango: Re-indent code that was moved inside partial classes 2012-08-05 18:00:11 +02:00
LayoutRun.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Makefile.am pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Matrix.cs pango: Re-indent code that was moved inside partial classes 2012-08-05 18:00:11 +02:00
pango-api.raw Update pango to 1.28 API. 2011-01-30 17:10:57 -06:00
pango-sharp.dll.config.in 2006-08-10 Mike Kestner <mkestner@novell.com> 2006-08-10 17:28:48 +00:00
pango-symbols.xml 2007-12-06 Mike Kestner <mkestner@novell.com> 2007-12-06 17:23:28 +00:00
pango.csproj Add a MonoDevelop solution and projects for browsing the codebase 2012-10-13 16:44:10 +02:00
Pango.metadata pango: Remove invalid fix-up for pango_layout_get_lines_readonly 2013-02-23 13:41:50 +01:00
Scale.cs * pango/Scale.cs: rename the size constants to not have 2005-04-04 18:50:50 +00:00
ScriptIter.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
TabArray.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00
Units.cs pango: Move all .custom files to partial classes 2012-08-05 17:51:13 +02:00