Ryujinx-GtkSharp/sample
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
..
gio fixing the sample 2009-02-11 15:07:56 +00:00
gtk-gio Add some missing references to samples 2011-07-18 10:40:12 -05:00
GtkDemo gtk: Make the Group property for Radio* widgets a properly typed array 2012-11-15 12:05:45 +01:00
opaquetest build: fix automake warning about preprocessor C flags 2013-06-17 10:59:28 +02:00
pixmaps kill useless .cvsignore files 2005-04-20 20:11:00 +00:00
test gtk: Facilitate use of ComboBox and ComboBoxText with an Entry 2011-07-16 15:45:30 +02:00
valtest build: fix automake warning about preprocessor C flags 2013-06-17 10:59:28 +02:00
Actions.cs Update samples to use generic collections 2012-11-04 16:58:39 +01:00
Assistant.cs 2008-01-17 Mike Kestner <mkestner@novell.com> 2008-01-17 14:06:59 +00:00
AsyncSample.cs sample: Add AsyncSample to showcase GLibSynchronizationContext 2012-11-08 22:39:30 +01:00
ButtonApp.cs 2004-03-12 Mike Kestner <mkestner@ximian.com> 2004-03-12 21:18:11 +00:00
CairoSample.cs Update the CairoSample. 2011-02-12 16:31:50 -06:00
CalendarApp.cs 2004-03-12 Mike Kestner <mkestner@ximian.com> 2004-03-12 21:18:11 +00:00
CustomCellRenderer.cs sample: Update CustomCellRenderer and add it to the build 2011-07-03 13:32:35 +02:00
CustomScrollableWidget.cs sample: Make the CustomScrollableWidget sample more elaborate 2011-12-03 16:41:21 +01:00
CustomWidget.cs sample: Update CustomWidget sample and add it to the build 2011-07-03 13:32:35 +02:00
DrawingSample.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 17:56:10 +00:00
GExceptionTest.cs 2008-10-09 Mike Kestner <mkestner@novell.com> 2008-10-09 17:56:10 +00:00
gtk-html-sample.cs Remove unnecessary config file 2005-04-26 17:10:10 +00:00
HelloWorld.cs 2004-02-10 Mike Kestner <mkestner@ximian.com> 2004-02-10 20:35:40 +00:00
Makefile.am sample: Add AsyncSample to showcase GLibSynchronizationContext 2012-11-08 22:39:30 +01:00
ManagedTreeViewDemo.cs 2005-03-31 Mike Kestner <mkestner@novell.com> 2005-03-31 16:31:31 +00:00
Menu.cs 2004-03-12 Mike Kestner <mkestner@ximian.com> 2004-03-12 21:18:11 +00:00
NativeInstantiationTest.cs Fix NativeInstantiation sample/test 2011-02-15 10:27:54 -06:00
NodeViewDemo.cs Update NodeViewDemo to new API. 2011-02-09 19:29:44 -06:00
PolarFixed.cs Update samples to use generic collections 2012-11-04 16:58:39 +01:00
PropertyRegistration.cs 2008-12-19 Mike Kestner <mkestner@novell.com> 2008-12-19 18:57:42 +00:00
sample.csproj sample: Add AsyncSample to showcase GLibSynchronizationContext 2012-11-08 22:39:30 +01:00
Scribble.cs Get Scribble sample working. 2011-02-15 10:19:07 -06:00
ScribbleXInput.cs * generator/CallbackGen.cs: 2004-12-21 18:46:42 +00:00
SpawnTests.cs 2007-11-12 Mike Kestner <mkestner@novell.com> 2007-11-12 17:27:35 +00:00
Subclass.cs Remove [IgnoreClassInitializers] usage. 2011-02-09 17:10:38 -06:00
TestDnd.cs sample: Update TestDnd and add it to the build 2011-07-03 13:32:26 +02:00
Thread.cs Add sample, not in default build 2005-09-02 22:39:34 +00:00
TreeModelDemo.cs sample: Fix crashes in TreeModelDemo 2012-11-17 17:53:40 +01:00
TreeViewDemo.cs Fix TreeViewDemo build 2011-02-09 18:23:18 -06:00